::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background-color: #B6C0C6;border-radius: 10px;}
*,
*::before,
*::after {-webkit-box-sizing: border-box;box-sizing: border-box;}

ul[class],
ol[class] {padding: 0;}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {margin: 0;}

button {cursor: pointer;}

body {scroll-behavior: smooth;text-rendering: optimizeSpeed;line-height: 1.5;font-family: 'Roboto', sans-serif;}
ul[class],
ol[class] {list-style: none;}
img {max-width: 100%;display: block;}

a {
    text-decoration: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

	ol {margin-bottom: 32px;counter-reset: item;}
	ol > li {font-weight: 300;font-size: 16px;line-height: 150%;color: #0D0D0D;margin-bottom: 11px;position: relative;counter-increment: item;}
	ol > li:before {content: counters(item, ".") ".";color: #0D0D0D;font-weight: 700;font-size: 16px;margin-right: 15px;}
	ol > li ul {margin: 11px 0;padding-left: 30px;}
	ol > li ul > li {font-weight: 300;font-size: 16px;line-height: 150%;color: #0D0D0D;margin-bottom: 11px;}
	ol > li ul > li:before {content: url(/img/dot.svg);height: 28px;margin-right: 15px;}
	.cookie-notification-modal {display: flex;position: fixed;right: 0rem;bottom: 0rem;width: 100%;padding: 10px 20px;z-index: 100;background-color: #e6e6e6;box-shadow: 0 1px 20px #0000001a;justify-content: center;align-items: center;}
	.cookies-accepted .cookie-notification-modal {display: none;}
	.cookie-info img {width: 35px;}
	.cookie-agree {display: flex;align-items: center;justify-content: space-between;gap: 20px;}
	.cookie-info {display: flex;align-items: center; width: 80%; gap: 20px;}
	.cookie-agree-text {font-size: 16px;}
	.cookie-agree-text a {color: #0D0D0D;}
	.cookie-agree-text img {width: 25px;}
	.cookie-agree-btn {display: flex;align-items: center;justify-content: space-between;gap: 20px;}
	.cookie-agree-btn .cookie-accept {min-width: 130px;margin-top: 0 !important;}

header {
    height: 96px;
    position: relative;
}

.header-block {
    background: #B7B7B7;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.header-inner,
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-inner {
    padding: 25px 0;
}

.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-link a {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #4C4D4F;
    margin: 0 20px 0 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.menu-link a:hover {
    color: #ffde14;
}

.menu-link:last-child a {
    margin: 0;
}

.hero {
    position: relative;
}

.logo img {width: 250px;}

.hero-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.pers {padding: 50px 0;}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
}

.hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 150px 0 200px 0;
}

.hero-bottom {
    position: absolute;
    bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.hero-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.hero-bottom-item img {
    margin: 0 4px 0 0;
}

.hero-title h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.hero-btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 10px 10px 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 250px;
    display: block;
}

.hero-info {
    padding: 80px 0;
}

.hero-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hero-info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-info-item p {
    max-width: 470px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.absolut-link {position: absolute;left: 0;top: 0;width: 350px;height: 150px;}
.item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 0 0 32px 0;
		padding-top: 32px;
}

.item-info,
.item-slider,
.item-video,
.item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
		display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-info p {
    padding: 55px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    max-width: 640px;
    margin: 0 auto;
}

.item-info-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 57px 0;
}

.item-info-icons img {
    padding: 0 5px;
		width: 125px;
}

.item-slider {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    color: #FFFFFF;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background: rgba(255, 255, 255, 0.5)!important;
    border: 1px solid #FFFFFF!important;
    border-radius: 50%!important;
}

.owl-nav span {
    color: #fff;
    font-size: 72px;
    line-height: 77px;
    color: #FFFFFF;
    display: block;
    height: 85px;
    width: 100px;
    font-weight: 100;
}

.owl-dots .active span {
    background: #FFDE14!important;
}

.owl-dots span {
    background: #575756!important;
}

.owl-prev {
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.owl-next {
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.owl-prev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    -webkit-transform: translate(-60%, -50%);
    -moz-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    -o-transform: translate(-60%, -50%);
}

.owl-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
}

.item-info-buy h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.item-info-buy a img {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border-radius: 16px;
    width: 64px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    margin: 0 20px 0 0;
}

.item-video {
    margin: 60px 0 0 0;
}

.item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-text p {
    margin: 0 0 15px 0;
    max-width: 474px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.item-video img,
.item-video video,
.item-video iframe {
    width: 100%;
}

.item {
    margin: 40px 0 0 0;
}
.items {padding: 80px 0;}

.item-characteristics {
		padding-left: 15px;
    padding-right: 15px;
    margin: 88px 0 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.item-characteristics-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
}
.not-active {opacity: 0.2;cursor: not-allowed;}
.not-active:hover {cursor: not-allowed!important;}
.not-active-dop {opacity: 0.2;cursor: not-allowed;}
.not-active-dop:hover {cursor: not-allowed!important;}


.model {width: 100%;padding: 0 31px;background: #4c4d4f;font-weight: 400;color: #fff;display: flex;align-items: center;justify-content: flex-start;line-height: 21px;min-height: 70px;position: relative;box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);text-align: left;}
.model-input {text-align: center;}
.characteristics-table-inner table {width: 100%;}
.characteristics-table-inner table tr td{vertical-align:middle;}
.characteristics-table-inner table tr .vbr{background:#B6C0C6;}
.characteristics-table-inner table tr .vbr2{background:#B6C0C6;}

.characteristics-table-inner {position: relative;height: 600px;overflow: auto;}
.model span:last-child {margin: 0 0 0 30px;color: #FE8FAB;font-size: 16px;font-weight: 400;line-height: 21px;}
.characteristics-body {height: 350px;overflow: auto;}
.characteristics-top {box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);}
.characteristics-bottom .model::after {content: "";position: absolute;right: -2px;height: 100%;top: 0;bottom: 0;background: var(--main);width: 4px;}
.characteristics-bottom {box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);}
.characteristics .category-filter-label>input:checked+span::before {border-color: var(--main);background-image: url(/img/input-white.svg);background-repeat: no-repeat;background-position: 50%;background-color: var(--main);}
.characteristics .category-filter-label>span::before {border: 1px solid var(--main);}
.characteristics-table {margin: 0 0 32px 0;}

table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
table {border-collapse: collapse;border-spacing: 0;}
tr td {width: 10%;}
tr:first-child {box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);position: sticky;top: 0;z-index: 99;background: #fff;}
tr {box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);vertical-align: middle;text-align: center;}
tr:nth-child(2n) {background: #F9F9F9;}

.item-characteristics-table img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-characteristics-title span {
    color: #898989;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    cursor: pointer;
}

.item-characteristics-title span:hover {
    text-decoration: none;
}
.top-table {display: flex;justify-content: space-between;align-items: center;margin: 0 0 54px 0;}

.item-characteristics-title .show {
    margin: 0 0 0 20px;
    line-height: 35px;
}

.item-characteristics-title .hide {
    margin: 0px 0 0 110px;
    line-height: 35px;
}

.characteristics-table-inner table {width: 100%;}
.characteristics-table-inner table tr td{vertical-align:middle;}
.characteristics-table-inner table tr .vbr{background:#B6C0C6;}
.characteristics-table-inner table tr .vbr2{background:#B6C0C6;}

.characteristics-table-inner {position: relative;height: 600px;overflow: auto;}
.model span:last-child {margin: 0 0 0 30px;color: #FE8FAB;font-size: 16px;font-weight: 400;line-height: 21px;}
.characteristics-body {height: 350px;overflow: auto;}
.characteristics-top {box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);}
.characteristics-bottom .model::after {content: "";position: absolute;right: -2px;height: 100%;top: 0;bottom: 0;background: var(--main);width: 4px;}
.characteristics-bottom {box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);}
.characteristics .category-filter-label>input:checked+span::before {border-color: var(--main);background-image: url(/img/input-white.svg);background-repeat: no-repeat;background-position: 50%;background-color: var(--main);}
.characteristics .category-filter-label>span::before {border: 1px solid var(--main);}
.characteristics-table {margin: 0 0 32px 0;}
.expltr{margin:auto;text-align:center;padding:40px 20px 0px;font-weight:600;}
.dark-btn {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF!important;
    padding: 12px 16px!important;
		width: 250px!important;
    background: #575756;
    border-radius: 64px;
		margin-top: 40px!important;
    border: none;
    transition: all .3s;
}

.dark-btn:hover {
    color: #4C4D4F;
    background: #B7B7B7;
}

.yellow-btn {
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #4c4d4f;
	padding: 12px 16px;
	background: #ffde14;
	border-radius: 64px;
	border: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.double-btn {
		display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.item-characteristics .double-btn button {margin: 0;}
.item-characteristics button {
    margin: 38px auto 0 auto;
    display: block;
}

.map {
/*    margin: 100px 0 0 0;*/padding: 80px 0;
}

.map-iframe {
    width: 100%;
    margin: 0 0 39px 0;
}

.map-address {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		margin: 25px 25px;
    height: 500px;
    overflow: auto;
		align-items: flex-start;
    align-content: flex-start;
}

.dop-margin {margin-top: 200px;background: #fff;
	border-radius: 5px;}

.address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
		border: 1px solid #e6e6e6;
    padding: 32px 32px 32px 32px;
		transition: all .3s;
		height: 150px;
}

.address:hover {box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2)}

select {
	border: none;
    outline: 0px;
    width: 15%;
    padding: 15px 0px 3px;
    margin: 15px 25px;
    border-bottom: 1px solid #777;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #3D4543;
}

.address div {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.address .city {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.contacts {
    /*margin: 100px 0;*/padding: 80px 0;;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #575756;
    padding: 5px 10px 5px 0;
    color: #575756;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #575756;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #575756;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #575756;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
    color: #575756;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #575756;
}

.contact-form textarea {
    border: 1px solid #575756;
    padding: 10px;
}

.contact-form input:focus-visible {
    border-bottom: 1px solid #ffde14;
    outline: none;
}

.contact-form textarea:focus-visible {
    border: 1px solid #ffde14;
    outline: none;
}

.contact-form p {
    font-size: 13px;
}

.contact-form p a {
    text-decoration: underline;
}

.contact-form button {
    margin: 40px 0 0 0;
}

footer {
    position: relative;
}

footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 183, 183, 0.26)), color-stop(21.29%, rgba(183, 183, 183, 0)));
    background: -o-linear-gradient(top, rgba(183, 183, 183, 0.26) 0%, rgba(183, 183, 183, 0) 21.29%);
    background: linear-gradient(180deg, rgba(183, 183, 183, 0.26) 0%, rgba(183, 183, 183, 0) 21.29%);
    width: 100%;
    height: 100px;
    z-index: -1;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 76px 0;
    padding: 25px 0 13px 0;
}

.footer-copy * {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4C4D4F;
}

.footer-copy a {
    text-decoration: underline;
    margin: 0 0 23px 0;
}

.up {
    width: 48px;
    background: #FFDE14;
    border: none;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: -100%;
    bottom: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.up-show {
    right: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header-hide .header-block {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    width: 100%;
    z-index: 999;
}

.header-fixed .header-block {
    top: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.header-modi,
.close {
    display: none;
}

.show-mob {
    display: none;
}

@media(max-width:1000px) {
    header .menu-link a:before {
        content: url(img/menu-arrow.svg);
        margin: 0 12px 0 0;
    }
    footer .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item-slider,
    .item-video {
        padding: 0;
    }
    .item-info,
    .item-slider,
    .item-video,
    .item-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    header {
        height: 80px;
    }
    header .logo img {
        height: 30px;
    }
    .header-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #4C4D4F;
    }
    .burger {
        margin: 0 20px 0 0;
    }
    .close {
        display: block;
    }
    .header-modi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .menu {
        position: absolute;
        top: -1000%;
        width: 100%;
        left: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #B7B7B7;
        z-index: 99;
        padding: 70px 0 0 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    header .menu-link a {
        margin: 0 0 51px 0;
        display: block;
    }
    header .menu-link:last-child a {
        margin: 0 0 51px 0;
    }
    header .menu-link:first-child a {
        margin: 102px 0 51px 0;
    }
    .close {
        position: absolute;
        top: 25px;
        right: 40px;
    }
    .burger span {
        border: 2px solid #4C4D4F;
        display: block;
        width: 30px;
        margin: 0 0 8px 0;
        border-radius: 19px;
    }
    .burger span:last-child {
        margin: 0;
    }
    header .menu-open {
        top: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
}

@media(max-width:768px) {
	.owl-dots {bottom: 5px;}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {width: 42px;height: 42px;}
	.absolut-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
}
	.container {padding: 0 25px;}
    .item-info-icons img {
        width: 25%;
    }
    .item-info p {
        padding: 0 0 24px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #959595;
    }
    .item-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .hero-info-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-title h1 {
        margin: 0 0 16px 30px;
    }
    .hero-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 16px 0 200px 0;
    }
    .hero-img {
        max-width: 75%;
        margin: 0 0 0 auto;
    }
    .hero-bottom-item span {
        display: none;
    }
    .hero-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        left: 0;
        width: auto;
    }
    .hero-bottom-item img {
        margin: 0 0 10px 0;
        width: 70%;
    }
    .hero-info-inner .hero-info-item:nth-child(2n) {
        text-align: right;
    }
    .hero-info-item {
        margin: 0 0 42px 0;
    }
    .hero-info {
        padding: 30px 0 0 0;
    }
    .item-characteristics-title span {
        position: inherit;
        display: inline-block;
        width: 41%;
        margin: 0!important;
    }
    .hero-bottom-item {
        padding: 0;
    }

		select {
				width: 50%;
		}

}

@media(max-width:550px) {
    .hero-pult {
        position: relative;
        left: 65px;
        width: 26px;
    }
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 56px 0;
    }
    .footer-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .logo {
        margin: 0 0 39px 0;
    }
    .address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu-link a {
        margin: 0 0 51px 0;
        display: block;
    }
}

@media(max-width:450px) {
    header .menu {
        padding: 80px 40px 0 40px;
    }
    .menu {
        align-items: baseline;
    }
    .hero-title h1 {
        margin: 0 0 16px 0;
    }
    .hero-bottom-item img {
        width: 50%;
    }
    .contacts {
        margin: 38px 0;
    }
    .address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-iframe {
        min-height: 456px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .item-characteristics-title {
        margin: 0 0 25px 0;
    }
    .item-characteristics-table {
        display: none;
    }
    .item-characteristics-title span {
        display: initial;
        font-size: 12px;
        line-height: 24px;
    }
    .item-characteristics-title .hide {
        text-align: left;
        padding: 0 0 0 5px;
        text-decoration: underline;
    }
    .item-characteristics-title .show {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .item-info-buy a:last-child {
        margin: 0;
    }
    .item-info-buy h4 {
        font-size: 12px;
        line-height: 24px;
        color: #959595;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .item-info-buy {
        padding: 0 15px;
        margin: 22px 0 0 0;
    }
    .show-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-info-buy a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin: 0 5px;
    }
    .item-characteristics-title {
        font-size: 20px;
        line-height: 24px;
        padding: 0 10px;
    }
    .item-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .item-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .item-slider {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .item-text {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 24px 0 9px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #9C9C9C;
    }
    .item-video {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 0;
    }
    .item-characteristics {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .owl-next,
    .owl-prev {
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    .item-info-icons {
        margin: 0;
    }
    .item-info .item-info-buy {
        display: none;
    }
    .hero-info-item p {
        font-size: 16px;
        line-height: 20px;
    }
    .hero-inner {
        padding: 16px 0 140px 0;
    }
    .hero-title h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
    }
    .hero-btn {
        font-weight: 400;
        font-size: 10.4381px;
        line-height: 12px;
        max-width: 200px;
    }
}

@media(max-width:350px) {
    .header-title {
        display: none;
    }
}