html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}
.container-fluid {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background: #f5f5f5;
    color: #1d2227;
}
body.hidden {
    overflow: hidden;
    height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    margin: 1em 0;
}
.header {
    background: #fff;
}
.header__top {
    background: #003471;
    min-height: 43px;
    padding: 5px 0;
}
.header__top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top__menu {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.header__top__menu li a {
    font-size: 15px;
    line-height: 18px;
    color: #95b3d6;
    text-decoration: none;
    margin-right: 34px;
    transition: 0.1s all;
}
.header__top__menu li a:hover {
    color: #fff;
}
.header__top__social {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.header__top__social li a {
    display: block;
    margin-left: 10px;
    padding-top: 5px;
}
.header__top__social li a:hover {
    opacity: 0.8;
}
.header__main {
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
}
.header__main__wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header__main__logo {
    margin-right: auto;
}
.header__main__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 22px;
}
.header__main__contacts__text {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #767676;
}
.header__main__contacts__tel {
    font-size: 18px;
    line-height: 22px;
    color: #1d2227;
    font-weight: 600;
    text-decoration: none;
}

.header__main__contacts__tel:hover {
    color: #f15c13;
}

.header__main__contacts__zakaz {
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #003471;
}

.header__main__contacts__zakaz.call_back_new {
	width: auto;
	height: auto;
}

.header__menu {
    min-height: 57px;
    padding: 7px 0;
}
.header__menu__wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.header__menu__nav {
    z-index: 100;
    background: #fff;
    flex-shrink: 0;
}
.header__menu__nav ul.mobile-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.header__menu__nav ul.mobile-menu li {
    margin-right: 35px;
}
.header__menu__nav ul.mobile-menu li a {
    display: block;
    color: #1d2227;
    text-decoration: none;
}
.header__menu__nav ul.mobile-menu li a:not(.catalog-btn):hover {
    color: #f15c13;
}
.header__menu__nav ul.mobile-menu li :last-child {
    margin-right: 0;
}
.header__menu__nav ul.mobile-menu ul li {
    margin-right: 35px;
}
.header__menu__nav ul.mobile-menu ul li a {
    display: block;
    color: #1d2227;
    text-decoration: none;
}
.header__menu__nav ul.mobile-menu ul li a:not(.catalog-btn):hover {
    color: #f15c13;
}
.header__menu__nav ul.mobile-menu ul li :last-child {
    margin-right: 0;
}
.header__menu__nav .de-none {
    display: none;
}
.header__menu__nav .btn {
    display: none;
}
.header__menu__icons {
    flex-shrink: 0;
    margin-left: auto;
}
.header__menu__icons a {
    margin-left: 10px;
    position: relative;
    text-decoration: none;
}
.header__menu__icons a.basket-link:before {
    content: attr(data-count);
    position: absolute;
    top: -15px;
    right: -10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f15c13;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
}
.header__menu__icons img {
    margin-left: 17px;
}
.header__menu__search {
    transform: translateX(0);
    overflow-x: hidden;
    flex-shrink: 1;
    width: 100%;
    transition: 0.3s ease-in;
}
.header__menu__search__input {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 11px 42px;
    height: auto !important;
}
.header__menu__search__submit {
    display: none;
}
.header__menu__search__form {
    position: relative;
}
.header__menu__search__form:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 13px;
    opacity: 0.6;
    width: 21px;
    height: 21px;
    background: url("new_design/sprites/search.svg");
}
.header__menu__search.active {
    transform: translateX(0);
}
.header__menu__search #close-trigger {
    position: absolute;
    top: 12px;
    right: 13px;
    width: 21px;
    height: 21px;
    background: url("new_design/sprites/close.svg");
    cursor: pointer;
}
.header__menu #search-trigger {
    cursor: pointer;
}
.header__menu #search-trigger.active {
    display: none;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 17px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #f15c13;
    cursor: pointer;
    transition: 0.2s all;
    border: none;
    z-index: 100;
    text-decoration: none;
}
.btn:hover {
    background: #ef8552;
}
.btn_transp {
    border: 1px solid #f15c13;
    color: #1d2227;
    background: 0 0;
}
.btn_transp:hover {
    background: #f15c13;
    color: #fff;
}
.btn_small {
    font-size: 14px;
    line-height: 17px;
    padding: 9px 14px;
}
.btn_cart svg {
    width: 17px;
    height: 17px;
}
.btn_white {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.btn_white:hover {
    background: #ef8552;
}
.btn_large {
    padding: 17px 65px;
}
.btn_block {
    display: block;
    width: 100%;
}
.main-banner {
    height: 488px;
    overflow: hidden;
}
.main-banner__slider {
    height: 100%;
}

.illustation-mob{
	display: none;
}

@media (max-width:768px){
	.custom-illustration{
		position: absolute;
		bottom:0;
		right:0;
		width: 200px !important;
	}
}

@media (max-width:577px){
	.custom-illustration.option-2{
		top: 0;
		width: 120px !important;
	}
	
	.main-banner__item__wrapp.option-2__wrap{
		max-width: 200px !important;
	}
	
	.main-banner__item__wrapp.option-2__wrap{
		align-items: start;
	}
	
	.main-banner__item__wrapp.option-2__wrap .main-banner__item__content{
		max-width: 200px;
	}
	
	.illustation-mob{
		display: block;
	}
	
	.illustation-desk{
		display: none;
	}
}

.main-banner-nav {
    position: relative;
    bottom: 40px;
}
.main-banner-nav__wrapp {
    display: flex;
}
.main-banner-nav .slick-arrow {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("new_design/sprites/back.svg");
    border: none;
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    margin-right: 18px;
}
.main-banner-nav .slick-arrow.slick-next {
    transform: rotate(180deg);
    margin: 0 0 0 18px;
}
.main-banner-nav .slick-dots {
    margin: unset;
    justify-content: flex-start;
}
.main-banner-nav .slick-dots li button {
    background: #fff;
}
.main-banner-nav .slick-dots li.slick-active button {
    width: 39px;
}
.main-banner__item {
    width: 100%;
    height: 488px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.main-banner__item .container {
    height: 100%;
}
.main-banner__item__wrapp {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.main-banner__item__img {
    position: relative;
    right: -150px;
}
.main-banner__item__img__star {
    position: absolute;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    background: url("new_design/sprites/star.svg");
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
}
.main-banner__item__content__title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    max-width: 466px;
    margin-bottom: 60px;
}
.main-banner-slide-1 {
    background-image: url("new_design/bg.jpg");
}
@supports (background-image: url("new_design/bg.webp")) {
    .main-banner-slide-1 {
        background-image: url("new_design/bg.webp");
    }
}
.advantages {
    padding: 65px 0 37px;
}
.advantages__item {
    margin-bottom: 15px;
    max-width: 90%;
}
.advantages__item__icon {
    margin-bottom: 15px;
}
.advantages__item__title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
}
.advantages__item__text {
    margin: 0;
    font-size: 15px;
    color: #767676;
}

.special-offer__wrapper {
	position: relative;
	padding-top: 1px;
}

.special-offer__wrapper::before {
	content: "";
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: 0;
    left: 0;
    background: #003471;
}

.special-offer__wrapper .title {
	color: #fff;
	line-height: auto;
	position: relative;
	z-index: 2;
}

.special-offer__wrapper .slick-slider .slick-track, .slick-slider .slick-list {
	gap: 0;
}

.special-offer {
    position: relative;
    padding: 0px 0 85px;
}
.special-offer:after {
    content: "";
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: 0;
    left: 0;
    background: #003471;
    z-index: -1;
}
.special-offer__row {
    position: relative;
    margin-top: 30px;
    border-right: none;
}
.special-offer__row:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}
.special-offer__row:not(.slick-slider) .special-offer__item {
    width: 25%;
    flex-shrink: 0;
}
.special-offer__row .slick-arrow {
    font-size: 0;
    position: absolute;
    left: -60px;
    top: 50%;
    border: none;
    background: url("new_design/sprites/arrow-left.svg") no-repeat;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    cursor: pointer;
}

.special-offer__row .slick-arrow.slick-next {
    left: unset;
    right: -60px;
    transform: translateY(-50%) rotate(180deg);
}
.special-offer__item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 25px;
    border: 1px solid #d7d7d7;
}
.special-offer__item img {
    display: block;
    height: 206px;
    max-width: 193px;
    object-fit: contain;
    margin: 0 auto 21px auto;
}
.special-offer__item .plashka {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12px;
    left: 12px;
    width: 63px;
    height: 63px;
    border-radius: 4px;
    /*background-color: rgba(255, 0, 4, 1);*/
    background: url("new_design/sprites/star.svg") center center/contain no-repeat;
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 11px;
    line-height: 13.31px;
    color: #fff;
}
.special-offer__item__rate {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.special-offer__item__rate span {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("new_design/sprites/star_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.special-offer__item__rate span.unrated {
    background-image: url("new_design/sprites/star_grey.svg");
}
.special-offer__item__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #1D2227;
}

.special-offer__item__price_old{
	display: none;
	text-decoration: line-through;
	color: rgba(132, 132, 132, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	text-decoration-line: line-through;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.special-offer__block-price {
	display: flex;
	gap: 7px;
}

.title {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #1d2227;
    font-weight: 600;
}
.title_white {
    color: #fff;
}
.title_big {
    font-size: 45px;
    line-height: 54px;
}
.catalog {
    background: #fff;
    padding: 52px 0 102px;
}
.catalog__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 22px 25px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #1d2227;
    text-decoration: none;
}
.catalog__item__title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.catalog__item__arrow {
    display: block;
    width: 30px;
    transition: 0.15s all;
}
.catalog__item .btn {
    display: none;
}
.catalog__item:hover .catalog__item__arrow {
    transform: translateX(16px);
}
.catalog__item:hover .catalog__item__title {
    color: #f15c13;
}
.catalog__item__img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 108px;
    width: 148px;
}
.catalog__item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog__item:first-child,
.catalog__item:nth-child(8),
.catalog__item:nth-child(11),
.catalog__item:nth-child(18) {
	gap: 10px;
    padding: 25px 30px;
    border: none;
    height: 380px;
}
.catalog__item:first-child .catalog__item__img,
.catalog__item:nth-child(8) .catalog__item__img,
.catalog__item:nth-child(11) .catalog__item__img,
.catalog__item:nth-child(18) .catalog__item__img {
	margin: 0 auto;
}
.catalog__item .btn-catalog-more {
	display: none;
	margin: 0;
    border-radius: 50px;
    align-self: flex-start;
    border: 1px solid #fff;
    padding: 10px 28px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.catalog__item:hover .btn-catalog-more {
	transform: scale(1.05);
}
.catalog__item:first-child .btn-catalog-more,
.catalog__item:nth-child(8) .btn-catalog-more,
.catalog__item:nth-child(11) .btn-catalog-more,
.catalog__item:nth-child(18) .btn-catalog-more {
	display: inline-block;
}
.catalog__item:first-child .catalog__item__title,
.catalog__item:nth-child(8) .catalog__item__title,
.catalog__item:nth-child(11) .catalog__item__title,
.catalog__item:nth-child(18) .catalog__item__title {
    max-width: 90%;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
}
.catalog__item:first-child .catalog__item__arrow,
.catalog__item:nth-child(8) .catalog__item__arrow,
.catalog__item:nth-child(11) .catalog__item__arrow,
.catalog__item:nth-child(18) .catalog__item__arrow {
    display: none;
}
.catalog__item:first-child .catalog__item__img,
.catalog__item:nth-child(8) .catalog__item__img,
.catalog__item:nth-child(11) .catalog__item__img,
.catalog__item:nth-child(18) .catalog__item__img {
    border-radius: 5px;
    position: static;
    width: 218px;
    height: 192px;
    overflow: hidden;
}
.catalog__item:first-child:hover .catalog__item__title,
.catalog__item:nth-child(8):hover .catalog__item__title,
.catalog__item:nth-child(11):hover .catalog__item__title,
.catalog__item:nth-child(18):hover .catalog__item__title,{
    color: #fff;
}
.catalog__item:first-child .btn,
.catalog__item:nth-child(8) .btn,
.catalog__item:nth-child(11) .btn,
.catalog__item:nth-child(18) .btn {
    display: inline;
    align-self: flex-start;
}
.catalog__item:first-child {
    grid-area: 1 / auto/3/auto;
    background: #f15c13;
}
.catalog__item:nth-child(8) {
    grid-area: 3 / 3 / 5 / 3;
    background: #f15c13;
}
.catalog__item:nth-child(11) {
    grid-area: 5 / auto / 7 / auto;
    background: #f15c13;
}
.catalog__item:nth-child(18) {
    grid-area: 7 / 3 / 9 / 3;
    background: #f15c13;
}

.callback {
    background: #003471;
    padding: 56px 0;
}
.callback p {
    max-width: 380px;
    margin: 15px 0 40px;
    color: #fff;
}
.callback__img {
    padding-left: 80px;
    padding-top: 20px;
}
.callback__img-list{
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 10px;
  	width: 100%;
  	margin: 0 auto;
}
.callback__img-item{
	position: relative;
}

.callback__img-item img{
    width: 100% !important;
}
.callback__img-item.selected::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -12px;
	right:-10px;
	width: 100%;
	height: 100%;
	background-color: #F15C13;
	border-radius: 5px;
}

.call_back_new{
		width: 228px;
		height: 53px;
		padding: 0;
	}

@media (max-width: 992px) {
	.callback__img{
		padding-left: 0;
		padding-top: 0;
	}
	.callback__wrap{
		display: flex;
	    flex-direction: column-reverse;
	    justify-content: center;
	}
	.callback__section{
		display: flex;
		flex-direction: column;
		max-width: 600px;
	}
}

@media (max-width: 768px) {
	.callback__img-list{
		max-width: 100%;
	}
	
	.call_back_new{
		width: 158px;
		height: 37px;
	}
}

.why-us {
    padding: 70px 0 65px;
    background: #fff;
}
.why-us .title {
    max-width: 320px;
}
.why-us__text {
    margin: 15px 0;
    max-width: 435px;
}
.why-us__years {
    margin-top: 5px;
    margin-bottom: 50px;
}
.why-us__years__item__title {
    font-family: "Exo 2";
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #f15c13;
    margin-bottom: 6px;
}
.why-us__years__item__text {
    font-weight: 500;
    margin: 0;
}
.why-us .iframe-trigger {
    position: relative;
    margin-top: 60px;
}
.why-us .iframe-trigger:after {
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("new_design/sprites/play.svg") center center/contain no-repeat;
    cursor: pointer;
    transition: 0.1s all;
}
.why-us .iframe-trigger:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.why-us .iframe-trigger img {
    max-width: 100%;
}
.advantages-bottom {
    padding: 45px 0 92px;
}
.advantages-bottom .title {
    max-width: 377px;
}
.advantages-bottom .row {
    margin-top: 66px;
    row-gap: 43px;
    counter-reset: section;
}
.advantages-bottom__item {
    position: relative;
    counter-increment: section;
    height: 100%;
    padding: 35px 20px 30px;
    border: 1px solid #f15c13;
    border-radius: 5px;
    height: 200px;
}
.advantages-bottom__item__title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    max-width: 200px;
}
.advantages-bottom__item__text {
    font-size: 14px;
    line-height: 130%;
    color: #767676;
    margin: 0;
}
.advantages-bottom__item:after {
    content: counter(section);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 20px;
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #f15c13;
}
.clients {
    padding: 67px 0;
    background: #fff;
}
.clients__text {
    margin-bottom: 70px;
}
.clients__item {
    margin-bottom: 15px;
}
.clients__item img {
    width: 100%;
    height: auto;
}
.contacts {
    padding: 20px 0 90px;
    background: #fff;
}
.contacts__text {
    margin-top: 26px;
}
.contacts__text p {
    margin: 10px 0;
}
.contacts__text a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: #1d2227;
    cursor: pointer;
}
.contacts__text a:hover {
    color: #f15c13;
}
.contacts__tel {
    margin-top: 30px;
    background: #fbfbfb;
    border-radius: 5px;
    padding: 19px;
}
.contacts__tel a {
    font-weight: 600;
    font-size: 20px;
    color: #1d2227;
    text-decoration: none;
}
.contacts__tel a:hover {
    color: #f15c13;
}
.contacts__tel p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #f15c13;
    margin: 0;
}
.contacts__social {
    margin-top: 24px;
}
.contacts__social img {
    width: 30px;
    height: 30px;
}
.contacts__bigtext {
    font-family: "Exo 2";
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}
.contacts form input {
    display: block;
    width: 100%;
    padding: 18px;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #767676;
    margin-bottom: 10px;
}
.contacts form textarea {
    display: block;
    width: 100%;
    padding: 18px;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #767676;
    resize: none;
    height: 86px;
    margin-bottom: 20px;
}
.slick-dots {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
.slick-dots li {
    display: block;
    margin-right: 10px;
}
.slick-dots li button {
    padding: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    background: #cacaca;
    border-radius: 4px;
    border: none;
    transition: 0.1s width;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background: #f15c13;
}
.catalog-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(166, 166, 166, 0.25);
    width: 100%;
    z-index: 1000;
}
.catalog-menu.active {
    display: block;
}
.catalog-menu ul {
    padding: 31px 38px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    column-gap: 140px;
}
.catalog-menu ul ul {
    display: none;
}
.catalog-menu ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.catalog-menu ul li a:hover {
    color: #f15c13;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding: 0;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
    .header__menu .container {
        position: relative;
        height: 100%;
    }
}
@media (min-width: 1201px) {
    .header__menu__nav ul li a.catalog-btn {
        position: relative;
        background: #f15c13;
        border-radius: 10px;
        padding: 13px 11px 12px 43px;
        color: #fff;
    }
    .header__menu__nav ul li a.catalog-btn:after {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 16px;
        width: 24px;
        height: 17px;
        background: url("new_design/sprites/catalog-btn.svg");
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
@media (max-width: 1200px) {
    .main-banner__item__img {
        right: -50px;
    }
    .callback__img img {
        width: 100%;
        max-width: 500px;
    }
}
@media (max-width: 1201px) {
    .header__top {
        background: #fff;
        min-height: unset;
    }
    .header__top__menu {
        display: none;
    }
    .header__main {
        padding-top: 0;
        padding-bottom: 8px;
        border: none;
    }
    .header__main .btn {
        display: none;
    }
    .header__main__logo img {
        max-height: 42px;
    }
    .header__main__contacts__zakaz {
        display: none;
    }
    .header__menu {
        position: relative;
        background: #003471;
        min-height: unset;
        height: 51px;
    }
    .header__menu__nav {
        position: absolute;
        overflow-y: auto;
        padding: 26px 18px 186px;
        top: 51px;
        left: -15px;
        width: 85%;
        height: 100vh;
        transform: translateX(-150%);
        transition: 0.2s all;
    }
    .header__menu__nav.active {
        transform: translateX(0);
    }
    .header__menu__nav #search-trigger {
        display: none;
    }
    .header__menu__nav ul.mobile-menu {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #cfcfcf;
    }
    .header__menu__nav ul.mobile-menu > li {
        display: flex;
        width: 100%;
    }
    .header__menu__nav ul.mobile-menu > li > a {
        padding: 10px 0;
        font-size: 16px;
        line-height: 19px;
    }
    .header__menu__nav ul.mobile-menu > li > a.catalog-btn + .catalog-btn-next {
    	flex-grow: 1;
        display: block;
        width: 20px;
        height: 20px;
        margin-left: auto;
        margin-top: 10px;
        transform: rotate(180deg);
        background: url("new_design/sprites/menu-back.svg") center left/contain no-repeat;
    }
    .header__menu__nav .de-none {
        display: flex;
    }
    .header__menu__nav .contacts__text a,
    .header__menu__nav .contacts__text p,
    .header__menu__nav .contacts__text span{
        font-size: 14px;
    }
    .header__menu__nav .btn {
        display: inline;
        margin-top: 30px;
    }
    .header__menu .hamburger {
        width: 27px;
        height: 21px;
        background: url("new_design/sprites/hamb.svg") center center/contain no-repeat;
    }
    .header__menu .hamburger.active {
        background: url("new_design/sprites/hamb-close.svg") center center/contain no-repeat;
    }
    .header__menu__search {
        display: none;
    }
    .header__menu__icons a {
        display: none;
    }
    .header__menu__icons a.basket-link {
        display: inline;
    }
    .header__menu__icons a {
        display: none;
    }
    .header__menu__icons-cart {
        margin-top: 8px;
    }
    .header__menu__icons-cart path {
        fill: #fff;
    }
    .main-banner__item__img {
        right: 0;
        max-width: 50%;
    }
    .main-banner__item__img img {
        width: 100%;
    }
    .special-offer__row:not(.slick-slider) .special-offer__item {
        width: 50%;
    }
    .special-offer .slick-dots {
        margin-top: 20px;
    }
    .catalog__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog__item:nth-child(8) {
        grid-area: 5 / 2 / 7 / 3;
    }
    .catalog__item:nth-child(11) {
        grid-area: 9 / auto / 11 / auto;
    }
    .catalog__item:nth-child(18) {
        grid-area: 13 / 2 / 15 / 3;
    }
    .clients__text {
        margin-bottom: 20px;
    }
    .catalog-menu {
        display: block;
        overflow-y: auto;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 26px 18px 186px;
        transform: translateX(-150%);
        transition: 0.2s all;
        box-shadow: none;
    }
    .catalog-menu.active {
        transform: translateX(0);
    }
    .catalog-menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }
    .catalog-menu ul li {
        width: 100%;
        padding: 10px 0;
        margin-right: 0 !important;
        border-bottom: 1px solid #ececec;
    }
    .catalog-menu ul li a {
        font-size: 14px;
        line-height: 17px;
        height: auto;
    }
    .catalog-menu ul li.has-sub {
        display: flex;
        align-items: center;
    }
    .catalog-menu ul li.has-sub > span {
    	flex-grow: 1;
        display: block;
        width: 15px;
        height: 15px;
        margin-left: auto;
        transform: rotate(180deg);
        background: url("new_design/sprites/menu-back.svg") center left/contain no-repeat;
    }
    .catalog-menu ul li.has-sub ul {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        background: #fff;
        padding: 26px 18px;
        transition: 0.2s all;
        transform: translateX(-150%);
        z-index: 1000;
    }
    .catalog-menu ul li.has-sub ul.active {
        transform: translateX(0);
    }
    .catalog-menu ul li.has-sub ul.active ~ li.submenu {
        opacity: 0;
    }
    .catalog-menu .back {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #767676;
        margin-bottom: 15px;
        padding-left: 23px;
        background: url("new_design/sprites/menu-back.svg") left center/15px 15px no-repeat;
    }
    .catalog-menu .back span {
        color: #767676;
    }
    .catalog-menu .back:hover {
        color: #1d2227 !important;
    }
}
@media (max-width: 1170px) {
	.header__menu__nav {
		left: 0;
	}
}
@media (max-width: 768px) {
    .header__top {
        padding-bottom: 0;
    }
    .header__top__clock {
    	display: none;
    }
    .header__main__contacts {
        display: flex;
        flex-direction: column;
    }
    .header__main__contacts__text {
        font-size: 13px;
        line-height: 16px;
        order: 2;
    }
    .header__main__contacts__tel {
        font-size: 14px;
        line-height: 17px;
    }
    .main-banner {
        height: 376px;
    }
    .main-banner__item {
        position: relative;
        height: 376px;
    }
    .main-banner__item__wrapp {
        padding: 40px 0 15px;
        flex-direction: column;
    }
    .main-banner__item__content__title {
        margin-bottom: 26px;
    }
    .main-banner__item__img {
        position: absolute;
        max-width: 60%;
        bottom: -20px;
        right: -20px;
    }
    .main-banner__item__img__star {
        top: 14px;
        width: 65px;
        height: 65px;
        font-size: 11.8266px;
        line-height: 14px;
        background-size: contain;
    }
    .main-banner-nav .slick-prev,
    .main-banner-nav .slick-next {
        display: none;
    }
    .main-banner-nav .dots {
        margin: 0 auto;
    }
    .title {
        font-size: 26px;
        line-height: 31px;
    }
    .title_big {
        font-size: 26px;
        line-height: 31px;
    }
    .why-us__years__item__title {
        font-size: 26px;
        line-height: 31px;
    }
    .why-us__years__item__text {
        font-size: 14px;
    }
    .clients iframe {
        margin-bottom: 30px;
    }
    .contacts__bigtext {
        margin-top: 35px;
    }
}
@media (max-width: 425px) {
	.title {
    	font-size: 19px;
    	line-height: 31px;
	}
}
@media (max-width: 576px) {
    .btn_small {
        padding: 7px 20px;
        font-size: 12px;
        line-height: 15px;
    }
    .main-banner__item__img {
        max-width: 95%;
        right: -10%;
    }
    .main-banner .slick-dots li.slick-active button {
        width: 8px;
    }
    .main-banner-nav {
        bottom: 20px;
    }
    .advantages {
        padding: 40px 0 10px;
    }
    .advantages__item__title {
        font-size: 16px;
        line-height: 19px;
    }
    .advantages__item__text {
        font-size: 14px;
    }
    .catalog {
        padding: 35px 0 60px;
    }
    .catalog__row {
        display: flex;
        flex-direction: column;
    }
    .catalog__item {
        padding: 17px 19px;
        height: 130px !important;
    }
    .catalog__item .btn-catalog-more {
	    font-size: 12px;
	    padding: 7px 20px;
	}
    .catalog__item:first-child,
    .catalog__item:nth-child(8),
    .catalog__item:nth-child(11),
    .catalog__item:nth-child(18) {
        padding: 17px 19px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .catalog__item:first-child .catalog__item__title,
    .catalog__item:nth-child(8) .catalog__item__title,
    .catalog__item:nth-child(11) .catalog__item__title,
    .catalog__item:nth-child(18) .catalog__item__title {
        max-width: calc(90% - 100px);
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }
    .catalog__item:first-child .catalog__item__img,
    .catalog__item:nth-child(8) .catalog__item__img,
    .catalog__item:nth-child(11) .catalog__item__img,
    .catalog__item:nth-child(18) .catalog__item__img {
        position: absolute;
        bottom: -2px;
        width: 104px;
        height: 94px;
    }
    .catalog__item__title {
        font-size: 16px;
        line-height: 19px;
        max-width: calc(90% - 104px);
    }
    .catalog__item__img {
        width: 104px;
        height: 94px;
    }
    .catalog__item__img img {
        object-fit: cover;
    }
    .callback {
        padding: 42px 0 48px;
    }
    .why-us {
        padding: 44px 0 50px;
    }
    .why-us .iframe-trigger {
        margin-top: 0;
        margin-bottom: 28px;
    }
    .advantages-bottom {
        padding: 27px 0 58px;
    }
    .advantages-bottom .row {
        margin-top: 42px;
        row-gap: 30px;
    }
    .advantages-bottom__item {
        height: 142px;
    }
    .advantages-bottom__item__title {
        max-width: unset;
        font-size: 16px;
        line-height: 19px;
    }
    .clients {
        padding: 74px 0 34px 0;
    }
    .contacts {
        padding: 20px 0 25px;
    }
    .contacts__bigtext {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .special-offer__row {
        padding: 0 15px;
    }
    .special-offer__row:not(.slick-slider) .special-offer__item {
        width: 100%;
    }
    .special-offer:after {
        height: 121px;
    }
}
.header__menu__nav ul.mobile-menu li a {
    font-size: 16px;
    line-height: 140%;
    font-family: inter;
    font-weight: 400;
}
.header__menu__nav ul.mobile-menu li a:not(.catalog-btn):hover {
    background: 0 0;
}
.header__menu__nav .catalog-menu ul.mobile-menu.categories li {
    border: none;
}
.catalog-menu ul {
    margin: 0;
    border: none;
}
body .main.container {
    float: none;
    margin-bottom:40px;
}
.menu-header-v2 {
    background: 0 0;
    margin: 0;
}
.menu-header-v2 li a:after {
    content: none;
}
.header__menu__nav ul.mobile-menu ul li {
    border: none;
}
.header__menu__nav ul.mobile-menu ul li a {
    padding: 0;
}
@media (min-width: 1200px) {
}
@media (max-width: 1200px) {
    .menu-header-v2 {
        background: 0 0;
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
     .header__menu__nav ul.mobile-menu ul.menu-header-v2 li .header-dropdown-toggle {
        padding: 12px 0;
    }
    .header__menu__nav ul.mobile-menu ul.menu-header-v2 li :last-child {
        padding: 12px 0;
    }
    .header__menu__nav ul.mobile-menu ul li a {
        padding: 0;
    }
    .header__menu__nav ul.mobile-menu ul li {
        border-top: none;
    }
    .header__menu__nav ul.mobile-menu ul.categories li {
        border-bottom: 1px solid #ececec;
    }
    .dop_punkti_menu {
        position: absolute;
        top: calc(50% - 5px);
        border-top: 2px solid #767676;
        border-right: 2px solid #767676;
        height: 10px;
        width: 10px;
        right: 10px;
        transform: rotate(45deg);
        display: block;
    }
    .catalog-menu ul li.has-sub ul.active {
        max-width: 100%;
        width: 100%;
    }
    .header__menu__nav ul.mobile-menu ul li a.back {
        padding-left: 23px;
    }
    .header__menu__nav .catalog-menu .categories .submenu.has-sub ul>li {
    	width: 100%;
    	max-width: 100%;
    }
}
.header__menu__nav ul.mobile-menu ul li.wrp-cart {
    display: none;
}
body.site-app {
    font-family: "Inter", sans-serif;
}
body.site-app .footer {
    max-width: none;
    font-family: Inter;
    background: #00234d;
}

.footer-menu-pay--wrapper > img {
	background-color: rgb(255 255 255 / 100%);
    border-width: 0px;
    margin: 10px;
}

.footer > .b-subscribe {
    padding: 20px 0;
    background: #003471;
}
.footer > .b-subscribe > .tpl-anketa {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 24px;
}
.site-app .footer .footer-in {
    max-width: 1060px;
    margin: 0 auto;
}
.rbru {
    max-width: 1060px;
    margin: 0 auto;
}
.b-subscribe .tpl-anketa .title {
    font-family: "Exo 2";
    line-height: 16px;
    color: #fff;
}

.footer > .b-subscribe .b-subscribe_agreement {
	padding-left: 25px;
    position: absolute;
    font-size: 14px;
    line-height: normal;
}

.footer > .b-subscribe .b-subscribe_agreement-wrapper {
	margin-top: 10px;
    position: relative;
}

main:not(.main) > .main-blocks-list-wrapper {
    display: none !important;
}
.special-offer .special-offer__item__btns .btn {
    padding: 9.25px 22.88px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #f15c13;
    cursor: pointer;
    transition: 0.2s all;
    border: none;
}
.special-offer .special-offer__item__btns .btn_small {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-offer__item__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.special-offer .special-offer__item__btns .btn_small img {
    width: 17.5px;
    height: 17.5px;
    max-width: unset;
    margin: 0;
}
.special-offer .special-offer__item__btns .buy-one-click {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1d2227;
    display: inline-block;
    float: none;
}
.special-offer .special-offer__item__btns .buy-one-click a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(29, 34, 39, 1);
    padding: 8.5px 17px;
    border: 1px solid rgba(241, 92, 19, 1);
    border-radius: 30px;
}
.special-offer .special-offer__item__btns .buy-one-click a:hover {
    background: #f15c13;
    color: #fff;
    border-color: #f15c13;
}
.special-offer .slick-slider .slick-track {
    display: flex;
}
.special-offer .slick-slider .slick-track .special-offer__item {
    height: auto;
}
.special-offer .slick-slider .special-offer__item__name {
    min-height: 38px;
}

.special-offer__item__name a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif;
}
.why-us a.btn.btn_large {
    text-decoration: none !important;
}
@media (max-width: 576px) {
    body .footer .footer-in {
        padding: 30px 17px 0;
    }
    body .footer .footer-in .search-form {
        display: none;
    }
    body .footer .container-bot {
        border: none;
        padding: 0 17px;
    }
    body .footer .container-bot .footer-col--logo {
        width: 100%;
        padding: 0;
        margin-bottom: 19px !important;
    }
    body .footer .container-bot .footer-col--logo > a {
        text-align: left;
    }
    body .footer .container-bot .footer-col--logo > a > img {
        max-width: 164px;
    }
    body .footer .container-bot .contacts-b {
        flex: 1 1 50%;
        text-align: left;
        margin: 20px 0 18px !important;
        padding: 0 20px 19px 0;
        border-bottom: 1px solid #1f3f66;
    }
    body .footer .contacts-b__item {
        padding-left: 0;
        margin-bottom: 6px;
    }
  
    
    body .footer .contacts-b__item:after {
        content: none;
    }
   
    
    body .footer .container-bot .footer-col--phone {
        padding: 0;
        text-align: left;
        margin: 0 0 22px !important;
    }
    body .footer .phone-v2 p {
        display: none;
    }
    body .footer .container-bot #phoneFooter {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 140% !important;
        color: #ffffff !important;
        text-align: left !important;
    }
    body .footer .container-bot .likeSpan {
        display: none;
    }
    body .footer .footer-row.footer-row--bot {
        margin: 0;
        padding: 0;
    }
    body .footer-col-2 .footer__counters a {
        display: none;
    }
    body .footer-col-2 .footer__counters .g-afrm {
        margin: 0;
        display: block;
    }
    body .footer-row--bot > .footer-col-2 {
        padding: 0 0 24px;
        border-bottom: 1px solid #1f3f66;
        margin: 0 0 10px !important;
        text-align: left;
    }
    body .footer-row--bot > .footer-col-2 .counters.footer__counters {
        margin: 0;
    }
    body .footer-row.footer-row--bot .footer-col {
        display: none;
    }
    .rbru {
        max-width: 1060px;
        margin: 0;
        padding: 0 12px 25px;
        text-align: left;
    }
    .rbru > a {
        color: #fff;
        text-decoration: none !important;
    }
    .conf_polit_mob {
        text-align: center;
    }
    .conf_polit_mob > a {
        padding-bottom: 35px;
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        text-decoration-line: underline;
        color: #708cae;
        display: block;
        margin: 0;
    }
    .desc_phone_mob {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #f15c13;
    }
    .footer .footer-col--phone .phone-v2 {
        text-align: left !important;
    }
    body .footer .footer-col--social {
        flex: 1 1 100%;
        margin: 0;
        max-width: 100%;
        padding: 0;
    }
    body .footer .footer-col--social ul {
        margin: 0;
    }
    body .footer .footer-col--social ul li:first-child a {
        margin: 0;
    }
}
@media (min-width: 576px) {
    .conf_polit_mob,
    .desc_phone_mob,
    body .footer .footer-col--social {
        display: none;
    }
}
.shop2-product-details .title {
    font-size: 16px;
    line-height: 120%;
}
.shop2-product-details .details {
    margin: 15px 0;
}
.main-banner-slide-2 {
    background-image: url("new_design/bg2.jpg");
}
@supports (background: url("new_design/bg2.webp")) {
    .main-banner-slide-2 {
        background-image: url("new_design/bg2.webp");
    }
}
.main-banner-slide-new .main-banner__item__content__title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
    color: #1d2227;
}
.main-banner-slide-new p {
    font-family: "Exo 2";
    max-width: 330px;
    color: #1d2227;
    margin-bottom: 40px;
}
.main-banner-slide-new .main-banner__item__content {
    position: relative;
    z-index: 100;
    flex-shrink: 0;
}
.main-banner-slide-new .main-banner__item__img {
    right: 50px;
}
@media (max-width: 992px) {
    .main-banner-slide-new .main-banner__item__img {
        right: 100px;
        min-width: 500px;
    }
}
@media (max-width: 576px) {
    .main-banner-slide-new .main-banner__item__content__title {
        font-size: 26px;
        line-height: 31px;
    }
    .main-banner-slide-new p {
        margin: 10px 0;
    }
    .main-banner-slide-new .main-banner__item__img {
        right: -10%;
        min-width: unset;
    }
    .main-banner-slide-new .main-banner__item__wrapp {
        padding-top: 20px;
    }
}
.main-banner-slide-3 {
    background-image: url("new_design/bg3.jpg");
}
@supports (background: url("new_design/bg3.webp")) {
    .main-banner-slide-3 {
        background-image: url("new_design/bg3.webp");
    }
}
.main-banner-slide-4 {
    background-image: url("new_design/bg4.jpg");
}
@supports (background: url("new_design/bg4.webp")) {
    .main-banner-slide-4 {
        background-image: url("new_design/bg4.webp");
    }
}
.main-banner-slide-4 .main-banner__item__img {
    right: -150px;
}
@media (max-width: 576px) {
    .main-banner-slide-4 .main-banner__item__img {
        right: -10%;
    }
}
.main-banner-slide-5 {
    background-image: url("new_design/bg5.jpg");
}
@supports (background: url("new_design/bg5.webp")) {
    .main-banner-slide-5 {
        background-image: url("new_design/bg5.webp");
    }
}
.site-app .site-path {
    padding: 11px 0;
}
.nasli-deshevle-form-wr {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nasli-deshevle-form-wr.active {
    opacity: 1;
    visibility: visible;
}
.nasli-deshevle-form-in {
    position: relative;
    width: 100%;
    max-width: 330px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 14px rgb(0 0 0/7%);
    box-shadow: 0 0 14px rgb(0 0 0/7%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
}
.nasli-deshevle-form-in .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(/assets/site/highslide-4.1.13/graphics/close.png) 50% no-repeat;
}
.nasli-deshevle-form-in input,
.nasli-deshevle-form-in textarea {
    width: 100%;
    height: 40px;
    outline: 0;
    -moz-box-shadow: inset 0 1px 0 #e3e4e5;
    -webkit-box-shadow: inset 0 1px 0 #e3e4e5;
    box-shadow: inset 0 1px 0 #e3e4e5;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nasli-deshevle-form-in .title {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}
.nasli-deshevle-form-in .tpl-field {
    margin: 0 0 20px;
}
.nasli-deshevle-form-in .tpl-field-button {
    margin-bottom: 0;
}
.nasli-deshevle-form-in .field-title {
    color: #909090;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.nasli-deshevle-form-in .tpl-field.field-required .field-title:after {
    display: inline-block;
    content: "*";
    color: red;
    margin-left: 2px;
}
.shop2-product-item .product-bot .nasli-deshevle-btn {
    margin-bottom: 10px;
    padding: 0;
    background: 0 0;
    outline: 0;
    line-height: normal;
    text-align: right;
    float: right;
}
.site-app .nasli-deshevle-btn .tpl-button {
    padding: 8px 11px;
    border-radius: 50px;
    border: 2px solid #d4602e;
    font-size: 12px;
    color: #2c3549;
    background: 0 0;
    box-shadow: none;
}
.site-app .nasli-deshevle-btn .tpl-button:hover {
    background: #d4602e;
    color: #fff;
}
.site-app .shop-product .product-right .form-add .nasli-deshevle-btn {
    margin-left: 30px;
    float: none;
    padding: 0;
    background: 0 0;
    outline: 0;
    line-height: normal;
    text-align: right;
}
.site-app .shop-product .nasli-deshevle-btn .tpl-button {
    font-size: 12px;
    color: #2c3549;
    min-width: 90px;
    padding: 9px 11px;
    border-radius: 50px;
    border: 2px solid #d4602e;
    background: 0 0;
    box-shadow: none;
}
.site-app .shop-product .nasli-deshevle-btn .tpl-button:hover {
    background: #d4602e;
    color: #fff;
}
.nasli-deshevle-form-in .tpl-form-button {
    width: 96px;
    height: 40px;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    font: 600 13px/40px arial;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffc125),
        color-stop(100%, #ff922a)
    );
    background-image: -o-linear-gradient(top, #ffc125 0, #ff922a 100%);
    background-image: -moz-linear-gradient(top, #ffc125 0, #ff922a 100%);
    background-image: -webkit-linear-gradient(top, #ffc125 0, #ff922a 100%);
    background-image: -ms-linear-gradient(top, #ffc125 0, #ff922a 100%);
    background-image: linear-gradient(to bottom, #ffc125 0, #ff922a 100%);
    -pie-background: linear-gradient(to bottom, #ffc125 0, #ff922a 100%);
    box-shadow: inset 0 0 1px rgb(0 0 0/10%);
}
@media (max-width: 1200px) {
    .site-app .shop-product .product-right .form-add .nasli-deshevle-btn {
        margin-left: 15px;
    }
    .site-app .shop-product .product-right .form-add .buy-one-click {
        margin-left: 5px;
    }
}
@media (max-width: 450px) {
    .site-app .shop-product .product-right .form-add .product-buttons-container {
        flex-wrap: wrap;
    }
    .site-app .shop-product .product-right .form-add .product-add {
        margin: 5px 15px 5px 0;
    }
    .site-app .shop-product .product-right .form-add .buy-one-click {
        margin: 5px 15px 5px 0;
    }
    .site-app .shop-product .product-right .form-add .nasli-deshevle-btn {
        margin: 5px 15px 5px 0;
    }
}
.forlders-in-block__item {
    color: red;
    justify-content: space-between;
}
.yandex-rat {
    border: 0;
    width: 150px;
    height: 50px;
    overflow: hidden;
}
.yandex-rat .RatingBadgeWidget {
    width: 93px !important;
    height: 31px !important;
}
:root {
    --color-text: #1c2129;
    --color-main: #0265c2;
    --color-accent: #ee354b;
    --color-border: #eee;
    --font-family: "Inter", sans-serif;
    --brs6: 0.6rem;
    --mainGap: 20px;
    --indentBlocks: 4.8rem;
    --heroMinCol: calc(100% / 5 - 3 / 4 * var(--mainGap));
    --heroMaxCol: calc((100% - var(--heroMinCol) - 3 / 4 * var(--mainGap)) / 3);
}
.tabs {
    margin-bottom: 30px;
}
.tabs-btn {
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    gap: 5px;
}
.tabs-btn__item {
    padding: 10px 12px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}
.tabs-btn__item.toggle {
    color: #fff;
    border: 1px solid #f15c13;
    background-color: #f15c13;
}
.tabs-btn {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}
.tabs-btn.section::-webkit-scrollbar-track {
    border-radius: 100px;
}
.tabs-btn.section::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.tabs-btn__item {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 145px;
    height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs-descr {
    margin-top: -1px;
    padding-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #d7d7d7;
}
.tabs-descr__item {
    display: none;
}
.tabs-descr__item :first-child {
    margin-top: 0;
}
.tabs-descr__item :last-child {
    margin-bottom: 0;
}
.tabs-descr__item.toggle {
    display: inline-block;
}
.product .title {
    font-family: "Exo 2";
    font-size: 36px;
    font-weight: 500;
}
.product fieldset {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 25px 24px;
    border: none;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(201, 201, 201, 0.25);
    box-shadow: 0 4px 12px rgba(201, 201, 201, 0.25);
}
.product fieldset:not(:last-child) {
    margin-bottom: 14px;
}
.product fieldset > :first-child {
    margin-top: 0;
}
.product fieldset > :last-child {
    margin-bottom: 0;
}
.product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.product__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(71% - 30px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 30px;
}
.product__img {
    width: 100%;
    max-width: 54%;
}
.product__img img {
    max-width: 100%;
}
.product-photo {
    margin-bottom: 15px;
}
.product-photo .slick-dots {
    margin-top: 13px;
}
.product-thumbs {
    position: relative;
    padding-right: 45px;
    padding-left: 45px;
}
.product-thumbs .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    background-image: url(/t/v2778/images/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.product-thumbs .slick-prev {
    left: 0;
}
.product-thumbs .slick-next {
    right: 0;
    left: initial;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.product-thumbs__img {
    height: 85px;
    margin-right: 7px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
.product-thumbs__img.slick-active {
    border: 1px solid #003471;
}
.product__descr {
    font-size: 15px;
    width: 100%;
    max-width: calc(46% - 30px);
}
.product__descr > p:first-of-type {
    margin-top: 0;
}
.product__descr > p:last-of-type {
    margin-bottom: 0;
}
.rating {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.product-property {
    font-size: 15px;
    margin-top: 30px;
}
.product-property__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-property__item:not(:last-child) {
    margin-bottom: 10px;
}
.product-property__item > :first-child {
    font-weight: 700;
}
.product-property__name {
    width: 50%;
}
.product-property__value {
    width: 50%;
}
.product__info {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__aside {
    width: 100%;
    max-width: 29%;
}
.product-params label {
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.product-params label:not(:last-child) {
    margin-bottom: 20px;
}
.product-params select {
    font-weight: 400;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background-color: #fff;
}
.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 14px;
}
.price-current {
    font-size: 24px;
    font-weight: 600;
}
.price-old {
    font-size: 16px;
    color: #767676;
    text-decoration-line: line-through;
}
.product-btn__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 10px;
}
.site-app .product-box .buy-one-click .tpl-button,
.site-app .product-box .shop-btn-wrap,
.site-app .product-box .shop-btn-wrap .shop-btn {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 49px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    text-align: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-app .product-box .shop-btn {
    color: #fff;
    background-color: #f15c13;
}
.product-btn__bottom {
    font-size: 14px;
    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;
}
.product-btn__bottom a {
    color: #f15c13;
}
.product-compare {
    font-size: 14px;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.product-compare:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background-image: url(/t/v2778/images/compare.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.product-compare.compare-active {
    color: #1565c0;
}
.product-compare.compare-active:before {
    background-image: url(/t/v2778/images/compare-active.svg);
}
@media (max-width: 1200px) {
    :root {
        --mainGap: 10px;
    }
    :root {
        --indentBlocks: 4rem;
    }
}
@media (max-width: 1140px) {
    .tabs-btn {
        margin-bottom: 5px;
        padding-bottom: 15px;
    }
    .tabs-btn__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (max-width: 991px) {
    .product__main {
        max-width: 100%;
    }
    .product__aside {
        max-width: 0;
    }
}
@media (max-width: 600px) {
    .product .title {
        font-size: 26px;
        font-weight: 600;
    }
    .product__img {
        max-width: 100%;
    }
    .product__img > .product-thumbs {
        display: none;
    }
    .product__descr {
        max-width: 100%;
    }
    .product-descr__box {
        font-size: 15px;
    }
}

.articles__container {
    width: 100%;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
}

.articles {
}
.articles__title {
    color: #2d3947;
    font-family: "Exo 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}
.articles__allArticles {
    font-size: 15px;
    color: #f15c13;
    margin-bottom: 5px;
    display: inline-block;
}
.articles__title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #de6630;
    margin-top: 20px;
}
.articles__inner {
    display: flex;
}
.articles__main {
    width: 50%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    display: block;
    text-decoration: none;
}
.articles__main-content {
    padding: 30px 51px 60px 30px;
}
.articles__slider {
    overflow: hidden;
    width: 100%;
}
.articles__slider-container {
    width: 50%;
    position: relative;
}
.articles__slider-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}
.articles__item {
    border: 1px solid #d7d7d7;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}
.articles__item-content {
    padding: 7px 9px 60px 22px;
}
.articles__main-img img {
    width: 100%;
}
.articles__name {
    color: #2d3947;
    font-family: "Exo 2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.articles__description {
    color: #616c79;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 270px;
}
.articles__time {
    position: absolute;
    right: 10px;
    bottom: 13px;
    color: #bebebe;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}
.articles__time-clock__wrapper {
    position: relative;
}
.articles__time-clock__wrapper::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../clock.png");
    position: absolute;
    left: -23px;
    top: 0px;
}
.articles__buttons {
    position: absolute;
    top: -65px;
    right: 0;
}
.articles__img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.articles-prev,
.articles .articles-next {
    width: 47px;
    height: 47px;
    border: none;
    outline: none;
    cursor: pointer;
}
.articles-prev {
    background: inherit;
    background-image: url("https://vent48.ru/t/images/4829874_arrow_back_left_icon1.svg");
    margin-right: 5px;
}
.articles-next {
    background: inherit;
    background-image: url("https://vent48.ru/t/images/4829872_arrow_next_right_icon.svg");
}

@media (max-width: 1080px) {
    .articles__name {
        font-size: 20px;
    }
    .articles__item-content {
        padding: 7px 9px 34px 22px;
    }
    .articles__main-content {
        padding: 20px 10px 5px 10px;
    }
    .articles__description {
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .articles__inner {
        flex-direction: column;
    }
    .articles__main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .articles__slider-container {
        width: 100%;
    }
    .articles__buttons {
        top: auto;
        bottom: -65px;
    }
}
@media (max-width: 560px) {
    .articles__img img {
        height: 145px;
    }
}
@media (max-width: 450px) {
    .articles__item-content {
        padding: 6px 3px 24px 3px;
    }
    .articles__name {
        font-size: 17px;
    }
}

.montage-TopContent__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.montage-TopContent__title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    max-width: 608px;
    line-height: 110%;
    position: relative;
    margin-bottom: 42px;
}
.montage-TopContent__title::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    background: #de6630;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.montage-TopContent__texts {
    margin-right: 25px;
}
.montage-TopContent__textBlock {
    background: #f5f5f5;
    padding: 25px 70px 25px 35px;
    margin-bottom: 20px;
}
.montage-TopContent__textBlock:last-child {
    margin-bottom: 0;
}
.montage-TopContent__text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #2d3947;
    max-width: 520px;
}
.montage-TopContent__text-bold {
    font-weight: 600;
    color: #2d3947;
    margin: 0;
}
.montage-TopContent__image img {
    max-width: 100%;
}

@media (max-width: 900px) {
    .montage-TopContent__textBlock {
        padding: 25px 33px 25px 15px;
    }
}
@media (max-width: 760px) {
    .montage-TopContent__image {
        display: none;
    }
    .montage-TopContent__inner {
        justify-content: center;
    }
    .montage-TopContent__titleBlock {
        background: url("/t/images/group48.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 60px 25px;
        margin-bottom: 20px;
    }
    .montage-TopContent__texts {
        margin-right: 0;
    }
    .montage-TopContent__title {
        text-align: center;
        max-width: 100%;
        font-size: 20px;
    }
    .montage-TopContent__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.ventilation-system__inner {
    display: flex;
    justify-content: space-between;
}
.ventilation-system__textBlock {
    padding: 20px 25px;
    background: #f5f5f5;
    max-width: 465px;
}
.ventilation-system__advantages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ventilation-system__mainText {
    margin-right: 30px;
}

@media (max-width: 770px) {
    .ventilation-system__inner {
        flex-direction: column;
        align-items: center;
    }
    .ventilation-system__textBlock {
        max-width: 100%;
    }
    .ventilation-system__mainText {
        margin-right: 0;
        padding: 0 0 10px 0;
    }
    .ventilation-system__textBlock {
        margin-bottom: 10px;
    }
}

.connect__inner {
    display: flex;
    line-height: 100%;
}
.connect__content {
    background: #f5f5f5;
    padding: 40px 50px 30px 30px;
    font-family: "Inter", sans-serif;
    padding: 30px 50px 30px 30px;
}
.connect__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Exo 2", sans-serif;
    margin-top: 0;
}
.connect__text {
    font-size: 14px;
    margin-bottom: 25px;
}
.connect__button {
    display: inline-block;
    background: #de6630;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.connect__img {
    display: block;
}
.connect__img img {
    height: 100%;
}

@media (max-width: 1140px) {
    .connect__img {
        width: 59%;
    }
    .connect__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .connect__content {
        width: 41%;
    }
}
@media (max-width: 900px) {
    .connect__img {
        width: 55.5%;
    }
    .connect__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .connect__content {
        width: 44.5%;
    }
}
@media (max-width: 770px) {
    .connect__inner {
        flex-direction: column;
    }
    .connect__content {
        width: 100%;
        padding: 40px 30px 30px 30px;
    }
    .connect__img {
        width: 100%;
    }
}

.objectMontage__mainblock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.objectMontage__imgBlock {
    margin-right: 86px;
    position: relative;
}
.objectMontage__imgBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 462px;
    height: 288px;
    background: #de6630;
    z-index: 0;
}
.objectMontage__img {
    display: none;
    z-index: 1;
    transform: translate(76px, 29px);
    max-width: 100%;
}
.objectMontage__img-active {
    display: block;
}
.objectMontage__mainblock .objectMontage__list {
    background: #f5f5f5;
    width: 100%;
    max-width: 463px;
    padding: 45px 0 55px 31px;
    margin: 0;
    line-height: 100%;
}
.objectMontage__item {
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}
.objectMontage__item-active {
    font-size: 24px;
    color: #de6630;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .objectMontage__img {
        transform: translate(30px, 30px);
        min-width: 450px;
    }
}
@media (max-width: 840px) {
    .objectMontage__imgBlock {
        margin-right: 40px;
    }
    .objectMontage__list {
        padding: 25px 0 45px 15px;
    }
}
@media (max-width: 1000px) {
    .objectMontage__img {
        max-width: 340px;
        min-width: auto;
        transform: translate(15px, 15px);
    }
    .objectMontage__mainblock {
        flex-direction: column;
        align-items: flex-start;
    }
    .objectMontage__list {
        max-width: 100%;
    }
    .objectMontage__imgBlock::before {
        width: 340px;
        height: 210px;
    }
    .objectMontage__imgBlock {
        margin-right: 0;
        margin-bottom: 45px;
    }
}

.price__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 0 30px 30px;
    border: 1px solid #254278;
    overflow: hidden;
    position: relative;
}
.price__title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 30px;
    color: #2d3947;
}

.price__question {
    margin-bottom: 8px;
}
.price__list {
    list-style: disc;
    margin-left: 20px;
}
.price__item {
	font-size: 16px;
    margin-bottom: 8px;
}
.price__listBlock {
    color: #616c79;
    font-size: 14px;
    margin-bottom: 30px;
}
.price__subtitle {
    font-size: 24px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 44px;
    color: #2d3947;
}
.price__btn {
    padding: 14px 36px;
    background: #de6630;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 1;
}
.price__img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.price__img img {
    position: relative;
    z-index: 1;
    top: 0;
    right: 20px;
}
.price__grayBlock {
    width: 452px;
    height: 452px;
    border-radius: 50%;
    background: #d9d9d9;
    position: absolute;
    right: -145px;
    bottom: -200px;
}

@media (max-width: 825px) {
    .price__inner {
        padding: 15px 0 75px 15px;
    }
    .price__grayBlock {
        width: 183px;
        height: 183px;
        right: -55px;
        bottom: -68px;
    }
    .price__img {
        width: 92px;
        height: 92px;
    }
    .price__img img {
        width: 100%;
        height: 100%;
        top: 0;
        left: -10px;
    }
    .custom_title {
    	font-size: 20px;
    }
    .price__title {
        font-size: 20px;
    }
    .price__item {
    	font-size: 14px;
    }
    .montaj-page .puskonalad ul li {
    	font-size: 14px;
    }
    .price__subtitle {
        font-size: 16px;
    }
    .price__listBlock {
        font-size: 13px;
    }
    .price__btn {
        font-size: 13px;
    }
}

.ventilation-system {
    margin-bottom: 50px;
}

.objectMontage {
    margin-bottom: 30px;
}

.puskonalad::before,
.puskonalad::after {
    display: none;
}

.puskonalad .custom_title::after {
    display: none;
}

.finished-projects__main-slider-item-image::before {
    content: "";
    display: block;
    width: 462px;
    height: 288px;
    position: absolute;
    top: -20px;
    left: -10px;
    background: #de6630;
    z-index: 0;
}
.finished-projects__main-slider-item-image {
    position: relative;
    z-index: 1;
}
.finished-projects__main-slider-item-image img {
    transform: translate(20px, 20px);
}

@media (max-width: 1000px) {
    .finished-projects__main-slider-item-image img {
        transform: translate(0);
    }
    .finished-projects__main-slider-item-image::before {
        display: none;
    }
}

.reviews-thanks::before {
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); //для благодарностей
}

.reviews-thanks {
    position: relative;
    background: #de6630;
}
.reviews-thanks__header {
    /* display:none; */
}

/*Переопределение стилей формы на странице монтаж*/

.s3_form {
    display: grid !important;
}

.s3_form_item:nth-child(1) {
    padding-left: 0 !important;
    grid-area: name;
    padding: 0 !important;
}

.s3_form_item:nth-child(2) {
    grid-area: mail;
    padding: 0 !important;
    margin-left: 10px;
}

.s3_form_item:nth-child(3) {
    grid-area: phone;
    padding-right: 0 !important;
    padding: 0 !important;
    margin-left: 10px;
}
.s3_form_item:nth-child(4) {
    grid-area: text;
    padding-right: 0 !important;
    padding: 0 !important;
    margin-left: 20px;
}
.s3_form_field_content textarea {
    height: 190px;
    border: 1px solid #2d3947;
    padding-top: 16px;
}
.s3_form_item:nth-child(5) {
    grid-area: upload;
    display: block !important;
    width: 100%;
    height: 190px;
    background:
        linear-gradient(90deg, #333 50%, transparent 0) repeat-x,
        linear-gradient(90deg, #333 50%, transparent 0) repeat-x,
        linear-gradient(0deg, #333 50%, transparent 0) repeat-y,
        linear-gradient(0deg, #333 50%, transparent 0) repeat-y;
    background-size:
        10px 1px,
        10px 1px,
        1px 10px,
        1px 10px;
    background-position:
        0 0,
        0 100%,
        0 0,
        100% 0;
    background-color: #838d98;
    padding-top: 23px !important;
    padding-left: 11px !important;
}
.s3_form_submit {
    grid-area: button;
    width: 300px !important;
    border-radius: 0 !important;
    border: none;
    margin-left: 0 !important;
}

.s3_form_field_content input {
    border: 1px solid #2d3947;
}

.s3_form {
    grid-template-areas:
        "name name mail mail phone phone"
        "upload upload upload text text text"
        "button . . . .  .";
}

.bottom-form__fields form > .s3_form_item,
.bottom-form__fields form > .s3_form_submit {
    max-width: 100%;
}

.bottom-form {
    background: #616c79;
    padding: 25px 65px;
}

.bottom-form__fields form .s3_form_item_type_upload label {
    display: block;
}

.bottom-form .custom_title {
    color: #fff;
}

.bottom-form .custom_title:after {
    width: 220px;
}
.bottom-form p {
    color: #fff;
}

.bottom-form__image {
    display: none;
}
.bottom-form__fields {
    max-width: 100% !important;
}
.s3_form_field {
    border-radius: 0 !important;
}

@media (max-width: 990px) {
    .s3_form {
        grid-template-areas:
            "name"
            "mail"
            "phone"
            "text"
            "upload"
            "button";
    }
    .bottom-form {
        padding: 25px;
    }
    .s3_form_item {
        padding: 0 !important;
    }
    .s3_form_item:nth-child(5) {
        display: inline !important;
        background: none;
        height: 40px;
        color: #fff;
    }
    .anketa-flash-upload label {
        text-decoration-color: #fff !important;
    }
    .bottom-form__fields {
        font-size: 13px;
    }
    .s3_form_item:nth-child(4) {
        margin-left: 0;
    }
    .s3_form_item:nth-child(2) {
        margin-left: 0;
    }

    .s3_form_item:nth-child(3) {
        margin-left: 0;
    }
}

.montage-detail__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.montage-detail__title {
    position: relative;
    max-width: 345px;
    font-size: 32px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    line-height: 110%;
    position: relative;
    margin-bottom: 42px;
}
.montage-detail__title::after {
    content: "";
    display: block;
    width: 200px;
    height: 3px;
    background: #de6630;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.montage-detail__title::before {
    content: "Высокая влажность и температура являются благоприятной средой для размножения бактерий, возникновения плесени и грибка. Это опасно для материалов, из которых выполнена постройка, и для здоровья людей. Решить проблему помогает правильно спроектированная вентиляция.";
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 40px;
    width: 630px;
    max-width: 630px;
    position: absolute;
    bottom: -235px;
    left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.montage-detail__image img {
    max-width: 100%;
}
.montage-detail__image-text {
    align-items: center;
    background: #f5f5f5;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    display: none;
    line-height: 15px;
    margin: -32px auto 0 auto;
    position: relative;
    width: 95%;
}

@media (max-width: 1035px) {
    .montage-detail__title::before {
        width: 500px;
        padding: 20px;
    }
    .montage-detail__title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .montage-detail__title::before {
        bottom: -180px;
    }
}
@media (max-width: 767px) {
    .montage-detail__inner {
        flex-direction: column;
        position: relative;
    }
    .montage-detail__image {
        width: 100%;
    }
    .montage-detail__image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .montage-detail__title::before {
        display: none;
    }
    .montage-detail__image-text {
        display: flex;
    }
    .montage-detail__title::after {
        width: 61px;
    }
}
.moreObject {
    margin-bottom: 120px;
}
.moreObject__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.moreObject__item {
    margin-right: 5px;
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
}
.moreObject__img {
    margin-bottom: 15px;
}
.moreObject__text {
    font-size: 16px;
    font-weight: 600;
    color: #2d3947;
    font-family: "Exo 2", sans-serif;
}
.moreObject__item a {
    text-decoration: none;
    color: #2d3947;
}
@media (max-width: 493px) {
    .moreObject__inner {
        justify-content: center;
    }
}
.clients .title {
    margin-top: 0;
    margin-bottom: 15px;
}
.clients iframe {
    border: none;
    box-shadow: none;
}

.moreObjectNew {
    margin-bottom: 50px;
    margin-top: 50px;
}
.moreObjectNew__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px 20px;
    margin-bottom: 40px;
}

.moreObjectNew__item {
    width: 270px;
    height: 270px;
    background: #f2f2f2;
    position: relative;
    padding: 16px;
}
.moreObjectNew__item:first-child {
    background: #de6630;
}
.moreObjectNew__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.moreObjectNew__item-img img {
    max-width: 100%;
    height:100%;
    object-fit:cover;
}
.moreObjectNew__item-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.moreObjectNew__item-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "Exo 2", sans-serif;
}
.moreObjectNew__item-btn {
    padding: 6px 24px 6px 8px;
    color: #fff;
    text-decoration: none;
    background: #de6630;
    border-radius: 4px;
    position: relative;
    font-family: "Exo 2", sans-serif;
}
.moreObjectNew__item-btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    background: url("./arrmn.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 11px;
}
.moreObjectNew__item-text {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    max-width: 160px;
    padding-top: 117px;
    font-family: "Exo 2", sans-serif;
    line-height: 32px;
}

@media (max-width: 1200px) {
    .moreObjectNew__inner {
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
    }
    .moreObjectNew__item-none {
        display: none;
    }
    .moreObjectNew .objectMontage__text {
        display: none;
    }
}
@media (max-width: 991px) {
    .moreObjectNew__inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .moreObjectNew__item {
        width: 100%;
        max-width: 170px;
        height: 170px;
    }
    .moreObjectNew__inner {
        gap: 6px;
    }
    .moreObjectNew__item-title {
        font-size: 16px;
    }
    .moreObjectNew__item-text {
        font-size: 24px;
        padding-top: 23px;
    }
}

@media (max-width: 468px) {
    .moreObjectNew__item-title{
        font-size: 12px;
    }
    .moreObjectNew__item-text {
        font-size: 16px;
        padding-top: 0;
    }
    
    .moreObjectNew__item-btn {
	    font-size: 10px;
	}
}
.header__menu__search__form {
    transform: translateX(130%);
    transition: all 0.6s linear;
}
.header__menu__search__form--active {
    transform: translateX(0);
}
.search-trigger1-none {
    display: none;
}
@media (max-width: 1200px) {
    #search-trigger1 {
        display: none;
    }
    .header__top__social {
        margin-right: 0;
    }
}

.headerFormInp {
    margin-top: -15px;
}
.fa {
    position: absolute;
    top: 14px;
    right: 15px;
    cursor: pointer;
}
.header__menu__search__input {
    border: none;
    background: #fff;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #000;

    transition: all 0.3s ease;
    position: relative;
    /* z-index: 100; */
}
.headerFormWrap {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 93px;
    width: 0px;
    height: 47px;
    line-height: 55px;
    border-radius: 73px;
    transition: all 0.5s ease;
    padding: 11px 80px 11px 0;
    background: #fff;
}
.headerFormWrap.active {
    width: 920px;
    padding-left: 25px;
    transition: all 0.5s ease;
    border: 1px solid #d9d9d9;
}

.header__menu__search__input.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
}
.menu-header-v2 li:nth-child(1) {
    order: 0;
}
.menu-header-v2 li:nth-child(2) {
    order: 2;
}
.menu-header-v2 li:nth-child(3) {
    order: 5;
}
.menu-header-v2 li:nth-child(4) {
    order: 7;
}
.menu-header-v2 li:nth-child(5) {
    order: 6;
}
.menu-header-v2 li:nth-child(6) {
    order: 1;
    position: relative;
}
.menu-header-v2 li:nth-child(7) {
    order: 3;
}
.menu-header-v2 li:nth-child(8) {
    order: 4;
}
/* .menu-header-v2 li:nth-child(1)::before {
    content: "\25BC";
    display: block;
    font-size: 9px;
    color: #f15c13;
    position: absolute;
    left: 49px;
    top: 13px;
} */

.menu-header-v2 .header-dropdown {
	position: relative;
	padding-right: 10px;
}

.menu-header-v2 .header-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
}

.menu-header-v2 .header-dropdown-toggle .arrow {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2px;
    right: -21px;
}

.menu-header-v2 .header-dropdown-toggle .arrow {
    transform: rotate(180deg);
}

.menu-header-v2 .header-dropdown-toggle:hover {
	.arrow {
		    color: #df693b;
	}
}

.menu-header-v2 .header-dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(166, 166, 166, 0.25);
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    z-index: 9999;
    display: none;
}

.menu-header-v2 .header-dropdown-item {
    padding: 12px 14px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 1200px) {
	.menu-header-v2 .header-dropdown-menu {
    	display: block;
    	margin: 0;
    	position: static;
    	box-shadow: none;
    }
    .menu-header-v2 .header-dropdown-toggle .arrow {
    	display: none;
    }
    
    .header__menu__nav ul.mobile-menu ul.menu-header-v2 .header-dropdown-menu li :last-child {
    	padding: 0;
    }
    
    .header__menu__nav ul.mobile-menu ul.menu-header-v2 .header-dropdown-menu .header-dropdown-item {
    	padding: 0;
    }
    
    .headerFormWrap {
    }
    .menu-header-v2 li:nth-child(6)::before {
        top: 20px;
    }
}
@media (max-width: 1200px) {
    .basket-link svg path {
        fill: #fff;
    }
    .headerFormWrap path {
        fill: #fff;
    }
    .headerFormWrap.active path {
        fill: #000;
    }
    .headerFormWrap {
        top: -5px;
        right: 35px;
        background: #003471;
        transition: all 0.4s linear;
    }
    .header__menu__search__input {
        background: #003471;
    }
    .header__menu__search__input.active {
        background: #003471;
        transition: all 0.4s linear;
    }
    .headerFormWrap.active {
        background: #fff;
        width: 93%;
    }
    .headerFormWrap.active .header__menu__search__input.active {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .header__menu__search__input {
        font-size: 16px;
    }
    .header__menu .container {
        height: 100%;
    }
    .headerFormWrap {
        top: -10px;
        background: #003471;
        transition: all 0.4s linear;
    }
    .headerFormWrap.active {
        background: #fff;
        width: 655px;
    }
    .header__menu__icons {
        position: relative;
    }
}
@media (max-width: 767px) {
    .headerFormWrap.active {
        width: 475px;
    }
}
@media (max-width: 565px) {
    .headerFormWrap.active {
        width: 80vw;
    }
}
@media (max-width: 476px) {
    .headerFormWrap.active {
        width: 78vw;
    }
}
@media (max-width: 412px) {
    .headerFormWrap.active {
        width: 75vw;
    }
}
.rbru svg {
    width: 60px;
    margin-left: 5px;
}
.rbru a {
    color: #fff;
    text-decoration: none;
}

.ya-share2 .ya-share2__item {
	transition: .2s all linear;

}

.block-banner {
	height: 260px;
}

@media (max-width: 1200px) {
	.block-banner {
		height: 470px;
	}
}

.banner {
    display: flex;
    position: relative;
    max-width: 1140px;
    max-height: 252px;
    gap: 21px;
}

@media (max-width: 765px) {
    .banner {
        display: flex;
        position: relative;
        max-width: 302px;
        max-height: 252px;
        gap: 21px;
        flex-direction: column;
        margin: 0 auto;
    }
}

.banner__background {
    position: absolute;
    top: 20px; 
    bottom: 20px; 
    left: 0;
    width: 1124px; 
    background-color: #DE6630; 
    z-index: 0; 
    min-width: 1124px;
}

@media (max-width: 765px) {
    .banner__background {
        position: absolute;
        top: 20px; 
        bottom: 20px; 
        left: 0;
        width: 300px; 
        background-color: #DE6630; 
        z-index: 0; 
        min-width: 300px; 
        height: 430.76px;
        min-height: 430.76px;
    }
}

.banner__content-left, .banner__content-right {
    position: relative;
    z-index: 1; 
}

.banner__photo {
    width: 369px;
    height: 252px;
}

@media (max-width: 765px) {
    .banner__photo {
        width: 286px;
        height: 195px;
        transform: scale(-1, 1);
    }
}

@media (max-width: 765px) {
    .banner__content-left {
        padding-left: 31px;
    }
}

.banner__content-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;
    gap: 16px;
}

@media (max-width: 765px) {
    .banner__content-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; 
        align-items: center;
        gap: 20px;
    }
}

.banner__text {
    display: flex;
    gap: 18px;
}

@media (max-width: 765px) {
    .banner__text {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.banner__big-text {
    font-weight: 600;
    font-size: 54.13px;
    line-height: 64.95px;
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif;
}

@media (max-width: 765px) {
    .banner__big-text {
        font-weight: 600;
        font-size: 38.5px;
        line-height: 46.2px;
        color: #FFFFFF;
        font-family: "Exo 2", sans-serif;
    }
}

.banner__min-text {
    font-weight: 600;
    font-size: 29.52px;
    line-height: 29.52px;
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif;
    width: 304px;
}


@media (max-width: 765px) {
    .banner__min-text {
        font-weight: 600;
        font-size: 22.65px;
        line-height: 22.65px;
        color: #FFFFFF;
        font-family: "Exo 2", sans-serif;
        width: 226px;
    }
}

.banner__block-btn {
    display: flex;
    gap: 16px;
} 

@media (max-width: 765px) {
    .banner__block-btn {
        display: flex;
        flex-direction: column;
        gap: 10px;
    } 
}

.banner__btn-map {
    padding: 25.33px 42.67px;
    background-color: #EBEDEF;
    border-radius: 17.33px;
    display: block;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 765px) {
    .banner__btn-map {
        padding: 14px 51px;
        background-color: #EBEDEF;
        border-radius: 17.33px;
        display: block;
        text-align: center;
        cursor: pointer;
    }    
}

.banner__map-img {
    width: 264px;
    height: 45.33px;
}

@media (max-width: 765px) {
    .banner__map-img {
        width: 168px;
        height: 28.74px;
    }  
}

@media (max-width: 1200px) and (min-width: 765px) {
    .banner {
        max-width: 90%;
        max-height: 200px;
        gap: 16px;
        flex-direction: column; 
        margin: 0 auto;
    }

    .banner__background {
        top: 15px;
        bottom: 10px;
        width: 100%; 
        min-width: 100%;
        height: 320px;
        min-height: 320px;
    }

    .banner__photo {
        width: 300px;
        height: 200px;
    }


    .banner__content-right {
        gap: 14px;
    }

    .banner__text {
        gap: 14px;
    }

    .banner__big-text {
        font-size: 42px;
        line-height: 52px;
    }

    .banner__min-text {
        font-size: 25px;
        line-height: 25px;
        width: 250px;
    }

    .banner__block-btn {
        gap: 12px;
    }

    .banner__btn-map {
        padding: 18px 40px;
    }

    .banner__map-img {
        width: 200px;
        height: 35px;
    }
}

.notfound-block-wrapper {
	padding: 2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.content-notfoun-page {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    font-size: 14px;
}
.mainPageNews{
	margin-bottom:30px;
}
.mainPageNews__title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin:0;
  color:#1d2227;
}
.mainPageNews__img {
  margin-bottom: 16px;
}
.mainPageNews__img img {
  width: 100%;
  height: 100%;
  max-height:189px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainPageNews__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 12px;
}
.mainPageNews__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 12px;
}
.mainPageNews__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mainPageNews__date-text {
  color: #DE6630;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.mainPageNews__navBlock {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.mainPageNews__navBlock-allNews {
  font-size: 14px;
  color: #DE6630;
  font-family: "Inter", sans-serif;
}
.mainPageNews__item{
	text-decoration: none;
    color: #2D3947;
}
.mainPageNews__navBlock-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mainPageNews__navBlock-prew {
  width: 47px;
  height: 47px;
  background-image: url(./4829874_arrow_back_left_icon1.svg);
  cursor: pointer;
  transform: rotate(180deg);
}
.mainPageNews__navBlock-next {
  width: 47px;
  height: 47px;
  background-image: url("./4829874_arrow_back_left_icon1.svg");
  cursor: pointer;
}
.mainPageNews__titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
.mainPageNews__titleBlock .mainPageNews__navBlock-allNews {
  display: none;
}

@media (max-width: 768px) {
  .mainPageNews__navBlock {
    display: none;
  }
  .mainPageNews__titleBlock .mainPageNews__navBlock-allNews {
    display: block;
  }
}


.r-articles {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 20px;
	    margin-bottom: 74px;
	}
	
	.r-article {
	    display: flex;
	    flex-direction: column;
	    border: 1px solid rgba(215, 215, 215, 1);
	    border-radius: 5px;
	}
	
	@media screen and (max-width: 568px) {
	    .r-article {
	    	max-width: 360px;
	    	margin: auto;
	    	width: 100%;
	    }
	}
	
	
	@media screen and (max-width: 992px) {
	    .r-articles {
	        grid-template-columns: repeat(2, 1fr);
	    }
	}
	
	/* Медиазапрос для мобильных устройств */
	@media screen and (max-width: 568px) {
	    .r-articles {
	    	justify-content: center;
	        grid-template-columns: repeat(1, 1fr); 
	    }
	}

    .r-article--image{
        display: block;
        width: 100%;
        height: 204px;
        border-radius: 5px 5px 0 0;
    }

    .r-article--textblock{
        padding: 26px 24px 32px 19px;
        display: flex;
        flex-direction: column;
    }
    
    @media screen and (max-width: 468px) {
		.r-article--textblock {
		    padding: 16px;
		}
    }

    .r-article--title{
    	margin-top: 10px;
        margin-bottom: 10px;
        height: 63px;
        font-family: Inter;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.36px;
        text-align: left;
        color: #2D3947;
        text-decoration: none;
        &:hover{
            color: #E35B28
        }
    }

    .r-article--text{
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;
        color: #616C79;
    }
    	.g-article__text {
		font-weight: 400;
		font-family: Inter, san-serif;
		font-size: 14px;
        line-height: 18px;
        color: rgba(118, 118, 118, 1);
	}
	
	.g-article__text p {
		font-weight: 400;
		font-family: Inter, san-serif;
		font-size: 14px;
	    line-height: 18px;
	    color: rgba(118, 118, 118, 1);
	    margin: 0;
	}
	
	.g-article__date {
		color: rgba(241, 92, 19, 1);
		font-family: Inter;
		font-size: 13px;
        line-height: 17px;
        font-weight: 400;
	}
	.r-article__arrow {
		margin-top: 30px;
	}
	

  .custom_titleH3{
    font-size:24px;
    font-weight:600;
    margin-bottom:24px;
    color:#2D3947;
  }
  .textBlock__ul {
    margin-left:20px;
}
  .montage-detail{
    margin-bottom:120px;
  }
  .montage-detail__inner .montage-detail__title{
    margin-top:0;
  }

  .mb120{
     margin-bottom:120px;
  }
  .montage-TopContent__textBlock .textBlock__ul{
    font-size: 14px;
    max-width: 650px;
  }
  .ventilation-system__inner{
    margin-bottom:65px;
  }
  .montage-detail__title::before{
    content:"Задача системы вентиляции в промышленном помещении — подача свежего воздуха с улицы и отвод загрязненных масс наружу. Качественная вентиляция очень важна для эффективности производства и здоровья персонала.";
    bottom:-192px;
  }
  .ventilation-system__textBlock{
    margin-bottom:16px;
  }
  .ventilation-system__advantages .montage-TopContent__title::after{
    display:none;
  }
  .ventilation-system__advantages{
    justify-content:flex-start;
  }
  .price__grayBlock {
    background:#DE6630;
}
  @media(max-width:991px){
    .mb120{
      margin-bottom:80px;
    }
     .montage-detail{
    margin-bottom:80px;
  }
  }
  @media(max-width:575px){
.custom_title{
    text-align:start;
}
    .custom_title:after{
        left:30px;
    }
    .bottom-form  .custom_title:after{
        left:110px;
    }

.advantages__item{
    margin-bottom:20px;
}
}


  .custom_titleH3{
    font-size:24px;
    font-weight:600;
    margin-bottom:24px;
    color:#2D3947;
  }
  .textBlock__ul {
    margin-left:20px;
}
  .montage-detail{
    margin-bottom:120px;
  }
  .montage-detail__inner .montage-detail__title{
    margin-top:0;
  }

  .mb120{
     margin-bottom:120px;
  }
  .montage-TopContent__textBlock .textBlock__ul{
    font-size: 14px;
    max-width: 650px;
  }
  .ventilation-system__inner{
    margin-bottom:65px;
  }
  .montage-detail__title.kvartiry::before{
    content:"Как правило, в каждой квартире уже есть собственная система вентиляции – она в обязательном порядке закладывается на этапе проектирования дома. Но эта система не всегда справляется со своими функциями, в результате чего жильцы жалуются на ощущение духоты в помещении, а также сталкиваются с проблемой повышенной влажности. Решить эту проблему помогает монтаж системы вентиляции в квартире.";
    bottom:-255px;
  }
  .ventilation-system__textBlock{
    margin-bottom:16px;
  }
  .ventilation-system__advantages .montage-TopContent__title::after{
    display:none;
  }
  .ventilation-system__advantages{
    justify-content:flex-start;
  }
  .price__grayBlock {
    background:#DE6630;
}
  @media(max-width:991px){
    .mb120{
      margin-bottom:80px;
    }
     .montage-detail{
    margin-bottom:80px;
  }
  }
  @media(max-width:575px){
.custom_title{
    text-align:start;
}
    .custom_title:after{
        left:30px;
    }
    .bottom-form  .custom_title:after{
        left:110px;
    }

.advantages__item{
    margin-bottom:20px;
}
}
  
  .container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.howWork__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 25px;
}
.howWork__item:last-child {
  border-bottom: none;
}
.howWork__textblock {
  max-width: 555px;
}
.howWork__textblock-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Exo 2", sans-serif;
}
.howWork__textblock-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.howWork__textblock-text:last-child {
  margin-bottom: 0;
}
.howWork__img {
  flex-shrink: 0.2;
}
.howWork__img img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .howWork__textblock-title {
    font-size: 18px;
  }
  .howWork__textblock-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .howWork__item {
    flex-direction: column;
  }
  .howWork__textblock {
    max-width: 100%;
  }
  .howWork__img {
    width: 100%;
  }
  .howWork__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
  }
}
  
  .stages{
    margin:56px 0 90px 0;
  }
  .stages__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1 item2" "item3 item3";
  gap: 20px;
}
.stages__item {
  padding: 40px;
  background: #F5F5F5;
}
.stages__titleblock {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.stages__number {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #DE6630;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.stages__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #2D3947;
}
.stages__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2D3947;
  font-family: "Inter", sans-serif;
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

@media (max-width: 900px) {
  .stages__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3";
  }
  .stages__item {
    padding: 20px;
  }
  .stages__title {
    font-size: 16px;
  }
  .stages__text {
    font-size: 14px;
    line-height: 19px;
  }
}


  .montage-detail__title.house::before{
    content:"Задача вентиляционной системы в жилом доме — обеспечить качественный воздухообмен. Это очень важно для здоровья и хорошего самочувствия жильцов. Проектирование вентсистемы — сложная задача, которую должны решать профессионалы. Однако владельцу жилья нужно знать основные принципы функционирования и виды вентсистем, которые используются в частных домах."
  }
  
 .montage-detail__title.banya::before{
 	content: "Высокая влажность и температура являются благоприятной средой для размножения бактерий, возникновения плесени и грибка. Это опасно для материалов, из которых выполнена постройка, и для здоровья людей. Решить проблему помогает правильно спроектированная вентиляция.";
 }
  
  
<style type="text/css">.title{
    display:none;
  }
  .custom_titleH3{
    font-size:24px;
    font-weight:600;
    margin-bottom:24px;
    color:#2D3947;
  }
  .textBlock__ul {
    margin-left:20px;
}
  .montage-detail{
    margin-bottom:120px;
  }
  .montage-detail__inner .montage-detail__title{
    margin-top:0;
  }

  .mb120{
     margin-bottom:120px;
  }
  .montage-TopContent__textBlock .textBlock__ul{
    font-size: 14px;
    max-width: 650px;
  }
  .ventilation-system__inner{
    margin-bottom:65px;
  }
  .montage-detail__title.bar::before{
    content:"Создание системы вентиляции для кафе, ресторанов и баров – вопрос не только комфорта гостей и персонала, но и безопасности каждого, кто находится в помещении. Важно учитывать, что система вентиляции на предприятии общественного питания должна соответствовать определенным нормам. Вам потребуется качественный проект, соответствующий требованиям, а также услуги профессионального монтажа. Предоставить их может компания “Вент и Винт”.";
    bottom:-230px;
  }
  .ventilation-system__textBlock{
    margin-bottom:16px;
  }
  .ventilation-system__advantages .montage-TopContent__title::after{
    display:none;
  }
  .ventilation-system__advantages{
    justify-content:flex-start;
  }
  .price__grayBlock {
    background:#DE6630;
}
  @media(max-width:991px){
    .mb120{
      margin-bottom:80px;
    }
     .montage-detail{
    margin-bottom:80px;
  }
  }
  @media(max-width:575px){
.custom_title{
    text-align:start;
}
    .custom_title:after{
        left:30px;
    }
    .bottom-form  .custom_title:after{
        left:110px;
    }

	.advantages__item{
	    margin-bottom:20px;
	    padding: 0;
	    max-width: 100%;
	}
}
  
  
  .container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.related__products .container{
	margin-left: -25px !important;
}

.howWork__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 25px;
}
.howWork__item:last-child {
  border-bottom: none;
}
.howWork__textblock {
  max-width: 555px;
}
.howWork__textblock-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Exo 2", sans-serif;
}
.howWork__textblock-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.howWork__textblock-text:last-child {
  margin-bottom: 0;
}
.howWork__img {
  flex-shrink: 0.2;
}
.howWork__img img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .howWork__textblock-title {
    font-size: 18px;
  }
  .howWork__textblock-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .howWork__item {
    flex-direction: column;
  }
  .howWork__textblock {
    max-width: 100%;
  }
  .howWork__img {
    width: 100%;
  }
  .howWork__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
  }
}
  
  
  
  .stages{
    margin:56px 0 90px 0;
  }
  .stages__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1 item2" "item3 item3";
  gap: 20px;
}
.stages__item {
  padding: 40px;
  background: #F5F5F5;
}
.stages__titleblock {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.stages__number {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #DE6630;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.stages__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #2D3947;
}
.stages__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2D3947;
  font-family: "Inter", sans-serif;
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

@media (max-width: 900px) {
  .stages__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3";
  }
  .stages__item {
    padding: 20px;
  }
  .stages__title {
    font-size: 16px;
  }
  .stages__text {
    font-size: 14px;
    line-height: 19px;
  }
}

  .peculiarities__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.peculiarities__info {
  max-width: 565px;
}
.peculiarities__title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 55px;
  line-height: 38px;
}
.peculiarities__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2D3947;
  margin-bottom: 20px;
}
.peculiarities__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2D3947;
  margin-bottom: 20px;
}
.peculiarities__list {
  margin-bottom: 20px;
  list-style-type: initial;
  margin-left: 20px;
}
.peculiarities__img {
  flex-shrink: 0;
}
.peculiarities__img img {
  max-width: 100%;
}
  .peculiarities .custom_title{
    margin-top:0;
  }

@media (max-width: 1020px) {
  .peculiarities__inner {
    flex-direction: column;
    align-items: center;
  }
  .peculiarities__img {
    height: 388px;
    width: 100%;
    max-width: 360px;
  }
  .peculiarities__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .peculiarities__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
  .howWork__textblock-list{
    margin-left:25px
}
.howWork__textblock-listItem{
    font-size:14px
}

  .montage-detail__title.fitness::before{
    content:"В спортзалах и фитнес-центрах обязательно должна присутствовать система вентиляции. Это требование СНиП. Недостаток кислорода в воздухе снижает продуктивность тренировок и может быть вреден для здоровья.";
  }
  
  
  .montage-detail__title.office::before{
    content:"Комфортный микроклимат в офисе влияет на состояние здоровья и эффективность работы персонала. Для поддержания оптимальной температуры и влажности используются вентсистемы разных видов. \A Требования к параметрам таких систем прописаны в нормативной документации. Они обязательно должны соблюдаться при проектировании. Расчет параметров и подбор оборудования для вентсистемы осуществляется специалистом с учетом площади, планировки, назначения помещения, количества работников, материалов постройки и множества других параметров.";
  }
  
  .g-page-article__text ul {
  	margin-top: 1em;     
    margin-bottom: 1em;    
    margin-left: 0;   
    margin-right: 0;      
    padding-left: 40px;    
  }
  
  .folder_desc2 ul {
  	margin-top: 1em;     
    margin-bottom: 1em;    
    margin-left: 0;   
    margin-right: 0;      
    padding-left: 40px;  
  }
  
  .new-cart__item-info-attr span+span {
  	width: auto;
  }
  .special-offer__item-wrapper {
  	height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .read__also{
  	padding-bottom: 40px;
  }
  
  .read__also__body{
  	position: relative;
  }
  
  .read__also__body .mainPageNews__navBlock-prew{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(-1);
	right: -60px;
  }
  
  .read__also__body .mainPageNews__navBlock-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -60px;
  }
  
  .read__also__head{
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: space-between
  }
  
  .swiper-pagination-bullet-active{
  	background: #F15C13 !important;
  }
  
 @media (max-width: 1240px){
 	.read__also__body .swiper{
 		margin-left: 60px !important;
 		margin-right: 60px !important;
 	}
 	
 	.read__also__body .mainPageNews__navBlock-next{
 		left: 0;
 	}
 	
 	.read__also__body .mainPageNews__navBlock-prew{
		right: 0;
  	}
 }
 
 .read__also__body .swiper-pagination{
 	display: none;
 	bottom: -50px !important;
 }
 
 @media (max-width: 768px){
 	 .read__also__body .swiper-pagination{
 	display: block;
 }
 	.read__also__body .swiper{
 		margin-left: 0 !important;
 		margin-right: 0 !important;
 	}
 	
 	.read__also__body .mainPageNews__navBlock-next{
 		display: none;
 	}
 	
 	.read__also__body .mainPageNews__navBlock-prew{
 		display: none;
  	}
 }
 
 .tpl-field-consent {
 	display:flex;
 	align-items: center;
 	gap: 10px;
 }
 .tpl-field-consent .personal_data_consent{
 width:16px;
}
.product-item-thumb-in {
	width: 100%;
    min-width: 230px;
}

.production_item_wrapper .production_item-title {
	  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.header__main-address {
		border-bottom: 1px solid #e7e7e7;
}

.header__main-info {
	display:flex;
	justify-content: flex-end;
	padding: 10px;
	height: 51px;

	gap:25px;
	
}
.header__main-address-1 {
	display: flex;
    align-items: center;
    opacity: 0.6;
        gap:4px;
    
}
.header__main-address-1 span {
	font-weight: 500;
font-size: 16px;
text-align: right;
color: #293948;
}
.header__main-address-email{
		display: flex;
    align-items: center;
    opacity: 0.6;
    gap:4px;
}
.header__main-address-email span a {
	font-weight: 500;
font-size: 16px;
text-align: right;
color: #293948;	
}
.header__main-address-social {
	display:none;
}
@media (max-width: 500px) {

	.header__main-address .container {
		display:flex;
		justify-content: space-between;
	}
	.header__main-info{
		flex-direction: column;
		height:100%;
		gap:4px;
		padding: 5px;
	}
	.header__main-address-1 span {
		font-size: 12px;	
	}
	.header__main-address-email span a {
		font-size: 12px;
	}
	.header__main-address-img {
		width:16px;
	}

	.header__top-social {
		display: flex;
	    list-style-type: none;
	    gap: 8px;
	}
	.header__main-address-social {
	display:block;
}
.mobile-none {
	display:none;
}
}

.vent48-form.tpl-anketa {
            display: block !important;
            float: none !important;
            clear: both !important;
            width: 100% !important;
            max-width: none !important;
            margin: 40px 0 !important;
            padding: 0 !important;
            background: none !important;
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
        }

        .vent48-form-slot {
            display: block;
            width: 100%;
            margin: 40px 0;
        }

        .vent48-form *,
        .vent48-form *::before,
        .vent48-form *::after {
            box-sizing: border-box;
        }

        .vent48-form .vent48-shell {
            display: block;
            max-width: 1180px;
            margin: 0 auto;
        }

        .vent48-form .vent48-panel {
            display: block;
            position: relative;
            overflow: hidden;
            background: #5d6770;
        }

        .vent48-form .vent48-figure {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 46%;
            margin: 0;
            padding: 0;
            pointer-events: none;
            z-index: 0;
        }

        .vent48-form .vent48-figure img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center right;
            border: 0;
        }

        .vent48-form .vent48-figure::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 55%;
            z-index: 1;
            background: linear-gradient(90deg, #5d6770 0%, rgba(93, 103, 112, 0.9) 40%, transparent 100%);
        }

        .vent48-form .vent48-content {
            display: block;
            position: relative;
            z-index: 2;
            width: 58%;
            padding: 40px 24px 36px 48px;
        }

        .vent48-form .vent48-inner {
            display: block;
            width: 100%;
            max-width: 480px;
        }

        .vent48-form .vent48-title {
            display: block;
            margin: 0 0 12px;
            padding: 0;
            border: 0;
            font-size: 36px;
            font-weight: 700;
            line-height: 1.15;
            text-align: left;
            color: #fff;
        }

        .vent48-form .vent48-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            margin-top: 12px;
            background: #e4713c;
        }

        .vent48-form .vent48-lead {
            display: block;
            margin: 0 0 20px;
            padding: 0;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
            color: #fff;
        }

        .vent48-form .vent48-lead a {
            color: #fff;
            text-decoration: underline;
        }

        .vent48-form .tpl-anketa__title,
        .vent48-form .vent48-field--div,
        .vent48-form .vent48-field--html_block {
            display: none !important;
        }

        .vent48-form form.vent48-fields {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            background: none;
        }

        .vent48-form .vent48-row {
            display: flex;
            width: 100%;
            border-collapse: separate;
            border-spacing: 10px 0;
            margin: 0 0 10px;
            table-layout: fixed;
            gap:10px;
        }

        .vent48-form .vent48-row-cell {
            display: table-cell;
            width: 50%;
            vertical-align: top;
        }

        .vent48-form .vent48-field {
            display: block;
            float: none !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .vent48-form .vent48-field-msg {
            display: none;
            margin-top: 6px;
            font-size: 12px;
            line-height: 1.35;
            color: #ffb4a8;
        }

        .vent48-form .vent48-field-msg.is-visible {
            display: block;
        }

        .vent48-form .vent48-input {
            display: block !important;
            float: none !important;
            width: 100% !important;
            max-width: 100% !important;
            height: 46px !important;
            margin: 0 !important;
            padding: 0 14px !important;
            border: 1px solid transparent !important;
            border-radius: 2px !important;
            background: #fff !important;
            color: #333 !important;
            font-size: 15px !important;
            line-height: 1.2 !important;
            font-family: inherit;
            text-align: left !important;
            outline: none;
        }

        .vent48-form textarea.vent48-input {
            height: auto !important;
            min-height: 100px !important;
            padding-top: 12px !important;
            padding-bottom: 12px !important;
        }

        .vent48-form .vent48-input::placeholder {
            color: #9aa3ad;
        }

        .vent48-form .vent48-input:focus {
            border-color: #00a0ff !important;
        }

        .vent48-form .vent48-input.is-invalid {
            border-color: #ff6b6b !important;
        }

        .vent48-form .vent48-form-message {
            display: none;
            width: 100%;
            margin: 0 0 10px;
            padding: 10px 12px;
            border: 1px solid rgba(255, 107, 107, 0.55);
            background: rgba(255, 107, 107, 0.12);
            color: #ffb4a8;
            font-size: 13px;
            line-height: 1.4;
        }

        .vent48-form .vent48-form-message.is-visible {
            display: block;
        }

        .vent48-form .vent48-submit {
            display: block !important;
            float: none !important;
            width: 100% !important;
            height: 48px !important;
            margin: 0 !important;
            padding: 0 20px !important;
            border: 0 !important;
            border-radius: 2px !important;
            background: #e4713c !important;
            color: #fff !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            line-height: 48px !important;
            font-family: inherit;
            text-align: center !important;
            cursor: pointer;
        }

        .vent48-form .vent48-submit:hover {
            background: #d9693c !important;
        }

        .vent48-form .vent48-consent {
            display: block;
            width: 100%;
            margin: 12px 0 0;
        }

        .vent48-form .vent48-consent-label {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin: 0;
            padding: 0;
            font-size: 12px;
            line-height: 1.45;
            font-weight: 400;
            text-align: left;
            color: rgba(255, 255, 255, 0.85);
            cursor: pointer;
        }

        .vent48-form .vent48-consent-check {
            flex: 0 0 16px;
            width: 16px;
            height: 16px;
            margin: 2px 0 0;
            padding: 0;
            cursor: pointer;
        }

        .vent48-form .vent48-consent.is-invalid .vent48-consent-label {
            color: #ffb4a8;
        }

        .vent48-form .vent48-consent-link {
            color: #e4713c;
            text-decoration: underline;
        }

        .vent48-form .vent48-consent-link:hover {
            color: #f08a5c;
        }

        .vent48-form .vent48-success {
            padding: 40px 48px;
            color: #fff;
            font-size: 16px;
            line-height: 1.5;
        }

        @media (max-width: 900px) {
            .vent48-form .vent48-content {
                width: 100%;
                padding: 28px 20px 24px;
            }

            .vent48-form .vent48-inner {
                max-width: none;
            }

            .vent48-form .vent48-title {
                font-size: 28px;
            }

            .vent48-form .vent48-figure {
                position: relative;
                width: 100%;
                height: 160px;
            }

            .vent48-form .vent48-figure::before {
                width: 100%;
                height: 60%;
                bottom: auto;
                background: linear-gradient(180deg, #5d6770 0%, rgba(93, 103, 112, 0.85) 50%, transparent 100%);
            }

            .vent48-form .vent48-row,
            .vent48-form .vent48-row-cell {
                display: block;
                width: 100%;
            }

            .vent48-form .vent48-row {
                margin: 0;
            }

            .vent48-form .vent48-row-cell {
                margin: 0 0 10px;
            }
        }