html * {
	max-height: 999999px
}

.block4 .h2_block h3 br {
	display: none
}
.in_left_kk .right:nth-child(2),
.in_left_k .in_left:nth-child(3){
display:none;
}
:root {
	--font-family: sans-serif, 'Trebuchet MS', Helvetica, arial;
	--body-background-color: #fff;
	--body-font-size: 16px;
	--button-font-size: 16px;
	--input-font-size: 16px;
	--button-padding: 6px 18px;
	--input-padding: 12px;
	--popup-background-color: #fff;
	--white-background-color: #fff;
	--main-text-color: #292929;
	--hard-light-color: #f7f7f7;
	--light-color: #c7c7c7;
	--medium-color: #989898;
	--light-dark-color: #5a5a5a;
	--hard-dark-color: #292929
}
#rc-phone-back{
	 bottom:140px;
}
#rc-phone-form{
	bottom: 70px !important;
	top:auto!important;
}
#feedback12-43,
#feedback13-45 {
	display: none
}

.zqw {
	font-size: 0
}

.block11 {
	margin: 0 auto;
	max-width: 1200px;
	margin: 0 auto
}

.toppa {
	padding-top: 103px
}

.mobile_act,
.mobile_menu,
._feedbackinfoact_k .feedback_blockname {
	display: none
}

.block {
	display: block
}

.window {
	background-color: rgba(0, 0, 0, 0.7)
}

.window16 .form_header {
	font-size: 23px
}

.window1 .small_txt {
	text-align: center
}

@font-face {
	font-family: "av_l";
	src: url(fonts/avenir_light/AvenirNextCyr-Light.ttf) format("truetype"), url(fonts/avenir_light/AvenirNextCyr-Light.woff) format("woff"), url(fonts/avenir_light/AvenirNextCyr-Light.woff2) format("woff2"), url(fonts/avenir_light/AvenirNextCyr-Light.otf) format("opentype")
}

@font-face {
	font-family: "av_r";
	src: url(fonts/avenir_regular/AvenirNextCyr-Regular.ttf) format("truetype"), url(fonts/avenir_regular/AvenirNextCyr-Regular.woff) format("woff"), url(fonts/avenir_regular/AvenirNextCyr-Regular.woff2) format("woff2"), url(fonts/avenir_regular/AvenirNextCyr-Regular.otf) format("opentype")
}

@font-face {
	font-family: "av_m";
	src: url(fonts/avenir_medium/AvenirNextCyr-Medium.ttf) format("truetype"), url(fonts/avenir_medium/AvenirNextCyr-Medium.woff) format("woff"), url(fonts/avenir_medium/AvenirNextCyr-Medium.woff2) format("woff2"), url(fonts/avenir_medium/AvenirNextCyr-Medium.otf) format("opentype")
}

body {
	font-family: "av_r", Helvetica, verdana, arial;
	margin: 0 auto;
	overflow-x:hidden;
	min-width: 320px
}

div.fon {
	display: none;
	background: var(--hard-dark-color);
	width: 200%;
	height: 200%;
	position: fixed;
	z-index: 400;
	opacity: .8;
	top: -20px
}

.fix2 {
	position: relative;
	overflow: hidden!important
}

.fadeing {
	opacity: 0;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s
}

#feedback11-31,
#feedback13-58 {
	min-height: 37px;
	max-height: 51px
}

.fadetoblack .top,
.fadetoblack .bottom {
	height: 0!important;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s
}

input {
	outline: none;
	width: 100%
}

select {
	outline: none;
	width: 100%
}

textarea {
	outline: none;
	width: 100%
}

input[type="button"] {
	width: unset;
	font-size: var(--button-font-size);
	font-family: var(--font-family);
	padding: var(--button-padding);
	background: var(--white-background-color);
	color: var(--hard-dark-color);
	border: 1px solid var(--hard-dark-color);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	
	border-radius: 3px
}

.top .la {
	display: inline-block;
	margin-right: -5px
}

input[type="button"]:hover {
	width: unset;
	font-size: var(--button-font-size);
	font-family: var(--font-family);
	padding: var(--button-padding);
	background: var(--hard-dark-color);
	color: var(--hard-light-color);
	border: 1px solid var(--hard-dark-color);
	cursor: pointer;
	
	border-radius: 3px
}

input[type="text"] {
	font-size: var(--input-font-size);
	font-family: var(--font-family);
	padding: var(--input-padding);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--hard-dark-color);
	border: 1px solid var(--medium-color);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

input[type="password"] {
	font-size: var(--input-font-size);
	font-family: var(--font-family);
	padding: var(--input-padding);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--hard-dark-color);
	border: 1px solid var(--medium-color);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

input[type="password"]:focus {
	border: 1px solid var(--hard-dark-color)
}

input.fail {
	background-color: #fff3f3!important;
	border: 1px solid #f88!important
}

textarea {
	font-size: var(--input-font-size);
	font-family: var(--font-family);
	padding: var(--input-padding);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--hard-dark-color);
	border: 1px solid var(--medium-color);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

textarea.fail {
	background: var(--light-fail-color)
}

select {
	font-size: var(--input-font-size);
	font-family: var(--font-family);
	padding: var(--input-padding);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--hard-dark-color);
	border: 1px solid var(--medium-color);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

select.fail {
	background: var(--light-fail-color)
}

a {
	color: #1A1A1A;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

div.relative {
	position: relative
}

div.delivercent {
	display: flex;
	flex-direction: column
}

div.incenter {
	margin: 0 auto
}

.hidden {
	display: none!important
}

div.textfail {
	color: var(--dark-fail-color);
	font-size: 90%;
	padding: 2px
}

span.star {
	color: #EA8D7E
}

/* header */

/* ====== underhead ====== */
body{
	padding-top:156px;
}
header{
	position:fixed;
	top:0;left:0;right:0;
	z-index: 101;
	transition:top 0.3s ease;
}
header.fixed-h .underhead{
	top:-74px;
}
.underhead {
	position: relative;
	top:0;
    background: #292724;
    color: #fff;
    line-height: 1;
    padding: 0;
	transition:top 0.3s ease;
}
.underhead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buttons-underhead {
	width:100%;
    display: flex;
    gap: 1px;
    align-items: center;
}
.buttons-underhead .la{
	flex-basis:20%;
}
.buttons-underhead .la a {
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.buttons-underhead .la a:hover {
    color: #fff;
    background-color: #928b83;
	transition: background-color 0.3s ease;
}
.buttons-underhead .la.nnactive a {
    color: #fff;
    background-color: #928b83;
}
.buttons-underhead .la img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}



/* ====== Main head ====== */
.head {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
    z-index: 1;
}
.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.logo-head img {
    height: 50px;
    width: auto;
	transition:height 0.3s ease;
}
header.fixed-h .logo-head img {
    height: 40px;
}
.logo-head .descriptor {
    line-height: 18px;
    font-size: 18px;
    color: #1A1A1A;
}
.logo-head .city_change {
}

/* links */
.phones-head {
    display: flex;
    align-items: center;
    gap: 15px;
}
.phones-head > a{
	padding-left: 34px;
    background-image: url(../img/ic-phone-1.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 24px;
    font-size: 18px;
    font-weight: 500;
}
.phones-head a {
    text-decoration: none;
    transition: color 0.3s;
}
.phones-head a:hover {
    color: #ff8c00;
}
.messengers {
    display: flex;
    align-items: center;
    gap: 10px;
}
.messengers a img {
    width: 18px;
    height: 18px;
}

/* Навігація по секціях */
.chapters-head {
    display: flex;
    gap: 35px;
}
.chapters-head a {
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 17px;
}
.chapters-head a:hover {
    color: #1A1A1A;
    text-decoration: underline;
}

/* Кнопки справа */
.button-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.button-head .roll {
    background: #FDAD51;
    color: #fff;
    padding: 10px 18px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.3s;
}
.button-head .roll:hover {
    background: #e17800;
}
.button-head .mobile_on {
    display: none;
    font-size: 16px;
    color: #1A1A1A;
	font-weight: bold;
}
.menu_mobile {
        width: 50px;
        cursor: pointer;
        height: 35px;
        display: none;
        position: relative;
        z-index: 400
}
.menu_mobile .line {
    width: 50px;
    display: block;
    height: 1.5px;
    background-color: #202020;
    position: absolute
}
.menu_mobile .line:nth-child(1) {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .menu_mobile .line:nth-child(2) {
        top: 17px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .menu_mobile .line:nth-child(3) {
        top: 32px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

/* ====== Адаптив ====== */
@media (max-width: 1250px) {
    .buttons-underhead {
        flex-wrap: wrap;
    }
	.head .container,
	.underhead .container{
		padding-left:15px;
		padding-right:15px;
	}
	.chapters-head {
		gap: 20px;
	}
}
@media (max-width: 901px) {
	body {
		padding-top: 133px;
	}
    .button-head {
        display: none;
    }
	.logo-head img {
        height: 40px;
    }
    .buttons-underhead .la a {
        padding: 12px 20px;
        gap: 10px;
    }
	.logo-head .descriptor {
		line-height: 16px;
		font-size: 16px;
	}
	header.fixed-h .underhead{
		top: -57px;
	}
    .buttons-underhead .la {
        flex-basis: auto;
        flex: 1;
    }
	.buttons-underhead .la img {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 701px) {
	body {
		padding-top: 70px;
	}
	.underhead,
	.chapters-head,
	.logo-head .descriptor{
		display:none;
	}
	.button-head {
        display: block;
    }
	.button-head .roll{
		display:none;
	}
	.button-head .mobile_on{
		display:block;
	}
	.menu_mobile{
		display:block;
	}
	.logo-head img,
	header.fixed-h .logo-head img {
		height: 35px;
	}
	header.fixed-h .underhead{
		top: 0;
	}
	.head {
    	padding: 16px 0;
	}
	.phones-head{
		display: none;
	}
}

/* mibile menu */

.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
    height: 100%;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    transform: translateX(100%);
    padding: 20px;
    transition: .25s;
    overflow: auto;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
    position: absolute;
    top: 35px;
    right: 20px;
    -webkit-mask-image: url(/img/ic-close.svg);
    mask-image: url(/img/ic-close.svg);
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #000;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    outline: none !important;
    cursor: pointer;
    transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #ccc;
}
.modal-mobile li.menu-item-has-children a:after{
	background-color: #000;
    margin-left: auto;
	margin-right:-15px;
    width: 30px;
    height: 30px;
    top: 1px;
    flex: 0 0 30px;
    max-width: 30px;
    -webkit-mask-size: 14px;
	display:none;
}
.modal-mobile .header-languages {
    margin-top: 40px;
}
.modal-mobile .header-languages a {
    color: #000;
}
.modal-mobile .header-languages li:first-child ~ li {
    border-left: 1px solid #000;
}
.modal-mobile-logo{
	margin-bottom:40px;	
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.modal-mobile-logo img{
	width:160px;
}
.modal-mobile .social-new{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    justify-content: center;
    border: none;
}
.header-toggle {
    position: relative;
    display: none;
    align-items: center;
    margin-right: 40px;
    order: -1;
}
.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(/img/ic-menu-burger.svg);
	mask-image: url(/img/ic-menu-burger.svg);
	background-color: #000;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .25s;
}
.sticky .header-toggle button,
.header-toggle button:hover {
	background-color: #000;
}
.auth-links.mobile-menu,
.account-links.mobile-menu{
	margin-top: 20px;
    background: rgb(244 244 244);
}
@media screen and (max-width:1199px){
	.header-toggle{display: flex;}
}
.mobile-menu{
	margin:0;
	padding:0;
}
.mobile-menu li {
	position: relative;
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
	align-items: center;
    z-index: 1;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: var(--text-size);
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #E4E4E4;
}
.mobile-menu li:last-child {
	margin-right: 0;
    border-bottom: none;
}
.mobile-menu li.active{
	background-color:var(--bg-grey);
}
.mobile-menu li a {
    position: relative;
    padding: 10px 20px;
    flex: calc(100% - 40px) 0 0;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: var(--text-size);
    font-weight: 600;
    color: #000;
    z-index: 1;
    min-height: 40px;
    order: -1;
}
.mobile-menu li:last-child a{
	border-bottom: none;
}
.mobile-menu li a:before {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0px;
	height: 1px;
	transition: .25s;
}
.mobile-menu li a:hover:before,
.mobile-menu li.current-menu-item a:before {
	width: 100%;
}
.mobile-menu li a:hover, .mobile-menu li.current-menu-item a {
    color: grey;
}
.mobile-menu li a{
	display:flex;
	align-items: center;
	gap:14px;
}
.mobile-menu li span{
	line-height: 0;
	order:1;
	margin-left:auto;
}
.mobile-menu li img{
    width: 50px;
    height: 50px;
}
.mobile-contacts{
	margin-top:30px;
	text-align:center;
}
.mobile-contacts a{
	font-size: 20px;
	font-weight:bold;
}
.mobile-contacts .messengers {
	margin-top:20px;
	width:100%;
    display: flex;
	justify-content: center;
	gap:20px;
}
.mobile-contacts .messengers a{
	margin-left:0;
	display: block;
	width:40px;
	height:40px;
	border-radius:100px;
	display:flex;
	justify-content: center;
	align-items:center;
    margin-left: 0;
    background: #ef7f1a;
}
.mobile-contacts .messengers a.mobile {
    display: flex;
 }

.mobile-menu li.menu-item-has-children:after{
    content: '';
    position: relative;
    top: 0;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/arrow-down.svg);
	order:-1;
	transition:all 0.3s ease;
}
.mobile-menu li.menu-item-has-children.active:after{
	transform:rotate(-180deg);
}
.mobile-menu ul {
	display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--grey);
    margin: 0;
    padding: 10px 0;
    list-style: none;
	box-shadow: none;
    z-index: 99;
}
.mobile-menu ul li {
	position: relative;
    margin-right: 0;
    justify-content: left;
}
.mobile-menu ul li a {
	flex: 1 0 0 ;
	padding: 15px 25px;
	display: block;
	font-size: 16px;
	color: #000;
}
.mobile-menu ul li:hover > a {
    color: var(--grey);
    background: var(--grey);
}
.mobile-menu ul ul {
	background: var(--grey);
	left: 100%;
	top: -15px;
}
.mobile-menu ul li.right ul {
	left: auto;
	right: 100%;
}
.mobile-menu ul ul li:hover > a  {
	background: #fff;
}

.modal-mobile .mobile-menu ul {
	padding:0;
	display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.modal-mobile .mobile-menu ul.active{
	display:block;
}
.modal-mobile .mobile-catalog {
    padding: 15px 30px;
    position: relative;
    background-color: #2B2E34;
}
.mobile-catalog > a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.667%;
    text-transform: uppercase;
}
.mobile-catalog > a:before{
	content:'';
	margin-right:10px;
	-webkit-mask-image: url(/img/ic-catalog.svg);
	mask-image: url(/img/ic-catalog.svg);
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color:#fff;
	width: 16px;
	height: 16px;
}
.mobile-catalog > a:after{
	content:'';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	z-index: 1;
}





div.answerform {
	position: fixed;
	background: var(--popup-background-color);
	box-shadow: 0 0 0 20px var(--hard-dark-color);
	padding: 20px;
	box-sizing: border-box;
	display: none;
	z-index: 500;
	width: 500px;
	max-width: 96%
}

#closeFadeDiv {
	font-size: 26px;
	border: 0;
	outline: none
}

div.answer_main {
	position: Relative;
	width: 100%
}

#feedback12-44 {
	min-height: 40px;
	max-height: 50px
}

.window6 .form2 {
	display: none
}

.window6 .left_block,
.window6 .form_block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color: #c4c4c4
}

.feed_max2 {
	display: flex;
	height: fit-content;
	align-items: center;
	text-align: Center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	max-width: 880px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #c4c4c4
}

.window7 .left_block,
.window7 .form {
	display: inline-block;
	vertical-align: top
}

.feed_max3 {
	height: fit-content;
	min-height: 600px;
	text-align: Center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	padding: 10px;
	box-sizing: border-box;
	max-width: 880px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #c4c4c4
}

.window6 .feed_img img {
	max-width: 400px
}

.feed_max {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
    top: 6%;
    box-sizing: border-box;
    max-width: 850px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: center;
    background: #c4c4c4;
}

.window4 .cat_header {
	color: #202020
}

.window6 .feed_max .img_block {
	display: inline-block;
	vertical-align: top;
	padding-right: 0
}

.window4 .feed_max .img_block,
.window4 .feed_max .form {
	display: inline-block;
	vertical-align: top;
	padding-right: 0
}

.window4 .feed_max .img_block {
	max-width: 100%;
	width: auto;
    padding: 0;
	box-sizing: border-box;
	height: auto;
	background: #c4c4c4;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.window4 div.feedback_main {
	max-width: 500px!important;
	left: 310px!important;
	left: 310px;
	width: 380px;
	position: relative!important;
	left: 0!important
}

div.answer_closeline {
	height: 40px
}

div.answer_close {
	float: right
}

div.answer_title {
	font-size: 25px;
	padding: 20px;
	position: absolute;
	top: -15px;
	left: 0
}

div.allheader {
	display: none
}

div.underheadright {
	text-align: right
}

div.allcentermain {
	position: relative;

	margin: 0 auto;
	width: 100%
}

.close {
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 60;
	right: -30px;
	padding-top: 20px;
	top: -40px
}

.close:hover .line:nth-child(1) {
	transform: rotate(0);
	transition-duration: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.close:hover .line:nth-child(2) {
	transform: rotate(0);
	transition-duration: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.qm {
	position: relative;
	margin-bottom: 80px
}



.qm:after {
	position: Absolute;
	right: 0;
	top: -20px;
	width: 77px;
	height: 61px;
	display: block;
	content: "";
	background: url(../img/source/main/inner_logo.png)
}

.k_main .block5 .container {
	display: flex;
	justify-content: space-between
}

.qm:before {
	content: "";
	position: absolute;
	width: 103px;
	height: 0;
	top: 65px;
	left: 0;
	border: 1px solid #FDAD51
}

.top .row .button {
	margin-left: 40px
}

.fixed .chapters {
	margin-top: -5px
}

.fixed .row .button {
	margin-top: -5px!important
}

.k_main .scheme_block2 .img_block {
	position: absolute;
	right: -240px;
	bottom: -30px
}

.k_main .block5 .right input[type="button"] {
	width: 198.41px;
	height: 43.13px;
	display: block;
	color: #fff;
	position: relative;
	border: 0;
	outline: none;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.6);
	border-radius: 2px;
	z-index: 1;

}

.k_main .block5 .right input[type="button"]:hover {
	background-color: #928B83
}

.close .line {
	width: 35px;
	height: 1.4px;
	background-color: #Fff;
	z-index: 10;
	display: block;
	transition-duration: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.close .line:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 1px
}

.close .line:nth-child(2) {
	transform: rotate(-45deg)
}



.k_main .block5 .right input[type="text"]:focus {
	border: 1px solid #c4c4c4
}

.k_main .block5 .right input[type="text"] {
	width: 198.2px;
	border: 1px solid transparent;
	padding: 10px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	background-color: rgba(229, 229, 229, 0.6);
	border-radius: 2px
}

#feedback14-40 {
	width: 405px;
	height: 144px;
	background-color: rgba(229, 229, 229, 0.6);
	margin: 0 auto;
	border-radius: 2px;
	margin: 0 auto;
	display: block
}

.body {
	overflow: hidden
}

.reveal23 {
	display: block!important;
	position: fixed;
	z-index: 222!important
}

.reveal {
	display: block!important
}

.main_overlay_block {
	background-color: rgba(0, 0, 0, 0.7)
}

.overlay_block,
.main_overlay_block {
	width: 100%;
	z-index: 80;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.window div.feedback_main {
	vertical-align: top;
	background-color: #c4c4c4;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	max-width: 600px;
	margin: 0 auto;
	bottom: 0;
	margin: auto
}

.k_main {
	padding-bottom: 50px
}

.window,
.window4 {
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000
}

body.home div.advbanner:before,
body.detskaya div.advbanner:before,
body.garderobnaya div.advbanner:before{
	content:'';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.45)
}
body.home div.advbanner .slidertext,
body.detskaya div.advbanner .slidertext,
body.garderobnaya div.advbanner .slidertext{
	position:relative;
}

div.centerunderslider {
	position: relative;
}

.hidden {
	display: none
}
.span23{
	color:#f2c94c;
}
.some_slide img{
	max-width:500px;
	width:100%;
}
div.allfooter {
	padding-top: 65px;
	padding-bottom: 35px;
	position: relative!important;
	box-sizing: border-box;
	background: linear-gradient(226.85deg, #29251F -24.99%, #17120C 9.72%, #413B32 32.08%);
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff
}

div.allfooterinfo {
	max-width: 1200px;
	margin: 0 auto
}

div.overfooter {
	display: flex;
	flex-wrap: wrap
}

div.footer_1,
div.footer_2,
div.footer_3,
div.footer_4 {
	flex-basis: 25%;
	flex-grow: 1;
	padding: 5px;
	box-sizing: border-box
}

div.footer_1 a,
div.footer_2 a,
div.footer_3 a,
div.footer_4 a {
	color: #fff
}

div.footer_1 ul,
div.footer_2 ul,
div.footer_3 ul,
div.footer_4 ul {
	list-style: none;
	padding: 0
}

div.footer_title {
	font-size: 14px;
	margin: 5px 0 15px;
	color: #fff
}

.top .chapters a:hover {
	text-decoration: underline
}

div.topchapter:hover {
	position: relative
}

div.topactivechapter {
	position: relative;
	cursor: pointer;
	
	padding: 4px 10px 4px 0
}

div.mobiletopchapters {
	display: none
}

div.pagearticle_topname {
	display: none
}

div.pagearticle_name {
	margin-bottom: 3px
}

div.pagearticle_name a {
	text-decoration: none;
	color: var(--light-dark-color)
}

div.pagearticle_name a:hover {
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.pagearticle_short {
	margin: 3px 0;
	font-size: 90%;
	color: var(--light-dark-color)
}

div.articleback {
	margin: 10px 0
}

div.link a:hover {
	text-decoration: underline
}

div.linkactive {
	display: inline-block;
	vertical-align: middle
}

div.linkactive a {
	font-size: 90%
}

div.linkactive a:hover {
	text-decoration: underline;
	font-size: 90%
}

div.paging {
	align-items: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center
}

div.pagingbutton {
	vertical-align: middle
}

div.pagingall {
	background: var(--hard-dark-color);
	border: 1px solid var(--hard-dark-color);
	color: var(--light-color);
	text-align: center;
	cursor: pointer;
	
	margin: 0 2px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	border-radius: 3px;
	padding: 6px 10px
}

div.pagingall a {
	color: var(--light-color)
}

div.pagingall:hover {
	border: 1px solid var(--hard-dark-color);
	color: var(--hard-dark-color);
	background: var(--hard-light-color)
}

div.pagingall:hover a {
	color: var(--hard-dark-color)
}

div.pagingnow {
	border: 1px solid var(--hard-dark-color);
	color: var(--hard-dark-color);
	background: var(--hard-light-color);
	text-align: center;
	cursor: pointer;
	
	margin: 0 2px;
	border-radius: 3px;
	padding: 6px 10px
}

div.callmeform {
	position: fixed;
	background: var(--popup-background-color);
	box-shadow: 0 0 0 20px var(--hard-dark-color);
	padding: 30px;
	box-sizing: border-box;
	display: none;
	z-index: 500;
	width: 500px;
	max-width: 96%
}

div.callme_main {
	width: 100%
}

div.callme_closeline {
	height: 40px
}

div.callme_close {
	float: right
}

div.callme_title {
	text-align: center;
	font-size: 110%;
	margin-bottom: 10px
}

div.callme_line {
	margin: 3px 0
}

.feedback_title .small_txt {
	font-size: 16px;
	margin-top: 10px
}

div.sliderimg {
	margin: 0 auto;
	width: 100%!important;
	height: 685px!important
}

div.advbanner {
	width: 100%!important;
	position: absolute;
	height: 685px!important
}

div.sliderarrows {
	margin: 0 auto;
	position: relative
}

div.sliderleft {
	position: absolute;
	z-index: 100;
	margin-top: 10%;
	left: 15px
}

div.sliderleft input {
	background: url(/themes/images/arrow_left.png) no-repeat center;
	width: 36px;
	height: 36px;
	font-size: 0;
	padding: 0;
	border: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

div.sliderleft input:hover {
	background: url(/themes/images/arrow_left_hover.png) no-repeat center;
	width: 36px;
	height: 36px;
	font-size: 0;
	padding: 0;
	border: 0
}

div.sliderright {
	position: absolute;
	z-index: 100;
	right: 15px;
	margin-top: 10%
}

div.sliderright input {
	background: url(/themes/images/arrow_right.png) no-repeat center;
	width: 36px;
	height: 36px;
	font-size: 0;
	padding: 0;
	border: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

div.sliderright input:hover {
	background: url(/themes/images/arrow_right_hover.png) no-repeat center;
	width: 36px;
	height: 36px;
	font-size: 0;
	padding: 0;
	border: 0
}

div.sliderbuttons {
	position: relative;
	top: -30px;
	height: 0;
	z-index: 100;
	text-align: center
}

div.sliderbutton {
	display: inline-block
}

div.slidernext {
	background: var(--hard-light-color);
	border: 1px solid var(--light-dark-color);
	width: 15px;
	height: 15px;
	margin: 3px;
	font-size: 0;
	cursor: pointer;
	
	border-radius: 20px
}

div.slidernextact {
	background: var(--light-dark-color);
	border: 1px solid var(--light-dark-color);
	width: 15px;
	height: 15px;
	margin: 3px;
	font-size: 0;
	cursor: pointer;
	
	border-radius: 20px
}

div.pagegallery {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

div.gallery {
	display: flex;
	flex-direction: column;
	margin: 5px;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(25% - 10px)
}

div.gallery_img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.gallery_imgin {
	width: 100%
}

div.gallery_imgin img {
	max-width: 100%;
	max-height: 120px;
	border: 0
}

div.gallery_text {
	text-align: center;
	padding-top: 10px
}

div.slidergallerys {
	position: relative;
	padding-bottom: 10px;
	margin-top: 20px
}

div.slidergallery_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.slidergallery_info {
	display: flex;
	flex-direction: row;
	align-items: center
}

div.slidergallery_left {
	padding-right: 5px;
	box-sizing: border-box
}

div.slidergallery_right {
	padding-left: 5px;
	box-sizing: border-box
}

div.slidergallery_center {
	width: 100%
}

div.slidergallery_contin {
	display: flex;
	flex-direction: row
}

div.slidergallery_main {
	vertical-align: top
}

div.slidergallery {
	margin: 5px;
	width: 278px
}

div.slidergallery_topname {
	display: none
}

div.slidergallery_bottomname {
	text-align: center
}

div.slidergallery_bottomname a:hover {
	color: var(--hard-dark-color);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none
}

div.slidergallery_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.slidergallery_imgin {
	width: 100%
}

div.slidergallery_imgin img {
	max-width: 100%;
	max-height: 200px;
	border: 0
}

div.slidergallery_seeall {
	text-align: center;
	margin: 15px 0
}

div.columngallery_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.columngallery {
	border-bottom: 1px solid var(--light-color);
	padding: 10px 0
}

div.columngallery_imgleft {
	width: 100%
}

div.columngallery_imgleft img {
	max-width: 100%
}

div.columngallery_imgright {
	width: 100%
}

div.columngallery_imgright img {
	max-width: 100%
}

div.columngallery_seeall {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px
}

div.addcomment {
	min-width: 50%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px
}

div.addcomment_title {
	text-align: center;
	color: var(--hard-dark-color)
}

div.addcommenttitle {
	padding: 10px 0;
	font-size: 110%;
	text-align: center;
	margin: 0 auto 10px
}

div.addcomment_line {
	margin: 10px 0
}

div.addcomment_button {
	text-align: center
}

div.addcomment_vote {
	margin-top: 10px;
	display: flex;
	align-items: center
}

div.addcomment_votename {
	padding-right: 20px;
	vertical-align: middle
}

div.addcomment_voterate {
	vertical-align: middle
}

div.itemactvote {
	background: url(/themes/images/star1.png);
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand
}

div.itemvote {
	background: url(/themes/images/star.png);
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand
}

div.pagecomment {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 1px solid var(--medium-color)
}

div.pagecomment_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.pagecomment_name {
	color: var(--light-dark-color);
	margin-bottom: 4px
}

div.pagecomment_vote {
	display: flex;
	flex-direction: row;
	margin: 3px 0
}

div.columncomments_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	border-bottom: solid 1px var(--medium-color)
}

div.columncomment {
	text-align: left;
	border-bottom: 1px solid var(--light-color);
	padding: 10px 0
}

div.columncomment_name {
	margin: 2px 0
}

div.columncomment_item {
	margin: 2px 0
}

div.columncomment_vote {
	display: flex;
	flex-direction: row;
	margin: 3px 0
}

div.columncomment_text {
	margin: 2px 0
}

div.columncomment_date {
	margin: 2px 0
}

div.columncomment_seeall {
	margin-top: 10px;
	text-align: center
}

div.centercomments {
	vertical-align: top;
	display: flex;
	flex-wrap: wrap
}

div.centercomments_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: solid 1px var(--medium-color)
}

div.centercomment {
	display: flex;
	flex-direction: column;
	margin: 5px;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(50% - 10px)
}

div.centercomment_vote {
	display: flex;
	flex-direction: row;
	margin: 3px 0
}

div.centercomment_text {
	font-size: 110%;
	margin: 5px 0
}

div.centercomment_seeall {
	width: 100%
}

div.slidercomments {
	vertical-align: top
}

div.slidercomments_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.slidercomment {
	opacity: 1;
	padding: 20px;
	box-sizing: border-box
}

div.slidercomment_left {
	padding-right: 5px;
	box-sizing: border-box
}

div.slidercomment_right {
	padding-left: 5px;
	box-sizing: border-box
}

div.slidercomments_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

div.slidercomment_vote {
	display: flex;
	flex-direction: row;
	margin: 3px 0
}

div.slidercomment_text {
	font-size: 110%;
	margin: 5px 0
}

div.slidercomment_seeall {
	text-align: center;
	margin-top: 10px
}

div.addfaq {
    font-size: 23px;
    font-family: "av_r";
    font-weight: 700;
    color: #Fff;
    text-align: center;
    margin-bottom: 10px;
    background: #59534A;
    padding: 14px 20px;
}

div.addfaqtitle {
	padding: 10px 0;
	font-size: 110%;
	text-align: center;
	margin: 0 auto 10px
}

div.addfaq_line {
	margin: 10px 0
}

div.addfaq_button {
	text-align: center
}

div.page_faq {
	padding: 10px;
	margin: 10px auto
}

div.pagefaq_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.pagefaq_text {
	font-size: 110%;
	margin: 8px 0
}

div.pagefaq_answerinfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.pagefaq_answername {
	padding-top: 20px
}

div.pagefaq_answertext {
	margin: 5px 0;
	background: var(--hard-light-color);
	padding: 10px 10px 10px 30px;
	font-size: 110%;
	border-radius: 3px
}

div.feedback_main {
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box
}

.window div.feedback_title {
	font-size: 25px;
	font-family: "av_r";
	font-weight: 700;
	color: #Fff;
	text-align: center;
	margin-bottom: 10px;
	background: #59534A;
	padding: 10px
}

.window div.feedback_title .small_txt {
	font-size: 19px;
	text-align: left;
	font-family: "av_r"
}

.window input[type="text"] {
	padding: 10px;
    font-size: 19px;
	font-family: "av_r";
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: none
}

.in_left_k .in_left {
	background: #59534A;
	padding: 15px
}

.fix {
	overflow: hidden;
	position: relative
}

.window input[type="button"] {
	width: 200px;
	margin-bottom: 13px;
	border: 0;
	text-align: center;
	padding: 12px 0;
	margin-top: 10px;
	background: #FDAD51;
	font-family: "av_r";
	line-height: 16px;
	font-size: 16px;
	color: #FFF;
	border-radius: 2px
}

.window input[type="button"]:hover {
	background-color: #656565;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s
}

.window textarea {
    font-size: 19px;
    font-family: "av_r";
    border-radius: 4px;
    border: 0;
    min-height: 130px;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    resize: none;
}

.window textarea:focus {
	/* padding-left: 5px */
}

.window div.feedback_blockname {
	vertical-align: top;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none
}

div.feedback_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.feedback_titlein {
	text-align: left
}

div.feedback_blockname {
	vertical-align: top
}

div.feedback_blockparam {
	vertical-align: top
}

div.feedback_button {
	text-align: center
}

div.columnpolls {
	margin-top: 20px;
	padding: 5px
}

div.columnpolls_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.columnpoll_infoin {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

div.columnpoll_radio {
	flex-basis: 25px;
	vertical-align: middle
}

div.columnpoll_radio input {
	width: unset
}

div.columnpoll_name {
	flex-basis: 99%;
	vertical-align: middle;
	padding: 5px 0
}

div.columnpoll_votes {
	flex-basis: 1px;
	vertical-align: middle
}

div.columnpoll_line {
	background: var(--light-color);
	border-radius: 3px
}

div.columnpoll_linein {
	background: var(--hard-dark-color);
	height: 20px
}

div.registration_main {
	max-width: 800px;
	min-width: 50%;
	margin: 0 auto;
	margin-top: 20px
}

div.registration_title {
	padding: 10px 0;
	text-align: right;
	margin: 0 auto 10px
}

div.registration_line {
	display: table;
	width: 100%
}

div.registration_blockname {
	display: table-cell;
	width: 25%;
	padding: 4px;
	vertical-align: middle
}

div.registration_blockparam {
	display: table-cell;
	padding: 4px;
	vertical-align: middle
}

div.registration_button {
	text-align: center;
	margin: 20px
}

div.loginform {
	position: fixed;
	background: var(--popup-background-color);
	box-shadow: 0 0 0 20px var(--hard-dark-color);
	padding: 30px;
	box-sizing: border-box;
	display: none;
	z-index: 500;
	width: 500px;
	max-width: 96%
}

div.login_main {
	width: 100%
}

div.login_closeline {
	height: 40px
}

div.login_close {
	float: right
}

div.login_title {
	text-align: center;
	font-size: 110%;
	padding: 10px
}

div.login_block {
	margin-bottom: 10px
}

div.login_forget {
	margin-top: 3px;
	float: right;
	cursor: pointer;
	cursor: hand
}

div.login_titlesocial {
	text-align: center;
	font-size: 110%;
	text-transform: uppercase;
	padding: 10px
}

div.login_titlesocialin {
	text-align: center
}

div.login_socialfb {
	display: inline-block;
	padding: 5px
}

div.login_socialfb input {
	width: 50px;
	height: 50px;
	background: url(/themes/images/f.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialfb input:hover {
	width: 50px;
	height: 50px;
	background: url(/themes/images/f.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialod {
	display: inline-block;
	padding: 5px
}

div.login_socialod input {
	width: 50px;
	height: 50px;
	background: url(/themes/images/od.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialod input:hover {
	width: 50px;
	height: 50px;
	background: url(/themes/images/od.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialgg {
	display: inline-block;
	padding: 5px
}

div.login_socialgg input {
	width: 50px;
	height: 50px;
	background: url(/themes/images/g.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialgg input:hover {
	width: 50px;
	height: 50px;
	background: url(/themes/images/g.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialvk {
	display: inline-block;
	padding: 5px
}

div.login_socialvk input {
	width: 50px;
	height: 50px;
	background: url(/themes/images/vk.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}

div.login_socialvk input:hover {
	width: 50px;
	height: 50px;
	background: url(/themes/images/vk.png) no-repeat;
	border: 0;
	font-size: 0;
	color: transparent;
	padding: 0
}
.social-new{
	margin-left:10px;
	padding-left:24px;
	border-left:1px solid #292724;
	display:flex;
	gap:16px;
}
.social-new a:hover{
	opacity:0.7
}
.social-new img{
	width:24px;
	height:24px;
}
.social-new
div.buttonsusers {
	margin-top: 5px
}

div.buttonsusers_main {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

div.buttonsusers_button2 {
	margin-left: 5px
}

div.buttonsusers_button4 {
	margin-left: 5px
}

div.polesusers_enter1 {
	margin: 3px 0
}

div.polesusers_enter2 {
	margin: 3px 0
}

div.polesusers_button {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

div.polesusers_button2 {
	margin-left: 5px
}

div.polesusers_forget span {
	cursor: pointer;
	cursor: hand
}

div.userwelcome {
	padding: 10px 0;
	font-size: 120%;
	text-align: center;
	margin: 0 auto 10px;
	border-bottom: 1px solid var(--medium-color)
}

div.accounttabs {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--light-dark-color);
	position: relative;
	top: 0;
	display: flex;
	flex-direction: row
}

div.accounttabposition {
	vertical-align: bottom;
	position: relative;
	top: 1px;
	margin: 0 2px;
	line-height: 56px
}

div.accounttab {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	
	background: var(--hard-light-color);
	color: var(--light-dark-color);
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.accounttab:hover {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.accountactivetab {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.accounttabinfo {
	padding: 20px
}

div.account_userdata {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.account_userdatacolumn1 {
	flex-basis: 50%;
	padding: 10px;
	flex-grow: 1
}

div.account_userdatacolumn2 {
	flex-basis: 50%;
	padding: 10px;
	flex-grow: 1
}

div.account_button {
	text-align: center;
	margin-top: 20px
}

div.account_blockname {
	color: #888;
	font-size: 110%;
	padding: 10px 0 0
}

div.account_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.notemenu {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--light-dark-color);
	position: relative;
	top: 0;
	display: flex;
	flex-direction: row
}

div.notetabposition {
	vertical-align: bottom;
	position: relative;
	top: 1px;
	margin: 0 2px;
	line-height: 56px
}

div.notetab {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	
	background: var(--hard-light-color);
	color: var(--light-dark-color);
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.notetab:hover {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.notetabact {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.notetab:hover a {
	color: var(--hard-light-color)
}

div.notetabact a {
	color: var(--hard-light-color)
}

div.notetabinfo {
	padding: 20px
}

div.languages {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 102;
    top: 3px;
    left: calc(50% + 490px);
}

div.languageact {
	padding: 3px;
	margin: 3px;
	border: 1px solid #888
}

div.language {
	padding: 3px;
	margin: 3px;
	border: 1px solid transparent;
}

div.languages > div a{
	color:#fff;
}

div.topcategorys {
	display: flex;
	flex-direction: row
}

div.topcategorys_separator {
	display: none
}

div.topcategory {
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	
	padding: 6px 10px
}

a.topcategory_link {
	text-decoration: none;
	color: var(--hard-light-color);
	min-height: 30px;
	align-items: center;
	display: flex;
	justify-content: center
}

a.topcategory_link:hover {
	text-decoration: none;
	color: var(--hard-dark-color)
}

a.topactivecategory_link {
	text-decoration: none;
	color: var(--hard-dark-color);
	min-height: 30px;
	align-items: center;
	display: flex;
	justify-content: center
}

div.topcategory:hover {
	position: relative;
	background: var(--hard-light-color)
}

div.topcategory:hover a {
	color: var(--hard-dark-color)
}

div.topactivecategory {
	position: relative;
	cursor: pointer;
	
	padding: 6px 10px;
	background: var(--hard-light-color)
}

div.topcategory:hover div.topcategorys_submenu {
	display: block
}

div.topactivecategory:hover div.topcategorys_submenu {
	display: block
}

div.topcategorys_submenu {
	display: none;
	position: absolute;
	top: 100%;
	background: var(--hard-light-color);
	z-index: 100;
	left: 0;
	border: 1px solid var(--medium-color);
	box-shadow: 0 0 5px 0 var(--light-color)
}

div.topcategory_submenu {
	min-width: 150px;
	padding: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}

div.topcategory_submenu:nth-child(odd) {
	background: var(--hard-light-color)
}

div.topcategory_submenu:hover {
	min-width: 150px;
	padding: 5px;
	background: var(--light-color);
	min-width: 150px;
	padding: 5px
}

div.topcategory_submenu a {
	color: var(--light-dark-color);
	white-space: nowrap
}

div.topcategory_submenu:hover a {
	color: var(--hard-dark-color);
	white-space: nowrap
}

div.topcategorys_adapt {
	flex-direction: column;
	display: none
}

.topcategory_adapt {
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
	
	padding: 10px 5px;
	border-bottom: 1px solid var(--hard-light-color)
}

.topcategory_adapt a {
	text-decoration: none;
	color: var(--hard-light-color);
	font-size: 130%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}

/* breads */

.breadcrumbs {
  background: #f8f8f8;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
}
.breadsin{
  margin: 0 auto;
  padding: 0 15px;
	max-width:1200px;
}
.breadsin > div{
  display: flex;
  align-items: center;
}
.breadcrumbs .link,
.breadcrumbs .linkactive {
  display: inline-block;
  color: #FDAD51;
  text-decoration: none;
}
.breadcrumbs .link a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs .link a:hover {
  color: #FDAD51;
}
.breadcrumbs .linkicon {
  margin: 0 8px;
  color: #aaa;
  font-size: 12px;
}
.breadcrumbs .linkactive span {
  color: #333;
  font-weight: 600;
  cursor: default;
}


div.columncategorys_main {
	margin-bottom: 10px
}

div.columncategorys_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.columncategory0 {
	padding: 5px;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

div.columncategory0 a {
	text-decoration: none;
	color: var(--light-dark-color)
}

div.columncategory0:hover {
	text-decoration: none;
	padding: 5px;
	background: var(--hard-light-color)
}

div.columncategory0:hover a {
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.columncategoryactive0 {
	padding: 5px;
	cursor: pointer;
	
	background: var(--hard-light-color)
}

div.columncategoryactive0 a {
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.columncategory1 {
	padding: 4px 0 4px 15px;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

div.columncategory1 a {
	text-decoration: none;
	color: var(--light-dark-color);
	font-size: 90%
}

div.columncategory1:hover {
	padding: 4px 0 4px 15px;
	background: var(--hard-light-color)
}

div.columncategory1:hover a {
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.columncategoryactive1 {
	padding: 4px 0 4px 15px;
	cursor: pointer;
	
	background: var(--hard-light-color)
}

div.columncategoryactive1 a {
	text-decoration: none;
	color: var(--hard-dark-color);
	font-size: 90%
}

div.columncategory2 {
	padding: 4px 0 4px 30px;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

div.columncategory2 a {
	text-decoration: none;
	font-size: 90%;
	color: var(--light-dark-color)
}

div.columncategory2:hover {
	padding: 4px 0 4px 30px;
	background: var(--hard-light-color)
}

div.columncategory2:hover a {
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.columncategoryactive2 {
	padding: 4px 0 4px 30px;
	cursor: pointer;
	
	background: var(--hard-light-color)
}

div.columncategoryactive2 a {
	text-decoration: none;
	color: var(--hard-dark-color);
	font-size: 90%
}

div.centercategorys {
	margin: 20px 0;
	text-align: center
}

div.centercategorys_in {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

div.centercategory {
	display: flex;
	flex-direction: column;
	margin: 10px 5px;
	padding: 4px;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(25% - 12px);
	border: 1px solid transparent;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease
}

div.centercategory:hover {
	border: 1px solid var(--light-color);
	box-shadow: 0 0 3px 0 var(--hard-light-color)
}

div.centercategory_topname {
	display: none
}

div.centercategory_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.centercategory_imgin {
	width: 100%
}

div.centercategory_imgin img {
	max-width: 100%;
	max-height: 200px;
	border: 0
}

div.centercategory_infoblock {
	vertical-align: top;
	text-align: center
}

div.centercategory_bottomname {
	text-align: center;
	margin: 8px 0
}

div.centercategory_bottomname a {
	font-size: 110%;
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.centercategory_bottomname a:hover {
	font-size: 110%;
	text-decoration: none;
	color: var(--hard-dark-color)
}

div.centercategory_info {
	margin: 5px 0
}

div.centercategory_button {
	text-align: center;
	display: none
}

div.centersubcategory_main {
	text-align: center
}

div.centersubcategory_info {
	padding-bottom: 8px
}

div.centersubcategory_info a {
	color: var(--light-dark-color);
	font-size: 90%
}

div.centersubcategory_info a:hover {
	color: var(--light-dark-color);
	font-size: 90%
}

div.columnbrands_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.columnbrand_separator {
	height: 1px;
	background: #fff;
	width: 100%
}

div.columnbrand {
	text-align: center;
	margin: 20px 0
}

div.columnbrand_imgleft {
	display: inline-block;
	vertical-align: top;
	width: 100%
}

div.columnbrand_imgleft img {
	max-width: 100%
}

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

div.columnbrand_imgright img {
	max-width: 100%
}

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

div.columnbrand_name {
	display: none
}

div.columnbrand_seeall {
	text-align: center
}

div.sliderbrands {
	position: relative
}

div.sliderbrand_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.sliderbrand_info {
	display: flex;
	flex-direction: row;
	align-items: center
}

div.sliderbrand_left {
	padding-right: 5px;
	box-sizing: border-box
}

div.sliderbrand_right {
	padding-left: 5px;
	box-sizing: border-box
}

div.sliderbrand_center {
	width: 100%
}

div.sliderbrand_contin {
	display: flex;
	flex-direction: row
}

div.sliderbrand_main {
	vertical-align: top
}

div.sliderbrand {
	margin: 5px;
	width: 260px;
	display: flex;
	flex-direction: column
}

div.sliderbrand_topname {
	min-height: 40px;
	align-items: baseline;
	display: none;
	justify-content: center;
	text-align: center
}

div.sliderbrand_bottomname {
	min-height: 40px;
	align-items: baseline;
	display: none;
	justify-content: center;
	text-align: center
}

div.sliderbrand_img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.sliderbrand_imgin {
	width: 100%
}

div.sliderbrand_imgin img {
	max-width: 100%;
	max-height: 200px;
	border: 0
}

div.sliderbrand_seeall {
	text-align: center;
	margin: 15px 0
}

div.pagebrands {
	margin: 20px 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

div.pagebrand {
	margin: 10px 5px;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(25% - 10px)
}

div.pagebrand_img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.pagebrand_imgin {
	width: 100%
}

div.pagebrand_imgin img {
	max-width: 100%;
	max-height: 120px;
	border: 0
}

div.pagebrand_info {
	text-align: left;
	margin-top: 20px
}

div.pagebrand_topname {
	display: none
}

div.pagebrand_name {
	display: none
}

div.pagebrand_short {
	display: none
}

div.brandname h1 {
	padding: 5px 0 10px;
	text-align: center;
	margin: 0 auto 10px
}

div.brandtext {
	margin-bottom: 20px
}

div.brandcat {
	margin: 10px 0;
	max-width: 400px
}

div.sortviewblock {
	border-bottom: 1px solid var(--hard-light-color);
	border-top: 1px solid var(--hard-light-color);
	margin-bottom: 5px;
	display:none;
}

div.sortviewblockin {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0
}

div.sorting {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

div.sorting_sortingcellin {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 5px
}

div.sortby {
	cursor: pointer;
	cursor: hand
}

div.sortbyact {
	cursor: pointer;
	cursor: hand
}

div.sortarrowact {
	display: inline-block
}

div.perpage_main {
	position: relative;
	padding-left: 20px;
	padding-right: 5px;
	vertical-align: middle
}

#perPageChange {
	padding: 3px
}

div.viewblock_main {
	flex-grow: 1;
	text-align: right;
	position: relative;
	padding-left: 20px;
	vertical-align: middle
}

div.viewblock_table input {
	background: url(/themes/images/table.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_table input:hover {
	background: url(/themes/images/table_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_table {
	display: inline-block
}

div.viewblock_tableact {
	display: inline-block
}

div.viewblock_tableact input {
	background: url(/themes/images/table_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_tableact input:hover {
	background: url(/themes/images/table_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_list {
	display: inline-block
}

div.viewblock_list input {
	background: url(/themes/images/list.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_list input:hover {
	background: url(/themes/images/list_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_listact {
	display: inline-block
}

div.viewblock_listact input {
	background: url(/themes/images/list_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.viewblock_listact input:hover {
	background: url(/themes/images/list_act.jpg) no-repeat center right;
	font-size: 0;
	border: 0;
	text-transform: none;
	width: 30px;
	height: 30px;
	padding: 0
}

div.products {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

div.product_topicon {
	position: relative
}

div.product_topitem {
	position: absolute;
	left: -6px;
	top: -6px;
	background: #f4bd30;
	background: -moz-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: -webkit-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: linear-gradient(135deg, #f4bd30 0%, #5e5a32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bd30', endColorstr='#5e5a32', GradientType=1);
	width: 50px;
	height: 50px;
	border-radius: 50%
}

div.product_topitem::after {
	content: "TOP";
	color: #fff;
	font-weight: bolder;
	line-height: 50px
}

div.product_main_wrap {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

div.product_main {
	border: 1px solid var(--hard-light-color);
	display: flex;
	flex-direction: column;
	margin: 2px;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(25% - 6px);
	background-color: var(--white-background-color);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease
}

div.product_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.product_imgin {
	width: 100%;
	height:200px;
	overflow:hidden;
}

div.product_imgin img {
	border: 0;
	object-fit: cover;
	object-position:center center;
	width:100%;
	height:100%;
}

div.product_one {
	padding: 3px;
	display: flex;
	flex-direction: column
}

div.product_topname {
	min-height: 40px;
	align-items: baseline;
	display: none;
	justify-content: center;
	text-align: center
}

div.product_rate {
	margin: 0 auto;
	padding: 4px 0;
	justify-content: center;
	display: flex;
	flex-direction: row
}

div.product_rate div {
	margin: 0 1px
}

div.item_actrate {
	background: url(/themes/images/starsm1.png);
	width: 18px;
	height: 18px
}

div.item_rate {
	background: url(/themes/images/starsm.png);
	width: 18px;
	height: 18px
}

div.product_bottomname {
	margin: 8px 0;
	min-height: 40px;
	align-items: baseline;
	display: flex;
	justify-content: center;
	text-align: center
}

div.product_bottomname a {
	text-decoration: none
}

div.product_bottomname a:hover {
	text-decoration: none
}

div.product_short {
	display: none
}

div.product_buyinfo {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

div.product_price {
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	margin: 8px 0;
	display:none;
}

div.products_hor {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

div.product_topicon_hor {
	position: relative
}

div.product_topitem_hor {
	position: absolute;
	left: -6px;
	top: -6px;
	background: #f4bd30;
	background: -moz-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: -webkit-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: linear-gradient(135deg, #f4bd30 0%, #5e5a32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bd30', endColorstr='#5e5a32', GradientType=1);
	width: 50px;
	height: 50px;
	border-radius: 50%
}

div.product_topitem_hor::after {
	content: "TOP";
	color: #fff;
	font-weight: bolder;
	line-height: 50px
}

div.product_main_hor {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	margin: 10px 0;
	border: 1px solid var(--hard-light-color);
	background-color: var(--white-background-color);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%
}

div.product_one_hor {
	padding: 5px
}

div.product_topname_hor {
	display: none
}

div.product_maininfo_hor {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.product_img_hor {
	flex-basis: 200px;
	min-width: 200px;
	height:200px;
	vertical-align: middle
}

div.product_imgin_hor img {
	max-width: 200px;
	object-fit: cover;
	object-position:center center;
}

div.product_info_hor {
	flex-basis: 90%;
	vertical-align: top
}

div.product_bottomname_hor {
	text-align: left;
	margin: 8px 0
}

div.product_bottomname_hor a {
	text-decoration: none
}

div.product_bottomname_hor a:hover {
	text-decoration: none
}

div.product_short_hor {
	font-size: 90%;
	color: var(--light-dark-color)
}

div.product_price_hor {
	display: none
}

div.product_buy_hor {
	display: none
}

div.product_rightinfo_hor {
	flex-basis: 140px;
	vertical-align: top;
	text-align: right;
	padding-left: 15px
}

div.product_priceright_hor {
	text-align: left;
	font-size: 120%;
	font-weight: bolder;
	display: inline-block;
	margin: 8px 0
}

div.product_oldpriceright_hor {
	display: inline-block;
	color: var(--light-dark-color);
	font-size: 80%;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 15px
}

div.product_actpriceright_hor {
	display: inline-block;
	text-align: left;
	color: var(--dark-fail-color);
	font-size: 100%;
	font-weight: bolder
}

div.slidertopitems {
	position: relative
}

div.slidertopitem_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.slidertopitem_info {
	display: flex;
	flex-direction: row;
	align-items: center
}

div.slidertopitem_center {
	width: 100%
}

div.slidertopitem_contin {
	display: flex;
	flex-direction: row
}

div.slidertopitem_main {
	vertical-align: top
}

div.slideritem {
	margin: 5px;
	width: 278px;
	display: flex;
	flex-direction: column
}

div.slideritem_left {
	padding-right: 5px;
	box-sizing: border-box
}

div.slideritem_right {
	padding-left: 5px;
	box-sizing: border-box
}

div.slideritem_topname {
	min-height: 40px;
	align-items: baseline;
	display: none;
	justify-content: center;
	text-align: center
}

div.slideritem_bottomname {
	min-height: 40px;
	align-items: baseline;
	justify-content: center;
	text-align: center;
	display: flex
}

div.slideritem_bottomname a {
	text-decoration: none
}

div.slideritem_bottomname a:hover {
	text-decoration: none
}

div.slideritem_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex
}

div.slideritem_imgin {
	width: 100%
}

div.slideritem_imgin img {
	max-width: 100%;
	max-height: 200px;
	border: 0
}

div.slideritem_buyinfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

div.slideritem_price {
	text-align: left;
	font-size: 120%;
	font-weight: bolder;
	margin: 8px 0
}

div.slideritem_seeall {
	text-align: center;
	margin: 15px 0
}

div.columnitems_main {
	margin-bottom: 20px
}

div.columnitems_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.columnitem_separator {
	height: 1px;
	background: #fff;
	width: 100%
}

div.columnitem {
	text-align: center;
	border-bottom: 1px solid var(--light-color);
	padding: 10px 0;
	display: flex;
	flex-direction: row
}

div.columnitem_imgleft {
	vertical-align: top;
	flex-basis: 40%
}

div.columnitem_imgleft img {
	max-width: 100%
}

div.columnitem_imgright {
	vertical-align: top;
	flex-basis: 40%
}

div.columnitem_imgright img {
	max-width: 100%
}

div.columnitem_info {
	padding-left: 6px;
	box-sizing: border-box;
	vertical-align: top;
	flex-basis: 60%
}

div.columnitem_topname {
	display: none
}

div.columnitem_bottomname a {
	text-decoration: none
}

div.columnitem_bottomname a:hover {
	text-decoration: none
}

div.columnitem_price {
	text-align: center;
	font-weight: bolder;
	display: inline-block;
	margin: 8px 0
}

div.columnitemsall {
	margin-top: 10px;
	text-align: center
}

div.allproductblock {
	padding-top: 10px
}

div.nextproduct_block {
	display: table;
	padding: 5px;
	margin-bottom: 10px
}

div.lastproduct {
	display: table-cell;
	white-space: nowrap
}

div.nextproduct {
	display: table-cell;
	text-align: right;
	width: 100%
}

div.productblock_over {
	display: none
}

div.productcolumns {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

div.productleftcolumn {
	flex-basis: 500px
}

div.productcentercolumn {
	padding-left: 15px;
	padding-right: 15px;
	flex-grow: 1
}

div.productrightcolumn {
	border-left: 1px solid var(--light-color);
	padding: 10px;
	flex-basis: 250px
}

div.productname h1 {
	margin: 0 0 10px;
	padding: 0
}

div.productcode {
	padding: 2px 0 10px
}

div.pricefor {
	padding: 8px 0
}

div.productprice {
	text-align: left;
	font-size: 150%;
	font-weight: bolder;
	display: inline-block;
	margin: 8px 0
}

div.valuteseparator {
	display: inline-block;
	padding: 0 5px
}

div.valuteinprice {
	display: inline-block
}

div.productbuttons {
	margin: 10px 0
}

div.productquest {
	display: inline-block
}

div.producttabs {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--light-dark-color);
	position: relative;
	top: 0;
	display: flex;
	flex-direction: row
}

div.producttabposition {
	vertical-align: bottom;
	position: relative;
	top: 1px;
	margin: 0 2px;
	line-height: 56px
}

div.producttab {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	
	background: var(--hard-light-color);
	color: var(--light-dark-color);
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.producttab:hover {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.productactivetab {
	padding: 10px 20px;
	border: 1px solid var(--light-dark-color);
	height: 24px;
	color: var(--hard-light-color);
	background: var(--light-dark-color);
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: initial
}

div.producttabinfo {
	padding: 5px
}

div.inproductcharrow {
	display: flex;
	flex-direction: row;
	width: 100%
}

div.inproductcharrow:nth-child(odd) {
	background: var(--hard-light-color)
}

div.inproductcharname {
	padding: 5px;
	flex-basis: 20%;
	font-size: 100%
}

div.inproductchartext {
	padding: 5px;
	font-size: 100%;
	flex-basis: 80%
}

div.slidersameitems {
	position: relative
}

div.slidersameitem_title {
	font-size: 110%;
	color: var(--hard-dark-color);
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px var(--medium-color)
}

div.slidersameitem_info {
	display: flex;
	flex-direction: row;
	align-items: center
}

div.slidersameitem_center {
	width: 100%
}

div.slidersameitem_contin {
	display: flex;
	flex-direction: row
}

div.slidersameitem_main {
	vertical-align: top
}

div.productin_topicon {
	position: relative
}

div.productin_topitem {
	position: absolute;
	left: -6px;
	top: -6px;
	background: #f4bd30;
	background: -moz-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: -webkit-linear-gradient(-45deg, #f4bd30 0%, #5e5a32 100%);
	background: linear-gradient(135deg, #f4bd30 0%, #5e5a32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bd30', endColorstr='#5e5a32', GradientType=1);
	width: 50px;
	height: 50px;
	border-radius: 50%
}

div.productin_topitem::after {
	content: "TOP";
	color: #fff;
	font-weight: bolder;
	line-height: 50px
}

div.productbigimg_in {
	width: 500px;
	height: 500px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

div.productbigimg_in img {
	max-width: 500px;
	cursor: pointer;
	cursor: hand
}

div.bigproductform {
	position: fixed;
	background: #fff;
	box-shadow: 0 0 0 20px var(--hard-dark-color);
	padding: 20px;
	box-sizing: border-box;
	display: none;
	z-index: 500;
	max-width: 96%
}

div.bigproductinfo {
	position: relative
}

div.bigoverclose {
	position: absolute;
	left: 99%;
	margin-top: -44px;
	margin-left: -44px
}

div.bigimgcenter {
	cursor: pointer;
	
	text-align: center;
	display: table-cell;
	vertical-align: middle
}

div.rightbgarrow {
	margin-left: -52px
}

div.smallitem_info {
	display: flex;
	flex-direction: row;
	align-items: center
}

div.smallitem_left {
	padding-right: 5px;
	box-sizing: border-box
}

div.smallitem_right {
	padding-left: 5px;
	box-sizing: border-box
}

div.smallitem_center {
	width: 100%
}

div.smallitem_contin {
	display: flex;
	flex-direction: row
}

div.smallitem_main {
	vertical-align: top
}

div.smallitem {
	margin: 5px;
	width: 91px
}

div.smallitem_img {
	vertical-align: middle;
	display: flex;
	text-align: center;
	height: 90px;
	align-items: center;
	justify-content: center
}

div.smallitem_imgin img {
	max-width: 100%;
	max-height: 90px
}

#smBgImage {
	cursor: pointer;
	cursor: hand
}

div.questform {
	position: fixed;
	background: var(--popup-background-color);
	box-shadow: 0 0 0 20px var(--hard-dark-color);
	padding: 20px;
	box-sizing: border-box;
	display: none;
	z-index: 500;
	width: 500px;
	max-width: 96%
}

div.quest_main {
	width: 100%
}

div.quest_closeline {
	height: 40px
}

div.quest_close {
	float: right
}

div.quest_title {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 2px solid var(--light-dark-color)
}

div.quest_itemline {
	margin: 10px 0
}

div.quest_itemblockimg {
	display: inline-block
}

div.quest_itemblockimg img {
	max-width: 150px;
	max-height: 100px;
	border: 1px solid var(--hard-light-color);
	background: var(--white-background-color);
	padding: 8px
}

div.quest_itemblockname {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px
}

div.quest_itemname {
	font-size: 110%
}

div.quest_line {
	margin-bottom: 5px
}

div.quest_button {
	text-align: center
}

.topadapt {
	display: none;
	background: var(--hard-dark-color)
}

.container {
	max-width: 1300px;
	margin: 0 auto
}

.top {
	text-align: Center;
	margin: 0 auto;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px
}

.thx {
	max-width: 800px;
	padding: 30px;
	box-sizing: border-box;
	margin: 20px auto;
	background-color: #eae6e1;
	box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.2)
}

.thx .txt {
	vertical-align: middle;
	margin-left: 50px;
	font-size: 20px;
	font-family: "av_r"
}

.thx .txt .back a {
	width: 250px;
	text-align: center;
	background: #FDAD51;
	font-family: "av_r";
	font-size: 18px;
	color: #FFF;
	border-radius: 2px;
	display: block;
	padding: 10px 0;
	margin-top: 30px
}

.thx .first {
	font-size: 23px;
	font-family: "av_m"
}

.thx .icon img {
	width: 170px;
	height: auto
}

.thx .icon {
	vertical-align: top
}

.thx .icon,
.thx .txt {
	display: inline-block
}

.myhead:after {
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	z-index: -1;
	background-color: #292724;
	height: 41px;
	width: 50%
}

.top .descriptor {
	text-align: left;
	margin-top: 25px;
	font-family: "av_r";
	line-height: 18px;
	font-size: 18px;
	margin-left: 25px;
	color: #1A1A1A
}

.top .button_array a {
	font-family: "av_r";
	display: inline-block;
	padding: 9.5px 0;
	width: 140px;
	text-align: center;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.4);
	line-height: normal;
	font-size: 18px;
	position: relative;
	max-height: 41px
}

.topp .phones {
	margin-top: 12px
}

.topp {
	background-color: #292724;
	width: 790px;
	box-sizing: border-box;
	margin-top: -5px;
	height: 41px
}

.top .row .bottom {
	padding-top: 6px;
	width: 790px;
	box-sizing: border-box
}

.top .row .bottom a:nth-child(1) {
	margin-left: 0;
	padding-left: 4px
}

.top .row .bottom a {
	font-family: "av_r";
	line-height: 18px;
	font-size: 17px;
	padding: 12px 10px;
	margin-left: 3px;
	display: inline-block
}

.buttone {
	display: inline-block
}

.top .row .buttone {
	margin-left: 140px;
	margin-top: 5px
}

.fixed .row .buttone {
	margin-left: 140px;
	margin-top: -5px
}

.top .row .buttone a {
	width: 200px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	background: #FDAD51;
	font-family: "av_r";
	line-height: 16px;
	font-size: 16px;
	color: #FFF;
	border-radius: 2px
}

.chapters {
	text-align: left
}

.top .button_array a:nth-child(1) {
	width: 140px
}

.top .button_array a:nth-child(2) {
	width: 105px
}

.top .button_array a:nth-child(1):after {
	width: 60px
}

.top .button_array a:nth-child(2):after {
	width: 50px
}

.top .button_array a:after {
	width: 100%;
	height: 30px;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto
}

.top .logo {
	padding-left: 11px;
	box-sizing: border-box;
	text-align: right;
	margin-right: 90px;
	min-width: 265px
}

.top .row {
	text-align: left
}

.top .row .phones {
	margin-left: 152px;
	box-sizing: border-box;
	padding-left: 25px;
	background-image: url(../img/source/main/phone.png);
	background-repeat: no-repeat;
	background-position: left
}

.top .row .phones a {
    color: #fff;
    margin-right: 0;
    box-sizing: border-box;
}

.top .logo,
.top .row,
.top .row .phones,
.top .descriptor,
.top .button,
.top .chapters,
.top .button_array {
	display: inline-block;
	vertical-align: top
}

.slidertext .form_block {
	background: rgba(255, 255, 255, 0.88);
	vertical-align: top;
	margin-top: 103px;
	backdrop-filter: blur(8px);
	border-radius: 2px;
	width: 250px;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 15px
}
.slidertext .shkaf_akciya{
background: url(/themes/images/yashik.png)  no-repeat 55% 43% rgba(255, 255, 255, 0.88);
background-size: 50% auto;
}

.slidertext .shkaf_akciya .form_header{
padding-bottom:80px;
}

.slidertext .h1_block {
	display: inline-block;
	margin-top: 140px;
	margin-left: 88px;
	margin-right: 247px
}

.slidertext .form_header {
	font-family: "av_m";
	line-height: 23px;
	font-size: 18px;
	text-align: left;
	color: #000
}

.block5 {
	position: relative;
	height: 495px;
	text-align: center;
	overflow: hidden;
	padding: 40px 10px 0;
}

.block5 .form_header {
	margin-bottom: 25px
}

.valhala {
	font-size: 0
}

.lable {
	box-sizing: border-box;
	width: 152px;
	padding: 11.2px 0;
	display: block;
	cursor: pointer;
	background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
	margin-bottom: 9px;
	text-align: center;
	background: #E5E5E5;
	border: .75px solid #B9B5B5;
	box-sizing: border-box;
	border-radius: 2px
}

.lable:hover {
	background-color: #FDAD51
}

.k_main input[type="file"],
.window input[type="file"],
.block5 .right input[type="file"] {
	visibility: hidden;
	position: absolute;
	z-index: 0
}

.slidertext .form_header span.sp {
	font-family: "av_r";
	line-height: 16px;
	font-size: 16px;
	text-decoration-line: underline;
	color: #000;
	opacity: .55
}

.slidertext .form_header span.strong_sp {
	font-family: "av_m";
	line-height: normal;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 20px;
	margin-top: 0
}

.slidertext h1 {
	font-family: "av_m";
	line-height: 45px;
	font-size: 44px;
	text-align: left;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 17px
}

.slidertext .small_text {
	font-family: "av_r";
	line-height: 27px;
	font-size: 26px;
	text-align: left;
	color: #FFF
}

.slidertext .small_text span.sp {
	color: #F2C94C;
	font-family: "av_m"
}

.not_buttons {
	max-width: 300px;
	text-align: left;
	margin-top: 18px;
	display:none;
}

.not_buttons div:nth-child(1) {
	width: 147px
}

.not_buttons div:nth-child(2) {
	width: 133px
}

.not_buttons div:nth-child(3) {
	width: 126px
}

.not_buttons div:nth-child(4) {
	width: 119px
}

.not_buttons div {
	display: inline-block;
	background: rgba(255, 255, 255, 0.4);
	margin-bottom: 7px;
	color: #fff;
	margin-right: 7px;
	box-sizing: border-box;
	text-align: Center;
	padding: 6.4px;
	backdrop-filter: blur(4px);
	border-radius: 2px
}

.yet_another {
	margin-top: 45px
}

.slidertext .form_block input[type="text"] {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	width: 198px;
	padding: 12px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	margin-bottom: 16px;
	font-size: 16px;
	color: #fff;
	font-family: "av_r";
	border: 1px solid transparent;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s
}

.slidertext .form_block input[type="text"]:focus {
	border: 1px solid #000;
	background-color: #fff;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	color: #000
}

.slidertext .form_block .fail::-webkit-input-placeholder {
	color: #000!important;
	color: #000!important
}

.slidertext .form_block .fail:-moz-input-placeholder {
	color: #000!important
}

.slidertext .form_block .fail:-ms-input-placeholder {
	color: #000!important
}

.slidertext .form_block input[type="text"]:focus::-webkit-input-placeholder {
	color: #000
}

.slidertext .form_block input[type="text"]:focus::-moz-input-placeholder {
	color: #000
}

.slidertext .form_block input[type="text"]:focus:-moz-input-placeholder,
{
	color: #000
}

.slidertext .form_block input[type="text"]:focus:-ms-input-placeholder,
{
	color: #000!important
}

.slidertext .form_block input[type="text"]::-webkit-input-placeholder {
	color: #fff
}

.slidertext .form_block input[type="text"]::-moz-input-placeholder {
	color: #fff
}

.slidertext .form_block input[type="text"]:-moz-input-placeholder {
	color: #fff
}

.slidertext .form_block input[type="text"]:-ms-input-placeholder {
	color: #fff
}

.slidertext .form_block input[type="button"] {
	border: 0;
	padding: 12.6px 0;
	width: 198px;
	text-align: center;
	color: #fff;
	background: #FDAD51;
	box-shadow: 0 2px 14px rgba(45, 45, 45, 0.85);
	border-radius: 2px;
	font-family: "av_m";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px
}

.block1 .small_container {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 47px 52px;
	background-color: #fff;
	text-align: Center;
	top: -110px;
	border-radius: 4px
}

.button_array a {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.button_array a.active {
	color: #fff!important;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.button_array a:hover {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	background-color: #928B83
}

.block1 .small_container .left {
	text-align: left
}

.block1 .small_container .left,
.block1 .small_container .right {
	display: inline-block;
	vertical-align: top;
	width: 49%
}

.block1 .small_container .buttond a {
	cursor: pointer
}

.block1 .small_container .buttond a,
.block1 .small_container .img_block {
	display: inline-block;
	width: 49%;
	vertical-align: top
}

.block1 .small_container .buttond a {
	background: #656565;
	box-shadow: 0 5px 14px rgba(45, 45, 45, 0.35);
	border-radius: 2px;
	font-family: "av_m";
	font-style: normal;
	font-weight: 400;
	text-align: center;
	max-width: 198px;
	line-height: 17px;
	padding: 13.2px 0;
	font-size: 16px;
	color: #FFF;
	box-sizing: border-box;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	display: inline-block
}

.block1 .small_container .buttond a:hover {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	background-color: #FDAD51
}

.block1 .left .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 41px;
	font-size: 32px;
	text-align: left;
	color: #000
}

.block1 .small_container .left .txt {
	margin-top: 30px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	margin-bottom: 25px
}

.block1 .small_container .img_block {
	text-align: Center;
	margin-left: 105px;
	width: unset!important
}

.block1 .small_container .right {
	text-align: left;
	position: relative
}

.block1 .small_container .right:before {
	position: absolute;
	width: 0;
	height: 157px;
	content: "";
	left: -35px;
	opacity: .15;
	border-left: 1px solid #000
}

.block1 .small_container .right .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 31px;
	font-size: 32px;
	text-align: left;
	color: #000;
	margin-bottom: 25px
}

.lemore {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	outline: none
}

.block1 .small_container .right .txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px
}



.block1 .small_container .right .txt .sp {
	color: #F2C94C;
	font-family: "av_m"
}

.view_more {
	display: none!important
}

.block2 {
	text-align: left;
	padding-top: 55px;
	padding-bottom: 73px;
	background: #060605;
	background: -moz-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: -webkit-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060605', endColorstr='#423d36', GradientType=1)
}

.block2 .slide .img_txt {
	text-align: left
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.k_block3 {
	text-align: left
}

.block2 .slick-list,
.k_block3 .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

div.deliver {
	overflow: hidden
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.k_block3 {
	padding-bottom: 83px
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.k_block3 .slick-dots {
	margin: 0 auto;
	position: Absolute;
	left: 0;
	padding: 0;
	right: 0;
	bottom: -45px;
	display: inline-block;
	text-align: center
}

.k_block3 .container .slick-dots li button[type="button"] {
	opacity: .5!important
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.block2 .container {
	max-width: 1020px;
	margin: 0 auto
}

.slide_img1,
.slide_img2,
.slide_img3 {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top
}

.block2 .h2_block h2,
.centerchapters .h2_block h2,
.block2 .h2_block .small_txt {
	margin-left: 10px;
	text-align: left
}

.block2 .h2_block h2,
.centerchapters .h2_block h2 {
	font-family: "av_r";
	text-align: left;
	color: #fff;
	line-height: 33px;
	font-size: 32px
}

.block2 .h2_block .small_txt {
	font-family: "av_r";
	font-style: normal;
	margin-bottom: 60px;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: #FFF
}

.logo_pre {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: Center;
	z-index: 100;
	background: #fff
}

.logo_pre .roll_container {
	display: inline-block;
	position: relative;
	width: 114px;
	height: 90px
}

.logo_pre .pre_name {
	display: inline;
	vertical-align: top;
	font-size: 25px;
	font-family: "av_m";
	color: #202020;
	position: relative;
	top: 32px;
	left: -30px
}

.logo_pre .descriptor {
	font-size: 20px;
	font-family: "av_m";
	font-weight: lighter;
	text-align: left;
	margin-left: 15px;
	display: inline-block;
	position: relative;
	top: -10px
}

.logo_pre .sign {
	position: Absolute;
	top: 0;
	left: 0;
	background-image: url(../img/source/main/logo_sign.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 114px;
	height: 90px
}

.logo_pre .circle {
	position: absolute;
	background-image: url(../img/source/main/logo_circle.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 114px;
	height: 93px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	top: 0;
	left: 0
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.window .feedback_line {
	margin-bottom: 10px
}

#preloader {
	display: none
}

.block2 .container .slider_container .slick-prev,
.k_block3 .container .slider_container .slick-prev {
	display: none!important
}

.block2 .container .slider_container .slick-next {
	position: Absolute;
	right: -20px;
	bottom: 90px;
	background-image: url(../img/source/main/arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	width: 60px;
	height: 60px;
	background-color: #FFF;
	display: block;
	border: 0;
	color: transparent;
	outline: 0;
	opacity: .75;
	border-radius: 2px;
	cursor: pointer
}

.k_block3 .container .slider_container .slick-next:hover {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	background-color: #656565
}

.k_block3 .container .slider_container,
.block2 .container .slider_container {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding-right: 80px;
	box-sizing: border-box
}

.k_block3 .container .slider_container .slick-next {
	position: Absolute;
	right: 0;
	bottom: 145px;
	background-image: url(../img/source/main/arrow_k.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	width: 60px;
	height: 60px;
	background-color: #BDBDBD;
	display: block;
	border: 0;
	color: transparent;
	outline: 0;
	opacity: .75;
	border-radius: 2px;
	cursor: pointer
}

.window7 textarea {
	min-height: 100px
}

.k_block3 .container .slider_container .slick-next:before {
	content: "Другие возможности";
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	left: 0;
	line-height: 23px;
	font-size: 22px;
	text-orientation: upright;
	color: #000;
	opacity: .35;
	display: block;
	position: Absolute;
	right: 0;
	bottom: 85px;
	transform: rotate(-90deg)
}

.k_block3 .img_txt br {
	display: none
}

.k_block3 .img_txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000
}

.block2 .container .slider_container .slick-next:before {
	content: "Другие возможности";
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	left: 0;
	line-height: 23px;
	font-size: 22px;
	text-orientation: upright;
	color: #FFF;
	opacity: .35;
	display: block;
	position: Absolute;
	right: 0;
	bottom: 85px;
	transform: rotate(-90deg)
}

.block2 .container .slider_container .slick-next:hover,
.k_block3 .container .slider_container .slick-next:hover {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	opacity: 1
}

.block2 .container .slider_container .img {
	position: relative
}

.k_block3 .container .slider_container .view_more {
	right: 10px;
	bottom: 10px
}

.k_block3 .container .slider_container .img img {
	width: 100%
}

.k_block3 .container .slider_container .view_more img {
	width: unset!important
}

.k_block3 .container .slider_container .view_more,
.block2 .container .slider_container .view_more {
	position: absolute;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-color: #3A3836;
	border-radius: 5px 0 0 0
}

.block2 .container .slider_container .view_more {
	right: 0;
	bottom: 0
}

.fixed .topp {
	display: none!important
}

.fixed .descriptor {
	margin-top: 5px!important
}

.fixed .logo img {
	height: 60px
}

.fixed .roll {
	color: #fff
}

.fixed:after {
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	z-index: -1;
	max-width: 1234px;
	background-color: #292724;
	height: 100%;
	width: 100%
}

.block9 .slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0
}

.fixed .row .bottom {
	padding-top: 15px;
	width: 790px;
	box-sizing: border-box
}

.myhead {
	transition: .2s;
	-ms-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s
}

.fixed {
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
	top: -1px;
	position: fixed;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	z-index: 300;
	transition: .2s;
	-ms-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	margin: 0 auto
}

.block9 .slick-slide,
.block11 .slick-slide {
	opacity: .15
}

.block9 .slick-active,
.block11 .slick-active {
	opacity: 1
}

.view_more img {
	margin: 20px auto;
	transition: .2s;
	-ms-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	height: 20px;
	width: 38px;
	background: transparent
}

.slide_img1:hover .view_more img,
.slide_img2:hover .view_more img,
.slide_img3:hover .view_more img {
	transition: .2s;
	-ms-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	height: 3px;
	width: 38px;
	border-radius: 75px;
	margin: 30px auto;
	background: #fff
}

.block2 .container .slick-dots {
	position: Absolute;
	top: -160px;
	right: -20px
}

.k_block3 .img {
	position: relative
}

.block2 .container .slick-dots li button[type="button"],
.k_block3 .container .slick-dots li button[type="button"] {
	font-size: 0;
	width: 14.1px;
	height: 14px;
	border-radius: 360px;
	background: #C4C4C4;
	opacity: .25;
	border: 0;
	cursor: pointer;
	outline: 0
}

.block2 .container .slick-dots li,
.k_block3 .container .slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 0 7px
}

.block2 .container .slick-dots li.slick-active button[type="button"],
.k_block3 .container .slick-dots li.slick-active button[type="button"] {
	opacity: 1!important
}

.img_txt {
	margin-top: 20px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #fff
}

.block3 {
	overflow: hidden;
	display:none;
}

.block3 .h2_block h2 {
	text-align: center;
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	margin: 0 auto;
	color: #000
}

.block3 .container {
	height: 1760px;
	box-sizing: border-box;
	padding-top: 65px;
	position: relative
}

.block3 .num {
	font-family: "av_m";
	font-weight: 700;
	line-height: 154px;
	position: absolute;
	font-size: 150px;
	color: #D7D7D7
}

.block3 .container .arrow1 {
	top: 290px;
	left: 515px;
	position: Absolute
}

.block3 .container .arrow2 {
	position: absolute;
	bottom: 410px;
	right: 425px
}

.scheme_block1 .num,
.scheme_block2 .num,
.scheme_block3 .num {
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s
}

.scheme_block1:hover .num,
.scheme_block2:hover .num,
.scheme_block3:hover .num {
	color: #FDAD51;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s
}

.scheme_block1 {
	position: absolute;
	top: 218px;
	left: 118px;
	border-radius: 2px
}

.scheme_block1 .content {
	width: 401px;
	height: 188px;
	padding-left: 35px;
	padding-top: 35px;
	box-sizing: border-box;
	background-color: rgba(196, 196, 196, 0.4)
}

.scheme_block1 .num {
	position: absolute;
	right: -10px;
	cursor: pointer;
	top: -53px
}

.scheme_block2 .num {
	position: absolute;
	right: 15px;
	cursor: pointer;
	top: -63px
}

.scheme_block1 .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	color: #000
}

.window div.feedback_main {
	vertical-align: top;
	background-color: #c4c4c4;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	min-height: 500px;
	right: 0;
	height: fit-content;
	top: 5%;
	max-width: 600px;
	margin: 0 auto;
	bottom: 0;
	margin: auto
}

.modal2:hover,
.modal222:hover {
	background-color: #656565
}

.modal2,
.modal222 {
	cursor: pointer;
	width: 198.41px;
	padding: 9.6px 0;
	display: block;
	margin-top: 17px;
	color: #fff;
	margin-left: 35px;
	text-align: center;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.66);
	border-radius: 2px
}

.modal2:hover {
	background-color: #656565;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.scheme_block1 .txt p {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	margin: 25px 0 0;
	color: #000
}

.scheme_block2 {
	position: Absolute;
	right: 60px;
	top: 615px
}

.scheme_block2 .content {
	width: 802px;
	padding: 80px 54px;
	box-sizing: border-box;
	max-height: 521px;
	background-color: rgba(196, 196, 196, 0.4);
	border-radius: 2px
}

.scheme_block2 .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	color: #000;
	margin-bottom: 30px
}

.scheme_block2 p {
	display: block;
	margin-bottom: 30px;
	font-family: "av_r";
	font-style: normal;
	max-width: 485px;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px
}

.scheme_block2 .img_block {
	position: absolute;
	right: -170px;
	bottom: -30px
}

.scheme_block3 {
	position: absolute;
	bottom: 0;
	background-color: rgba(196, 196, 196, 0.4);
	left: 0;
	text-align: center;
	right: 0;
	margin: 0 auto;
	padding: 55px 50px;
	width: 1022px;
	box-sizing: border-box;
	height: 410px
}

.scheme_block3 .icons .icon1 {
	margin-left: 0;
	margin-right: 62.5px;
	max-width: 155px
}

.scheme_block3 .icons .icon3 {
	margin-right: 0;
	margin-left: 62.5px;
	max-width: 280px
}

.scheme_block3 .icons .icon2 {
	margin: 0 62.5px;
	max-width: 170px
}

.scheme_block3 .icons .icon1,
.scheme_block3 .icons .icon2,
.scheme_block3 .icons .icon3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative
}

.scheme_block3 .icons .icon_img {
	height: 107px;
	text-align: center;
	position: relative;
	vertical-align: top
}

.scheme_block3 .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	color: #000;
	text-align: left;
	margin-bottom: 30px
}

.scheme_block3 .txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	text-align: left;
	margin-bottom: 30px;
	color: #000
}

.scheme_block3 .num {
	position: Absolute;
	right: 55px;
	top: -55px
}

.scheme_block3 .icon_txt .sp {
	text-align: left;
	display: block;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	font-size: 26px;
	color: #5E5244;
	opacity: .55
}

.scheme_block3 .icon_txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 110px;
	right: 0;
	margin: 0 auto;
	color: #000
}

.block4 {
	padding-bottom: 75px;
	text-align: Center;
	color: #fff;
	padding-top: 64px;
	/* margin-top: 104px; */
	background: #060605;
	background: -moz-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: -webkit-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060605', endColorstr='#423d36', GradientType=1)
}

.block4 .h2_block h3 {
	font-family: "av_m";
	font-weight: lighter;
	margin: 0 0 20px;
	line-height: 33px;
	font-size: 32px;
	color: #FFF
}

.block4 .h2_block .small_txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: #FFF
}

.block4 .container {
	position: relative
}

.block4 .catalog_block {
	display: inline-block;
	width: 300px;
	position: relative;
	vertical-align: bottom
}

.block4 .catalog_block .cat_img {
    margin-bottom: 7px;
    overflow: hidden;
    height: 322px;
	cursor:pointer;
}

.block4 .catalog_block .cat_img img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}

.block4 .catalog_block:nth-child(odd) {
	margin: 20px 0
}

.block4 .catalog_block:nth-child(even) {
	margin: 20px
}

.block4 .desc ul {
	padding: 0;
	margin: 0
}

.desc {
	padding: 23px;
    background-color: rgba(196, 196, 196, 0.15);
    box-sizing: border-box;
    min-height: 380px;
}

.heeight {
	height: 0;
	transition: .4s;
	-ms-transiton: .4s;
	-webkit-transition: .4s
}

.hiden {
	display: none;
    transition:0.4s;
    -ms-transition:0.4s;
    -transitiond-duration:0.4s;
}

.desc ul li {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 10px;
	text-align: right;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	font-size: 18px;
	color: #FFF
}

.desc p{
	text-align: left;
}

.desc span.sp {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7)
}

.window4 .desc ul {
	padding: 0;
	min-height: 0;
	max-width: 300px;
	height: auto
}

.block4 .container {
	position: relative
}

.block4 .container:after {
	background-image: url(../img/source/main/arrow3.png);
	background-position: right;
	content: "";
	position: Absolute;
	right: 85px;
	bottom: -234px;
	width: 230px;
	height: 237px;
	background-repeat: no-repeat
}

.window4 .desc {
	padding: 20px 10px;
	text-align: left;
	width: 100%;
	min-height: unset;
	background-color: rgba(196, 196, 196, 0.15);
	box-sizing: border-box
}

.window4 .img_block img {
    max-height: 310px;
    max-width: 300px;
    margin-top: 0;
}

.window4 .cat_header + ul + ul ~ ul{
	display:none
}

.centermain_chapter_kuhni .window4 .img_block img{
	max-width:100%;
}

.video2 {
	background-color: transparent!important
}

.window .video2 div.feedback_main {
	max-width: 370px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 20px
}

.window4 li span.sp {
	color: rgba(255, 255, 255, 1);
	margin-right: 60px
}

.window4 .desc ul li {
	color: #202020
}

.cat_header {
	margin-bottom: 15px;
	font-family: "av_m";
	text-align: left;
	line-height: 22px;
	font-size: 22px;
	color: #FFF
}

.block4 .desc .button a {
	text-align: center;
	width: 254px;
	padding: 10px 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	position: Absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 0 2px 14px rgba(45, 45, 45, 0.35);
	border-radius: 2px
}

.block4 .desc .button a:hover {
	background-color: #FDAD51;
	transition-duration: .4s;
	-ms-transition: .4s;
	border: 1px solid transparent;
	-webkit-transition: .4s
}

.block4 .quote {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
	margin: 0 auto;
	font-size: 26px;
	position: relative;
	color: #F2F2F2
}

.block4 .container .container {
	margin-top: 45px
}

.block4 .quote:after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	border-bottom: 1.4px solid #fff
}

/* home cats */

.centerchapters {
    padding: 40px 15px 60px;
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%)
}
.centerchapters_in {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.centerchapters .h2_block h2{
	margin-bottom:50px;
	text-align: center;	
	line-height: 1.4;
}
.centerchapters .h2_block span.sp {
    color: #FDAD51;
}
.centerchapter {
    background: #fff;
    overflow: hidden;
    flex: 0 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.centerchapter:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.centerchapter_topname a,
.centerchapter_bottomname a {
    text-decoration: none;
    font-family: "av_r";
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 10px 0;
}
.centerchapter_img {
    width: 100%;
    overflow: hidden;
}
.centerchapter_imgin img.chapterviewimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.centerchapter:hover .chapterviewimg {
    transform: scale(1.05);
}
.centerchapter_infoblock {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.centerchapter_button input[type="button"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.centerchapter_button input[type="button"]:hover {
    background: #0056b3;
}
@media (max-width: 1024px) {
    .centerchapter {
        flex: 0 1 calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .centerchapter {
        flex: 0 1 100%;
    }
	.centerchapter_imgin img.chapterviewimg {
    	height: 220px;
	}
	.centerchapter_topname a, .centerchapter_bottomname a {
		font-size: 19px;
		margin: 0;
	}
	.centerchapters .h2_block h2 {
		line-height: normal;
		font-size: 25px;
	}
}


.block5 .left,
.block5 .right {
	display: inline-block;
	vertical-align: top;
	text-align: left
}

.block5 .left {
	max-width: 470px;
	display:none;
}


.block5 .left .header {
	font-weight: 700;
	font-family: "av_r";
	line-height: 33px;
	font-size: 32px;
	color: #000
}

.block5 .left ul {
	margin: 35px 0 0;
	padding: 0
}

.block5 .left ul li {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	font-size: 22px;
	color: #000;
	list-style: none
}

.block5 .right {
	padding: 30px 30px;
	margin-left: 0px;
	background: #FFF;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
	position: relative;
	/* z-index: 100; */
	width: 850px;
	/* height: 488px; */
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

.block5 .right .header {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	color: #000
}

.block5 .right .txt {
	font-family: "av_r";
	margin-top: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 22px;
	color: #000
}

.block5 .right .feedback_blockname {
	display: none!important
}

.block5 .right .val input[type="text"] {
	border: 0
}

.block5 .right .val input[type="text"],
.block12 .left input[type="text"] {
	width: 175px;
	height: 39.02px;
	color: #000;
	box-sizing: border-box;
	margin-right: 10px;
	border: 0;
	background: rgba(229, 229, 229, 0.6);
	border-radius: 2px
}

.block5 .right .val input[type="text"]::-webkit-input-placeholder,
.block5 .right .val textarea::-webkit-input-placeholder,
.block12 .left textarea::-webkit-input-placeholder,
.block12 .left input[type="text"]::-webkit-input-placeholder {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #000
}

.block5 .right .val input[type="text"]::-moz-input-placeholder,
.block5 .right .val textarea::-moz-input-placeholder,
.block12 .left textarea::-moz-input-placeholder,
.block12 .left input[type="text"]::-moz-input-placeholder {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #000
}

.block5 .right .val input[type="text"]:-moz-input-placeholder,
.block5 .right .val textarea:-moz-input-placeholder,
.block12 .left input[type="text"]:-moz-input-placeholder,
.block12 .left textarea:-ms-input-placeholder {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #000
}

.block5 .right .val input[type="text"]:-ms-input-placeholder,
.block12 .left textarea:-ms-input-placeholder,
.block12 .left input[type="text"]:-ms-input-placeholder,
.block5 .right .val textarea:-ms-input-placeholder {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #000
}

.block5 .right .val input[type="text"]:focus {
	background-color: #fff
}

.block5 .right .val {
	display: inline-block;
	vertical-align: top
}

#feedbackFile {
	display: none
}

.hide {
	display: none;
	overflow: hidden;
	transition: .1s;
	-ms-transition: .1s;
	-webkit-transition: .1s
}

.block5 .feedbackForm19 input[type="file"] {
	width: 152px;
	height: 39px;
	background: #E5E5E5;
	border: .75px solid #B9B5B5;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	font-size: 14px;
	color: #493E3E
}

.modal1313 {
	margin-top: 20px;
	text-align: center;
	display: none;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	width: 198.41px;
	padding: 11px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.6);
	border-radius: 2px
}

.ruller {
	position: Absolute;
	right: 53%;
	bottom: 0;
	z-index: -1
}

.k_main .ruller {
	z-index: -1!important
}

.window7 div.feedback_main {
	position: relative!important;
	left: 0;
	right: 0;
	top: 0
}

.in_left_kk {
	text-align: left
}

.in_left_kk ul {
	margin: 0;
	padding: 0
}

.main3 img {
	max-width: 400px
}

.window6 div.feedback_main {
	position: relative!important;
	left: 0;
	right: 0
}
.absolute{
    position:absolute;
}
.block5 .right textarea,
.block12 .left textarea {
	width: 365px;
	height: 109px;
	margin-top: 10px;
	border: 0;
	height: 109px;
	box-sizing: border-box;
	background: rgba(229, 229, 229, 0.6);
	border-radius: 2px;
	resize: none;
	padding: 10px 20px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	border: 1px solid transparent
}

.block5 .right textarea:focus {
	background-color: #fff;
	border: 1px solid #202020
}

.block5 .lable:hover {
	-webkit-animation: infinity_war 2s infinite;
	-moz-animation: infinity_war 2s infinite;
	-ms-animation: infinity_war 2s infinite;
	-o-animation: infinity_war 2s infinite;
	animation: infinity_war 2s infinite
}

#feedbackButton7 {
	margin-top: 10px;
	margin-left: 10px;
	width: 152px;
	height: 39px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	border: 0;
	text-align: Center;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 14px;
	background-color: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.6);
	border-radius: 2px
}

@keyframes infinity_war {
	from {
		background-position: 0 0
	}
	to {
		background-position: 450px 0
	}
}

.block6 {
	margin-top: 50px
}

.block6 .h2_block h2 {
	text-align: center;
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	margin-bottom: 25px;
	margin-top: 0;
	color: #000
}

.block6 .h2_block h2 span.sp {
	color: #FDAD51
}

.block6 .pros {
	max-width: 1031px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center
}

.block6 .pro {
	display: inline-block;
	width: 500px;
	margin-bottom: 20px;
	padding: 40px 30px;
	height: 296px;
	background: #EFEFEF;
	text-align: left;
	border-radius: 2px;
	box-sizing: border-box;
	position: relative;
	vertical-align: top
}

.block6 .pro:nth-child(odd) {
	margin-right: 10px
}

.block6 .pro:nth-child(even) {
	margin-left: 10px
}

.pros .header {
	font-family: "av_m";
	line-height: 22px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000
}

.pros .icon_block {
	position: Absolute;
	right: 34px;
	bottom: 22px
}

.pros .txt p {
	margin-bottom: 20px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	margin-top: 0;
	color: #000
}

.pros5 {
	width: 100%!important;
	height: 351px!important;
	text-align: Center
}

.pros5 .left {
	margin-right: 10px;
	text-align: left
}

.pros5 .video {
	margin-left: 50px
}

.pros5 .video,
.pros5 .left {
	display: inline-block;
	vertical-align: top;
	width: 45%
}

.block7 {
	max-width: 1020px;
	margin: 113px auto 105px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 429px;
	background: #FFF;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
	padding: 50px 0 0 60px
}

.block7 .h2_block h2 {
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 16px;
	color: #000
}

.block7 .left {
	width: 445px
}

.block7 .left .txt p {
	margin-top: 0;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000
}

.block7 .left,
.block7 .right {
	display: inline-block;
	vertical-align: top
}

.modaln9 {
	position: relative;
	box-sizing: border-box;
	width: 246px;
	padding: 11px 0;
	background: rgba(101, 101, 101, 0.5);
	border-radius: 2px;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	display: block;
	font-family: "av_r";
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	transition-duration: .4s
}

.modal9:hover {
	background-color: #FDAD51;
	transition-duration: .4s;
	-webkit-transition: .4s
}

.modal9:before {
	display: block;
	content: "";
	width: 63px;
	height: 84px;
	background-image: url(../img/source/main/leaf_mark1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -20px;
	bottom: -50px
}

.modal9:after {
	display: block;
	content: "";
	width: 72px;
	height: 74px;
	background-image: url(../img/source/main/leaf_mark2.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -20px;
	top: -40px
}

.modal5:hover {
	background-color: #FDAD51;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block7 .right {
	position: absolute;
	right: -45px;
	bottom: -10px
}

.block8 {
	padding-top: 50px;
	padding-bottom: 115px;
	box-sizing: border-box;
	background: #060605;
	background: -moz-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: -webkit-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060605', endColorstr='#423d36', GradientType=1)
}

.block8 .h2_block h3 {
	text-align: center;
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	margin-bottom: 50px;
	color: #FFF
}

.block8 .h2_block span {
	font-family: "av_r";
	font-weight: lighter;
	font-weight: normal;
	line-height: 28px;
	font-size: 26px
}

.pros_mark2 {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	box-sizing: border-box
}

.dapro:nth-child(odd) {
	margin-right: 60px
}

.dapro:nth-child(even) {
	margin-left: 30px
}

.pro_block1 .num {
	left: -100px
}

.pro_block2 .num {
	left: -100px
}

.pro_block3 .num {
	left: -100px;
	top: 0
}

.pro_block4 .num {
	left: -100px;
	top: 0
}

.dapro {
	display: inline-block;
	width: 460px;
	text-align: left;
	position: relative;
	vertical-align: top
}

.dapro .txt_block {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	margin-bottom: 25px;
	color: #FFF
}

.dapro .num {
	position: Absolute;
	font-family: "av_m";
	font-weight: 700;
	line-height: 135px;
	font-size: 150px;
	color: rgba(255, 255, 255, 0.15)
}

.dapro .txt_block span.realybig {
	font-family: "av_m";
	line-height: 49px;
	font-size: 48px;
	margin-bottom: 40px;
	color: #FFF
}

.block9 .h2_block h3 {
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 0;
	color: #000;
	position: Relative
}

.block9 .h2_block span {
	text-align: center;
	display: block;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	margin-bottom: 25px;
	color: #000
}

.block9 {
	overflow: hidden;
	position: relative
}

#reviews{
	display:none;
}

.arrows11 {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0;
	top: 332px;
	margin: 0 auto;
	height: 20px;
	max-width: 1200px;
	z-index: 800;
	color: transparent
}

.block9 .slider_mark2 {
	max-width: 1140px;
	width: 100%;
	text-align: center;
	position: Relative;
	padding: 0 70px;
	margin: 0 auto
}

.block9 .slick-list {
	text-align: Center
}

.block9 .slick-next:hover,
.block9 .slick-prev:hover {
	right: -5px;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block9 .slick-prev:hover,
.k_block2 .slick-prev:hover {
	left: -5px;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block9 .slick-next,
.k_block2 .slick-next {
	z-index: 200;
	position: absolute;
	right: 0;
	bottom: 40%;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	width: 60px;
	display: block;
	border: 0;
	outline: none;
	height: 60px;
	background: url(../img/source/main/next.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block9 .slick-prev,
.k_block2 .slick-prev {
	z-index: 200;
	position: absolute;
	left: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	width: 60px;
	height: 60px;
	display: block;
	bottom: 40%;
	background: url(../img/source/main/pev.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.k_main .block10 .h2_block {
	margin-bottom: 100px
}

.block9 .slide {
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	width: 500px;
	margin: 0 auto;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #EFEFEF;
	border-radius: 2px
}

.buyer_img {
	display: inline-block;
	margin-right: 22px;
	vertical-align: top
}

.block9 .name {
	vertical-align: top;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	text-align: left;
	display: inline-block;
	color: #000
}

.block9 .name span {
	font-family: "av_r";
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	font-size: 20px;
	color: #000
}

.contact_info a {
	color: #fff
}

.social {
	display: none!important
}

.block9 .review_txt {
	width: 100%;
	box-sizing: border-box;
	min-height: 175px;
	padding: 20px;
	text-align: left;
	margin: 15px auto;
	background-color: rgba(196, 196, 196, 0.4);
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000;
	border-radius: 2px
}

.block10 {
	position: relative;
	max-width: 1180px;
	margin: 70px auto
}

.block10 .h2_block h3 {
	font-family: "av_r";
	line-height: 33px;
	font-size: 32px;
	margin: 0;
	text-align: center;
	color: #000
}

.block10 .h2_block span.sp {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	display: block;
	text-align: center;
	margin-bottom: 60px;
	font-size: 26px;
	color: #000
}

.blocke1 .txt {
	margin-right: 216px;
	text-align: left;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000
}

.blocke1 .header {
	font-family: "av_r";
	line-height: 22px;
	font-weight: 700;
	font-size: 22px;
	color: #000
}

.blocke1 {
	text-align: Center
}

.blocke1 .txt,
.blocke1 .img_block {
	display: inline-block;
	vertical-align: top
}

.block10 .work_arrow1 {
	position: absolute;
	left: 225px;
	top: 260px
}

.blocke1 .img_block {
	margin-top: -60px
}

.blocke2 {
	display: flex;
	justify-content: space-between;
	max-width: 1040px
}

.blocke2 .header {
	margin-top: 50px;
	font-family: "av_r";
	line-height: 22px;
	font-size: 22px;
	font-weight: 700;
	color: #000
}

.blocke2 .img_block {
	margin-left: 90px
}

.blocke2 .header,
.blocke2 .img_block {
	display: inline-block;
	vertical-align: top
}

.blocke2 .txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000
}

.blocke2 .sub_img {
	display: none!important
}

.blocke3 {
	max-width: 930px;
	margin: 0 auto;
	margin-top: 60px
}

.blocke3 .header {
	font-family: "av_r";
	line-height: 22px;
	font-weight: 700;
	font-size: 22px;
	color: #000
}

.blocke3 {
	max-width: 930px;
	margin: 40px auto
}

.blocke3 .txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 22px;
	color: #000
}

.blocke3 .buttona a {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.6);
	border-radius: 2px;
	display: block;
	color: #FFF;
	width: 261px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	padding: 11.5px 0
}

.close {
	cursor: pointer
}

.blocke3 .buttona a:hover {
	background-color: #656565
}

.slider_mark3 {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	position: Relative
}

.block11 .slide {
	outline: none;
	margin: 0 10px
}

.block5 .right .val input[type="text"]:focus {
	border: 1px solid #202020
}

.k_main .block11 .slide img {
	border: 1px solid rgba(169, 169, 169, 0.2);
	border-radius: 6px;
	outline: none;
	padding-top: 1px
}

.window_mark20 div.feedback_title .small_txt {
	text-align: center
}

.k_main .block11 .slide a {
	outline: none
}

.block11 .slide img {
	max-width: 280px;
	height: auto
}

.block11 .h2_block {
	max-width: 920px;
	text-align: left;
	margin: 30px auto
}

.block11 .h2_block h3 {
	font-family: "av_r";
	line-height: 22px;
	font-size: 22px;
	padding-left: 15px;
	color: #000
}

.activator .right11 {
	z-index: 200;
	display: none;
	position: absolute;
	right: 20px;
	bottom: 40%;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	width: 60px;
	border: 0;
	outline: none;
	height: 60px;
	background: url(../img/source/main/next.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s;
	opacity: 1
}

.activator .left11 {
	z-index: 200;
	position: absolute;
	right: 100px;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	width: 60px;
	height: 60px;
	display: none;
	bottom: 40%;
	background: url(../img/source/main/pev.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block11 .slick-next {
	z-index: 200;
	top: -80px;
	position: absolute;
	right: 20px;
	bottom: 40%;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	width: 60px;
	display: block;
	border: 0;
	outline: none;
	height: 60px;
	background: url(../img/source/main/next.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s;
	opacity: 1
}

.block11 .slick-prev {
	z-index: 200;
	position: absolute;
	right: 100px;
	top: -80px;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	width: 60px;
	height: 60px;
	display: block;
	bottom: 40%;
	background: url(../img/source/main/pev.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block11 .slick-prev:hover,
.block11 .slick-next:hover {
	opacity: .15;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition-duration: .4s
}

.block12 {
	max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    position: relative;
}

.block12 .right {
	margin-left: 10px
}

.block12 .left,
.block12 .right,
.block12 .center {
	display: inline-block;
	vertical-align: top
}

.block12 .left {
	width: 680px;
	margin-right: 75px
}

.block12 .left,
.block12 .right {
	text-align: left
}

.block12 .left .h2_block h3 {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	color: #000;
	margin: 0
}

.block12 .left .img_block{
	max-width:calc(100% - 80px)
}
.block12 .left .img_block img{
	max-width:100%;
}

a.map-link{
	padding: 12px 10px;
	display:block;
	width: 200px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background: #FDAD51;
    font-family: "av_r";
    line-height: 16px;
    font-size: 16px;
    color: #FFF;
    border-radius: 2px;
}

.map-block{
	margin-top: 20px;	
}

.block12 .left .h2_block span {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 24px;
	display: block;
	color: #000;
	margin-bottom: 30px
}

.block12 .left .txt p {
	font-family: "av_r";
	line-height: normal;
	font-size: 22px;
	font-weight: 700;
	color: #000
}

.block12 .left .txt ul {
	padding: 0
}

.block12 .left .txt ul li {
	list-style: none;
	font-family: "av_r";
	line-height: normal;
	font-size: 21px;
	color: #000
}

.block12 .left .feedback_main {
	margin-top: 30px;
	box-sizing: border-box;
	width: 680px;
	height: 286px;
	background: #FFF;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	padding: 30px 40px
}

.block12 .feedback_title {
	font-family: "av_m";
	font-weight: 700;
	line-height: 22px;
	font-size: 22px;
	color: #000;
	margin: 0;
	border-bottom: 0
}

.odin {
	font-size: 0;
	color: transparent
}

.block12 div.feedback_blockname {
	display: none
}

.block12 .feedback_line {
	display: inline-block
}

.block12 .feedback_line input[type="text"] {
	border: 0;
	margin-right: 10px;
	border: 1px solid transparent
}

.block12 .feedback_line input[type="text"]:focus,
.block12 .left textarea:focus {
	background-color: #fff;
	border: 1px solid #c4c4c4
}

.block12 textarea {
	width: 597px!important
}

.block12 .center {
	transform: rotate(-90deg);
	position: absolute;
	right: 365px;
	bottom: 100px
}

.block12 .center .txt {
	font-family: "av_m";
	font-size: 80px;
	text-align: left;
	line-height: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.15)
}

.block12 .center .txt span {
	font-family: "av_r";
	line-height: 22px;
	font-size: 22px;
	color: #000
}

.block12 input[type="button"]:hover {
	background-color: #928B83
}

.block12 input[type="button"] {
	width: 173px;
	height: 39px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	outline: 0;
	border: 0;
	color: #FFF;
	background: #FDAD51;
	border-radius: 2px
}

.block12 .center:before {
	width: 1px;
	height: 341px;
	position: Absolute;
	content: "";
	left: 410px;
	bottom: -160px;
	margin: 0 auto;
	transform: rotate(90deg);
	opacity: .25;
	border-left: 1px solid #000
}

.block12 .right .info {
	margin-top: 20px;
	width: 380px;
	height: auto;
	box-sizing: border-box;
	background: #EFEFEF;
	padding: 30px;
	font-family: "av_r";
    font-size: 20px;
	color: #000
}

.block12 .right .info ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction:column;
	gap:20px;
}

.block12 .right .info ul li {
	list-style: none;
	display: flex;
	font-size: 20px;
	justify-content: space-between
}

.block12 .right .info p{
	margin-top: 0;;
}

.block12 .right .info .header {
	font-family: "av_m";
	line-height: 22px;
	font-size: 22px;
	font-weight: 700;
	color: #000;

display:none;
}

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

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

.foot_chapters a {
	display: block;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 31px;
	font-size: 18px;
	color: #FFF
}

.allfooter .contact_info {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 65px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	margin-left: 90px
}

.allfooter .contact_info ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.allfooter .contact_info ul li {
	list-style: none;
	text-align: left;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFF
}

.social a {
	margin-right: 4px
}

.social4 {
	margin: 0!important
}

.social p {
	margin-top: 0;
	margin-bottom: 15px
}

.social {
	display: inline-block;
	vertical-align: top;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	font-size: 18px;
	box-sizing: border-box;
	color: #FFF
}

.allfooter .contact_info ul li:nth-child(3) {
	height: 31px
}

.foot .row,
.foot .text {
	display: inline-block
}

.foot .row {
	width: 800px
}

.foot .text {
	width: 300px;
	margin-left: 90px;
	vertical-align: top
}

.manufactured {
	max-width: 172px;
	text-align: left;
	margin-left: 70px;
	margin-top: 23px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	font-size: 18px;
	color: #FFF
}

.manufactured a {
	display: block;
	margin-top: 10px
}

.copyright {
	margin-top: 80px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-size: 16px;
	color: #FFF;
	opacity: .6
}

.manufactured,
.copyright {
	display: inline-block
}

.allfooter .text .header {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px
}

.allfooter .text .txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6)
}

.containerq .h1_block {
	margin-left: 73px;
	margin-right: 140px
}

.block1 .block_txt {
	font-family: "av_m";
	font-weight: 700;
	line-height: 33px;
	font-size: 32px;
	text-align: center;
	color: #000
}

.block1 .block_txt span.sp {
	color: #FDAD51
}

.block1 .buttond_mark2 {
	margin-top: 25px;
	margin-bottom: -25px;
	text-align: center
}

.block1 .buttond_mark2 a {
    max-width: 250px;
    width: auto;
	padding: 12px 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	background: #656565;
	box-shadow: 0 2px 14px rgba(45, 45, 45, 0.35);
	border-radius: 2px;
	cursor: pointer;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transtion: .4s;
	-o-transition: .4s
}

.block1 .buttond_mark2 a:hover {
	background-color: #FDAD51;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transtion: .4s;
	-o-transition: .4s
}
.allcentermain_chapter_kuhni ~ div .k_block2,
.allcentermain_chapter_kuhni ~ div #our_projects_1{
	display:none !important;
}
.allcentermain_chapter_kuhni ~ div .block4 .catalog_block .cat_img{
	overflow: hidden;
    height: 300px;
}
.allcentermain_chapter_kuhni ~ div .block4 .catalog_block .cat_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.allcentermain_chapter_kuhni ~ div .block4 .catalog_block .desc {
    min-height: 175px;
}
.k_block2 {
	padding-top: 60px;
	padding-bottom: 103px;
	background: #060605;
	background: -moz-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: -webkit-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060605', endColorstr='#423d36', GradientType=1)
}

.k_block2 .h2_block p {
	color: #fff;
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	text-align: left;
	color: #FFF
}

.k_block2 .h2_block .small_txt {
	margin-top: 15px;
	text-align: left;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: #FFF
}

.k_block2 .switch_block {
	display: inline-block;
	max-width: 163px
}

.k_block2 .switch_block .img,
.k_block2 .switch_block:hover .img {
	transition: .4s;
	-ms-transition: .4s;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transtion: .4s;
	width: 163px;
	height: 112px;
	background-position: center;
	background-repeat: no-repeat
}

.k_block2 .sw1:hover .img {
	background-image: url(../img/source/main/typea_h.png)
}

.k_block2 .sw2:hover .img {
	background-image: url(../img/source/main/typeb_h.png)
}

.k_block2 .sw3:hover .img {
	background-image: url(../img/source/main/typed_h.png)
}

.k_block2 .sw4:hover .img {
	background-image: url(../img/source/main/typec_h.png)
}

.k_block2 .sw1 .img {
	background-image: url(../img/source/main/typea.png)
}

.k_block2 .sw2 .img {
	background-image: url(../img/source/main/typeb.png)
}

.k_block2 .sw3 .img {
	background-image: url(../img/source/main/typec.png)
}

.k_block2 .sw4 .img {
	background-image: url(../img/source/main/typed.png)
}

.k_block2 .active1 .img {
	background-image: url(../img/source/main/typea_h.png);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transtion: .4s;
	width: 163px;
	height: 112px;
	background-position: center;
	background-repeat: no-repeat
}

.k_block2 .active2 .img {
	background-image: url(../img/source/main/typeb_h.png);
	transition: .4s;
	cursor: pointer;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transtion: .4s;
	width: 163px;
	height: 112px;
	background-position: center;
	background-repeat: no-repeat
}

.k_block2 .active3 .img {
	background-image: url(../img/source/main/typed_h.png);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transtion: .4s;
	width: 163px;
	height: 112px;
	background-position: center;
	background-repeat: no-repeat
}

.k_block2 .active4 .img {
	background-image: url(../img/source/main/typec_h.png);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transtion: .4s;
	-o-transtion: .4s;
	width: 163px;
	height: 112px;
	background-position: center;
	background-repeat: no-repeat
}

.k_block2 .switch_block .header {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: rgba(255, 255, 255, 0.4);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transtion: .4s;
	text-align: center;
	margin: 20px auto 0;
	-o-transtion: .4s
}

.k_block2 .switch_block .header_a {
	color: rgba(255, 255, 255, 1);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transtion: .4s;
	-o-transtion: .4s
}

.k_block2 .left {
	max-width: 577px;
	z-index: 1;
	position: relative
}

.k_block2 .left:after {
	background: url(../img/source/main/crossair.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 341px;
	height: 342px;
	left: 0;
	right: 0;
	top: 285px;
	margin: 0 auto;
	z-index: -1;
	position: absolute;
	content: ''
}

.k_block2 .left,
.k_block2 .right {
	display: inline-block;
	vertical-align: top
}

.k_block2 .switch {
	margin-top: 70px;
	text-align: center
}

.k_block2 .sw1,
.k_block2 .sw2 {
	margin-bottom: 93px
}

.k_block2 .sw1,
.k_block2 .sw3 {
	margin-left: 50px;
	margin-right: 48px
}

.k_block2 .sw2,
.k_block2 .sw4 {
	margin-left: 50px
}

.k_block2 .container {
	display: flex;
	justify-content: space-between
}

.k_block2 .switched_block {
	display: block;
	z-index: -1;
	max-width: 580px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.switched_block {
	display: none;
	position: relative
}

.window7 .lable {
	display: none!important
}

.large3 {
	height: auto;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.large2 {
	height: auto;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.large {
	height: 1000px!important;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.height {
	height: 0;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.block {
	display: block!important
}

.launch {
	z-index: 100!important
}

.k_block2 .right {
	margin-top: 40px;
	margin-left: 0;
	position: relative;
	max-width: 580px;
	width: 100%;
	box-sizing: border-box
}

.switched_block .txt_block {
	background-color: rgba(196, 196, 196, 0.15);
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	width: 580px;
	height: 229px;
	box-sizing: border-box;
	margin-bottom: 30px
}

.switched_block .txt_block .in_left,
.switched_block .txt_block .in_right {
	display: inline-block;
	vertical-align: top;
	text-align: left
}

.in_left .header {
	font-family: "av_m";
	text-align: left;
	line-height: 22px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #FFF
}

.window .in_left {
	width: 100%;
	margin-top: 20px
}

.window .in_left ul li {
	color: rgba(255, 255, 255, 1)
}

.has,
#feedback11-46 {
	display: none!important
}

.in_left ul {
	margin: 0;
	padding: 0
}

.in_left ul li {
	list-style: none;
	display: flex;
	font-family: "av_r";
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.15);
	justify-content: space-between
}

.in_left ul li span {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	text-align: right;
	line-height: 19px;
	font-size: 18px;
	color: #FFF
}

.switched_block .txt_block {
	text-align: center
}

.in_left {
	width: 49%;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.switched_block .txt_block .in_right {
	width: 47%;
	box-sizing: border-box;
	padding-left: 30px;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #FFF;
	border-radius: 2px
}

.slidertext .form_block input[type="button"]:hover {
	background-color: #928B83;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.top .row .bottom .button a:hover,
.modal1313:hover,
#feedbackButton7:hover {
	background-color: #928B83;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.in_right .button_mark2 a {
	transition: .4s;
	-ms-transtion: .4s;
	-o-transition: .4s;
	-webkit-transtion: .4s;
	cursor: pointer;
	width: 200px;
	padding: 12.6px 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #fff;
	background: #FDAD51;
	border-radius: 2px
}

.in_right .button_mark2 a:hover {
	background-color: #656565;
	transition: .4s;
	-ms-transtion: .4s;
	-o-transition: .4s;
	-webkit-transtion: .4s
}

.k_block3 .h2_block {
	text-align: center;
	margin-top: 50px
}

.k_block3 .h2_block h2 {
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	font-weight: lighter;
	text-align: center;
	margin: 0;
	color: #000
}

.k_block3 .h2_block .small_txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	margin-bottom: 45px;
	line-height: 28px;
	font-size: 26px;
	color: #000
}

.k_block3 .slide_img1,
.k_block3 .slide_img2,
.k_block3 .slide_img3 {
	display: inline-block;
	vertical-align: top
}

.k_block4 {
	padding-top: 35px;
	padding-bottom: 103px;
	background: #060605;
	text-align: Center;
	background: -moz-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: -webkit-linear-gradient(-45deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	background: linear-gradient(135deg, #060605 0%, #2d2b27 34%, #3f3931 58%, #494237 82%, #423d36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060605', endColorstr='#423d36', GradientType=1)
}

.k_block4 .h2_block {
	text-align: center
}

.k_block4 .h2_block h3 {
	font-family: "av_m";
	line-height: 33px;
	font-size: 32px;
	text-align: center;
	margin: 0;
	font-weight: lighter;
	color: #FFF
}

.k_block4 .h2_block span {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: #FFF
}

.k_block4 .switches .activator:last-child:after {
	display: none
}

.top .button_array a:nth-child(1) {
	color: #fff
}

.k_block4 .switches {
	display: inline-block;
	width: 100%;
	text-align: Center;
	max-width: 333px;
	vertical-align: top;
	margin-top: 50px;
	background: #F0F0F0;
	box-sizing: border-box
}

.k_block4 .switches .active {
	background-color: #FDAD51!important;
	color: #fff!important
}

.foot_chapters .roll:hover {
	text-decoration: underline;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.k_block4 .switches .activator {
	display: block;
	cursor: pointer;
	background-color: transparent;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	font-size: 22px;
	font-family: "av_r";
	padding: 12px 20px;
	position: relative;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 22px;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transtion: .4s;
	color: #000
}

.k_block4 .switches .activator:after {
	position: Absolute;
	border-bottom: 1.5px solid #e5e5e5;
	width: 288px;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	right: 0;
	margin: 0 auto
}

.k_block4 .switches .div .active,
.k_block4 .switches .activator:hover {
	background: #FDAD51;
	color: #fff;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transtion: .4s
}

.k_block4 .switched_block {
	margin-top: 50px;
	display: inline-block;
	width: 775px
}

.k_block4 .switched_block .blocka .left img {
	max-width: 360px
}

.blocka .left,
.blocka .right {
	display: inline-block;
	vertical-align: top
}

.pros5 .frame_holder {
	overflow: hidden
}

.blocka .left {
	margin-right: 20px
}

.blocka .right {
	width: 316px
}

.blocka .right .header,
.window7 .right .header {
	font-family: "av_r";
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 22px;
	color: #FFF
}

.blocka .right ul li,
.window7 .right ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4)
}

.blocka .right ul li span,
.window7 .right ul li span {
	text-align: right;
	color: #fff
}

.blocka .right .under_txt,
.window7 .right .under_txt {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	margin-top: 25px;
	color: #fff
}

.in_left_kk {
	text-align: left;
	padding: 10px;
	background-color: #59534A;
	max-width: 380px
}

.window7 .right .button_mark2 {
	display: none!important
}

.blocka .right .button_mark2 a {
	font-style: normal;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	line-height: normal;
	font-size: 18px;
	font-family: "av_r";
	color: #000;
	width: 200px;
	margin-top: 20px;
	border: 0;
	padding: 11.5px 0;
	box-sizing: border-box;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.75);
	border-radius: 2px;
	transition: .4s;
	-ms-transition: .4s;
	color: #fff;
	display: block;
	-webkit-transition: .4s
}

.blocka .right .button_mark2 a:hover {
	background-color: #656565;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.blocka .right ul {
	margin: 0;
	padding: 0
}

.k_block4 .switched_block .blocka {
	display: inline-block;
	text-align: left;
	padding: 30px 20px 32px;
	box-sizing: border-box;
	width: 775px;
	margin-bottom: 20px;
	min-height: 460px;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
}

.k_block4 .launch {
	display: inline-block!important;
	vertical-align: top
}

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

.about .h2_block h2 {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: lighter;
	font-family: "av_m"
}

.das_label:hover {
	background-color: #FDAD51
}

.das_label {
	width: 100%;
	padding: 13px;
	cursor: pointer;
	margin: 12px auto;
	box-sizing: border-box;
	background-color: #cecdcd;
	color: #202020;
	display: block;
	font-size: 20px;
	font-family: "av_r";
	text-align: center;
	border: 1px solid
}

.about p {
	position: relative;
	margin-bottom: 40px;
	line-height: 28px;
	padding: 0 30px;
	font-size: 22px;
	font-family: "av_r";
	text-align: justify;
	box-sizing: border-box
}

.spec {
	margin-top: 30px;
	margin-bottom: -30px
}

.spec .img_block {
	margin-right: 20px
}

.spec .txt_block {
	font-family: "av_r";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 26px;
	color: #000;
	margin-top: 10px
}

.h_button:hover,
.height_button:hover {
	background-color: #656565;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s
}

.h_button,
.height_button {
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	font-style: normal;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	line-height: normal;
	font-size: 18px;
	font-family: "av_r";
	color: #000;
	width: 200px;
	margin: 20px auto 0;
	border: 0;
	padding: 11.5px 0;
	box-sizing: border-box;
	background: #FDAD51;
	box-shadow: 0 6px 14px rgba(45, 45, 45, 0.75);
	border-radius: 2px;
	transition: .4s;
	-ms-transition: .4s;
	color: #fff;
	display: block;
	-webkit-transition: .4s
}

.k_main .block3 {
	margin-bottom: 70px
}

.k_block4 .switched_block .blocka1,
.k_block4 .switched_block .blocka2,
.k_block4 .switched_block .blocka3,
.k_block4 .switched_block .blocka4,
.k_block4 .switched_block .blocka5,
.k_block4 .switched_block .blocka6,
.k_block4 .switched_block .blocka7,
.k_block4 .switched_block .blocka8,
.k_block4 .switched_block .blocka9 {
	display: none
}

#lescrollup {
	position: fixed;
    padding: 15px;
    background: #000;
    opacity: .8;
    left: 40px;
    top: -15%;
    bottom: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 110;
}

#rc-connect #rc-phone{
	    z-index: 110;
}

.video1,
.video2,
.video3 {
	position: absolute;
	left: 0;
	background-color: #fff;
	right: 0;
	margin: 0 auto;
	top: 20%;
	max-width: 700px;
	height: 460px
}

.window .feedback_main .feedback_line input[type="text"] {
	border-radius: 4px
}

.window .feedback_main .feedback_line:nth-child(1) input[type="text"] {
	padding: 15px;
	background-position: left;
	background-repeat: no-repeat;
	/* background-image: url(../img/source/main/name.png); */
	background-size: 35px 35px;
	/* padding-left: 35px */
}

.window .feedback_main .feedback_line:nth-child(2) input[type="text"] {
	padding: 15px;
	background-position: left;
	background-repeat: no-repeat;
	/* background-image: url(../img/source/main/phonez.png); */
	background-size: 19px auto;
	background-position: 10px;
	/* padding-left: 45px */
}
.window4 .feedback_main .feedback_line:nth-child(2) input[type="text"] {

/* 	background-image: url(../img/source/main/name.png)!important; */

}
.window4 .feedback_main .feedback_line:nth-child(3) input[type="text"] {

/* 	background-image: url(../img/source/main/phonez.png)!important; */

}
.window4 .feedback_main .feedback_line:nth-child(4) textarea {
    /* background-image: url(../img/source/main/mail.png)!important; */
    background-repeat: no-repeat;
    background-position: 6px 17px;
    background-size: 19px auto;
    padding: 15px;
        transition:0.4s;
    -ms-transition:0.4s;
    -webkit-transition:0.4s;
    /* padding-left: 45px; */

}
.window4 .feedback_main .feedback_line:nth-child(2) input[type="text"]:focus,
.window4 .feedback_main .feedback_line:nth-child(3) input[type="text"]:focus{
    background-image:none!important;
}
.window4 .feedback_main .feedback_line:nth-child(4) textarea:focus{
    background-image:none!important;
    transition:0.4s;
    -ms-transition:0.4s;
    -webkit-transition:0.4s;
   /*  padding-left:5px!important; */
}
.window .feedback_main .feedback_line:nth-child(3) input[type="text"] {
	padding: 15px;
	background-position: left;
	background-repeat: no-repeat;
	/* background-image: url(../img/source/main/mail.png); */
	background-size: 19px auto;
	background-position: 10px;
	/* padding-left: 45px; */
	border: 1px solid transparent
}

.feedback_main input[type="text"]:focus {
	background-image: none!important;
	/* padding-left: 5px!important; */
	background-color: #fff;
	border: 1px solid #c4c4c4
}

.johnny_guitar {
	font-size: 0!important;
	color: transparent!important
}

.menu_container {
	display: none
}

.mobilize {
	padding-top: 40px;
	display: block!important;
	position: fixed;
	left: 0;
	width: 65%;
	max-width: 300px;
	background-color: #C4C4C4;
	top: 0;
	height: 100%;
	z-index: 302;
	overflow-y: auto;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s
}

.menu_container {
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s
}

.body {
	transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition-duration: .5s
}

.fixed_wee {
	position: absolute;
	right: -35%;
	top: 0;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition-duration: .5s
}

.menu_container .chapters {
	display: inline-block!important;
	margin: 20px 0;
	background-color: #000;
	color: #Fff;
	text-align: -webkit-auto
}

.menu_container .logo .descriptor {
	display: none
}

.menu_container .chapters a {
	color: #fff!important
}

.menu_container .button_array {
	display: block!important;
	width: 100%
}

.menu_container .logo {
	width: 100%;
	background-color: #fff;
	max-width: unset;
	text-align: center
}

.menu_container .top .button_array a:after {
	display: none!important
}

.menu_container .button_array a {
	color: #202020
}

.menu_container .chapters a,
.menu_container .button_array a {
	display: block!important;
	width: 100%!important;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	max-height: 100%;
	padding: 15px!important;
	box-sizing: border-box
}

.openz {
	right: 5%!important;
	z-index: 500;
	left: auto!important;
	top: 0!important
}

.openz .line:nth-child(1) {
	display: none
}

.fixed .openz {
	position: fixed
}

.openz .line:nth-child(2) {
	background-color: #fff;
	transform: rotate(45deg);
	top: 32px!important;
	left: 0;
	right: 0;
	margin: 0 auto
}

.openz .line:nth-child(3) {
	background-color: #fff;
	transform: rotate(-45deg)
}

.menu_container .top .button_array a:after {
	display: none!important
}

.window .bottom_img {
	display: flex;
	display: none!important;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.window .bottom_img div {
	max-width: 80px;
	display: inline-block;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 10;
	cursor: pointer
}

.window .bottom_img div:hover:before {
	transition-duration: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
	background-color: transparent
}

.window .bottom_img div:before {
	background-color: rgba(255, 255, 255, 0.4);
	transition-duration: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	width: 100%;
	position: Absolute;
	left: 0;
	top: 0;
	height: 100%;
	content: ""
}

.window .bottom_img div img {
	max-width: 80px;
	height: 80px;
	margin-top: 0
}

.window .bottom_img .second {
	margin: 15px 35px
}

.hide {
	display: none
}
.special_block{
    max-width:1920px;
    margin:0 auto;
    width:100%;
}
.special_block .slider_mark4{
    padding:35px;
}
.special_block .slick-prev{
    z-index: 200;
    position: absolute;
    left: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 40px;
    height: 40px;
    display: block;
    bottom: calc(50%);
    background: url(../img/source/main/pev.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition-duration: .4s;
}
.special_block .slick-next {
    z-index: 200;
    position: absolute;
    right: 0;
    bottom: calc(50%);
    cursor: pointer;
    font-size: 0;
    color: transparent;
    width:40px;
    display: block;
    border: 0;
    outline: none;
    height: 40px;
    background: url(../img/source/main/next.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition-duration: .4s;
}
.some_slide {
    text-align: center;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.special_block h3 span{
    display:block;
    text-align: center;
margin-top:10px;
    font-family: "av_r";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 25px;
    color: #000;
}
.special_block h3{
    font-family: "av_r";
    line-height: 33px;
    font-size: 32px;
    margin: 0;
    text-align: center;
    color: #000;
}
.special_block .slick-list{
    overflow:hidden;
}
.icon_block_mk2{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px;
}
.icon_block_mk2 .header{
    line-height:20px;
}
.icon_block_mk2 .img_block img{
    width:100%;
    height:auto;
    max-width:300px;
}
.icon_block_mk2 .img_block{
    min-height:75px;
    display:flex;
    align-items:center;
    margin-bottom:15px;
}
.icon_block_mk2 .icon2 {
    margin:0 90px;
}
.icon_block_mk2 .icon1,
.icon_block_mk2 .icon2,
.icon_block_mk2 .icon3{
    display: flex;
    width: 150px;
    color: #fff;
    flex-direction: column;
    align-items:center;
    font-weight:bold;
    justify-content: center;
    text-align: center;
}
.pros2 a:hover{
    background-color: #656565;
    transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;

}
.pros2 a{

    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-family: "av_r";
    color: #000;
    width: 260px;
    margin-top: 20px;
    border: 0;
    padding: 11.5px 0;
    box-sizing: border-box;
    background: #FDAD51;
    box-shadow: 0 6px 14px rgba(45, 45, 45, 0.75);
    border-radius: 2px;
    transition: .4s;
    -ms-transition: .4s;
    color: #fff;
    display: block;
    -webkit-transition: .4s;
}

li.price{
	display:none !important;
}

li.price .hidden-price{
    color: #fdad51;
    font-weight: bold;
	
}

li.price strong{
	display:none;
	/*cursor: pointer;
	text-decoration:none;
	transition: all .5s ease;*/
}

li.price strong:hover{
	cursor: pointer;
	color: #FDAD51;
}

.feed_max li.price span,
.feed_max li.price .hidden-price{
	color:#202020;
}

.messengers a.mobile{
	display:none;
}


.messengers a{
	display:block;
	margin-left:14px;
}

.messengers a:hover{
	opacity:0.7;
}

.messengers a img {
    height: 20px;
    width: auto;
}

.messengers{
	display:inline-flex;
}

.top .row .phones{
	display:inline-flex;
}

#contacts .messengers{
	display:flex;
}

#contacts .messengers a{
	margin: 10px 14px 0 0;
}

.messengers.fixed{
	position: fixed;
    background: #000;
    opacity: .8;
    right: 40px;
    left: auto;
    bottom: 10px;
    cursor: pointer;
	height:50px;
    text-align: center;
    z-index: 110;
    top: 90%;
    width: auto;
    box-shadow: none;
    padding: 0;
}

.messengers.fixed a{
	padding:15px;
	margin:0;
}

.messengers.fixed a:first-child{
	border-right:1px solid #fff;
}
