article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
* {
	margin:0px;
	padding:0px;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight: 300;
	color: #666666;
	cursor:default;
	-webkit-text-size-adjust: 100%;
}


img {
	display:block;
	margin:0px;
	padding:0px;
}

iframe {
	border: none;
}

a {
	font-family: 'Roboto', sans-serif;
	color: #c22a15;
}

a img {
	border: none;
}

:focus {
	outline: none;
}

input:focus, a, img{
	outline: none;
}

.page {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}
.wrapper_content{
    margin-bottom: 40px;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1210px;
}

.page_wrapper {
	min-width: 1210px;
	margin :0 auto;
	padding-bottom: 600px;
	overflow: hidden;
}
.main_page_wrapper {
	min-width: 1210px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}

.pictures_right {
	float: right;
	margin: 0px 0px 25px 25px;
}

.pictures_left {
	float: left;
	margin: 0px 25px 25px 0px;
}

.clear {
	clear:both;
}

a:hover {
	color:#c22a15;
	text-decoration:none;
	cursor:pointer;
}

a:focus {
	text-decoration: none;
    color:#c22a15;
}

h1 {
	margin: 50px 0px 25px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000000;
}

h2 {
	margin: 26px 0px 22px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

h3 {
	margin: 25px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}

h4 {
	margin: 20px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

p {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

ol {
	padding-left:0px;
	list-style-type:decimal;
	font-family: 'Roboto', sans-serif;
}

p.title {
	font-weight: 700;
}

p a:hover{
	text-decoration: underline;
}

ul.list {
	margin: 16px 0px;
	margin-bottom: 25px;
	overflow: hidden;
	list-style: none;
	font-size: 16px;
}

ul.list li {
	list-style: none;
}

ul.list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 15px;
	font-size: 16px;
	color: #666666;
	text-indent:0px;
}

ul.list li:after {
	content: " ";
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #c22a15;
	border-radius: 50%;
}

ul.list li ul {
	margin-top: 15px;
}

ul.list li ul li:after {
	content: " ";
	position: absolute;
	top: 8px;
	left: 0;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	background: #ffffff;
	border:1px solid #c22a15;
	border-radius: 50%;
}

ul.list li ul li ul li:after {
	content: " ";
	position: absolute;
	top: 8px;
	left: 0;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	background: #c22a15;
	border:0px;
	border-radius: 50%;
}

ul.list li ul li ul {
	margin-top: 14px;
	margin-bottom: 14px;
}

ol {
	position:relative;
	display:block;
	margin: 15px 0px;
	margin-bottom: 5px;
	padding-left:0px;
	overflow:hidden;
	counter-reset: item;
}

ol li {
	display: block;
	margin-bottom: 0.5em;
	padding-left: 20px; overflow:hidden;
	list-style-position: inside;
	font-size: 16px;
	color: #666666;
	text-indent:-7px;
}

ol li ol {
	margin-top:5px;
	margin-bottom:0px;
}

ol li ol li {
	margin-bottom:2px;
}

ol li ol li:before {
	display:none;
}

ol li ol li {
	margin-bottom: 0px;
	padding-left:33px;
	text-indent:-16px;
}

ol li ol {
	margin-top: 4px;
	margin-bottom:0;
}

ol li ol li ol {
	margin-left:-28px;
}

ol li ol li ol li {
	padding-left:43px;
	text-indent:-11px;
}

ol li:before {
	content: counters(item, ".") " ";
	display:inline-block;
	padding-right:10px;
	font-weight: 700;
	color:#c22a15;
	counter-increment: item;
}

ol li ol li:before {
	content: counters(item, ".") " ";
	display:inline-block;
	font-weight: 700;
	color:#c22a15;
	counter-increment: item;
}

ol li ol li ol li:before {
	content: counters(item, ".") " ";
	display:inline-block;
	font-weight: 700;
	color:#c22a15;
	counter-increment: item;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.clear {
	clear: both;
}

#old_browser_notification {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px #cecece;
}

.all_old_browser {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

#old_browser_notification .container.ta-center {
	position: relative;
	width: 960px;
	margin:0 auto;
	overflow: hidden;
}

#old_browser_notification .text {
	margin-top: 0;
}

#old_browser_notification p.title {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

#old_browser_notification .ico {
	display: table-cell;
	width: 56px;
	height: 60px;

}

#old_browser_notification a span {
	display: table-cell;
	padding-left: 10px;
	font-size: 16px;
	vertical-align: middle;
	color: #a1c758;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#old_browser_notification a:hover span {
	color: #a1c758;
	text-decoration: underline;
}

#old_browser_notification a:hover {
	text-decoration:none;
	border-bottom: 0px;
}

#old_browser_notification .ico:before {
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	display: block;
	width: 56px;
	height: 60px;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#old_browser_notification .ico:after {
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	display: block;
	width: 56px;
	height: 60px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#old_browser_notification a {
	position: relative;
	display: table;
	float: left;
	margin-right: 78px;
}

#old_browser_notification .container a:last-child {
	margin-right: 0px;
}

#old_browser_notification a:hover .ico:before {
	opacity: 0;
}

#old_browser_notification a:hover .ico:after {
	opacity: 1;
}

#old_browser_notification .ico.ico-chrome:before {
	background: url(../_i/sprite.png)no-repeat 0px 0px;
}

#old_browser_notification .ico.ico-chrome:after {
	background: url(../_i/sprite.png)no-repeat -58px 0px;
}

#old_browser_notification .ico.ico-safari:before {
	background: url(../_i/sprite.png)no-repeat -115px 0px;
}

#old_browser_notification .ico.ico-safari:after {
	background: url(../_i/sprite.png)no-repeat -173px 0px;
}

#old_browser_notification .ico.ico-firefox:before {
	background: url(../_i/sprite.png)no-repeat -231px 0px;
}

#old_browser_notification .ico.ico-firefox:after {
	background: url(../_i/sprite.png)no-repeat -289px 0px;
}

#old_browser_notification .ico.ico-opera:before {
	background: url(../_i/sprite.png)no-repeat -345px 0px;
}

#old_browser_notification .ico.ico-opera:after {
	background: url(../_i/sprite.png)no-repeat -400px 0px;
}

#old_browser_notification .ico.ico-ie:before {
	background: url(../_i/sprite.png)no-repeat -456px 0px;
}

#old_browser_notification .ico.ico-ie:after {
	background: url(../_i/sprite.png)no-repeat -511px 0px;
}

#old_browser_notification a.old_browser_notification_Close {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
}

#old_browser_notification .old_browser_notification_Close:before {
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/close_icon.png) no-repeat center center;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#old_browser_notification .old_browser_notification_Close:after {
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/close_icon_hover.png)no-repeat center center;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#old_browser_notification .old_browser_notification_Close:hover:before {
	opacity: 0;
}

#old_browser_notification .old_browser_notification_Close:hover:after {
	opacity: 1;
}

#old_browser_notification a.old_browser_notification_Close:hover {
	text-decoration: none;
}

/*popup*/

.popup {
	position: relative;
	z-index: 99999;
	display: none;
}

.popup .overlay {
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.popup .content_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 612px;
	max-width: 950px;
	height: auto;
	min-height: 200px;
	padding: 50px 50px;
	text-align: center;
	background: #ffffff;
	border-radius: 0px;
	transform: translate(-50%, -50%);
    max-height: 95vh;
}

.popup .content_popup .close {
	position: absolute;
	top: 0;
	right: -65px;
	width: 65px;
	height: 65px;
	background: url(../_i/_icons/close_icon.png) #e2a91f no-repeat center center;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.popup .content_popup .close:hover {
	background: url(../_i/_icons/close_icon.png) #e2a91f no-repeat center center;
}

.popup .content_popup .title {
	display: block;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 700;
	color: #000000;
}

.popup.order_popup .content_popup .feedback_form{
    max-height: 70vh;
}
.popup.order_popup .content_popup{
    padding: 35px 50px;
}

.popup.order_popup .form_row {
	max-width: 504px;
	margin: 0 auto;  text-align: left;
}

.popup.order_popup .form_file_block {
	position: relative;
	max-width: 504px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left
}

.popup .checkbox_block {
	max-width: 504px;
	margin: 0 auto!important;
	margin-top: 35px!important;
}

.popup .checkbox_block span {
	padding-left: 31px!important;
	font-size: 14px!important;
	line-height: 17px!important;
	color: #666666;
}
.popup .checkbox_block span.form-error{
   z-index: 999;
    color: #ff546b;
    font-weight: 300;
}

.popup.order_popup input[type="submit"],
.modal__form input[type="submit"]{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 13px 56px;
	border: 0px;
}

.popup.order_popup .form_row .input {
	margin-bottom: 15px;
}

.popup.order_popup  span {
	font-size: 14px;
}

.popup.order_popup  span a {
	text-decoration: underline;
}

.popup.order_popup  span a:hover {
	text-decoration: none;
}

.popup.youtube_popup .content_popup {
	padding: 0px;
	background: transparent;
}

.popup.authorization_popup .content_popup {
	min-width: 800px;
	max-width: 800px;
}

.popup.authorization_popup .content_popup .scroll{
	max-height: 90vh;
}

.popup .content_popup .scroll{
	max-height: 90vh;
}

.popup .form_row {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}

.popup .checkbox_block {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}

.popup input[type="submit"] {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 13px 56px;
	border: 0px;
}

.popup .forgot_pass {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.popup a {
	text-decoration: underline;
}

.popup a:hover {
	text-decoration: none;
}

.popup.authorization_popup span.added_text {
	font-size: 14px;
}

.popup.authorization_popup span.added_text a {
	display: block;
	font-size: 14px;
}

.popup .form_row .input{
	margin-bottom: 15px;
}

/*popup*/

/*fancybox popup*/

.fancybox-close {
	position: absolute;
	top: 0;
	right: -65px;
	width: 65px;
	height: 65px;
	background: url(../_i/_icons/close_icon.png) #e2a91f no-repeat center center;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fancybox-nav {
	width: 70px;
}

.fancybox-nav:hover {
	background-color: rgba(0,0,0,.2);
}

.fancybox-next span {
	right: 14px;
	background-image: url(../_i/_icons/arrow_white.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fancybox-prev span {
	left: 14px;
	background-image: url(../_i/_icons/arrow_white.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fancybox-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	padding-right: 150px;
	color: #fff;
	font-style: italic;
	background: rgba(0,0,0,.4);
	visibility: visible;
}

.fancybox-wrap .all_current {
	position: absolute;
	right: 25px;
	bottom: 13px;
	z-index: 9999;
	color: #bfbfbf;
}

.fancybox-wrap .all_current .all_slide {
	display: inline-block;
	padding-right: 5px;
	font-size: 30px;
	vertical-align: middle;
	color: #fff;
	font-style: initial;
}

.fancybox-wrap .all_current .current_index {
	display: inline-block;
	padding-left: 5px;
	font-size: 16px;
	vertical-align: middle;
	font-style: initial;
}

/*fancybox popup*/

/*header*/

header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	/*height: 194px;*/
	padding-top: 30px;
	background: #ffffff;
}

header .all_menu .top_block {
	text-align: right;
}

header .all_menu .top_block .location {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
	vertical-align: middle;
	color: #999999;
	border-bottom: 1px dashed #999999;
}

header .all_menu .top_block .location:after {
	content: " ";
	position: absolute;
	left: -25px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/location_icon.png) no-repeat center center;
}

header .all_menu .top_block .registration {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
	vertical-align: middle;
	color: #c22a15;
	text-decoration: underline;
}
header .all_menu .top_block .registration:hover{
    text-decoration: none;
}

header .all_menu .top_block .log_in {
	display: inline-block;
	margin-left: 30px;
	padding: 3px 25px;
	font-size: 14px;
	vertical-align: middle;
	color: #c22a15;
	border: 1px solid #c22a15;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header .all_menu .top_block .log_in:hover {
	color: #ffffff;
	background: #c22a15;
}

header .all_menu .middle_block .logo_block {
	display: inline-block;
	margin-top: -11px;
	margin-right: 3%;
}

header .all_menu .middle_block .logo_block .img {
	display: inline-block;
	vertical-align: middle;
}
header .all_menu .middle_block .logo_block .img img{
    width: 110%;
    margin-top: -14px;
}

header .all_menu .middle_block .logo_block .slogan {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	color: #000000;
}

header .all_menu .middle_block .logo_block .slogan span {
	display: block;
}

header .all_menu .middle_block .logo_block .slogan span.big {
	font-size: 25px;
	font-weight: 700;
	color: #000000;
}

header .all_menu .middle_block .logo_block .slogan span.small {
	color: #666666;
}

header .all_menu .find_lombard {
	margin-left: 2%;
}

header .all_menu .find_lombard{
    position: relative;
}
header .find_lombard input:focus{
     opacity: 1;
     width: 210px;
}
header .find_lombard:hover input{
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 210px;
    opacity: 1;
}
header .all_menu .find_lombard .search{
    z-index: 9999;
    position: relative;
    border: 1px solid #cac4c4!important;
}

header .find_lombard input{
    background: #fbfbfb;
    border: 1px solid #cac4c4;
    width: 0px;
    height: 40px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 40px;
    position: absolute;
    left: 44px;
    opacity: 0;
    top: 0;
}

header .all_menu .find_lombard , header .all_menu .tel {
	display: inline-block;
	vertical-align: middle;
}

header .all_menu .find_lombard .search {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 30px;
	vertical-align: middle;
	background: url(../_i/_icons/search_icon.png) no-repeat center center #fbfbfb;
	border: none;
	border-radius: 50%;
}

header .all_menu .find_lombard span {
	display: inline-block;
	padding-left: 9px;
	font-size: 16px;
	vertical-align: middle;
	color: #000000;
}

header .all_menu  .write_us {
	position: relative;
	display: inline-block;
	margin-left: 6%;
	vertical-align: middle;
	color: #000000;
}

header .all_menu  .write_us:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: -50px;
	width: 40px;
	height: 40px;
	background: url(../_i/_icons/write_us_icon.png) no-repeat center center #fbfbfb;
	border-radius: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

header .all_menu .order_ring {
	position: relative;
	position: relative;
	display: inline-block;
	margin-left: 6%;
	padding-left: 11px;
	vertical-align: middle;
	color: #000;
}

header .all_menu .order_ring:hover {
	text-decoration:underline;
}

header .all_menu .order_ring:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 40px;
	height: 40px;
	background: url(../_i/_icons/icon_tel.png) no-repeat center center #fbfbfb;
	border-radius: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
header .link_search{
    color: #000000;
}
header .link_search:hover{
    text-decoration: underline;
}
header .all_menu .write_us:hover{
    text-decoration: underline;
}
header .all_menu .tel {
	float: right;
	margin-top: 5px;
	padding-left: 11px;
	text-align: right;
}

header .all_menu .tel .telephone {
	display: block;
	font-size: 25px;
	color: #000000;
    border-bottom: 1px solid transparent;
}
header .all_menu .tel .telephone:hover{
    border-bottom: 1px solid #666666;
}

header .all_menu .tel .telephone .gray {
	color: #666666;
}

header .all_menu .tel .sub {
	font-size: 12px;
}

header .menu_all {
	margin-top: 23px;
	background: #c22a15;
}

header .menu_all.affix {
	width: 100%;
	top: 0;
	margin-top: 0;
}

header .menu_all .menu_what_do {
	display: inline-block;
	vertical-align: middle;
}

header .menu_all .menu {
	display: inline-block;
	vertical-align: middle;
    margin-top: 0px;
    padding-left: 0;
}

header .menu_all .menu ul{
    display: none;
    position: absolute;
	background: #ffffff;
	overflow: auto;
}
header .menu_all .menu ul li{
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
header .menu_all .menu li:hover ul.js_drop_menu{
    display: block;
}
header .menu_all .menu ul li a{
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
header .menu_all .menu ul li:hover a{
    color: #ffffff;
}
header .menu_all .card {
	display: inline-block;
	vertical-align: middle;
}

header .menu_all .menu li {
	display: inline-block;
	list-style: none;
}

header .menu_all  ul {
	margin-bottom: 0px;
}

header .menu_all .menu li a {
	display: block;
	padding: 21px 26px;
	color: #ffffff;
	text-decoration: none;
}

header .menu_all .menu li a:hover {
	text-decoration: none;
	background: #cd4937;
}

header .menu_what_do {
	border: 1px solid  #d46859;
	border-radius: 30px;
}

header .menu_what_do a {
	position: relative;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 500;
	line-height: 45px;
	color: #ffffff;
	text-decoration: none;
}

header .menu_what_do a:hover {
	text-decoration: none;
}

header .menu_all .card,
.header__section .card{
	display: inline-block;
	float: right;
	width: 45px;
	height: 45px;
	margin-top: 5px;
	background: url(../_i/_icons/card_icon.png) no-repeat center;
	border: 1px solid #d46859;
	border-radius: 50%;
}

header .menu_all .card span,
.header__section .card span{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: -7px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	background: #e2a91f;
	border-radius: 50%;
}


header .middle_block .sandwitch{
	float: right;
	width: 45px;
	height: 30px;
	background: url(../_i/_icons/sandwitch.png)no-repeat center center;
	background-size: contain;
	display: none;
}

header .all_menu .bottom_mobile{
	background: #c22a15;
	overflow: hidden;
	display: none;
}

header .all_menu .bottom_mobile .order_ring{
	display: block;
	width: 50%;
	float: left;
	color: #ffffff;
	font-size: 18px;
	line-height: 67px;
	margin-left: 0px;
	text-align: center;
	padding-left: 15px;
	border-right: 1px solid;
}

header .all_menu .bottom_mobile .order_ring:after{
	display: none;
}
header .all_menu .bottom_mobile .order_ring:before{
	content: " ";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../_i/_icons/tel_icon_white.png)no-repeat center center;
	border-radius: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin-left: -40px;
}

header .all_menu .bottom_mobile .find_location{
	display: block;
	width: 50%;
	float: left;
	color: #ffffff;
	font-size: 18px;
	line-height: 67px;
	text-align: center;
	position: relative;
	text-decoration: underline;
}
header .all_menu .bottom_mobile .find_location:hover{
	text-decoration: none;
}
.order_phone.mob{
	display: none;
}
header .all_menu .bottom_mobile .find_location:before{
	content: " ";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../_i/_icons/location_icon_white.png)no-repeat center center;
	border-radius: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin-left: -40px;
}

.close_mobile{
	width: 30px;
	height: 30px;
	background: url(../_i/_icons/close_icon_menu.png)no-repeat;
	position: absolute;
	right: 26px;
	top: 13px;
	background-size: cover;
	display: none;
}

/*all drop menu*/

.menu_what_do .dropdown_menu {
	position: absolute;
	top: 61px; display:  none;
	width: 100%;
	max-height: 575px;
	overflow: auto;
}

.menu_what_do .dropdown_menu ul {
	max-width: 240px;
	background: #ffffff;
	border-right: 1px solid #e9e9e9;
}

.menu_what_do .dropdown_menu ul li {
	border-bottom: 1px solid #e9e9e9;
}
.menu_what_do .dropdown_menu ul li.active a{
    color: #c22a15;
}

.menu_what_do .dropdown_menu ul a {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	font-size:  14px;
	line-height: 20px;
	color: #000000;
}

.menu_what_do .dropdown_menu ul a:hover {
	color: #c22a15;
}

.menu_what_do .dropdown_menu ul a:hover:after {
	background: none;
}

.menu_what_do .dropdown_menu ul li.active a:after {
	color: #c22a15;
	background: url(../_i/_icons/arrow_drop_active.png) no-repeat center;
}
.menu_what_do .dropdown_menu ul li.click_link a:after {
    content: " ";
    right: 0px;
    background: url(../_i/_icons/arrow_drop_active.png) no-repeat center;
}
.menu_what_do .dropdown_menu ul li a:after{
    background: none;
}

.menu_what_do .dropdown_menu ul li {
	list-style: none;
}

header .menu_what_do .dropdown_menu a {
	color: #000000;
}

.menu_what_do .dropdown_menu .drop_level2 {
	position: absolute;
	top: 0px;
	right: 10px;
	left: 20%;
	z-index: 9999;
	z-index: 9999;
	display: none;
	width: 70%;
	width: 80%;
	height: 100%;
	margin-left: -3px;
	padding-top: 15px;
	padding-left: 12px;
	background: #e9e9e9;
}

.menu_what_do .dropdown_menu .drop_level2 ul {
	background: #e9e9e9;
}

.menu_what_do .dropdown_menu .drop_level2 a:hover {
	color: #c22a15;
	text-decoration: underline;
}

.menu_what_do .dropdown_menu .drop_level2 a {
	padding: 10px 15px;
	color: #666666;
}

.menu_what_do .dropdown_menu .drop_level2 a:after {
	display:  none;
}

.drop_level3 {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	min-width: 285px;
	min-width: 285px;
	max-width: 285px;
	height: 100%;
	text-align: center;
	background: #e2a91f;
}

.drop_level3 .text {
	position: absolute;
	top: 50%;
	padding: 0px 40px;
	transform: translate(0% , -50%);
}

.drop_level3 .text img {
	margin-left: -115px;
}

.drop_level3 .text .title {
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:  700;
	color: #000000;
}

.drop_level3 .text  .hot {
	position: absolute;
	top: 56px;
	right: -55px;
	padding: 7px 11px;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	background: #c22a15;
	-webkit-transform: rotate(-90deg);
	 -ms-transform: rotate(-90deg);
	 -o-transform: rotate(-90deg);
	 transform: rotate(-90deg);
}

.drop_level3 .text .btn_red {
	max-width: 150px;
	margin: 0 auto;
	margin-top: 4px;
	color: #ffffff!important;
}

.drop_level3 .text .price span.old_price {
	position: relative;
	font-size: 16px;
	color: #666666;
}

.drop_level3 .text .price span.old_price:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 1px;
	background: #c22a15;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.drop_level3 .text .price span {
	display: inline-block;
	padding: 5px;
	font-size: 30px;
	font-weight: 700;
	vertical-align: middle;
	color: #c22a15;
}

/*all drop menu */

/*header*/

/*breadcrumbs*/

.breadcrumbs {
	padding: 15px 0px;
	background: #efefef;
}

.breadcrumbs a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
	color: #999999;
	text-decoration: underline;
}

.breadcrumbs a:after {
	content: " / ";
	position: absolute;
	right: -14px;
	width: 7px;
	height: 100%;
	color: #999999;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs span {
	display: inline-block;
	font-size: 13px;
	color: #999999;
}

/*breadcrumbs*/

article {
	margin: 25px 0px;
	padding: 25px;
	line-height: 24px;
	color: #666666;
	border:1px solid #c22a15;
}

.tabs {
	margin: 30px 0px;
}

.tabs .tab_block_holder .hidden_content {
	display: none;
}

.tabs .tab_block_holder .hidden_content.active {
	display: none;
}

.tabs .tab_links {
	position: relative;
}

.tabs .tab_links a {
	padding: 0px 30px;
	font-size: 20px;
	font-weight: 700;
	color: #999999;
}

.tabs .tab_links a:hover {
	color: #c22a15;
}

.tabs .tab_links a.active {
	color: #c22a15;
}

.tabs .tab_links .tabs_moving_line {
	position: absolute;
	position: absolute;
	bottom: -1px;
	height: 2px;
	background: #c22a15;
	-webkit-transition: left 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.tabs .tab_links {
	padding-bottom: 25px;
	border-bottom: 2px solid #efefef;
}

.tabs .tab_block_holder {
	margin-top: 15px;
}

.tabs .tab_block_holder .tab_block p {
	color: #666666;
}

/*table*/

table{
	display: block;
	overflow: auto;
	padding: 5px;
}
.table1 {
	width: 100%;
	margin: 30px 0px;
	display: block;
	overflow: auto;
}

.table1 thead th {
	position: relative;
	padding: 20px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	background: #fafafa;
}

.table1 thead th span {
	position: relative;
}

.table1 thead th span.arrow_top {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.table1 thead th span.arrow_bottom {
	position: relative;
	top: 7px;
	left: -18.5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.table1 thead th span.arrow_top:after {
	content: " ";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/table_arrow_top.png) no-repeat center center;
}

.table1 thead th span.arrow_bottom:after {
	content: " ";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/table_arrow_bottom.png) no-repeat center center;
}

.table1 td {
	box-sizing: border-box;
	padding: 20px 15px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid #cccccc;
}

.table1 td .red {
	font-weight: 700;
	color: #c22a15;
}

/*table*/

/*radio button*/

.checkbox_block {
	margin: 15px 0px;
}

.radio_block {
	margin: 15px 0px;
}

.checkbox_field {
	position:relative;
	margin-bottom:6px;
}

.radio_field {
	position: relative;
	margin-bottom:6px;
}

.checkbox_label {
	display:inline-block;
	vertical-align:top;
}

.radio_label {
	display:inline-block;
	vertical-align:top;
}

.checkbox_label input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.radio_label input[type="radio"] {
	display: none;
}

.checkbox_label input[type="checkbox"] + .label-text {
	display: block;
	min-width: 20px;
	min-height: 20px;
	margin-bottom: 0px;
	padding-left: 35px;
	font-size: 16px;
	font-weight:400;
	line-height: 26px;
	color: #666666;
	text-align:left;
	background-image: url(../_i/_icons/img_checkbox.png);
	background-repeat: no-repeat;
	background-position:0px 2px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.checkbox_field label , .radio_field label {
	margin-bottom: 0px;
}

.radio_label input[type="radio"] + .label-text {
	position:relative;
	display: block;
	padding-left: 35px;
	font-size: 16px;
	font-weight:400;
	line-height: 26px;
	vertical-align: top;
	color: #666666;
	background-image: url(../_i/_icons/img_radio.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.checkbox_label input[type="checkbox"]:checked + .label-text {
	background-image: url(../_i/_icons/img_checkbox_checked.png);
	background-repeat: no-repeat;
}

.checkbox_label input[type="checkbox"]:hover + .label-text {
	background-image: url(../_i/_icons/img_checkbox_hover.png);
	background-repeat: no-repeat;
}

.radio_label input[type="radio"]:checked + .label-text {
	background-image: url(../_i/_icons/img_radio_checked.png);
	background-repeat: no-repeat;
}

.radio_label input[type="radio"]:hover + .label-text {
	background-image: url(../_i/_icons/img_radio_hover.png);
	background-repeat: no-repeat;
}

.radio_label input[type="radio"]:checked:hover + .label-text {
	background-image: url(../_i/_icons/img_radio_checked.png);
	background-repeat: no-repeat;
}

.checkbox_label input[type="checkbox"]:checked:hover + .label-text {
	background-image: url(../_i/_icons/img_checkbox_checked.png);
	background-repeat: no-repeat;
}

.radio_label input[type="radio"] + .label-text.disabled {
	color: #cccccc;
	 background-image: url(../_i/_icons/img_radio_disabled.png);
	background-repeat: no-repeat;
	cursor: default;
}

.checkbox_label input[type="checkbox"] + .label-text.disabled {
	color: #cccccc;
	 background-image: url(../_i/_icons/img_checkbox_disable.png);
	background-repeat: no-repeat;
	cursor: default;
}

/*FORM CUSTOM*/

.form_row {
	max-width: 400px;
}

.form_row .input {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.form_row .input label {
	left: 15px;
	display: inline-block;
	margin-bottom: 2px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.form_row .input label.required:after {
	content: "*";
	position: absolute;
	font-size: 14px;
	color: #f26a6a;
}

.form_row .input input {
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 45px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5!important;
	cursor: pointer;
}

.form_row .input.has-success input {
	background: url(../_i/_icons/has_success_icon.png) no-repeat 95%;
}

.form_row .input input:hover {
	border:1px solid #cccccc;
}

.form_row .input input:focus {
	background: #ffffff;
	border:1px solid #cccccc;
}

.form_row .input.has-error input {
	background: #fff7f7;
	border:1px solid #c22a15!important;
}

.form_row .input.has-error .form-error {
	text-align: right;
	right: 0;
	z-index: 999;
	font-size: 13px;
	color: #ff546b;
}

.footer .form_row .input.has-error .form-error{
    left: 0;
    top: 37px;
}

.form_row .input.has-error input {
	background: url(../_i/_icons/error_icon.png) no-repeat 95% #fff8f8;
}

.form_row .textarea {
	position: relative;
	margin-bottom: 20px;
}

.form_row .textarea label {
	left: 15px;
	display: inline-block;
	margin-bottom: 2px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.form_row .textarea label.required:after {
	content: "*";
	position: absolute;
	font-size: 14px;
	color: #f26a6a;
}

.form_row .textarea textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	max-height: 100px;
	padding-top: 15px;
	padding-left: 20px;
	overflow: auto;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	resize: none;
}

.form_row .textarea textarea:hover {
	border:1px solid #cccccc;
}

.form_row .textarea textarea:focus {
	background: #ffffff;
	border:1px solid #cccccc;
}

.form_row .textarea.has-error textarea {
	background: #fff8f8;
	border:1px solid #ffa5a5!important;
}

.form_row .textarea.has-error .form-error {
	position: absolute;
	left: 0;
	font-size: 13px;
	color: #ff546b;
	font-style: italic;
}

/*FORM CUSTOM*/

/* custom_select */

.custom_select {
	max-width: 400px;
	margin-bottom: 20px;
}

.custom_select label {
	position: relative;
	display: block;
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #000000;
}

.custom_select .jq-selectbox {
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding-left: 16px;
	font-size: 16px;
	line-height: 50px;
	color: #999999;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.custom_select .jq-selectbox:hover {
	border: 1px solid #cccccc;
}

.custom_select .jq-selectbox.active {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom:0px;
}

.custom_select .jq-selectbox.active .jq-selectbox__select {
	background: #ffffff;
}

.custom_select .jq-selectbox__select {
	height: 43px;
	padding: 0;
	line-height: 43px;
	background: #ffffff;
}

.custom_select .jq-selectbox__select-text {
	padding: 0;
	font-size: 16px;
	color: #666666;
}

.custom_select .jq-selectbox  .jq-selectbox__trigger-arrow {
	top: 18px;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/arrow_icon.png) no-repeat center center;
}

.custom_select .jq-selectbox.active  .jq-selectbox__trigger-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.custom_select .jq-selectbox__dropdown {
	top: 30px!important;
	left: -1px;
	box-shadow: none;
	border-radius: 30px;
}

.custom_select .jq-selectbox__dropdown ul {
	top: -1px!important;
	left: 0px;
	box-sizing: border-box;
	width: 100.6%;
	max-height: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
}

.custom_select .jq-selectbox__dropdown li {
	height: 46px;
	padding: 1px 17px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	color: #666666;
	text-align: left;
}

.custom_select .jq-selectbox__dropdown li.selected,
.custom_select .jq-selectbox__dropdown li:hover {
	color: #c22a15;
	background: #ffffff;
}

.custom_select .mCSB_scrollTools .mCSB_dragger {
	right: 5px;
	width: 6px;
	background: #c22a15;
	border-radius: 10px;
}

.custom_select .mCSB_scrollTools .mCSB_dragger:hover {
	background: #a1c758;
}

.custom_select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	display: none;
	background: transparent;
}

.custom_select .mCSB_scrollTools .mCSB_draggerRail {
	background: #e8e8e8;
}

.custom_select .mCSB_scrollTools {
	right: 14px;
	bottom: 20px;
}

.custom_select .mCSB_inside>.mCSB_container {
	margin-right: 40px;
}

/* custom_select */

/*CHOOSE FILE*/

.form_file_block {
	position: relative;
	max-width: 400px;
	margin-top: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.form_file_block label {
	left: 15px;
	z-index: 9;
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	color: #000000;
}

.psevdoFile.has-error .inputFileName {
	border-color: #ff8c8c!important;
	border-bottom: 1px solid #ff8c8c;
}

.psevdoFile.has-success.inputFileName {
	border-color: #d6ba9e!important;
	border-bottom: 1px solid #d6ba9e;
}

.psevdoFile.has-success .file_name_holder.has-error .inputFileName.js_file_value.error {
	border-color: #d6ba9e!important;
	border-bottom: 1px solid #d6ba9e;
}

.psevdoFile {
	position: relative;
	overflow: hidden;
}

.file_btn_text {
	position: relative;
	display: block;
	float: right;
	width: 33%;
	height: 45px;
	margin-right: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	color: #999999;
	text-align: center;
	background: #f1f1f1;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.file_name_holder {
	float: left;
	width: 67%;
}

.file_btn_text:hover {
	color: #ffffff;
	text-decoration: none;
	background: #a1c758;
}

.file_input {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	font-size: 199px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity: 0);
}

.inputFileName {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px 10px 0px;
	padding-right: 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 45px;
	vertical-align: top;
	color: #666666;
	white-space: nowrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	border: 0;
	border: 1px solid #e6e6e6;
	border-right: 0px;
	cursor: default;
}

.inputFileName.active {
	background: url(../_i/_icons/has_success_icon.png) no-repeat 240px 16px;
}

.inputFileName.error {
	border-bottom: 1px solid #ff8c8c!important;
}

.form_file_block .psevdoFile span.help-block.form-error {
	position: absolute;
	right: 17px;
	bottom: -180px;
	display: inline-block;
	float: right;
	margin-bottom: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.psevdoFileText {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	vertical-align: top;
}

.icon_file_remove {
	position: relative;
	z-index: 9999;
	display: none;
	float: right;
	width: 33%;
	height: 45px;
	margin-right: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	background: #f1f1f1;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.icon_file_remove:hover {
	color: #666666;
	background: #e1e1e1;
}

.form_file_block p {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

/*CHOOSE FILE*/

/*CAPTCHA*/

.captcha {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
}

.captcha .checkbox_block {
	float: left;
	margin: 0px;
	margin-top: 20px;
	margin-left: 10px;
}

.captcha img {
	float: right;
}

/*CAPTCHA*/
.popup .feedback_form{
    overflow-y: auto;
}
.popup .feedback_form .custom_select{
    max-width: 100%;
}
.feedback_form {
    margin: 30px 0px;
    max-height: 90vh;
}
.popup .feedback_form  .form_row .input input{
    font-size: 16px;
}

.pagination {
	margin: 25px 0px;
}

.pagination ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 1px;
	list-style: none;
	vertical-align:middle;
	border:1px solid #cccccc;
	border-radius: 50%;
}

.pagination ul li:hover {
	border:1px solid #c32f1b;
}

.pagination ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #666666;
	text-align: center;
	border-radius: 50%;;
}

.pagination ul li .active {
	font-weight: 500;
	background: #eeeeee;
}

.pagination ul li .prev {
	background: url(../_i/_icons/prev_icon_pag.png) no-repeat center center;
}

.pagination ul li .next {
	background: url(../_i/_icons/prev_icon_pag.png) no-repeat center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination ul li.more {
	width: 9px;
	border: 0px;
}

.pagination.right {
	float: right;
}

.prev_news {
	position: relative;
	display: block;
	float: left;
	width: 255px;
	height: 45px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	background: #eeeeee;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.prev_news:hover {
	color: #666666;
	background: #e1e1e1;
}

.prev_news:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 25px;
	height: 15px;
	background: url(../_i/_icons/arrow_long.png) no-repeat center;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.next_news {
	position: relative;
	display: block;
	float: left;
	width: 255px;
	height: 45px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	padding-right: 25px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	background: #eeeeee;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.next_news:hover {
	color: #666666;
	background: #e1e1e1;
}

.next_news:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 25px;
	height: 15px;
	background: url(../_i/_icons/arrow_long_right.png) no-repeat center;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.loader_more {
	position: relative;
	display: block;
	float: left;
	width: 190px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.loader_more:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 25px;
	height: 15px;
	background: url(../_i/_icons/plus_icon.png) no-repeat center;
	-webkit-transform: translate(0% , -50%);
	-ms-transform: translate(0% , -50%);
	-o-transform: translate(0% , -50%);
	transform: translate(0% , -50%);
}

.loader_more:hover {
	color: #666666;
	background: #eeeeee;
}

.loader_more.center {
	position: absolute;
	left: auto;
	margin-top: 25px;
}

/*.btn_red {
	display: inline-block;
	margin: 15px 15px 15px 0px;
	padding: 20px 46px;
	color: #ffffff;
	background: #c22a15;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}*/

.btn_red {
	/*flex: 0 1 90%;*/
    text-align: center;
	display: inline-block;
	margin: 15px 15px 15px 0px;
	padding: 20px 46px;
	color: #ffffff;
	background: #c22a15;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn_red:hover {
	color: #ffffff;
	background: #a22210;
}

.btn_red:focus {
	color: #ffffff;
	background: #a22210;
}

.btn_orange {
	text-align: center;
	display: inline-block;
	margin: 15px 15px 15px 0px;
	padding: 20px 46px;
	color: #000000;
	background: #e2a91f;
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn_orange:hover {
	color: #000000;
	background: #d59700;
}

.btn_close {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	margin: 15px 15px 15px 0px;
	line-height: 65px;
	color: #000000;
	text-align: center;
	background: url(../_i/_icons/close_icon.png) no-repeat center #e2a91f;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn_close:hover {
	background: url(../_i/_icons/close_icon.png) no-repeat center #d59700;
}

/*revealing_list */

.revealing_list {
	margin: 30px 0px;
}

.revealing_list_holder .revealing_list_block {
	display: none;
}

.revealing_list_heading .title {
	display: inline-block;

	font-size: 20px;
	font-weight: 500;
	color: #c22a15;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.revealing_list_heading{
	position: relative;
	padding-left:22px;
	margin-bottom: 25px;

}
.revealing_list_heading::after {
	content: '';
	position: absolute; /* Абсолютное позиционирование */
	left: 0px; top: 10px; /* Положение треугольника */
	margin-top:-4px;
	border: 8px solid transparent; /* Прозрачные границы */
	border-left: 8px solid #c22a15; /* Добавляем треугольник */
}
.revealing_list_holder.active .revealing_list_heading::after{
	border-left: 8px solid transparent; /* Добавляем треугольник */
	border-top: 8px solid #c22a15; /* Добавляем треугольник */
	top:14px;
}
.revealing_list_heading .title:hover {
	color: #a42311;
}

.revealing_list_holder.active .revealing_list_heading .title {
	color: #c22a15;
	/*border-bottom: 1px dashed transparent;
	cursor: pointer;*/
}
/*revealing_list */

.icon_file_all {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.icon_file_all.new .icon_file {
	margin-right: 0px;
}

.icon_file_all.new .icon_file .name {
	display: block;
}
.icon_file_all.new  .icon_file .size{
	font-size: 14px;
	margin-top: 10px;
}
.icon_file_all.new .icon_file a, .icon_file_all.new .icon_file div{
	height: auto;
}
/*files*/

.icon_file:hover a .name {
	text-decoration:underline;
}

.icon_file:hover .size {
	text-decoration:none;
}

.icon_file a:hover {
	text-decoration:none;
}

.icon_file a:hover .name {
	color:#c22a15;
	text-decoration:underline;
}

.icon_file .name {
	position: relative;
	display:inline;
	max-height: 40px;
	margin-top:-2px;
	overflow: hidden;
	font-size:16px;
	line-height:20px;
	color:#c22a15;
	text-decoration:underline;
}

.icon_file .size {
	display:inline-block;
	margin-top:3px;
	font-size:16px;
	font-weight:300;
	color:#999999;
	text-decoration:none;
}

.icon_file a, .icon_file div {
	display:block;
	height:30px;
	min-height: 46px;
	padding-left: 40px;
	line-height:1;
	vertical-align:middle;
	color:#4f89bf;
	text-decoration:none;
}

.icon_file a:hover {
	border-bottom: 0px;
}

.icon_file div:hover .name {
	color:#c22a15;
	text-decoration: underline;
}

.icon_file_holder {
	margin-top: 4px;
	margin-bottom: 13px;
}

.icon_file {
	display: block;
	margin-right: 30px;
}

.icon_pdf {
	display:inline-block;
	background-image:url(../_i/_icons/pdf_icon.png);
	background-repeat:no-repeat;
}

.icon_doc {
	display:inline-block;
	background-image:url(../_i/_icons/doc_icon.png);
	background-repeat:no-repeat;
}

.icon_jpg {
	display:inline-block;
	background-image:url(../_i/_icons/jpg_icon.png);
	background-repeat:no-repeat;
}

.icon_rar {
	display:inline-block;
	background-image:url(../_i/_icons/rar_icon.png);
	background-repeat:no-repeat;
}

.icon_zip {
	display:inline-block;
	background-image:url(../_i/_icons/zip_icon.png);
	background-repeat:no-repeat;
}

.icon_xml {
	display:inline-block;
	background-image:url(../_i/_icons/xml_icon.png);
	background-repeat:no-repeat;
}

.icon_xls{
	display:inline-block;
	background-image:url(../_i/_icons/xls_icon.png);
	background-repeat:no-repeat;
}

/*End fail*/

/*all_logo*/

.all_logo .block {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.all_logo .block img {
	margin:0 auto;
}

.all_logo .block span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

/*all*/

/*footer*/

.footer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	color: #000000;
	background: #212121;
	padding-bottom: 15px;
}

.footer .top_block {
	padding: 15px 0px;
	background: #efefef;
}

.footer .container_footer {
	color: #999999;
	background: #212121;
}

.footer .top_block .footer_form {
	float: left;
	width: 60%;
}

.footer .top_block .footer_form span {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	color: #999999;
}

.footer .top_block .footer_form .form_row {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.footer .top_block .footer_form .form_row input {
	width: 325px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
}

.footer .top_block .footer_form .form_row input::-webkit-input-placeholder {
	color: #999999;
	font-style: italic;
}

.footer .top_block .footer_form .form_row input::-moz-placeholder {
	color: #999999;
	font-style: italic;
}

.footer .top_block .footer_form .form_row input:-ms-input-placeholder {
	color: #999999;
	font-style: italic;
}

.footer .top_block .footer_form .form_row input:-moz-placeholder {
	color: #999999;
	font-style: italic;
}

.footer .top_block .footer_form .form_row button {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	background: #e2a91f;
	border:0px;
	border-radius: 30px;
}
.footer .top_block .footer_form .form_row button:hover{
    color: #000000;
    background: #d59700;
}

.footer .top_block .footer_form .form_row .input {
	margin-bottom: 0px;
	margin-left: 25px;
}

.footer .top_block .block_social {
	float: right;
	width: 40%;
	text-align: right;
}

.footer .top_block .block_social span {
	display: inline-block;
	margin-right: 7px;
	font-size: 20px;
	vertical-align: middle;
	color: #999999;
}

.footer .top_block .block_social .wk_icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.footer .top_block .block_social .ok_icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.footer .top_block .block_social .social_icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.footer .top_block .block_social a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer .top_block .block_social a svg {
	fill: rgba(171, 171, 171, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer .top_block .block_social a{
    opacity: .5;
}
.footer .top_block .block_social a:hover {
    opacity: 1;
}

.footer .menu {
	margin: 35px 0px;
}

.footer .menu ul li {
	flex-grow: 1;
	flex-basis: auto;
	height: auto;
	list-style-type: none;
}

.footer .menu ul li a {
	color: #999999;
	text-decoration: underline;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.footer .menu ul li a:hover{
    text-decoration: none;
}

.footer .menu ul {
	display: flex;
	width: 100%;
}

.footer .middle {
	overflow: hidden;
}

.footer .bottom {
	overflow: hidden;
}

.footer .middle .block_location span {
	display: block;
	font-size: 15.9px;
	line-height: 24px;
}

.footer .middle .block_location span.location {
	position: relative;
	margin-bottom: 17px;
	padding-left: 25px;
	line-height: 18px;
}

.footer .middle .block_location.small_block .location:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/location_icon_foter.png) no-repeat center;
}

.footer .middle .block_location.small_block .tel , .footer .middle .block_location.small_block .mail {
	position: relative;
	margin-bottom: 17px;
	padding-left: 25px;
}

.footer .middle .block_location.small_block .tel:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/tel_icon_foter.png) no-repeat center;
}
.footer .middle .block_location.small_block .tel:hover{
    text-decoration: underline;
}

.footer .middle .block_location.small_block .mail {
	text-decoration: underline;
}

.footer .middle .block_location.small_block .mail:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/icon_email_foter.png) no-repeat center;
}

.footer .middle .block_location.small_block {
	float: right;
	width: 20%;
}

.footer .middle .block_location a {
	display:  block;
	color: #999999;
}
.footer .middle .block_location.small_block .mail:hover{
    text-decoration: none;
}

.footer .middle .block_location:last-child {
	padding-right: 0px;
}

.footer .middle .block_location.small_block .order_phone {
	display: block;
	width: 200px;
	height: 45px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 45px;
	color: #999999;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 30px;
}
.footer .middle .block_location.small_block .order_phone:hover{
    text-decoration: underline;
}

.footer .bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #999999;
}

.footer .bottom a {
	display: block;
	margin-bottom: 3px;
	color: #999999;
	text-decoration: underline;
}

.footer .bottom a:hover {
	text-decoration: none;
}

.artus_block {
	float: right;
	width: 270px;
}

.artus_block .artus_text {
	float: left;
	text-align: right;
}

.artus_block .artus_text a {
	font-size: 14px;
	color: #999999;
}

.artus_block .artus_icon {
	float: right;
	width: 70px;
	height: 33px;
	margin-left: 12px;
	background: url(../_i/_icons/artus_icon.png) no-repeat center center;
}

.artus_block .artus_text a:hover {
	border-bottom: 1px solid ;
}

/*footer*/

.section_gray {
	margin: 40px 0px;
	padding: 40px 0px;
	background: #efefef;
}

.custom_select.around {
	min-width: 315px;
	max-width: 315px;
}

.custom_select.around .jq-selectbox {
	border-radius: 30px;
}

.custom_select.around .jq-selectbox__select {
	border-radius: 30px;
}

.custom_select.around .jq-selectbox__dropdown {
	top: 50px!important
}

.custom_select.around .jq-selectbox__dropdown ul {
	border-radius: 30px;
}

.custom_select .mCSB_inside>.mCSB_container {
	margin-right: 25px;
}

.custom_select.around .jq-selectbox__dropdown li.selected, .custom_select.around .jq-selectbox__dropdown li:hover {
	background: #f7f7f7;
}

.value_controls {
	display: flex;
	flex-wrap: wrap;
}

.slider.summa , .slider.time {
	width: 100%;
	margin-bottom: 50px;
}

.slider.summa .block, .slider.time .block {
	position: relative;
}

.slider.summa .block .name, .slider.time .block .name {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
}

.slider.summa .ui-widget.ui-widget-content ,
.slider.time .ui-widget.ui-widget-content {
	height: 2px;
	margin-top: 35px;
	background: #c9c9c9;
	 border: 0;
}

.slider.time {
	margin-right: 0px;
}

.slider.summa .slider_max , .slider.time .slider_max {
	position: absolute;
	right: 0px;
	bottom: -28px;
	font-size: 11px;
	color: #999999;
}

.slider.summa .slider_min , .slider.time .slider_min {
	position: absolute;
	bottom: -28px;
	left: 0px;
	font-size: 11px;
	color: #999999;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	position: relative;
	top: -15px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	background: #ffffff;
	border: 0px;
	border-radius: 50%;
}

.ui-state-default:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background: #c22a15;
	border-radius: 50%;
	-webkit-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}

.ui-state-default .day {
	position: absolute;
	top: 45px;
	left: 50%;
	width: 100%;
	min-width: 100px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	transform: translate(-50% ,0%);
}

.ui-state-default .price {
	position: absolute;
	top: 45px;
	left: 50%;
	width: 100%;
	min-width: 100px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	transform: translate(-50% ,0%);
}

.ui-state-default .price:after {
	content: " ";
	position: absolute;
	top: 6px;
	width: 8px;
	height: 8px;
	background: url(../_i/_icons/rubl.png)no-repeat center;
	background-size: contain;
}

.slider.summa .ui-widget.ui-widget-content:after, .slider.time .ui-widget.ui-widget-content:after {
	content: " ";
	position: absolute;
	top: -6px;
	right: 0px;
	width: 2px;
	height: 15px;
	background: #c9c9c9;
}

.slider.summa .ui-widget.ui-widget-content:before, .slider.time .ui-widget.ui-widget-content:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: 0px;
	width: 2px;
	height: 15px;
	background: #c9c9c9;
}

.loader_img {
	padding: 32px 25px;
	background: #efefef;
}

.loader_img--error {
	margin-top: 15px;
	opacity: 0;
	color: #a94442;
	transition: all .45s ease-in-out;
    font-weight: 500 !important;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.loader_img .input-file-row-1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.loader_img .input-file-row-1 {
	position: relative;
	display: inline-block;
	margin-top: 25px;
}

html[xmlns] .input-file-row-1 {
	display: block;
}

* html .input-file-row-1 {
	height: 1%;
}

.loader_img .upload-file-container {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 23px;
	overflow: hidden;
	border: 1px dashed #acacac;
	border-radius: 5px;
}

.loader_img .upload-file-container:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: #d9d9d9;
	border-radius: 50%;
	-webkit-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.loader_img .upload-file-container:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	width: 60px;
	height: 60px;
	background: url(../_i/_icons/plus_icon_new.png) no-repeat center;
	-webkit-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	cursor: pointer;
}

.loader_img .upload-file-container:hover {
	background: rgba(230 , 230 , 230 , 1)
}

.loader_img .upload-file-container:first-child {
	margin-left: 0;
}

.loader_img .upload-file-container > img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.loader_img .upload-file-container input:hover {
	background: rgba(230 , 230 , 230 , 1)
}

.loader_img .upload-file-container input {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border: none;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.main_slider .swiper-slide {
	background-repeat: no-repeat;
	background-size: contain;
}
.main_slider .swiper-slide .bg_block{
	width: 50%;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main_slider .swiper-slide .bg_block .container{
    max-width: 620px;
    float: right;
}

.main_slider .swiper-slide .bg_block .container .text{
    max-width: 100%;
}
.main_slider .swiper-slide .block_img{
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 45%;
    min-height: 650px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -39px;
}
.main_slider .text {
	padding-top: 20px;
	padding-left: 40px;
	display: flex;
	min-height: 300px;
	flex-direction: column;
	align-items: flex-start;
}

.main_slider .text .title {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.main_slider .text p {
	line-height: 24px;
	color: #000000;
}

.main_slider .text .price {
	font-size: 40px;
	font-weight: 700;
	color: #c22a15;
}

.main_slider .text .btn_red {
	margin-top: auto;
	padding: 15px 36px;
}

.main_slider .swiper-slide {
	height: auto;
}

.main_information_block {
	position: relative;
	top: -80px;
	z-index: 999;
	margin: 30px 0px;
	margin-top: 0px;
	padding: 13px 25px 9px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: -45px;
	border-radius: 20px;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-wrap: wrap;
}

.main_information_block .block {
	float: left;
	width: 16.5%;
	padding: 10px 15px;
	border-right: 1px solid #eeeeee;
	border-radius: 20px;
}

.main_information_block .block:hover span{
    color: #c22a15;
}
.main_information_block .block:last-child {
	border-right: 0px;
}

.main_information_block .block .img {
	min-height: 60px;
}

.main_information_block .block .img img {
	margin: 0 auto;
}

.main_information_block .block span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}

.main_information_block .bright {
	background-color: #f7ab00;
}

.main_information_block .bright span {
	color: #fff;
}

.mr_none {
	margin: 0px;
	padding-top: 0px;
}

.swiper-button-next {
	background-image: url(../_i/_icons/slider_arrow.png);
}

.swiper-button-prev {
	background-image: url(../_i/_icons/slider_arrow.png);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main_slider .swiper-button-next {
	right: 16%;
}

.main_slider .swiper-button-prev {
	left: 16%;
}

.swiper-container {
	max-width: 1920px;
}

.section_cost {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	background: #c22a15;
}

.section_cost .container {
	min-height: 600px;
}

.section_cost .block {
	position: absolute;
}

.section_cost .block span {
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
}

.section_cost .planshet {
	position: absolute;
	top: -25%;
	left: -1%;
	transform: rotate(44deg);
	opacity: 0.4;
}

.section_cost .planshet img {
	width: 260px;
}

.section_cost .planshet span {
	display: block;
	margin-top: 13px;
	text-align: right;
}

.section_cost .phone img {
	width: 125px;
}

.section_cost .phone {
	position: absolute;
	top: 38%;
	left: 9%;
	transform: rotate(44deg);
	opacity: 0.4;
}

.section_cost .phone span {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.section_cost .jewelery img {
	width: 300px;
}

.section_cost .jewelery {
	position: absolute;
	bottom: -25%;
	left: 12%;
	opacity: 0.4;
}

.section_cost .jewelery span {
	position: absolute;
	top: -40px;
	right: -26px;
	transform: rotate(40deg);
}

.section_cost .fur {
	position: absolute;
	right: 13%;
	bottom: -52%;
	opacity: 0.4;
}

.section_cost .fur span {
	position: absolute;
	top: -11px;
	right: 40px;
	transform: rotate(47deg);
}

.section_cost .diamonds img {
	float: left;
	width:78px;
}

.section_cost .diamonds img.small {
	float: left;
	width: 44px;
}

.section_cost .diamonds {
	position: absolute;
	right: 1%;
	bottom: 12%;
	transform: rotate(50deg);
	opacity: 0.4;
}

.section_cost .diamonds span {
	position: absolute;
	top: -40px;
	left: 0
}

.section_cost .car img {
	width: 140px;
}

.section_cost .car span {
	position: absolute;
	top: -20px;
	right: 0;
	transform: rotate(48deg);
}

.section_cost .car {
	position: absolute;
	right: 10%;
	bottom: 33%;
	transform: rotate(-1deg);
	opacity: 0.4;
}

.section_cost .gold img {
	width: 100px;
}

.section_cost .gold {
	position: absolute;
	top: 4%;
	right: 9%;
	transform: rotate(44deg);
	opacity: 0.4;
}

.section_cost .gold span {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.section_cost .silver img {
	width: 200px;
}

.section_cost .silver {
	position: absolute;
	top: 23%;
	right: 0%;
	transform: rotate(44deg);
	opacity: 0.4;
}

.section_cost .block img {
	position: relative;
	z-index: 99;
	display: block;
}

.section_cost .block:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	width: 100%;
	height: 100%;
	background: url(../_i/_templ/after_icon.png)no-repeat center center;
	background-size: cover;
	transform: translate(-50% , -50%);
	opacity: 0;
}

.section_cost .block:hover:after {
	opacity: 1;
}

.section_cost .block:hover {
	opacity: 1;
}

h2.title {
	font-size: 40px;
}

h2.white {
	color: #ffffff;
}

.section_cost .text {
	max-width: 52%;
	margin: 0 auto;
	padding-top: 7%;
	text-align: center;
}

.section_cost .text span {
	display: block;
	margin-top: 10px;
	 margin-bottom: 10px;
	color: #ffffff;
}

.section_cost .text .tel {
	display: block;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 10px 25px;
	font-size: 50px;
	color: #ffffff;
	background: #cb4c18;
	border-radius: 40px;
    position: relative;
}
.section_cost .text .tel:hover:after{
    opacity: 1;
}
.section_cost .text .tel:after{
   content: " ";
   position: absolute;
   width: 75%;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
   bottom: 15px;
   height: 1px;
   background: #ffffff;
   opacity: 0;
}

.section_cost .text h2 {
	margin-bottom: 40px;
}

.section_cost .text .btn_orange {
	margin-top: 0px;
}

.section_cost .text .btn_orange:hover{
    background: #ffd162;
}

h1.center {
	text-align: center;
}

.filters_block {
	margin-top: 60px;
	margin-bottom: 40px;
	padding-top: 15px;
}

.filters_block .custom_select .jq-selectbox {
	height: 60px;
	line-height: 60px;
}

.filters_block .custom_select .jq-selectbox__select {
	height: 58px;
	line-height: 58px;
}

.filters_block .custom_block {
	float: left;
	min-width: 380px;
	max-width: 380px;
	margin-top: 15px;
}

.filters_block .custom_select.around {
	max-width: 335px;
}

.filters_block .custom_select .jq-selectbox .jq-selectbox__trigger-arrow {
	width: 26px;
	height: 13px;
	background: url(../_i/_templ/select_arrow_big.png) no-repeat center;
}

.filters_block .jq-selectbox__trigger {
	top: 6px;
	right: 6px;
}

.filters_block .custom_select.around .jq-selectbox__dropdown {
	top: 63px!important;
}

.filters_block .btn_red {
	float: right;
	margin-right: 0px;
}

/*sale_block*/

.sale_block {
	position: relative;
	margin: 30px 0px;
    margin-bottom: 0px;
}

.sale_block .custom_block {
	position: absolute;
	top: 0px;
	right: 0px;
}

h2.center {
	text-align: center;
}

.sale_block .all_sale .block {
	float: left;
	width: 24%;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 25px;
	text-align: center;
	border: 1px solid #e3e3e3;

}

.sale_block .all_sale .block:nth-child(4n-4) {
	margin-right: 0px;
}

.sale_block .all_sale .block .img {
	position: relative;
	min-height: 230px;
}

.sale_block .all_sale .block .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}

.sale_block .all_sale .block .name {
	display: block;
	min-height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	text-align: center;
}

.sale_block .all_sale .block .description {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.sale_block .all_sale .block .price {
	display: block;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 26px;
	font-weight: 500;
	vertical-align: middle;
	color: #c22a15;
	text-align: center;
}

.sale_block .all_sale .block .price .old_price {
	position: relative;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.sale_block .all_sale .block .price .old_price:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	background: #c22a15;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sale_block .all_sale .block .btn_red {
	padding: 13px 38px;
}

.sale_block .all_catalog {
	display: block;
	margin: 40px 0px;
    margin-bottom: 0px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.sale_block .all_catalog:hover{
    text-decoration: none;
}
/*sale_block*/

/*news block*/

.news_block .block {
	float: left;
	width: 32.2%;
	margin-right: 18px;
	margin-bottom: 18px;
	border: 1px solid #e3e3e3;
    overflow: hidden;
}

.news_block .block:hover .img{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.news_block .block:nth-child(3n-3){
    margin-right: 0px;
}

.news_block .block .img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	position: relative;
	max-width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news_block .block .img .description {
	position: absolute;
	top: 0px;
	padding: 19px 14px;
	font-weight: 500;
	color: #ffffff;
	background: rgba(0,0,0,.5);
    max-height: 110px;
    width: 100%;
    min-height: 110px;
}

.news_block .block .img .btn_orange {
	position: absolute;
	bottom: 0px;
	left: 10px;
	padding: 5px 15px;
	font-size: 13px;
}

.news_block .block .text {
	height: 190px;
	padding: 22px 25px;
	color: #666666;
	background: #ffffff;
}

.news_block .block .text p {
	line-height: 20px;
}

.news_block .block .text p:last-child {
	margin-bottom: 0px;
}

.news_block .block .data {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999999;
}

.news_block .all_news {
	display: block;
	margin: 20px 0px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.news_block .all_news:hover{
    text-decoration: none;
}

/*news block*/

/*tab_block_holder lombard_block*/

.tab_block_holder.lombard_block .tab_block {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.tab_block_holder.lombard_block .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: 33%;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 40px;
	overflow: hidden;
}

.tab_block_holder.lombard_block .block:nth-child(3n-3) {
	margin-right: 0px;
}

.tab_block_holder.lombard_block .block .img {
	text-align: center;
}

.tab_block_holder.lombard_block .block .img img {
	margin:  0 auto;
}

.tab_block_holder.lombard_block .block .title {
	display: block;
	margin: 25px 0px;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
    min-height: 60px;
}

.tab_block_holder.lombard_block .block .description {
	height: 100%;
	padding: 34px 18px;
	border: 1px solid #efefef;
}

.tab_block_holder.lombard_block .block .description li {
	min-height: 23px;
	margin-bottom: 18px;
	padding-left: 30px;
	list-style: none;
	font-size: 16px;
	color: #666666;
	background: url(../_i/_icons/icon4.png) no-repeat 0px 0px;
}

.tab_block_holder.lombard_block .block .description a {
	display: block;
	text-align: center;
	text-decoration: underline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;


}
.tab_block_holder.lombard_block .block .description a:hover{
    text-decoration: none;
}

.center {
	text-align: center;
}

/*tab_block_holder lombard_block*/

/*block_bg*/

.block_bg.orange_gray {
	position: relative;
	margin-top: 25px;
}

.block_bg.orange_gray:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 43%;
	height: 100%;
	background: #e2a91f;
}

.block_bg.orange_gray:before {
	content: " ";
	position: absolute;
	top: 0px;
	right:  0px;
	width: 57%;
	height: 100%;
	background: #efefef;
}

.bg_orange.review_block {
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 36%;
	margin-top: 40px;
	padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.bg_orange.review_block .img {
	display: inline-block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	vertical-align: middle;
	border: 2px solid #ffffff;
	border-radius: 50%;
}

.bg_orange.review_block .name {
	display: inline-block;
	padding-left: 10px;
	font-size: 20px;
	vertical-align: middle;
	color: #000000;
}

.bg_orange.review_block .description {
	position: relative;
	margin-top: 25px;
	padding: 25px;
	background: #ffffff;
	border-radius: 6px;
}

.bg_orange.review_block .description:after {
	content: " ";
	position: absolute; top: -20px;
	left: 40px;
	border: 10px solid transparent;
	border-bottom: 10px solid white;
}

.bg_orange.review_block .description a {
	color: #000000;
	text-decoration: underline;
}

.bg_orange.review_block .description a:hover {
	text-decoration: none;
}

.bg_orange.review_block .swiper-button-next {
	position: relative;
	top: auto;
	right: auto;
	bottom: -15px;
	left: 35px;
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	background-image: none;
}
.bg_orange.review_block .swiper-button-next:hover{
    text-decoration: none;
}
.bg_orange.review_block .swiper-button-prev:hover{
    text-decoration: none;
}
.bg_orange.review_block .swiper-button-prev:after {
	content: " ";
	position: absolute;
	top: 3px;
	left: -19px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/arrow_small.png)no-repeat center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bg_orange.review_block .swiper-button-next:after {
	content: " ";
	position: absolute;
	top: 3px;
	right: -19px;
	width: 15px;
	height: 15px;
	background: url(../_i/_icons/arrow_small.png)no-repeat center;
}

.bg_orange.review_block .swiper-button-next:before {
	content: " ";
	position: absolute;
	top: 3px;
	left: -10px;
	width: 1px;
	height: 76%;
	background: #000;
}

.bg_orange.review_block .swiper-button-prev {
	position: relative;
	top: auto;
	bottom: -15px;
	left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	background-image: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.bg_orange.review_block .swiper-container {
	padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.bg_orange.review_block h2 {
	display: inline-block;
}

.bg_orange.review_block .all_review {
	position: absolute;
	top: 45px;
	right: 0px;
	color: #000000;
	text-decoration: underline;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.bg_orange.review_block .all_review:hover{
    text-decoration: none;
}


.bg_gray.why_us_block {
	position: relative;
	z-index: 99;
	display: inline-block;
	float: right;
	width: 57%;
	margin-top: 40px;
	vertical-align: top;
	vertical-align: top;
}

.bg_orange.review_block .block {
	margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*block_bg*/

.why_us_block .block {
	display: inline-block;
	width: 24%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.why_us_block .block .img {
	position: relative;
	min-height: 90px;
}

.why_us_block .block .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.why_us_block .block span {
	display: block;
	margin-top: 7px;
	font-size: 15.5px;
	color: #000000;
	text-align: center;
}

.added_text {
	margin: 45px 0px;
    margin-bottom: 70px;
}

.left_content {
	float: left;
	width: 70%;
	margin-right: 15px;
	position: relative;
}

.right_side_bar {
	float: right;
	width: 27%;
	margin-bottom: 40px;
}

.vacancies .block {
	margin-bottom: 20px;
	padding: 30px;
	overflow: hidden;
	border:1px solid #e3e3e3;
}

.vacancies .block span {
	display: block;
	color: #000;
}

.vacancies .block .title {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
}

.vacancies .block .price {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}

.vacancies .block p {
	margin-bottom: 10px;
}

.vacancies .block .btn_red {
	float: left;
	margin-top: 10px;
	padding: 13px 40px;
}

.vacancies .block .location {
	float: right;
	margin-top: 25px;
	padding-left: 18px;
	font-size: 14px;
	color: #c22a15;
	background: url(../_i/_icons/location_icon_gray.png) no-repeat center left;
}

.right_side_bar .block_news {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.right_side_bar .block_news:after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.63) 0%, rgba(0,0,0,0.62) 1%, rgba(166,166,166,0.38) 48%, rgba(255,255,255,0.38) 73%, rgba(255,255,255,0.38) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.63) 0%,rgba(0,0,0,0.62) 1%,rgba(166,166,166,0.38) 48%,rgba(255,255,255,0.38) 73%,rgba(255,255,255,0.38) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.63) 0%,rgba(0,0,0,0.62) 1%,rgba(166,166,166,0.38) 48%,rgba(255,255,255,0.38) 73%,rgba(255,255,255,0.38) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#61ffffff',GradientType=0 );
}

.right_side_bar .block_news .top {
	position: absolute;
	top: 0px;
	z-index: 99;
	padding: 15px;
	color: #ffffff;
}

.right_side_bar .block_news .top .data {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}

.right_side_bar .block_news .top p {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
}

.right_side_bar .block_news .btn_orange {
	position: absolute;
	bottom: -2px;
	left: 17px;
	z-index: 99;
	padding: 7px 13px;
	font-size: 13px;
}

.right_side_bar .all_news {
	text-decoration: underline;
}

.right_side_bar .all_news:hover {
	text-decoration: none;
}

.vacancies_detail .block_all {
	margin-bottom: 20px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}

.vacancies_detail .block_all .description {
	display: inline-block;
	width: 60%;
	vertical-align: bottom;
}

.vacancies_detail .block_all .description .block {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.vacancies_detail .block_all .description .block:after {
	content: " ";
	position: absolute;
	top: 12px;
	left: 0px;
	z-index: 888;
	width: 100%;
	height: 2px;
	background: url(../_i/_icons/dotted.png) repeat-x;
}

.vacancies_detail .block_all .description .left {
	position: relative;
	z-index: 9999;
	float: left;
	max-width: 130px;
}

.vacancies_detail .block_all .description .right {
	position: relative;
	z-index: 9999;
	float: right;
	min-width: 45%;
	max-width: 48%;
}

.vacancies_detail .block_all .description .left span {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	background: #ffffff;
}

.vacancies_detail .block_all .description span {
	display: block;
}

.vacancies_detail .block_all .description span.price {
	font-size: 20px!important;
	line-height: 21px;
}

.vacancies_detail .block_all .description .right span {
	font-size: 14px;
    line-height: 21px;
	font-weight: 500;
	color: #000000;
	background: #ffffff;
}
.vacancies_detail .block_all .block:first-child:after{
    top: 15px;
}

.vacancies_detail .block_all .btn_red {
	float: right;
	margin-top: 61px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 14px 25px
}

.vacancies_detail .block_all:last-child {
	margin-bottom: 25px;
}

.vacancies_detail span {
	display: block;
	margin-bottom: 10px;
}

.vacancies_detail span a.tel {
	font-weight: 700;
	color: #000000;
}

.vacancies_detail span a.mail {
	text-decoration: underline;
}

.vacancies_detail span a:hover {
	text-decoration: none;
}

.vacancies_detail span.title {
	margin: 20px 0px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

.vacancies_detail ul.list li {
	margin-bottom: 12px;
}

.review_page .all_review {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 35px 70px;
	box-shadow: 0px 0px 15px 0px #c3bdbd;
}

.review_page .all_review .img {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.review_page .all_review .block {
	margin-top: 20px;
	padding: 0px 15px;
}

.review_page .all_review .name_block {
	display: inline-block;
	padding-left: 25px;
	vertical-align: middle;
}

.review_page .all_review .name {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}

.review_page .all_review .city {
	display: block;
	font-size:  16px;
	color: #999999;
}

.review_page .all_review .description {
	margin-top: 30px;
}

.review_page .swiper-button-prev {
	left: 25px;
	width: 18px;
	height: 36px;
	margin-top: -30px;
	background-size: cover;
}
.review_page .swiper-button-next {
	right: 30px;
	width: 18px;
	height: 36px;
	margin-top: -30px;
	background-size: cover;
}

/*our_opinion*/

.our_opinion {
	margin-top: 70px;
	margin-bottom: 40px;
	padding: 25px;
	background: #fcfcfc;
}

.our_opinion .left_text {
	display: inline-block;
	width: 65%;
	margin-top: 5px;
	margin-left: 20px;
	vertical-align: top;
}

.our_opinion .left_text h2 {
	font-size: 30px;
}

.our_opinion .left_text .list {
	margin-top: 34px;
	margin-bottom: 30px;
}

.our_opinion .left_text .list p {
	margin-bottom: 6px;
	padding-left: 18px;
	font-weight: 600;
	line-height: 23px;
	color: #000000;
	text-indent: -18px;
}

.our_opinion .left_text .list p span {
	color: #c22a15;
}

.our_opinion .right_img {
	display:  inline-block;
	float: right;
	width: 28%;
	margin-top: 45px;
	vertical-align: top;
}

.our_opinion .right_img img {
	margin: 0 auto;
}

.btn_red.small {
	padding: 14px 38px;
}

/*our_opinion*/

/*bargaining_page*/

.bargaining_page {
	margin-top: 25px;
}

.bargaining_page p.title {
	font-size:  20px;
	line-height: 30px;
	color: #000000;
}

.bargaining_page .block {
	margin-bottom: 15px;
	padding: 25px;
	border: 1px solid #e3e3e3;
}

.bargaining_page .block .data {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	color: #999999;
}

.bargaining_page .block a {
	display:  block;
	margin-bottom: 7px;
	font-size:  20px;
	line-height: 30px;
	text-decoration: underline;
}

.bargaining_page .block a:focus{
	color: #c22a15;
}

.bargaining_page .block a:hover {
	text-decoration: none;
}

.bargaining_page .block p:last-child {
	margin-bottom: 0px;
}


/*bargaining_page*/

.btn_gray {
	display: inline-block;
	margin: 10px;
	padding: 15px 25px;
	font-size: 16px;
	color: #666666;
	background: #eeeeee;
	border-radius: 30px;
}

.btn_gray:hover {
	color: #666666;
	background: #e1e1e1;
}

.text_holder img {
	margin-bottom: 35px;
}

.text_holder p.title {
	font-size:  18px;
	color: #000;
}

.text_holder .data {
	display: block;
	font-size:  14px;
	color: #999999;
}

.navigation_page {
	margin: 30px 0px;
}

.navigation_page .next_news {
	float: right;
}

/*order page*/
.pay_order {
	margin-top: 50px;
}

.pay_order .order {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px dashed;
}

.pay_order .tab_block_holder .title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #c22a15;
}

.pay_order .tab_block_holder span {
	display: block;
}

.pay_order .tab_block_holder p a {
	font-weight: 700;
	text-decoration: underline;
}

.pay_order .tab_block_holder p a:hover {
	text-decoration: none;
}

.pay_order .tab_block_holder {
	margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

/*order page*/

.fancybox-lock .fancybox-overlay {
	z-index: 99999;
}

.filters_news .all_links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.filters_news .all_links a {
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #666666;
	font-weight: 700;
}
.filters_news .all_links a.active:after{
    content: " ";
    position: absolute;
    bottom: -25px;
    height: 2px;
    background: #c22a15;
    width: 100%;
    left: 0;
}

.filters_news .all_links a.disabled {
	color: #cccccc;
    cursor: default;
}

.filters_news .all_links a .number {
	position: absolute;
	top: -14px;
	right: -23px;
	padding: 4px 7px;
	font-size: 11px;
	font-weight: 700;
	color: #c22a15;
	background: #efefef;
	border-radius: 50%;
	border-radius: 50%;
}

.filters_news .all_links {
	padding: 25px;
	box-shadow: 0px 0px 10px 0px #989898;
}


.filters_all a {
	padding: 8px 13px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}

.filters_all a.active {
	position: relative;
	color: #c22a15;
}

.filters_all a.active:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #c22a15;
}

.filters_all .links {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
}

.filters_all .custom_select {
	display: inline-block;
	min-width: 103px;
	margin-left: 50px;
	border-bottom: 1px solid #efefef;
}

.filters_all .custom_select .jq-selectbox {
	padding-right: 15px;
	padding-left: 18px;
	border: 0px;
	border-bottom: 1px;
}

.filters_all .jq-selectbox__trigger {
	right: -20px;
}

.filters_all .jq-selectbox .jq-selectbox__trigger-arrow {
	background: url(../_i/_icons/arrow_icon_gray.png)no-repeat center;
}

.filters_all .jq-selectbox__dropdown {
	/*width: 100%;*/
	width: calc(100% + 2px) !important;
}

.title_block {
	position: relative;
}

.title_block .search_articles {
	position: absolute;
	top: 10px;
	right: 0;
}
.title_block .search_articles form {
	position: relative;
}

.title_block .search_articles input {
	width: 415px;
	border: 0px;
	border-bottom: 1px solid #efefef;
	padding: 10px 10px;
}

.title_block .search_articles .search_btn {
	position: absolute;
	top: 9px;
	background: url(../_i/_icons/search_icon_new.png)no-repeat center center;
	right: 8px;
	width: 20px;
	height: 20px;
	border: 0;
}

.title_block .search_articles input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
  font-style: italic;
}
.title_block .search_articles input::-moz-placeholder {
  font-size: 13px;
  color: #999999;
  font-style: italic;
}
.title_block .search_articles input:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
  font-style: italic;
}
.title_block .search_articles input:-moz-placeholder {
  font-size: 13px;
  color: #999999;
  font-style: italic;
}


.form_row .textarea textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form_row .textarea  textarea::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.form_row .textarea textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.form_row .textarea textarea:-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.title_block .filters_all {
	position: absolute;
	top: 0;
	right: 0;
}

.hand_over .block {
	position: relative;
	float: left;
	min-width: 380px;
	max-width: 380px;
	min-height: 380px;
	max-height: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 25px 30px;
	background: #f9f9f9;
}
/*.hand_over .block:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.hand_over .block:nth-child(3n-3) {
	margin-right: 0px;
}

.hand_over .block:hover img{
     -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hand_over .block span {
	font-size: 40px;
	color: #000000;
}

.hand_over .block span.img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hand_over .block img {
	/*position: absolute;*/
	/*top: 50%;
	left: 50%;*/
	margin-top: 35px;
     -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	/*transform: translate(-50%, -50%);*/
}

.hand_over {
	margin-top: 55px;
	overflow: hidden;
}

.pawnshop .block_img {
	position: relative;
	width: 100%;
	min-height: 402px;
	margin-bottom: 33px;
	background: #f9f9f9;
}

.pawnshop .block_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: auto;
}

.pawnshop .block_img .btn_red {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 23px;
}

.pawnshop .block_img .btn_red.buy {
	right: 180px;
}

.pawnshop .change_block {
	margin-top: 45px;
	margin-bottom: 25px;
	overflow: hidden;
}

.pawnshop .change_block .block {
	position: relative;
	float: left;
	width: 32%;
	min-height: 200px;
	margin-right: 16px;
	margin-bottom: 16px;
	padding: 30px;
	background: #f9f9f9;
}

.pawnshop .change_block .block:nth-child(3n-3) {
	margin-right: 0px;
}

.pawnshop .change_block .block img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 150px;
	transform: translate(-50%, -50%);
}

.left_content .banner {
	position: relative;
	min-height: 340px;
	margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.left_content .banner h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

/*.left_content .banner .text {
	position: absolute;
	top: 40%;
	right: 0px;
	width: 67%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}*/

.left_content .banner .text {
	position: absolute;
	top: 14%;
	right: 0px;
	width: 67%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
@media only screen and (max-width: 480px) {
	.left_content .banner .text {
		width: 95%;
	}
	.custom_select .jq-selectbox__dropdown {
		top: 34px!important;
	}
}


.left_content .banner .text.fr {
	float: right;
}

.left_content .banner .btn_block.fr {
	float: right;
}

/*.left_content .banner .btn_block {
	position: absolute;
	right: 10px;
	bottom: 10px;
}*/

.left_content .banner .btn_block {
	position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}

.left_content .banner .btn_block .btn_red {
	padding: 13px 25px;
}

.text-payment .link {
	display: block;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 500;
	color: #666666;
}
.text-payment .link a {
	text-decoration: underline;
}
.text-payment h3 {
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 700;
}
.text-payment {
	margin-top: 30px;
	padding-top: 32px;
	border-top: 1px solid #cccccc;
}

.text-payment .title {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}

.text-payment ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 16px;
	color: #666666;
}

.text-payment ul {
	margin-top: 11px;
	margin-bottom: 38px;
}

.privat_office_form .title {
	margin-top: 40px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
}
.privat_office .all_links{
	margin-top: 50px;
    border-bottom: 2px solid #efefef;
}
.privat_office .all_links a{
    padding: 0px 27px;
    font-size: 20px;
    font-weight: 700;
    color: #999999;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.privat_office .block_holder{
    margin: 30px 0px;
}
.privat_office .all_links a.active {
    color: #c22a15;
}
.privat_office .all_links a.active:after{
	content: " ";
	position: absolute;
	width: 100%;
	bottom: -17px;
	background: #c22a15;
	height: 2px;
	left: 0;
}
.privat_office_form .form_row, .privat_office_form .custom_select {
	position: relative;
	max-width: 42%;
}

.privat_office_form .form_row .input {
	margin-bottom: 15px;
}

.privat_office_form .form_row .input label {
	font-weight: 400;
}

.privat_office_form .form_row.checkbox input {
	position: relative!important;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-left: 0px!important;
	vertical-align: top;
}

.privat_office_form .form_row.checkbox input:after {
	content: " ";
	display: block;
	min-width: 20px;
	min-height: 20px;
	background-image: url(../_i/_icons/img_checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	cursor: pointer;
}

.privat_office_form .form_row.checkbox input:checked:after {
	background-image: url(../_i/_icons/img_checkbox_checked.png);
	background-repeat: no-repeat;
}

.privat_office_form .form_row.checkbox {
	max-width: 100%;
}

.privat_office_form .form_row.checkbox span {
	display: inline-block;
	padding-left: 7px;
	font-size: 14px;
	vertical-align: middle;
}

.privat_office_form .form_row.checkbox span a {
	text-decoration: underline;
}

.privat_office_form .form_row.checkbox span a:hover {
	text-decoration: none;
}

.privat_office_form .form_row.checkbox .has-error .form-error {
	position: absolute;
	bottom: -32px;
	left: 0;
	z-index: 999;
	font-size: 13px;
	color: #ff546b;
}

.privat_office_form .form_row .forgot_pass {
	position: absolute;
	top: 50%;
	right: -24%;
	font-size: 14px;
	text-decoration: underline;
}

.privat_office_form .form_row .forgot_pass:hover {
	text-decoration: none;
}

.privat_office_form button {
	margin-top: 26px;
	padding: 14px 34px;
	border: 0;
}

.privat_office .table_data {
	margin-top: 36px;
}

.privat_office .table_data span {
	display: inline-block;
	padding-right: 4%;
	font-size: 13px;
	color: #999999;
}

.privat_office .tabs {
	margin: 60px 0px;
}

.privat_office .tabs .tab_block_holder {
	margin-top: 25px;
}

td span.active {
	color: #c22a15;
	text-decoration: underline;
}

.privat_office .number_tickets{
	margin-bottom: 40px;
}

.privat_office .number_tickets span {
	color: #000000;
	font-size: 16px;
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}
.privat_office .number_tickets input {
	height: 45px;
	background: #ffffff;
	font-size: 14px;
	line-height: 45px;
	color: #666666;
	padding-left: 20px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	width: 400px;
}
.privat_office .form_row.half_width{
    width: 100%;
    max-width: none;
}
.privat_office .form_row.half_width label{
    display: block;
}
.privat_office .form_row.half_width .input{
    width: 36%;
    float: left;
}

.privat_office .number_tickets form {
	position: relative;
	width: 100%;
}

.privat_office .number_tickets form button {
    padding: 13px 34px;
    font-size: 16px;
    border: 0;
    margin-top: 25px;
}

.things {
	margin-bottom: 15px;
}

.loan_payments thead {
	background: #fafafa;
}

.loan_payments thead th {
	padding: 15px 10px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	position: relative;
}
.loan_payments thead th.block > div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.loan_payments thead th.block > div img {
	margin-left: 0;
	cursor: pointer;
}
.loan_payments thead th.block > div .question__popup {
	min-width: 320px;
	top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.loan_payments tr td {
	font-size: 13px;
	padding: 15px 10px;
	text-align: center;
}
.loan_payments tr .no_pd{
	padding: 0;
}

.loan_payments tr .close {
	background: url(../_i/_icons/close_icon.png)no-repeat center;
	width: 15px;
	height: 15px;
}

.loan_payments button.small {
	width: 95px;
}

.loan_payments button.big {
	width: max-content;
	min-width: 270px;
	max-width: 100%;
	height: unset;
	padding: 5px 10px;
}

.loan_payments button.active {
	background: #c22a15;
	color: #ffffff;
}

.loan_payments button.active:hover {
	background: #a22210;
}

.loan_payments button{
	background: #efefef;
	border-radius: 30px;
	font-size: 14px;
	color: #666666;
	border: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
	transition: all .4s;
}

.loan_payments button:hover {
	background: #c3bfbf;
}

.loan_payments tr td.bnt_block {
	padding-right: 0px;
	padding-left: 0px;
}
td.bnt_block td{
	padding: 0;
}

.loan_payments tr.shadow{
	box-shadow: 0px 0px 14px 0px #c3bfbf;
}

.information_block .block span {
	display: block;
	color: #000;
}

.information_block .block .big_text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.information_block .block .date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 25px;
}

.information_block .block {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 25px;
}

.information_block .block.contact_information span {
	color: #666666;
	margin-bottom: 5px;
}

.information_block .block.contact_information span .tel {
	color: #000000;
	font-weight: 700;
}

.information_block .block.contact_information span .tel:hover {
	text-decoration: underline;
}

.information_block .block.contact_information span .email {
	text-decoration: underline;
}

.information_block .block.contact_information span .email:hover {
	text-decoration: none;
}

.information_block .block ul li {
	list-style: none;
	line-height: 24px;
}
.about_information {
	overflow: hidden;
	margin: 35px 0px;
}

.about_information .block {
	width: 28%;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 6%;
}

.about_information .block:nth-child(3n-3) {
	margin-right: 0px;
}

.about_information .block .img {
	width: 150px;
	height: 150px;
	border: 1px solid #c4311c;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
}

.about_information .block .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    width: auto;
}

.about_information .block .text {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}

.sertificat_blocks .block {
	float: left;
	width: 24%;
	margin-right: 11px;
	border: 1px solid #e3e3e3;
	margin-top: 14px;
}

.sertificat_blocks .block:nth-child(4n-4) {
	margin-right: 0px;
}

.sertificat_blocks .block img {
	width: 100%;
}

.sertificat_blocks .block .text {
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 15px 25px;
}

.sertificat_blocks {
	margin: 35px 0px;
	overflow: hidden;
}
.develop_all {
	overflow: hidden;
	margin: 35px 0px;
}

.develop_all .block {
	width: 23%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 14%;
}
.develop_all .block:nth-child(3n-3) {
	margin-right: 0;
}

.develop_all .block span {
	display: block;
	color: #666666;
	text-align: center;
}

.develop_all .block span.number {
	font-size: 40px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 10px;
}

.evalution_block .big {
	margin-top: 35px;
	margin-bottom: 30px;
}

.evalution_block .big span {
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: 500;
	color: #000;
}
.evalution_block .form_row {
	max-width: 500px;
}

.evalution_block .form_row .input {
	margin-bottom: 11px;
}

.category_all {
	margin-bottom: 30px;
	overflow: hidden;
}

.category_all .block {
	display: block;
	width: 12.5%;
	float: left;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 20px;
	min-height: 146px;
	margin-bottom: 10px;
}

.category_all .row_block .block:first-child {
	border-left: 1px solid #e3e3e3;
}
.category_all .row_block .block:hover{
	border: 1px solid #c22a15;
}
.category_all .row_block .block.active {
	border: 1px solid #c22a15;
}
.category_all .row_block {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.category_all .block img {
	filter: grayscale(100%);
}

.category_all .block:hover img , .category_all .block.active img {
	filter: grayscale(0);
}
.category_all .block:hover span , .category_all .block.active span{
	color: #c22a15;
}

.category_all .block .img {
	position: relative;
	min-height: 65px;
}

.category_all .block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category_all .block span{
	text-align: center;
	color: #000000;
	font-size: 14px;
	display: block;
}

.evalution_block .custom_select {
	max-width: 500px;
}

.evalution_block .form_row .textarea textarea {
	height: 130px;
	max-height: 130px;
}

.evalution_block .form_row .textarea {
	margin-bottom: 11px;
}

.download_img_block .loader_img {
	overflow: hidden;
}

.download_img_block {
	margin-bottom: 35px;
}

.download_img_block fieldset {
	float: left;
	margin-right: 13px;
}

.download_img_block fieldset:last-child {
	margin-right: 0px;
}

.download_img_block fieldset:nth-child(7n-7) {
	margin-right: 0px;
}

.download_img_block .bottom span {
	font-size: 14px;
	color: #999999;
}

.download_img_block .bottom .btn_red {
	margin: 25px 25px 10px 0px;
	padding: 13px 22px;
}

.download_img_block .close_block{
    position: absolute;
    top: 50%;
    display: none;
    left: 50%;
    z-index: 999;
    width: 60px;
    height: 60px;
    background: #c22a15;
    color: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    z-index: 9999;
}

.download_img_block fieldset.open .close_block{
	display: block;
}

.evalution_block input[type="submit"] {
	border: 0;
}

.revealing_list_holder .bargaining_page {
	margin-top: 0px;
}

.left_content .loader_more.center{
	left: 35%;
	transform: translateX(-35%);
}



/*page_sideBar*/
.page_sideBar {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to right, rgba(250,250,250,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=1 );
}

.page_sideBar .sideBar {
	width: 25%;
	float: left;
	margin-top: 14%;
	padding-right: 30px;
}

.page_sideBar .content {
	width: 75%;
	float: left;
	background: #ffffff;
	position: relative;
}
.page_sideBar .sideBar .custom_select{
	margin-bottom: 15px;
}

.sideBar_slider span{
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
}
.sideBar_slider .amount{
	width: 45px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	color: #999999;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 0px 3px 4px -1px #e5e5e5;
}

.sideBar_slider #slider{
	margin-top: 25px;
}
.sideBar_slider #amount_two{
	float: right;
}
.sideBar_slider .ui-slider-horizontal{
	height: 3px;
	background: #c9c9c9;
	border: 0;
}
.sideBar_slider .ui-widget-header{
	background: #c9c9c9;
}
.sideBar_slider .ui-state-default, .sideBar_slider .ui-widget-content .ui-state-default,
.sideBar_slider .ui-widget-header .ui-state-default, .sideBar_slider .ui-button,
.sideBar_slider html .ui-button.ui-state-disabled:hover, .sideBar_slider html .ui-button.ui-state-disabled:active{
	float: left;
	margin-right: -28px;
	top: -9px;
}

.sideBar .sideBar_slider{
	margin-top: 20px;
	margin-bottom: 40px;
}

.sideBar .checkbox_block span{
	font-size: 16px;
	color: #000000;
	margin-bottom: 13px;
	display: block;
	font-weight: 400;
}
.sideBar .checkbox_block .checkbox_field{
	margin-bottom: 3px;
}

.sideBar .checkbox_label input[type="checkbox"] + .label-text{
	font-size: 14px;
	color: #999999;
}

.sideBar .reset_all{
	width: 100%;
	height: 45px;
	display: block;
	line-height: 45px;
	border: 1px solid #cccccc;
	border-radius: 30px;
	color: #c22a15;
	font-size: 14px;
	text-align: center;
    background: #fff;
}

/*content*/

.page_sideBar .content{
	padding: 15px 0px 15px 45px;
}
.page_sideBar .content .breadcrumbs{
	padding: 0;
	background: transparent;
}
.page_sideBar .content .banner{
	min-height: 100px;
	background: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}
.page_sideBar .content .banner span{
	font-size: 14px;
	color: #999999;
}

.products_all .row_block{
	display: flex;
}

.products_all .row_block .block {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
    overflow: hidden;
}
.products_all .row_block .block a img{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.products_all .row_block .block a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.products_all .all_list .row_block:first-child .block {
	 border-top: 1px solid #e3e3e3;
}

.products_all .row_block .block:last-child {
	 border-right: 1px solid #e3e3e3;
}

.products_all .filters_block {
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
}

.products_all .filters_block span {
	font-size: 14px;
	color: #999999;
	padding-right: 14px;
}

.products_all .filters_block a {
	font-size: 14px;
	text-decoration: underline;
	padding-right: 13px;
}

.products_all .filters_block a:hover {
	text-decoration: none;
}

.products_all .filters_block span.all_goods {
	padding-right: 0;
	float: right;
}

.products_all .filters_block .active {
	text-decoration: none;
}
.products_all .all_list .block .sale {
	width: 40px;
	height: 40px;
	background: #c22a15;
	font-size: 14px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 14px;
	right: 10px;

}
.products_all .all_list .block .name {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	min-height: 75px;
	text-align: center;
    display: block;
}

.products_all .all_list .block .description {
	font-size: 13px;
    color: #666666;
}

.products_all .all_list .block .img {
	min-height: 170px;
	margin-top: 34px;
	margin-bottom: 18px;
}

.products_all .all_list .block .img img {
    width: auto;
    margin: 0 auto;
}

.products_all .all_list .block .price {
	margin-top: 15px;
    text-align: center;
}

.products_all .all_list .block .price .old {
	font-size: 16px;
	color: #999999;
	position: relative;
}

.products_all .all_list .block .price .old:after {
	position: absolute;
	content: " ";
	top: 50%;
	left: -8%;
	width: 120%;
	height: 1px;
	background: #c22a15;
}

.products_all .all_list .block .price .new {
	font-size: 26px;
	color: #c22a15;
	font-weight: 600;
	padding-left: 15px;
}

.products_all .all_list .block .buy {
	background-image: url(../_i/_icons/icon_buy.png);
	background-repeat: no-repeat;
    background-position: 42px 13px;
	padding: 13px 50px;
	text-align: center;
	padding-left: 58px;
	margin-bottom: 10px;
	margin-right: 0;
}
.products_all .all_list .block .btn_red{
    display: block;
    margin: 15px auto;
    width: 190px;
}
.products_all .all_list .block .btn_orange{
    display: block;
    margin: 15px auto;
    width: 190px;
}
.products_all .all_list .block .gray_btn{
	background: #eeeeee;
	border-radius: 30px;
	font-size: 16px;
	color: #666666;
	width: 190px;
	height: 45px;
	text-align: center;
	line-height: 45px;
    display: block;
    margin: 0 auto;
	margin-bottom: 10px;
}
.products_all .all_list {
	margin-bottom: 25px;
}
/*content*/
/*page_sideBar*/

.sale_catalog {
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.sale_catalog .block .text{
    margin-bottom: 20px;
    display: flex;
}
.sale_catalog  .block.all_width {
	width: 100%;
	margin-right: 0;
}

.sale_catalog .block {
	width: calc(50% - 20px);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 30px;
	position: relative;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sale_catalog .block:nth-child(2n-2) {
	margin-right: 0px;
}

.sale_catalog .block .title {
	color: #000;
	font-weight: 400;
	font-size: 40px;
	display: block;
	margin-bottom: 30px;
}

.sale_catalog .block .list {
	display: inline-block;
	margin-right: 50px;
}

.sale_catalog .block .list a {
	display: block;
	text-decoration: underline;
	margin-bottom: 17px;
}

.sale_catalog .block .list a:hover {
	text-decoration: none;
}

.sale_catalog .block .btn_red {
	font-size: 16px;
	padding: 16px 25px;
	margin-top: auto;
}

.sale_catalog .block .text span {
	font-size: 20px;
}

.slider .flexslider .slides img {
	width: auto;
}

.card_goods .slider {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.card_goods .slider #slider {
	width: 400px;
	float: right;
}

.card_goods #carousel {
	float: left;
	width: 200px;
	max-height: 200px;
	overflow: hidden;
}

#carousel li {
	float: none!important;
	margin-bottom: 10px;
	height: 120px;
}

.card_goods .description_block {
	width: 46%;
	float: right;
	padding-right: 5px;
	margin-bottom: 25px;
}

.card_goods_slider .slider-for {
	width: 400px;
	float: right;
}

.card_goods_slider .slider-for .slick-list {
	height: 570px!important;
}

.card_goods_slider .slider-nav {
	width: 100px;
	float: left;
}

.card_goods_slider .slider-for .slick-slide img {
	width: auto;
	max-height: 500px;
	margin-top: 74px;
}

.card_goods_slider .slider-for .sale {
	position: absolute;
	right: 0;
	top: 0px;
	background: #c22a15;
	color: #ffffff;
	font-size: 14px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.card_goods_slider .slider-nav .slick-slide img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.slick-vertical .slick-slide {
	margin: 0px 0px;
	width: 100px!important;
	height: 100px!important;
	position: relative;
	cursor: pointer;
	border: 1px solid #e3e3e3;
}

.slick-list {
	height: 400px!important;
	padding: 0px!important;
}

.slick-vertical .slick-slide.slick-current.slick-active {
	border: 1px solid #c22a15;
}

.slider-nav .slick-prev {
	width: 20px;
	height: 20px;
	background: url(../_i/_icons/arrow_small_slider.png)no-repeat center;
	color: transparent;
	border: none;
	margin: 0 auto;
	display: block!important;
	margin-bottom: 10px;
}

.slider-nav .slick-next {
	width: 20px;
	height: 20px;
	background: url(../_i/_icons/arrow_small_slider.png)no-repeat center;
	color: transparent;
	border: none;
	margin: 0 auto;
	display: block!important;
	margin-bottom: 15px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.card_goods {
	overflow: hidden;
	margin-top: 40px;
}

.card_goods .description_block .buy_block {
	box-shadow: 0px 0px 13px 0px #c5c5c5;
	margin-top: 25px;
	padding: 25px 35px;
}

.card_goods .description_block .buy_block .price {
	width: 50%;
	float: left;
}

.card_goods .description_block .buy_block .price .old_price {
	font-size: 20px;
	color: #999999;
	position: relative;
	display: inline-block;
}

.card_goods .description_block .buy_block .price .old_price:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #c22a15;
	top: 50%;
	left: 0;
}

.card_goods .description_block .buy_block .price .new_price {
	font-size: 40px;
	color: #c22a15;
	font-weight: 700;
	display: block;
}

.card_goods .buy_block .buy_btn {
	background-image: url(../_i/_icons/icon_buy.png);
	background-repeat: no-repeat;
	background-position: 80px 15px;
	padding: 0;
	margin-right: 0;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 35px!important;
	font-size: 14px!important;
	text-decoration: none;
}

.card_goods  .btn_all_block {
	width: 50%;
	float: right;
}

.card_goods  .btn_all_block .more {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.card_goods .buy_block .btn_red {
	 padding: 0;
	margin-right: 0;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
}

.card_goods .buy_block .sale_text {
	display: inline-block;
	background: #e2a91f;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 15px;
	margin-bottom: 2px;
}

.card_goods .buy_block .soon {
	font-size: 28px;
	font-weight: 700;
	color: #c22a15;
}

.card_goods .buy_block p {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0px;
}

.card_goods .buy_block .btn_red.small {
	width: 175px;
	float: right;
}

.card_goods .buy_block a {
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
}

.card_goods .product_information {
	margin-top: 25px;
}

.card_goods .product_information .title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 14px;
	display: block;
}

.card_goods .product_information .block {
	border: 1px solid #e3e3e3;
	padding: 15px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card_goods .product_information .block .list span {
	display: block;
}

.card_goods  .title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 14px;
	display: block;
	margin-top: 20px;
}

.card_goods .delivery {
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.card_goods .delivery .block {
	width: 50%;
	float: left;
	border-right: 1px solid #e3e3e3;
	padding: 15px;
	font-size: 14px;
	color: #666666;
}

.card_goods .delivery .block p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 6px;
	line-height: 18px;
}

.card_goods .delivery .block img {
	margin-top: 13px;
	margin-bottom: 10px;
}

.card_goods .delivery .block:last-child {
	border-right: 0;
}

.card_goods .text {
	margin-top: 20px;
}

.card_goods .text p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-bottom: 5px;
}

.card_goods .text p a {
	text-decoration: underline;
}

.card_goods .text .tel a {
	font-weight: 600;
	font-size: 14px;
	color: #000;
}

.card_goods .text .tel span {
	font-size: 14px;
	color: #000;
}

.card_goods .text .mail_block {
	margin: 5px 0px;
}

.card_goods .text .mail_block a {
	font-size: 14px;
	text-decoration: underline;
}

.card_goods .text .mail_block span {
	color: #c22a15;
}

.card_goods .text .mail_block a:hover {
	text-decoration: none;
}

.card_information {
	background: #fafafa;
}

.card_information .block {
	width: 45%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 5%;
}

.card_information .block:last-child {
	margin-right: 0%;
}

.card_information .block .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.card_information .block .title span {
	font-size: 30px;
	padding-left: 26px;
	line-height: 34px;
}

.card_information .block a {
	text-decoration: underline;
}

.slider_all_product.products_all .block {
	width: 100%;
}

.slider_all_product.products_all .swiper-container {
	width: 95%;
	margin: 0 auto;
}

.added_block {
	padding: 30px 0px;
}

.added_block h2 {
	font-size: 35px;
}

.slider_all_product.products_all {
	margin-top: 40px;
	margin-bottom: 40px;
}

.slider_all_product.products_all .swiper-button-next,
.slider_all_product.products_all .swiper-button-prev {
	background-size: 18px 38px;
    margin-top: -50px;
}

.auction_block {
	background: #f0d48f;
	padding: 30px 0px;
}

.auction_block .all_auction {
	display: flex;
	justify-content: space-between;

}

.auction_block .all_auction h3 {
	font-size: 30px;
	font-weight: 300;
	margin-top: 13px;
}

.auction_block .all_auction a {
	text-decoration: underline;
}

.auction_block .all_auction a:hover {
	text-decoration: none;
}

.auction_block .all_auction .img_block {
	margin-top: 18px;
	margin-right: 35px;
}

.basket_page .basket_category .title {
	background: #fafafa;
    display: flex;
    justify-content: space-between;
    padding: 28px 20px;
    margin-bottom: 15px;
}

.basket_page .form_row .input input{
    white-space: nowrap;
    text-overflow: ellipsis;
}
.basket_page .customer_data form .block{
    width: 40%;
}
.basket_page form .block .form_row{
    max-width: 100%;
}
.basket_page .basket_category .title span {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	text-align: center;
}

.basket_page .basket_category .block {
	display: flex;
    justify-content: space-between;
    padding: 27px 15px;
    box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 13px 0px #c3c3c3;
    margin-bottom: 25px;
}

.basket_page .basket_category .number {
	min-width: 4%;
}
.basket_page .basket_category .title .product {
	text-align: left;
}
.basket_page .basket_category .product {
	min-width: 14%;
}

.basket_page .basket_category .description{
	min-width: 30%;
	max-width: 30%;
}

.basket_page .basket_category .amount {
	min-width: 10%;
}

.basket_page .basket_category .price {
	min-width: 10%;
}

.basket_page .basket_category .sale {
	min-width: 10%;
}

.basket_page .basket_category .cost {
	min-width: 10%;
}

.basket_page .basket_category .close {
	min-width: 4%;
}

.basket_page .basket_category .block .description .title {
	background: none;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
	padding: 0px;
}

.basket_page .basket_category .block .description {
	text-align: left;
}

.basket_page .basket_category .block .description p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.basket_page .basket_category .block .close {
	opacity: 1;
}

.basket_page .basket_category .block .close a {
	background: url(../_i/_icons/close_icon_basket.png)no-repeat center;
	width: 15px;
	height: 15px;
	display: block;
	opacity: 1;
    float: right;
}

.basket_page  .total_price .personal_promocode label {
	display: block;
	font-weight: 400;
	font-size: 16px;
}

.basket_page  .total_price .personal_promocode {
	padding-left: 15px;
}

.basket_page  .total_price .personal_promocode input {
	height: 45px;
	line-height: 45px;
	width: 385px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	padding-left: 15px;
}

.basket_page  .total_price .personal_promocode button {
	width: 140px;
	height: 45px;
	background: #c22a15;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 30px;
	border: 0px;
    margin-left: -27px;
}

.basket_page  .total_price .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.basket_page .total_price .total span {
	color: #000;
	font-weight: 700;
}

.basket_page .total_price .total .price {
	color: #c22a15;
	font-size: 40px;
	font-weight: 700;
	padding-left: 15px;
}

.basket_page .basket_category {
	margin-bottom: 30px;
}

.basket_page .payment_method {
	margin-bottom: 45px;
}

.basket_page .payment_method .all_block {
 	display: flex;
    justify-content: space-between;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
}

.basket_page .payment_method .block {
	width: 33%;
	padding: 25px 15px 25px 20px;
	border-right: 1px solid #e3e3e3;
}

.basket_page .payment_method .block:last-child {
	border-right: none;
}

.basket_page .payment_method .block .label-text {
	font-size: 20px;
	color: #000;
    padding-left: 24px;
    background-position: 2px 6px;
}

.basket_page .payment_method .block p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.basket_page .payment_method .block p:last-child {
	margin-bottom: 0px;
}

.basket_page .radio_label input[type="radio"]:checked + .label-text {
	background-image: url(../_i/_icons/img_radio1_cheked.png);
}

.basket_page .radio_label input[type="radio"] + .label-text {
	background-image: url(../_i/_icons/img_radio1.png);
}

.basket_page .payment_method .radio_field {
	margin-top: 4px;
    margin-bottom: 20px;
}

.basket_page .delivery_method{
	margin-bottom: 40px;
}

.basket_page .delivery_method .all_block {
 	display: flex;
    justify-content: space-between;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
}

.basket_page .delivery_method .block {
	width: 33%;
	padding: 20px 15px 25px 25px;
	border-right: 1px solid #e3e3e3;
}

.basket_page .delivery_method .block:last-child {
	border-right: none;
}

.basket_page .delivery_method .block .label-text {
	font-size: 20px;
	color: #000;
    padding-left: 24px;
    background-position: 2px 6px;
}

.basket_page .delivery_method .block p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.basket_page .delivery_method .block p:last-child {
	margin-bottom: 0px;
}

.basket_page .delivery_method .custom_select {
    max-width: 67.5%;
}

.basket_page .delivery_method span{
	display: block;
	font-size: 14px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.basket_page .delivery_method span.price{
	color: #c22a15;
	display: inline-block;
	font-weight: 500;
}

.customer_data {
	background: #fafafa;
    padding: 35px 0px;
}

.customer_data form {
	overflow: hidden;
    margin-top: 34px;
}

.customer_data form .block {
	float: left;
	width: 33%;
    margin-right: 90px;
}

.customer_data .form_row .input {
	margin-bottom: 11px;
}
.customer_data .form_row .textarea textarea {
    padding-right: 20px;
    height: 125px;
    max-height: 125px;
}

.totat_price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 27px 15px;
    box-shadow: 0px 0px 13px 0px #c3c3c3;
    margin-bottom: 25px;
}

.totat_price .top{
	display: flex;
	justify-content: space-between;
}

.totat_price .top .all_price span {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}

.totat_price .top .all_price span.price {
	font-size: 40px;
	color: #c22a15;
	font-weight: 700;
	padding-left: 18px;
}

.totat_price .top .block {
    padding-left: 22px;
    padding-top: 16px;
	color: #000000;
}

.totat_price .top .block span {
	padding-right: 45px;
}

.totat_price .top .all_price{
    padding-top: 0;
    padding-right: 26px;
}
.totat_price .top .all_price span{
	padding-right: 0px;
}

.totat_price .bottom {
	display: flex;
 	justify-content: space-between;
    padding-top: 40px;
}
.totat_price .bottom .checkbox_field{
	width: 55%;
    padding-left: 21px;
    padding-top: 8px;
}

.totat_price .bottom  .checkbox_label input[type="checkbox"] + .label-text{
	font-size: 14px;
    line-height: 20px;
}

.totat_price .bottom .btn_block .order_btn {
	background: #c22a15;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 30px;
	display: inline-block;
	background-image: url(../_i/_icons/order_icon.png);
	background-position: 46px 13px;
	padding-left: 70px;
	background-repeat: no-repeat;
    margin-right: 25px;
}

.contacts_page .left_block {
	width: 48%;
    margin-right: 2%;
    padding-bottom: 60px;
}

.contacts_page .left_block h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.contacts_page .left_block .location {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	    margin-bottom: 33px;
}

.contacts_page .left_block .location span {
	display: block;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.contacts_page .left_block .location span.location_icon {
	background: url(../_i/_icons/location_icon_contact.png) no-repeat left top;
	padding-left: 20px;
	color: #666666;
}

.contacts_page .left_block .location a {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.contacts_page .left_block .location a.tel {
	background: url(../_i/_icons/tel_icon_contact.png) no-repeat left top;
	padding-left: 20px;
	color: #666666;
}

.contacts_page .left_block .location a.tel:hover {
	text-decoration: underline;
}

.contacts_page .left_block .location a.mail {
	float: left;
	background: url(../_i/_icons/mail_icon_contact.png) no-repeat 0px 6px;
	padding-left: 25px;
}

.contacts_page .left_block .location a.location_link {
	float: right;
	font-size: 13px;
	background: url(../_i/_icons/location_red_contact.png) no-repeat 0px 3px;
	padding-left: 16px;
	padding-right: 25px;
	text-decoration: underline;
}

.contacts_page .left_block .location a.location_link:hover{
	text-decoration: none;
}

.contacts_page .left_block .block p {
	font-size: 14px;
	line-height: 20px;
}

.contacts_page .left_block .checkbox_label input[type="checkbox"] + .label-text {
	font-size:14px;
    line-height: 16px;
}

.contacts_page .left_block .form_row {
	max-width: 88%;
}

.contacts_page .left_block input[type="submit"] {
	border: 0;
    padding: 14px 55px;
}

.contacts_page .right_block{
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#map_contacts {
	width: 100%;
	height: 100%;
}

.contacts_page {
	position: relative;
}

.addresses_page .block {
	box-shadow: 0px 0px 15px 0px #c3bdbd;
	position: relative;
}

.addresses_page .block .left_block {
	padding: 35px;
	width: 57%;
    margin-bottom: 25px;
}

.addresses_page .block .left_block h2 {
	font-size: 25px;
	margin-top: 0px;
}

.addresses_page .block .left_block span {
	display: block;
	font-size: 14px;
	font-weight: 700;
    margin-bottom: 15px;
	padding-left: 25px;
}

.addresses_page .block .left_block span.location{
	background: url(../_i/_icons/location_icon_contact.png)no-repeat 0px 5px;
}

.addresses_page .block .left_block .time{
	background: url(../_i/_icons/time_icon.png)no-repeat 0px 5px;
	font-weight: 400;
}
.addresses_page .block .left_block .time span{
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}

.addresses_page .block .left_block .where{
	background: url(../_i/_icons/loc_icon.png)no-repeat 0px 5px;
	font-weight: 400;
	display: inline-block;
}

.addresses_page .block .left_block .where span{
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}

.addresses_page .block .left_block .mail{
	background: url(../_i/_icons/mail_icon_contact.png)no-repeat 0px 5px;
	text-decoration: underline;
}

.addresses_page .block .left_block .mail:hover{
	text-decoration: none;
}
.addresses_page .block .left_block a{
	font-size: 14px;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.addresses_page .block .left_block .tel {
	color: #666666;
	font-weight: 600;
    background: url(../_i/_icons/tel_icon_contact.png) no-repeat 0px 8px;
    padding-top: 9px;
}

.addresses_page .block .left_block .bottom_block {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.addresses_page .block .left_block .bottom_block .left {
	width: 50%;
}

.addresses_page .block .left_block .bottom_block .right {
	width: 50%;
}

.addresses_page .block .left_block .bottom_block a{
	padding-left: 20px;
	text-decoration: underline;
}

.addresses_page .block .left_block .bottom_block a:hover{
	text-decoration: none;
}

.addresses_page .block .left_block .bottom_block .write_us {
	background: url(../_i/_icons/mail_red.png) no-repeat 0px 5px;
}

.addresses_page .block .left_block .bottom_block .order_phone{
	background: url(../_i/_icons/tel_red_icon.png) no-repeat 0px 5px;
}

.addresses_page .block .left_block .bottom_block .btn_red {
    display: inline-block;
    padding: 15px 32px;
    margin-right: 0;
}

.addresses_page .block .right_block {
	width: 40%;
	height: 100%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.addresses_page{
	margin-top: 10px;
	margin-bottom: 35px;
}
.departmans_page .block.top{
	min-height: 490px;
    margin-bottom: 26px;
}
.departmans_page .block{
	position: relative;
}
.departmans_page .left_block{
	width: 53%;
}
.departmans_page hr{
	background: #d2d2d2;
	border-top: 1px solid #d2d2d2;
}

.departmans_page .block .addresses_page{
	position: absolute;
	width: 41%;
	right: 0;
	top: 0;
	height: 100%;
}

.departmans_page .addresses_page .btn_copy{
	background: #ffffff;
	color: #c22a15;
	font-size: 14px;
	border-radius: 30px;
	width: 220px;
	height: 45px;
	text-align: center;
	line-height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-weight: 600;
}

.departmans_page .block h3{
	font-size: 20px;
}

.departmans_page .left_block ul{
	margin-top: 25px;
}
.departmans_page .left_block ul li a{
	font-weight: 600;
	text-decoration: underline;
}
.departmans_page .left_block ul li a:hover{
	text-decoration: none;
}

.departmans_page .left_block ul li{
    margin-bottom: 11px;
}

.departmans_page .social a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
	position: relative;
}
.departmans_page .social a img{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    width: auto;
}

.departmans_page .block_adress{
    box-shadow: 0px 0px 15px 0px #c3bdbd;
    position: relative;
    padding: 33px;
    margin-bottom: 40px;
}

.departmans_page .block_adress .all_row{
    display: flex;
    justify-content: space-between;
}

.departmans_page .block_adress span.location{
	background: url(../_i/_icons/location_icon_contact.png)no-repeat 0px 5px;
}

.departmans_page .block_adress span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 25px;
}

.departmans_page .block_adress  .time {
    background: url(../_i/_icons/time_icon.png)no-repeat 0px 5px;
    font-weight: 400;
}

.departmans_page .block_adress .time span {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.departmans_page .block_adress .where {
    background: url(../_i/_icons/loc_icon.png)no-repeat 0px 5px;
    font-weight: 400;
    display: inline-block;
}
.departmans_page .block_adress .where span{
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.departmans_page .block_adress .mail {
    background: url(../_i/_icons/mail_icon_contact.png)no-repeat 0px 5px;
    text-decoration: underline;
}

.departmans_page .block_adress  a {
	font-size: 14px;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
}

.departmans_page .block_adress .tel {
    color: #666666;
    font-weight: 600;
    background: url(../_i/_icons/tel_icon_contact.png) no-repeat 0px 8px;
    padding-top: 9px;
}

.departmans_page .block_adress .block{
	min-height: auto;
	width: 47%;
	margin-bottom: 20px;
}

.departmans_page .block_adress .write_btn{
    background-image: url(../_i/_icons/mail_icon_white.png);
    background-repeat: no-repeat;
    padding: 0;
    width: 230px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    padding-left: 20px;
    background-position: 23px 17px;
}

.departmans_page .block_adress .order_popup {
    background-image: url(../_i/_icons/phone_icon_white.png);
    background-repeat: no-repeat;
    padding: 0;
    width: 170px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    padding-left: 20px;
    background-position: 23px 16px;
}

.departmans_page .block_adress .where {
	line-height: 24px;
}

.departmans_page .bottom_block {
	display: flex;
}

.departmans_page .block_information .img_block {
	overflow: hidden;
	margin-bottom: 25px;
}

.departmans_page .block_information .img_block .block {
	max-width: 33%;
	margin-right: 23px;
	float: left;
}

.departmans_page .block_information .img_block .block:nth-child(3n-3) {
	margin-right: 0px;
}

.departmans_page .block_information .text_block {
	margin-top: 45px;
	margin-bottom: 40px;
}

.departmans_page .block_information .text_block h3 {
	font-size: 20px;
	color: #c22a15;
}

.departmans_page .block_information .text_block .block{
	margin-bottom: 30px;
}

.ui-datepicker-calendar .ui-state-default:after{
	display: none;
}

.ui-datepicker-calendar .ui-state-default{
	top: 0;
}

.fl_none{
	float: none;
}

.mCSB_scrollTools{
	top: 15px;
}

.custom_select select{
/*	display: none;*/
    opacity: 0;
}

.ui-state-default.ui-state-active{
	color: #c22a15;
}
body.preloader{
    overflow: hidden;
}
.preloader .preloader_block{
    display: block;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(255,255,255,.9);
    top: 0;
    left: 0;
}
.preloader .preloader_block img{
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.preloader_block{
    display: none;
}

.left_content ul li a:hover{
    text-decoration: underline;
}

.left_content img{
    width: 100%;
}

.artus_block .artus_text .underlined{
    font-size: 14px;
    color: #999999;
}

.left_content  ul{
    padding-left: 18px;
    margin-top: 15px;
}

.write_us_bottom{
    color: #ffffff;
    text-align: center;
    display: block;
    position: relative;
    line-height: 45px;
    width: 50%;
    float: left;
}
.write_us_bottom:focus{
    color: #ffffff;
}
.write_us_bottom:before{
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../_i/_icons/write_us_icon_white.png)no-repeat center center;
    background-size: contain;
   margin-left: -25px;
    top: 15px;
}

.site_map_container .top_title a{
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding-right: 75px;
}
.site_map_container .top_title a:hover{
    color: #c22a15;
    text-decoration: underline;
}
.site_map_container .top_title a:last-child{
    padding-right: 0px;
}

.site_map_container .all_block .block{
    width: 25%;
    float: left;
    margin-bottom: 45px;
}

.site_map_container .all_block .block a{
    display: block;
    color: #666666;
    font-size: 14px;
    margin-bottom: 13px;
}
.site_map_container .all_block .block a:hover{
    color: #c22a15;
    text-decoration: underline;
}
.site_map_container .top_title {
    padding: 65px 0px 48px 0px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}

.site_map_container h2{
    font-size: 21px;
}

.site_map_container .all_block {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}

.site_map_container .all_block .block .title{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px;
}
.search_block form {
    overflow: hidden;
}
.search_block form input{
    width: 91%;
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e5e5e5;
    color: #000;
    border-radius: 30px;
    padding: 0px 35px;
}

.search_block form button{
    background: #c22a15;
    height: 55px;
    width: 170px;
    border-radius: 30px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 0;
}

.search_block .resultat_search{
    font-style: italic;
    font-size: 14px;
    color: #666666;
    margin: 30px 0px;
    display: block;
}
.search_block{
    border-bottom: 1px solid #ebebeb;
    margin-top: 55px;
    margin-bottom: 40px;
    position: relative;
}

.resultat_search_block .block{
    display: block;
    margin-bottom: 35px;
}

.resultat_search_block .block .number{
    display: inline-block;
    width: 3%;
    vertical-align: top;
    padding-top: 3px;
}
.resultat_search_block .block .text{
    display: inline-block;
    width: 96%;
    vertical-align: top;
}
.resultat_search_block .block .text h3{
    margin-top: 0px;
    color: #000;
    font-size: 20px;
}
.resultat_search_block .block .text p{
    color: #666666;
    margin-bottom: 0px;
}
.print{
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: grayscale(100%);
      filter: gray;
}
.print header .menu_all{
    background: #fff;
}
.print header .menu_all .menu li a{
    color: #000000;
}
.print header .menu_what_do a{
    color: #000;
}
.print header .menu_all .menu li a:hover{
    background: #ffffff;
}
.print header .menu_what_do a:after{
    background: url(../_i/_icons/sandwitch_icon_black.png) no-repeat center;
}
.print header .menu_all .card{
    background: url(../_i/_icons/card_icon_black.png) no-repeat center;
}
.print .btn_red{
    background: #999999;
}
.print form , .print .block_social{
    display: none;
}
.prin_btn{
    background: #c22a15;
    width: 170px;
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    border-radius: 30px;

      border: 0px;
}
.footer .container_footer.print{
    background:#ffffff;
}
@media print {
   *,  img{
        -webkit-filter: grayscale(100%);
             -moz-filter: grayscale(100%);
             -ms-filter: grayscale(100%);
             -o-filter: grayscale(100%);
             filter: grayscale(100%);
              filter: gray;

    }
}

.ui-datepicker .jq-selectbox{
    width: 47%;
    float: left;
    margin-right: 10px;
}
.ui-datepicker .jq-selectbox:nth-child(2n-2){
    margin-right: 0px;
}
.ui-datepicker .jq-selectbox__select{
    padding: 0px;
    text-align: left;
}
.ui-datepicker .jq-selectbox__select-text{
    padding-left: 10px;
    font-size: 14px;
}
.ui-datepicker .jq-selectbox .jq-selectbox__select-text:after{
    content: " ";
    right: 6px;
    background: url(../_i/_icons/arrow_drop.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    transform: rotate(90deg);
}
.ui-datepicker .jq-selectbox.opened .jq-selectbox__select-text:after{
    content: " ";
    transform: rotate(-90deg);
}
.ui-datepicker .jq-selectbox li{
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
}

.ui-datepicker .jq-selectbox__dropdown ul{
    max-height: 200px;
}

.ui-datepicker .jq-selectbox__search{
    display: none;
}
.ui-datepicker .mCSB_inside>.mCSB_container{
    margin-right: 0px;
}

.error_block{
    margin-top: 0;
    margin-bottom: 0;
}

.error_block .error_img{
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error_img h2{
	color: #C22A15;
	font-family: 'Roboto', sans-serif;
	font-size: 280px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.error_block .error_text{
    width: 100%;
    margin-top: 20px;
}
.error_text p{
	color: #949494;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.error_buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}
.error_buttons a{
	border-radius: 200px;
	display: flex;
	width: calc(50% - 10px);
	padding: 15px 0px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all ease.3s;
}
.error_buttons a:first-child{
	background: #C22A15;
	color: #FFF;
}
.error_buttons a:first-child:hover {
	background: #a22210;
	transition: all ease.3s;
}
.error_buttons a:last-child{
	background: #EEE;
	color: #949494;
}
.error_block .error_text h3{
    font-size: 40px;
    margin-bottom: 37px;
}

.form__block {
	display: flex;
	flex-wrap: wrap;
}

body {
	overflow-x: hidden;
}

a:hover {
	text-decoration: none;
}

.topContent {
	font-family: Roboto;
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
}

.topContent__loanTypes {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
	padding-bottom: 80px;
}

.topContent__loanTypes-item {
	display: flex;
	position: relative;
	padding-bottom: 15px;
	padding-right: 40px;
	margin-top: 13px;
}

.topContent__loanTypes-item:hover .topContent__loanTypes-title {
	color: #c22a15;
}

.topContent__loanTypes-item:hover .topContent__loanTypes-arrow {
	background-color: #c22a15;
}

.topContent__loanTypes-item:hover .topContent__loanTypes-arrow svg{
	fill: #fff;
}

.topContent__loanTypes-item::after {
	content: '';
	height: 1px;
	background-color: #dcdcdc;
	width: calc(100% - 30px);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.topContent__loanTypes-item:last-child::after {
	content: none;
}

.topContent__loanTypes-icon {
	overflow: hidden;
	min-width: 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 20px;
}

.topContent__loanTypes-content {
	display: flex;
	flex-direction: column;
}

.topContent__loanTypes-title {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #000;
	transition: .2s ease-in-out;
}

.topContent__loanTypes-subtitle {
	font-size: 14px;
	text-align: left;
	color: #999;
}

.topContent__loanTypes-arrow {
	position: absolute;
    right: 0;
	bottom: 22px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #c22a15;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.topContent__loanTypes-arrow svg {
	width: 7px;
	transition: all .3s ease-in-out;
	fill: #c22a15;
}

.topContent__banner {
	background-color: #f7ab00;
	position: relative;
	height: 100%;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
}

.topContent__banner::after {
	content: '';
	display: block;
	height: 100%;
	width: 200%;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #f7ab00;
}

.topContent__banner-bg {
	width: 100%;
}

.topContent__slide {
	margin-bottom: 70px;
}

.topContent__slide-more {
	position: absolute;
	left: 15px;
	bottom: -65px;
	margin: 0;
}

.topContent__linkBlocks {
	margin-top: auto;
	padding: 0 30px 0 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.topContent__linkBlock {
	border-radius: 20px 20px 0px 0px;
	background-color: #fff;
	padding: 18px 60px 18px 30px;
	width: calc(50% - 10px);
	min-height: 140px;
	position: relative;
}

.topContent__linkBlock_red {
	background-color: #c22a15;
}

.topContent__linkBlock_red .topContent__linkBlock-button {
	border: 1px solid #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-arrow {
	fill: #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-title {
	color: #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-cost {
	color: #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-text {
	color: #fff;
}

.topContent__linkBlock-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #c22a15;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}

.topContent__linkBlock-arrow {
	width: 7px;
	fill: #c22a15;
	transition: all .3s ease-in-out;
}

.topContent__linkBlock-title {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #000;
}

.topContent__linkBlock-cost {
	color:  #c22a15;
}

.topContent__linkBlock-text {
	margin-top: 7px;
	font-size: 14px;
	line-height: 21px;
	color: #999;
}

.topContent__linkBlock-pagination .swiper-pagination-bullet, .topContent__banner-pagination .swiper-pagination-bullet {
	width: 19px;
	height: 5px;
	border-radius: 2.5px;
	background-color: #fff;
	opacity: 1;
}

.topContent__linkBlock-pagination .swiper-pagination-bullet:nth-child(n + 1), .topContent__banner-pagination .swiper-pagination-bullet:nth-child(n + 1) {
	margin: 0;
	margin-right: 10px;
}

.topContent__linkBlock-pagination .swiper-pagination-bullet-active, .topContent__banner-pagination .swiper-pagination-bullet-active {
	background-color: #c22a15;
}

.topContent__linkBlock-button:hover {
	background-color: #c22a15;
}

.topContent__linkBlock-button:hover .topContent__linkBlock-arrow {
	fill: #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-button:hover {
	background-color: #fff;
}

.topContent__linkBlock_red .topContent__linkBlock-button:hover .topContent__linkBlock-arrow {
	fill: #c22a15;
}

.topContent__banner-swiper {
	z-index: 0;
	padding-bottom: 40px;
	width: 100%;
}

.topContent__banner-swiper>.swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.sb-pay__block ul li a {
	white-space: nowrap;
}

.catalog__img {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.catalog__img img {
	width: 100%;
}

.catalog__text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
}

.catalog__socials {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 25px;
}

.catalog__socials a {
	border-radius: 30px;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid transparent;
	transition: .4s ease-in-out;
}

.catalog__socials a:hover {
	border: 1px solid #a22210;
	background-color: #fff;
}

.footer .middleBlock {
	padding: 15px 0;
    text-align: center;
	background-color: #e2a91f;
	font-size: 20px;
	color: #000000;
}

@media only screen and (max-width: 480px) {
	.left_content .banner .btn_block {
	    display: block;
	    width: 90%;
	}
}

.things tr:not(:last-child) {
	border-bottom: 1px solid #666666;
}
.things td {
	padding: 15px 10px;
}
.things th {
	padding: 5px;
	text-align: center;
	font-size: 15px;
}
.js_modal_ticket_detail .things th {
	width: calc(100% / 3);
}
.js_modal_ticket_detail_2 .things th {
	width: calc(100% / 5);
}
.js_modal_ticket_detail_3 .things th {
	width: calc(100% / 4);
}

#zalog_operations_history .content_popup {
	min-width: 70%;
}
@media(max-width: 1199px) {
	#zalog_operations_history .content_popup {
		min-width: 85%;
	}
	#zalog_operations_history .content_popup table {
		height: 95vh;
	}
}
@media(min-width: 991px) {
	#zalog_operations_history .content_popup {
		min-width: 82%;
		padding-left: 30px;
		padding-right: 30px;
	}
	#zalog_operations_history .content_popup table {
		height: max-content;
		max-height: 65vh;
	}
}
@media(max-width: 767px) {
	#zalog_operations_history .content_popup {
		min-width: 100%;
	}
}