@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Semi Bold'), local('Akrobat-Semi-Bold'),
        url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
        url('../fonts/Akrobat-SemiBold.woff') format('woff'),
        url('../fonts/Akrobat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Extra Bold'), local('Akrobat-Extra-Bold'),
        url('../fonts/Akrobat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Akrobat-ExtraBold.woff') format('woff'),
        url('../fonts/Akrobat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.header .logo {
    width: 128px;
    height: 59px;
    margin-right: 14px;
}
.header .logo__title {
    font-size: 14px;
    line-height: 143%;
    max-width: 138px;
    text-transform: none;
    color: #323232;
    font-weight: 400;
}
.header .logo__wrap {
    width: auto;
}
.header__time {
    font-size: 14px;
    line-height: 143%;
    color: #323232;
}
.header__time p {
    margin: 0;
}
.header_contacts a.phones__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #323232;
}
.header_contacts {
    margin-left: 19px;
    width: auto;
    padding-left: 0;
    text-align: left;
    line-height: 120%;
}
.header_contacts .open-modal {
    margin-top: 2px;
}
.list-socials {
    display: flex;
    align-items: center;
    list-style-type: none;
}
.list-socials li {
    margin-right: 7px;
}
.list-socials li:last-child {
    margin-right: 0;
}
.header__basket:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/ic_basket.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.header__basket {
    width: 56px;
    height: 56px;
    margin-left: 23px;
    background: #9d1215;
    box-shadow: none;
    transition: all 0.5s;
}
.header__basket:hover {
    background: #b11a1d;
}
.header_contacts .open-modal:hover {
    text-decoration: none;
}
.header__info {
    width: auto;
    padding-left: 0;
}
.list-socials img {
    vertical-align: middle;
    transition: all 0.3s;
}
.list-socials a:hover img {
    opacity: 0.8;
}
.header__right {
    display: flex;
    align-items: center;
}
.select-city__value {
    display: none;
}
.slider-offers:not(.slick-initialized) > *:not(:first-child),
.slider-catalog:not(.slick-initialized) > *:not(:first-child),
.scr1__slides:not(.slick-initialized) > *:not(:first-child) {
    display: none;
}
.scr1__wrap h1.title1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 161%;
    text-transform: uppercase;
    color: #323232;
    font-weight: 600;
}
.scr1__wrap h1.title1 strong {
    font-size: 56px;
    line-height: 104%;
    font-weight: 800;
    display: block;
}
.scr1__wrap {
    min-height: 564px;
    max-width: 800px;
    padding: 54px 0 100px;
}
.item-billbord {
    padding: 16px 11px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 120%;
    color: #323232;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}
.item-billbord strong {
    font-weight: 700;
    display: block;
}
.item-billbord__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-billbord__icon img {
    max-width: 100%;
    max-height: 100%;
}
.scr1__items {
    max-width: 560px;
}
.scr1__items .row {
    margin: 0 -12px;
}
.scr1__items .row > div {
    padding: 0 12px;
}
.scr1__buttons {
    padding-top: 60px;
    display: flex;
    align-items: center;
}
.scr1__buttons .btn {
    margin-right: 21px;
}
.scr1__buttons .btn:last-child {
    margin-right: 0;
}
.scr1__buttons .btn.btn--brown {
    height: 56px;
    width: 232px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
}
input[type="submit"].btn--brown,
.btn.btn--brown {
    font-size: 15px;
    border: 2px solid #b60b0e;
    background: #b60b0e;
    font-family: "HelveticaNeueCyr", sans-serif;
}
.btn.btn--brown.btn_page {
    border: 2px solid #ec5906;
    background: #ec5906;
}
.btn.btn--brown::before {
    display: none;
}
input[type="submit"].btn--brown:hover,
.btn.btn--brown:hover {
    color: #b60b0e !important;
    background-color: #fff !important;
}
.btn.btn--brown.btn_page:hover {
    color: #ec5906;
}
.scr1__dots .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #5e4948;
    background: #5e4948;
}
.scr1__dots .slick-dots li {
    margin-bottom: 0;
}
.scr1__dots .slick-dots li button:hover,
.scr1__dots .slick-dots li.slick-active button {
    background: #fff;
}
.slider1__dots .slick-dots li:not(.slick-active) button:hover {
    background: #fff;
}
.partners__slides .slick-arrow,
.slider-offers .slick-arrow,
.slider-catalog .slick-arrow,
#scr1__slider .scr1__dots .slick-arrow {
    width: 53px;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%;
    z-index: 2;
    transform: none !important;
    margin-top: -20px;
}
.partners__slides .slick-arrow:hover,
.slider-offers .slick-arrow:hover,
.slider-catalog .slick-arrow:hover,
#scr1__slider .scr1__dots .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.partners__slides .slick-prev,
.slider-offers .slick-prev,
.slider-catalog .slick-prev,
#scr1__slider .scr1__dots .slick-prev {
    left: 0;
}
.partners__slides .slick-next,
.slider-offers .slick-next,
.slider-catalog .slick-next,
#scr1__slider .scr1__dots .slick-next {
    right: 0;
}
.partners__slides .slick-arrow::after,
#scr1__slider .scr1__dots .slick-arrow::after {
    display: none;
}
.scr1 .slick-dots__wrap {
    bottom: 50px;
    left: 0;
    transform: none;
    width: 100%;
}
.slider1__dots .slick-dots {
    justify-content: center;
}
.scr1 .slick-dots__wrap {
    bottom: 39px;
}
.section-advantages {
    padding-top: 60px;
    color: #323232;
    background-image: url(../img/bg_avd.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title-section {
    font-size: 32px;
    line-height: 181%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #323232;
}
.section-advantages .title-section {
    margin-bottom: 59px;
}
.item-advantage {
    margin-bottom: 98px;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.item-advantage__icon {
    width: 50px;
    height: 50px;
    margin-right: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.item-advantage__icon img {
    max-width: 100%;
    max-height: 100%;
}
.tabs-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products__nav {
    padding: 10px;
    border-radius: 10px;
    background: #5e4948;
}
.products__nav li {
    margin-right: 16px;
}
.products__nav li:last-child {
    margin-right: 0;
}
.products__nav li a {
    height: 54px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 167%;
    width: auto;
    color: #fff;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    text-transform: none;
    transition: all 0.3s;
}
.products__nav li.current a,
.products__nav li a:hover {
    color: #323232;
    box-shadow: none;
    background: #fff;
}
.products {
    padding-bottom: 27px;
    background: #f5f6f7;
}
.products .title-section {
    margin-bottom: 32px;
    text-align: center;
}
.slider-catalog__slide {
    width: 267px;
    margin: 0 12px;
}
.slider-catalog .slick-arrow {
    z-index: 10;
    top: auto;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    background-color: #fff;
}
.slider-catalog {
    padding-bottom: 55px;
}
.slider-catalog .slick-prev {
    left: -1090px;
}
.slider-catalog .slick-next {
    right: -1090px;
}
.products .slider-catalog {
    margin-top: 42px;
}

.section-offers {
	padding-top: 60px;
	padding-bottom: 68px;
	color: #323232;
}
.section-offers .title-section {
	margin-bottom: 35px;
}
.item-offer {
	border-radius: 8px;
	background: #f5f6f7;
}
.item-offer .row {
	align-items: center;
}
.features-block {
	padding: 33px 0;
	margin: 36px 0;
	border-top: 1px solid rgba(99, 99, 99, 0.3);
	border-bottom: 1px solid rgba(99, 99, 99, 0.3);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.feature-main {
	font-size: 16px;
	line-height: 133%;
}
.feature-main strong {
	font-size: 18px;
	margin-bottom: 7px;
	line-height: 133%;
	font-weight: 500;
	display: block;
}
.item-offer__title {
	font-size: 36px;
	font-weight: 700;
	color: #323232;
	line-height: 161%;
	display: block;
}
.item-offer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-review .btn.btn--brown,
.item-offer .btn.btn--brown {
	width: 231px;
	height: 56px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	line-height: initial;
}
.price-main {
	font-size: 36px;
	font-weight: 500;
	line-height: 161%;
}
.item-offer__content {
	margin-left: 70px;
	margin-right: 30px;
}
.item-offer__image {
	height: 380px;
	border-radius: 8px;
	display: block;
}
.item-offer__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 8px;
}
.block-review {
	padding: 27px 38px;
	font-size: 20px;
	padding-right: 73px;
	margin-bottom: 31px;
	line-height: 140%;
	font-weight: 500;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	background: #f5f6f7;
}
.block-review__head {
	margin-bottom: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.block-review__head img {
	margin-right: 9px;
}
.rating-wrap {
	display: flex;
	align-items: center;
}
.title-rating {
	margin-bottom: 8px;
}
.rating {
	display: flex;
	align-items: center;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	width: 20px;
	height: 21px;
	background-image: url(../img/star.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
	margin-right: 8px;
	position: relative;
}
.rating__item::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/star_active.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
	opacity: 0;
}
.rating_1 > .rating__item:nth-child(1)::after {
	opacity: 1;
}
.rating_2 > .rating__item:nth-child(-n+2)::after {
	opacity: 1;
}
.rating_3 > .rating__item:nth-child(-n+3)::after {
	opacity: 1;
}
.rating_4 > .rating__item:nth-child(-n+4)::after {
	opacity: 1;
}
.rating_5 > .rating__item:nth-child(-n+5)::after {
	opacity: 1;
}
.rating__item.active::after {
	opacity: 1;
}
.descr-rating {
	font-size: 14px;
	margin-left: 20px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.title-rating {
	font-weight: 300;
}
.image-review img {
	max-width: 100%;
	height: auto;
}
.section-reviews .title-section {
	margin-bottom: 60px;
}
.block-review .btn.btn--brown {
	width: 214px;
}
.section-reviews {
	padding-bottom: 63px;
}
.slider-offers {
    list-style-type: none;
}
.partners__slides .slick-arrow,
.slider-offers .slick-arrow {
    background-color: #f5f6f7;
}
.partners__slides .slick-arrow:hover,
.slider-offers .slick-arrow:hover {
    background-color: #ececec;
}
.partners__slides .slick-prev,
.slider-offers .slick-prev {
    left: -70px;
}
.partners__slides .slick-next,
.slider-offers .slick-next {
    right: -70px;
}
.palitra-color-title {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 129%;
    text-align: left;
    color: #323232;
}
.products__price span {
    font-size: 14px;
    line-height: 129%;
    color: #636363;
    font-weight: 400;
}
.products__price span sup {
    font-size: 10px;
    line-height: 0;
}
.products__price b {
    font-size: 20px;
    line-height: 90%;
    font-weight: 500;
    color: #432928;
}
.products__bottom .link {
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
}
.products__img {
    height: 178px;
    border-radius: 8px;
}
.products__item {
    padding: 0;
    border-radius: 8px;
}
.products__info {
    padding: 18px;
}
.products__title {
    padding-top: 7px;
    padding-bottom: 15px;
    text-align: left;
    color: #323232;
    border: none;
}
.products__article {
    font-size: 14px;
    line-height: 129%;
    color: #636363;
}
.products__item .label {
    left: 3px;
    top: 3px;
}
.products__item .label::before {
    transform: none;
}
.products__bottom .btn.btn--brown {
    width: 139px;
    font-size: 14px;
    font-weight: 500;
    font-family: "HelveticaNeueCyr", sans-serif;
}
.lead {
    padding-top: 24px;
    padding-bottom: 36px;
    color: #fff;
    background-image: url(../img/bg_lead.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lead__title {
    margin-bottom: 20px;
    line-height: 161%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Akrobat", sans-serif;
}
.lead__title strong {
    font-size: 50px;
    line-height: 116%;
    font-family: "Akrobat", sans-serif;
    font-weight: 800;
    display: block;
}
.text-advantage {
    padding: 23px 20px;
    padding-right: 14px;
    line-height: 150%;
    min-height: 100%;
    font-weight: 500;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}
.text-advantage:before {
    position: absolute;
    display: block;
    counter-increment: advs;
    content: "0"counter(advs); 
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 4px;
    right: 4px;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
    font-weight: 800;
    font-family: "Akrobat", sans-serif;
    background: #b60b0e;
}
.advantages > .row {
    margin: 0 -5px;
    counter-reset: advs;
}
.advantages > .row > div {
    padding: 0 5px;
    margin-bottom: 12px;
}
.lead .advantages {
    max-width: 490px;
}
.form {
    padding: 33px 46px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}
.form__title {
    font-size: 24px;
    margin-bottom: 19px;
    line-height: 75%;
    font-weight: 500;
    text-transform: initial;
    color: #323232;
}
.form__desc {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #323232;
}
.form .text-input {
    margin-bottom: 10px;
}
.form .text-input input, 
.form .text-input textarea {
    height: 48px;
    padding: 0 19px;
    font-size: 14px;
    line-height: 129%;
    font-weight: 400;
    color: #636363;
    border-radius: 6px;
    border: none;
    background: #fff;
    text-align: left;
}
.form .text-input *::-webkit-input-placeholder {
	color: #636363;
    font-size: 14px !important;
	opacity: 1;
}
.form .text-input *:-moz-placeholder {
	color: #636363;
    font-size: 14px !important;
	opacity: 1;
}
.form .text-input *::-moz-placeholder {
	color: #636363;
    font-size: 14px !important;
	opacity: 1;
}
.form .text-636363 *:-ms-input-placeholder {
	color: #636363;
    font-size: 14px !important;
	opacity: 1;
}
.form input[type="submit"] {
    height: 56px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
}
.btn.btn--brown:hover, 
input[type="submit"].btn--brown:hover {
    color: #fff;
}
.form .accept label > span {
    font-size: 12px;
    padding-left: 30px;
    color: #636363;
}
.form .accept label > span .accept__icon {
    border: 1px solid #636363;
    width: 19px;
    height: 19px;
}
.form .accept label > span .accept__icon::before {
    width: 19px !important;
    height: 19px !important;
    top: 0;
    left: 0;
    transform: none;
    background-color: transparent;
    background-image: url(../img/ic_checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.3s;
}
.form .accept input:checked + span .accept__icon::before {
    opacity: 1;
}
.form span.wpcf7-form-control.wpcf7-acceptance {
    white-space: nowrap;
    justify-content: center;
    display: flex;
}
.lead .form {
    margin-top: 16px;
}
.form .accept label:hover span {
    color: #636363;
}
.partners {
    background: transparent;
}
.partners__slide .img__wrap {
    height: 106px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.partners__slide {
    padding: 12px;
}
.cta {
    padding-top: 24px;
    padding-bottom: 40px;
    background-image: url(../img/bg_consultation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cta::before {
    display: none;
}
.cta .form {
    padding-top: 28px;
    padding-bottom: 28px;
    margin: 0;
    margin-top: 15px;
}
.cta .lead__title {
    max-width: 574px;
}
.section-news {
    padding: 54px 0;
}
.section-news .title-section {
    margin-bottom: 29px;
}
.item-news {
    color: #323232;
    display: block;
    text-decoration: none;
    transition: all 0.4s;
}
.item-news__image {
    height: 240px;
    margin-bottom: 22px;
    border-radius: 8px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.item-news__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 8px;
    transition: all 0.7s;
}
.item-news time {
    font-weight: 400;
    line-height: 150%;      
    color: #636363;
    margin-bottom: 22px;
    display: block;
}
.item-news__title {
    font-size: 20px;
    max-width: 306px;
    line-height: 140%;
    font-weight: 500;
    display: block;
}
.item-news:hover .item-news__image img {
    transform: scale(1.1);
}
.item-news:hover {
    color: #b60b0e;
}
.footer .phones .item_:last-child {
    margin-top: 0;
}
.footer__columns {
    column-gap: 20px;
    columns: 2;
}
.footer__info .schedule {
    padding: 0;
    margin: 0;
}
.footer .footer__phones .phones__link {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
}
.footer .footer__phones {
    padding-bottom: 12px;
}
.item-column {
    margin-bottom: 23px;
    break-inside: avoid;
}
.zagolovki_footer,
ul.menu--strong li a {
    font-size: 20px;
    margin: 0;
    margin-bottom: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Akrobat", sans-serif;
    font-weight: 600;
}
.footer__info .city_adress_ {
    font-size: 14px;
    margin-bottom: 12px;
}
.footer {
    padding-top: 54px;
    color: #fff;
    background: #323232;
}
.footer .logo__title {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 29px;
    line-height: 143%;
    font-weight: 400;
    text-transform: none;
}
.footer .logo {
    width: 128px;
    height: 59px;
    margin-right: 0;
}
.footer__info .city_name_ {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer .to-top {
    position: relative;
    top: 0;
    right: 0;
    float: right;
}
.footer__bottom .row {
    align-items: center;
}
.footer__bottom a {
    color: rgba(236, 236, 236, 0.5);
    text-decoration: none;
}
.footer__bottom a:hover {
    color: rgba(236, 236, 236, 0.8);
}
.footer__bottom .text {
    font-size: 14px;
}
.footer__bottom {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid rgba(236, 236, 236, 0.5);
}
.footer__bottom .text {
    color: rgba(236, 236, 236, 0.5);
}
.footer .made .icon {
    opacity: 0.5;
}
.footer__middle .row [class*='col-'] {
    margin-bottom: 0;
}
.footer__requisites,
.schedule p {
    font-size: 14px;
    line-height: 143%;
}
.footer .list-socials {
    margin-top: 27px;
}
.cta__left {
    padding-left: 0;
    padding-bottom: 0;
}
.btn-tab {
	display: none;
}
.slider-offers .slick-dots,
.partners__dots .slick-dots,
.slider-catalog .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.slider-offers .slick-dots li,
.partners__dots .slick-dots li,
.slider-catalog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.slider-offers .slick-dots li button,
.partners__dots .slick-dots li button,
.slider-catalog .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #432928;
    border-radius: 50%;
    border: none;
    font-size: 0;
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
    vertical-align: middle;
    display: block;
}
.slider-offers .slick-dots li button:hover,
.slider-offers .slick-dots li.slick-active button,
.partners__dots .slick-dots li button:hover,
.partners__dots .slick-dots li.slick-active button,
.slider-catalog .slick-dots li button:hover,
.slider-catalog .slick-dots li.slick-active button {
    opacity: 1;
    background: #432928;
}
.footer__bottom .text {
    font-family: "HelveticaNeueCyr", sans-serif;
}
.zagolovki_footer_mobile {
    display: none;
}
.footer-menu--strong :hover {
    text-decoration: none;
}

@media only screen and (max-width : 1200px) {
    .header__info-sity,
    .header__info-adress {
        font-size: 13px;
        line-height: 21px;
    }
    .header .logo__title,
    .header__time {
        font-size: 13px;
    }
    .header__basket {
        width: 50px;
        height: 50px;
        margin-left: 17px;
    }
    .item-advantage {
        margin-bottom: 60px;
    }
    body {
        font-size: 14px;
    }
    .products__nav li a {
        height: 50px;
        padding: 0 16px;
        font-size: 16px;
    }
    .products__nav li {
        margin-right: 10px;
    }
    .title-section {
        font-size: 28px;
    }
    .products .title-section {
        margin-bottom: 23px;
    }
    .products {
        padding-top: 50px;
    }
    .slider-catalog .slick-prev {
        left: -890px;
    }
    .slider-catalog .slick-next {
        right: -890px;
    }
    .item-offer__content {
        margin-left: 40px;
        margin-right: 0px;
    }
    .item-offer__title {
        font-size: 32px;
    }
    .features-block {
        padding: 22px 0;
        margin: 28px 0;
    }
    .price-main {
        font-size: 32px;
    }
    .block-review .btn.btn--brown, .item-offer .btn.btn--brown {
        width: 200px;
        height: 50px;
    }
    .item-offer__image {
        height: 320px;
    }
    .form {
        padding: 28px 20px;
    }
    .form input[type="submit"] {
        margin-bottom: 20px;
    }
    .text-advantage {
        padding: 18px 15px;
        padding-right: 10px;
    }
    .lead__title {
        font-size: 31px;
    }
    .lead__title strong {
        font-size: 44px;
    }
    .partners__slider {
        margin-top: 15px;
    }
    .partners {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .section-reviews .title-section {
        margin-bottom: 30px;
    }
    .block-review {
        padding: 25px 29px;
        font-size: 18px;
        padding-right: 30px;
        margin-bottom: 31px;
    }
    .cta__left {
        padding-left: 0;
        padding-bottom: 0;
    }
    .cta__left {
        padding-left: 0;
        padding-bottom: 0;
    }
    .item-news__title {
        font-size: 18px;
        max-width: 273px;
    }
    .item-news time {
        margin-bottom: 12px;
    }
    .item-news__image {
        height: 200px;
        margin-bottom: 16px;
    }
    .cta .lead__title {
        max-width: 500px;
    }
    .feature-main strong {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width : 992px) {
    .header__time {
        display: none;
    }
    .scr1__buttons {
        padding-top: 40px;
    }
    .scr1__wrap h1.title1 strong {
        font-size: 48px;
    }
    .scr1__wrap h1.title1 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .section-advantages {
        padding-top: 40px;
    }
    #scr1__slider .slick-slide {
        min-height: auto !important;
    }
    .scr1__wrap {
        min-height: 500px;
        padding: 54px 0 80px;
    }
    .section-advantages .title-section {
        margin-bottom: 30px;
    }
    .header__nav {
        height: 65px;
    }
    .slider-catalog .slick-prev {
        left: -680px;
    }
    .slider-catalog .slick-next {
        right: -680px;
    }
    .section-offers {
        padding-top: 40px;
        padding-bottom: 55px;
    }
    .item-offer__content {
        padding: 30px;
        margin: 0;
    }
    .item-offer__title {
        font-size: 28px;
    }
    .form__desc {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .form__title {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .lead__title {
        font-size: 26px;
    }
    .lead__title strong {
        font-size: 37px;
    }
    .section-news {
        padding: 35px 0;
    }
    .footer__middle ul li a {
        font-size: 13px;
        line-height: 21px;
    }
    .footer__middle ul li {
        margin-bottom: 5px;
    }
    .footer .list-socials {
        margin-top: 13px;
        margin-bottom: 16px;
    }
    .footer__info .city_adress_ {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 143%;
    }
    .footer .footer__phones .phones__link {
        font-size: 14px;
    }
    .zagolovki_footer, ul.menu--strong li a {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .footer__bottom .copyright .text {
        margin: 0;
    }
    .footer .made {
        justify-content: flex-start;
    }
    .item-column {
        margin-bottom: 17px;
    }
    .footer .copyright {
        margin: 10px 0;
    }
    .footer .to-top {
        margin-top: -35px;
    }
    .footer__bottom {
        margin-top: 0;
    }
    .footer__content {
        padding-top: 15px;
        display: none;
    }
    .footer__title, 
    ul.menu--strong li a {
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__bottom {
        border: none;
    }
    .footer__info {
        margin-top: 0;
    }
    .footer__title::after {
        width: 19px;
        height: 19px;
        font-size: 19px !important;
        color: #fff;
        content: "\f107";
        margin-left: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        transition: all 0.3s;
    }
    .zagolovki_footer.active::after {
        transform: rotate(180deg);
    }
    .footer__logo {
        display: flex;
        align-items: center;
    }
    .footer__logo .logo__title {
        margin: 0;
        margin-left: 15px;
    }
}
@media only screen and (max-width : 768px) {
    .scr1__wrap h1.title1 strong {
        font-size: 33px;
    }
    .scr1__wrap h1.title1 {
        font-size: 22px;
    }
    .item-billbord {
        font-size: 14px;
        display: block;
    }
    .item-billbord__icon {
        margin: 0;
        margin-bottom: 6px;
    }
    .scr1__items .row > div {
        padding: 0 4px;
    }
    .scr1__items .row {
        margin: 0 -4px;
    }
    .section-advantages .title-section {
        margin-bottom: 22px;
    }
    .title-section {
        font-size: 24px;
    }
    .section-advantages {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .item-advantage__icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .item-advantage {
        margin-bottom: 25px;
    }
    .products {
        padding-top: 30px;
    }
    .products .title-section {
        margin-bottom: 17px;
    }
    .products .slider-catalog {
        margin-top: 20px;
    }
    .tabs-wrap {
        margin-top: 16px;
        z-index: 50;
        font-weight: 500;
        position: relative;
        display: block;
    }
    .tabs-wrap .products__nav {
        position: absolute;
        margin-top: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        background: #5e4948;
        display: block;
        z-index: 10;
        display: none;
    }
    .btn-tab {
        height: 48px;
        padding: 0 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        background-color: #5e4948;
    }
    .btn-tab::after {
        width: 19px;
        height: 19px;
        font-size: 19px !important;
        color: #fff;
        content: "\f107";
        margin-left: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        transition: all 0.3s;
    }
    .btn-tab.active {
        border-radius: 10px 10px 0 0;
    }
    .btn-tab.active::after {
        transform: rotate(180deg);
    }
    .products__nav li a.btn {
        padding: 5px 10px;
        border-radius: 4px;
        font-weight: 400;
        width: 100%;
        display: block;
        height: auto;
        text-align: left;
    }
    .products__nav .active a {
        background-color: #d90429;
    }
    .products__nav li {
        margin: 0;
        margin-bottom: 6px;
    }
    .slider-catalog {
        padding-bottom: 0;
    }
    .products {
        padding-bottom: 35px;
    }
    .section-offers .title-section {
        margin-bottom: 18px;
    }
    .item-offer__image {
        height: 275px;
    }
    .form {
        width: 100%;
        margin: 0;
    }
    .partners {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .block-review {
        display: block;
    }
    .block-review .btn.btn--brown {
        margin-top: 20px;
    }
    .section-reviews .title-section {
        margin-bottom: 20px;
    }
    .cta::after {
        display: none;
    }
    .section-news .title-section {
        margin-bottom: 20px;
    }
    .item-news__title {
        max-width: 100%;
    }
    .item-news {
        margin-bottom: 20px;
    }
    .section-news {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .section-reviews {
        padding-bottom: 35px;
    }
    .scr1__wrap h1.title1 {
        margin-bottom: 40px;
    }
    .scr1__buttons {
        padding-top: 63px;
    }
    .lead {
        background-position: left center;
    }
    .slider-offers .slick-dots {
        margin-top: 20px;
    }
    .cta  .form__desc {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
    .lead .form__desc {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width : 480px) {
    .lead__title strong {
        font-size: 28px;
    }
    .lead__title {
        font-size: 22px;
    }
    .rating__item {
        width: 17px;
        height: 17px;
        margin-right: 5px;
        background-size: contain;
    }
    .rating__item::after {
        background-size: contain;
    }
    .descr-rating {
        font-size: 13px;
        margin-left: 9px;
    }
    .block-review {
        padding: 22px 20px;
        font-size: 17px;
        margin-bottom: 22px;
    }
    .partners__slide {
        padding: 8px;
    }
    .partners__slides {
        margin: 0 -8px;
    }
    .partners__slide .img__wrap {
        height: 95px;
    }
    .text-advantage {
        padding: 18px 10px;
        padding-right: 10px;
        font-size: 13px;
        line-height: 140%;
        padding-bottom: 34px;
    }
    .item-offer__image {
        height: 220px;
    }
    .item-offer__content {
        padding: 20px 15px;
    }
    .features-block {
        padding: 17px 0;
        margin: 14px 0;
    }
    .feature-main {
        font-size: 13px;
    }
    .feature-main strong {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .item-offer__title {
        font-size: 22px;
    }
    .price-main {
        font-size: 26px;
    }
    .block-review .btn.btn--brown, .item-offer .btn.btn--brown {
        width: 175px;
    }
    .title-section {
        font-size: 22px;
    }
    .section-offers {
        padding-top: 32px;
        padding-bottom: 45px;
    }
    .item-advantage {
        font-size: 13px;
        line-height: 143%;
        margin-bottom: 20px;
        display: block;
    }
    .item-advantage__icon {
        margin: 0;
        margin-bottom: 10px;
    }
    .section-advantages .row {
        margin: 0 -5px;
    }
    .section-advantages .row > div {
        padding: 0 5px;
    }
    .item-billbord {
        font-size: 12px;
        padding: 10px 5px;
        border-radius: 8px;
    }
    .item-billbord__icon {
        width: 21px;
        height: 21px;
    }
    .header .logo__title {
        display: none;
    }
    .scr1__buttons .btn {
        margin-right: 10px;
    }
    .scr1__buttons .btn.btn--brown {
        height: 50px;
        width: 220px;
    }
}