@media(max-width: 767px) {
    html{
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    body
    {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 75px;
        max-width: 100%;
        overflow-x: hidden;
    }

    footer {
        padding-top: 20px;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }

    p {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    header {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .video__row {
		flex-wrap: wrap;
	}

	.video__item {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

    .video__item-small {
		display: flex;
		width: 100%;
        padding-bottom: 56.25%;
        margin-bottom: 20px;
	}

	.video__item:last-child {
		margin-bottom: 0;
	}
    
    .video-frame {
        width: 100% !important;
        height: auto !important;
    }
    /*----- Шапка сайта -----*/
    .top-header {
        display: none;
    }

    .bottom-header {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 75px;
        padding: 0 20px;
        background-color: #234b4d;
    }

    .mobile-header__burger {
        font-size: 0;
        line-height: 1;
    }

    .mobile-header__burger svg {
        width: 31px;
        height: auto;
    }

    .mobile-header__callback {
        font-size: 0;
        line-height: 1;
    }

    .mobile-header__logo {
        font-size: 0;
        line-height: 1;
    }

    .bottom-header__menu {
        display: none;
    }

    .bottom-header__callback {
        display: none;
    }

    .bottom-header__logo {
        display: none;
    }

    .bottom-header__mobile-left {
        position: relative;
        display: inline-block;
    }

    .bottom-header__burger {
        position: absolute;
        top: 4px;
        display: inline-block;
        margin-right: 10px;
    }

    .bottom-header__mobile-logo {
        margin-left: 35px;
        display: inline-block;
    }

    .bottom-header__city {
        margin-bottom: 5px;
        font-size: 0.625rem;
    }

    .bottom-header__phone {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .mobile-bottom-header {
        display: block;
        height: 30px;
        background-color: #0f4d4d;
    }

    .mobile-bottom-header__menu-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 0 0 0;
        margin: 0;
        list-style: none;
    }

    .mobile-bottom-header__menu-item {
        display: inline-block;
    }

    .mobile-bottom-header__menu-link {
        border-bottom: 1px solid #cde4e4;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        text-decoration: none;
        color: #cde4e4;
    }

    .main-slider__header {
        padding: 0 0 20px 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .main-slider__header span {
        font-size: 1.125rem;
    }
    /*----- Конец шапки сайта -----*/

    /*----- Обратный звонок -----*/
    .top-callback__mobile-block {
        display: flex;
        flex-direction: column;
    }

    .top-callback__mobile-city {
        font-weight: bold;
        font-size: 24px;
        line-height: 1;
    }

    .top-callback__mobile-city-change {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1;
    }

    .top-callback__mobile-phone {
        margin-bottom: 15px;
        text-decoration: none;
        font-size: 24px;
        line-height: 1;
    }

    .top-callback__mobile-hr {
        width: 100%;
        height: 1px;
        margin-bottom: 15px;
        border-top: 1px solid #c7d1d0;
    }
    /*----- Конец обратного звонка -----*/

    /*----- Слайдер на главной -----*/
    .main-slider__inner {
        display: none;
    }

    .main-slider-mobile__inner {
        display: block;
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .main-slider-mobile__item {
        position: relative;
        width: 280px;
        height: 280px;
    }

    .main-slider-mobile__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .main-slider-mobile__part {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 122px;
        padding: 20px;
        background: rgba(15, 77, 77, 0.8) !important;
        overflow: hidden;
    }

    .main-slider-mobile__slide-header {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1rem;
        line-height: 93%;
        color: #fff;
    }

    .main-slider-mobile__list {
        padding: 0;
        list-style: none;
    }

    .main-slider-mobile__list-item {
        padding-left: 20px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #fff;
    }

    .main-slider-mobile__list-item:last-child {
        margin-bottom: 0;
    }

    .main-slider-mobile__list-item:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #fff;
        margin-right: 10px;
        margin-left: -18px;
        transform: translate(0, -50%) scaleY(1) rotate(45deg);
    }

    .main-slider-mobile__more-link {
        position: absolute;
        bottom: 10px;
        right: 20px;
        border-bottom: 1px solid #e5f1f1;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        text-decoration: none;
        color: #e5f1f1;
    }
    /*----- Конец слайдера на главной -----*/

    /*----- Популярные теплицы на главной -----*/
    .main-popular__header {
        padding-top: 0;
    }

    .main-popular__inner {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .main-popular__inner .good-card {
        margin-bottom: 0;
    }
    /*----- Конец популярных теплиц на главной -----*/

    /*----- Наши преимущества на главной -----*/
    .main-features__row {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    /*----- Конец наших преимуществ на главной -----*/

    /*----- Карточка товара -----*/
    .good-card {
        margin-right: 0;
    }
    /* .good-card {
        width: 285px;
        margin-right: 0;
    }

    .good-card__top {
        width: 280px;
        height: 280px;
    }

    .good-card__center {
        top: 260px;
        left: 5px;
        width: 270px;
    }

    .good-card__width-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__height-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__depth-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__bottom {
        height: 200px;
        padding: 30px 15px 0 15px;
    }

    .good-card__name {
        margin-bottom: 5px;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

    .good-card__material {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__desc {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__price {
        left: 15px;
        bottom: 15px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .good-card__rub {
        font-size: 0.75rem;
    }

    .good-card__price-sale-price {
        position: absolute;
        left: 15px;
        bottom: 17px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .good-card__price-sale-price-ruble {
        font-size: 0.75rem;
    }

    .good-card__price-sale-old-price {
        position: absolute;
        left: 15px;
        bottom: 4px;
        font-size: 0.75rem;
    }

    .good-card__favorite {
        display: none;
    }

    .good-card__compare {
        display: none;
    }

    .good-card__details {
        bottom: 17px;
        right: 15px;
        font-size: 0.8125rem;
        line-height: 1rem;
    } */

    .detail-portfolio-block {
        padding: 20px;
    }

    .detail-portfolio-block__top-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .detail-portfolio-block__header {
        text-align: center;
    }

    .detail-portfolio__item {
        flex-direction: column;
    }

    .detail-portfolio__item-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .detail-portfolio__item-right {
        padding: 0;
        width: 100%;
    }

    .detail-portfolio__item-desc {
        font-size: 16px;
        margin-bottom: 10px;
    }
    /*----- Конец карточки товара -----*/

    /*----- СЕО-текст на главной -----*/
    .main-seo__block {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .main-seo__left {
        width: 100%;
    }

    .main-seo__right {
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .main-seo__left p {
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }

    .main-seo__right a>img {
        display: none;
    }

    .main-seo__right-video-link {
        width: 100%;
        height: 200px;
    }
    /*----- Конец СЕО-текста на главной -----*/

    /*----- Подвал сайта -----*/
    .footer-top {
        padding: 20px 0;
    }

    .footer-top__logo-link {
        display: block;
        margin-bottom: 20px;
    }

    .footer-top__social-list {
        display: none;
    }

    .footer-top__made-in-russia {
        display: none;
    }

    .footer-top__block--1 {
        width: 100%;
    }

    .footer-top__block--2 {
        display: none;
    }

    .footer-top__block--3 {
        display: none;
    }

    .footer-top__block--4 {
        display: none;
    }

    .footer-bottom {
        display: none;
    }

    .mobile-footer-bottom {
        display: block;
        padding: 15px 0;
    }

    .mobile-footer-bottom__block {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #cde4e4;
    }
    
    .mobile-footer-bottom__block a {
        color: #cde4e4;
        text-decoration: none;
    }

    .mobile-footer-bottom__phone {
        margin-bottom: 10px;
        font-size: 0.75rem;
    }

    .mobile-footer-bottom__phone a {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }

    .mobile-footer-bottom__copy {
        font-size: 0.75rem;
    }

    .mobile-footer-bottom__city {
        font-size: 0.75rem;
    }
    
    .mobile-footer-bottom__city a {
        border-bottom: 1px solid #cde4e4;
    }
    
    .mobile-footer-bottom__info {
        display: inline-block;
        margin-bottom: 5px;
        border-bottom: 1px solid #cde4e4;
        font-size: 0.75rem;
    }
    
    .mobile-footer-bottom__policy {
        border-bottom: 1px solid #cde4e4;
        font-size: 0.75rem;
    }
    /*----- Конец подвала сайта -----*/

    /*----- Хлебные крошки -----*/
    .bx-breadcrumb .bx-breadcrumb-item a {
        font-size: 0.6875rem !important;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 0.6875rem !important;
    }
    /*----- Конец хлебных крошек -----*/

    /*----- Каталог товаров -----*/
    .catalog-cards {
        justify-content: space-evenly;
    }

    .catalog-top__desc p {
        text-align: justify;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .catalog-bottom__desc p {
        text-align: justify;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .catalog__header {
        padding-bottom: 10px;
    }

    .catalog-sorts {
        flex-wrap: wrap;
    }

    .catalog-sort {
        display: block;
        width: 100%;
    }

    .catalog-sort__list {
        padding: 0;
        margin-bottom: 15px;
    }

    .catalog-sort__link {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    /*----- Конец каталога товаров -----*/

    /*----- Попап выбора города -----*/
    .select-city {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: unset;
        height: 80%;
        padding: 20px;
    }

    .select-city__header {
        padding-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .select-city__block {
        flex-wrap: wrap;
        height: 100%;
        overflow-y: scroll;
    }

    .select-city__list {
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .select-city__list:last-child {
        padding-bottom: 40px;
    }

    .select-city .fancybox-close-small {
        top: -20px;
        right: 28px;
    }
    /*----- Конец попапа выбора города -----*/

    /*----- Мобильная панель -----*/
    .mobile-panel-wrapper {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background-color: rgba(30, 30, 30, 0.9);
        backdrop-filter: blur(2.5px);
    }

    .mobile-panel {
        z-index: 9999;
        position: fixed;
        left: -320px;
        top: 0;
        display: block;
        width: 280px;
        height: 100%;
        background-color: #fff;
    }

    .mobile-panel__button {
        position: absolute;
        top: 40px;
        right: -15px;
        width: 30px;
        height: 30px;
        background-color: #e5f1f1;
        border: none;
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-panel__button svg {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-panel__buttons {
        z-index: 99999;
        position: absolute;
        top: 104px;
        right: -25px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 50px;
        height: 170px;
        padding: 15px 0;
        background-image: url('/upload/icons/mobile-menu-romb.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
    }

    .mobile-panel-buttons__favorite-icon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__favorite-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__favorite-icon:hover svg path {
        fill: #fff;
        transition: 0.5s;
    }
    
    .mobile-panel-buttons__favorite-icon-romb {
        position: absolute; 
        top: -11px;
        right: 0;
        width: 0; 
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #f26243;
    }
    
    .mobile-panel-buttons__favorite-icon-romb:after {
        content: "";
        width: 0; 
        height: 0;
        position: absolute; 
        left: -7px; 
        top: 7px;
        border: 7px solid transparent;
        border-top-color: #f26243;
    }
    
    .mobile-panel-buttons__comp-icon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__comp-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__comp-icon:hover svg path {
        stroke: #fff;
        transition: 0.5s;
    }
    
    .mobile-panel-buttons__comp-icon-romb {
        position: absolute; 
        top: -11px;
        right: 0;
        width: 0; 
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #f26243;
    }
    
    .mobile-panel-buttons__comp-icon-romb:after {
        content: "";
        width: 0; 
        height: 0;
        position: absolute; 
        left: -7px; 
        top: 7px;
        border: 7px solid transparent;
        border-top-color: #f26243;
    }
    
    .mobile-panel-buttons__cart-icon {
        position: relative;
        display: block;
        margin-bottom: 6px;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__cart-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__cart-icon:hover svg path {
        fill: #fff;
        transition: 0.5s;
    }

    .mobile-panel__catalog-menu {
        height: 390px;
        padding: 95px 20px 20px 20px;
    }

    .mobile-catalog-menu__list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .mobile-catalog-menu__item {
        position: relative;
        display: block;
        padding: 10px 0;
    }

    .mobile-catalog-menu__item:first-child {
        padding-top: 0;
    }

    .mobile-catalog-menu__item:last-child {
        padding-bottom: 0;
    }
    
    .mobile-catalog-menu__link {
        font-weight: bold;
        font-size: 1.4rem;
        color: #1d1d1d;
        transition: 0.5s;
        text-decoration: none;
    }

    .mobile-panel__bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(100% - 390px);
        padding: 20px 20px 30px 20px;
        background-color: #e5f1f1;
        overflow-y: scroll;
    }

    .mobile-panel-bottom__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-panel-bottom__callback {
        display: inline-block;
        padding: 10px 15px;
        background-color: #f26243;
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #fff;
        text-decoration: none;
    }

    .mobile-panel-bottom__phone {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #425654;
        text-decoration: none;
    }

    .mobile-panel-bottom__search-block {
        position: absolute;
        top: 404px;
        left: 20px;
    }

    .mobile-panel-bottom__search-input {
        width: 180px;
        height: 36px;
        padding-left: 10px;
        background-color: #cde4e4;
        border: none;
        outline: none;
    }

    .mobile-panel-bottom__search-btn {
        position: absolute;
        top: 8px;
        right: 9px;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        color: #1d1d1d;
    }

    .mobile-panel-bottom__search-btn svg path {
        fill: #1d1d1d;;
    }

    .mobile-panel__header {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #062121;
    }

    .mobile-panel__bottom-menu-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mobile-panel__bottom-menu-list {
        padding: 0;
        margin: 0;
    }

    .mobile-panel__bottom-menu-item {
        display: block;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .mobile-panel__bottom-menu-link {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1rem;
        color: #425654;
        text-decoration: none;
    }

    .mobile-panel__social-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .mobile-panel__social-item {
        display: inline-block;
        margin-right: 8px;
    }
    
    .mobile-panel__social-item:last-child {
        margin-right: 0;
    }
    /*----- Конец мобильной панели -----*/

    /*----- Карточка товара -----*/
    .catalog-detail {
        flex-wrap: wrap;
    }

    .catalog-detail__left-block {
        width: 100%;
        padding-bottom: 10px;
    }

    .catalog-detail__right-block {
        width: 100%;
    }

    .catalog-detail__header {
        margin-bottom: 10px;
    }

    .catalog-detail__top-armature {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }

    .catalog-detail__config-header {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }

    .config-row {
        flex-wrap: wrap;
        margin: 0 -20px;
        border-left: none;
        border-right: none;
    }

    .config-row--bottom-margin {
        margin-bottom: 10px;
    }

    .config-row__left {
        width: 50%;
        margin-bottom: 15px;
        font-size: 0.875rem;
    }

    .config-row__center {
        width: 100%;
        max-width: 275px;
    }

    .config-row__right {
        position: absolute;
        top: 23px;
        right: 55px;
        width: 100%;
    }

    .config-row__popup-icon {
        top: 20px;
        right: 20px;
        left: unset;
    }

    .config-row__percent-block {
        display: none;
    }

    .config-row__item {
        min-width: 55px;
        height: 30px;
    }

    .config-row__color-item {
        min-width: 55px;
        height: 30px;
    }

    .config-row__color-item--active:before {
        min-width: 55px;
        height: 30px;
    }

    #send-config-row {
    }

    #send-config-row .config-row__left {
        width: 90%;
    }

    #send-config-row .config-row__center {
        width: 50%;
    }

    #send-config-row .config-row__right {
        position: relative;
        top: unset;
        right: unset;
        width: 50%;
    }

    .hint-modal {
        width: 100%;
        min-width: unset;
        padding: 20px;
    }

    .hint-modal .fancybox-close-small {
        top: -20px;
        right: 28px;
    }

    .hint-modal .hint-modal__body {
        height: 100%;
        overflow-y: scroll;
    }

    .detail-right__slider-block {
        display: none;
    }

    .detail-price-block {
        z-index: 999999;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        border: none;
        box-shadow: 0px -7px 16px rgba(74, 74, 74, 0.25);
    }

    .detail-price-block__buttons-item {
        width: 40px;
        height: 40px;
    }

    .detail-price-block__button {
        height: 40px;
        padding: 8px;
    }

    .detail-price-block__button svg {
        width: 100%;
        height: auto;
    }

    .detail-price-block__order-btn {
        width: auto;
        height: 40px;
        margin-right: 5px;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .detail-price-block__price {
        min-width: 100px;
        padding-left: 10px;
        margin-top: 5px;
    }

    .detail-price-block__sale-price {
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

    .detail-price-block__sale-old-price {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .detail-price-block__buttons-list {
        margin: 0;
    }

    .detail-price-block__total-price {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }

    .detail-price-block__total-price-ruble {
        font-size: 0.6875rem;
    }

    .detail-props-block {
        height: auto;
        margin: 0 -20px;
        background: #fff;
        border: 1px solid #c7d1d0;
        border-right: none;
        border-left: none;
        border-radius: 0;
        font-size: 0;
    }

    .detail-props-block__left {
        width: 100%;
        padding: 20px;
        border-right: none;
    }

    .detail-props-block__top-text {
        font-size: 0.875rem;
    }

    .detail-props-block__bottom-text {
        font-size: 0.9375rem;
    }

    .detail-props-block__right {
        flex-wrap: wrap;
        width: calc(100% + 40px);
        height: auto;
        padding-bottom: 10px;
        margin: 0 -20px 20px -20px;
        background-color: #fff;
        border-bottom: 1px solid #c7d1d0;
    }

    .detail-props-block__right--pc {
        display: none;
    }

    .detail-props-block__right--mobile {
        display: flex;
    }

    .detail-props-block__header {
        width: 100%;
    }

    .detail-props-block__doc-link {
        display: inline-flex;
        width: 50%;
    }

    .detail-flex-row {
        flex-wrap: wrap;
        margin: 0 -20px 0 -20px;
    }

    .detail-flex-row__left {
        width: 100%;
        border: none;
        border-bottom: 1px solid #c7d1d0;
    }

    .detail-flex-row__right {
        width: 100%;
        border-right: none;
    }

    .detail-testims__all-link {
        display: none;
    }

    .detail-testims__header {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        padding-bottom: 15px;
    }

    .detail-testims {
        padding: 0 0 0 20px;
    }

    .detail-testims .testims__list {
        padding-bottom: 0;
    }

    .detail-testims-item {
        width: 280px !important;
        height: 275px;
        padding: 15px 20px;
        margin-bottom: 0;
    }

    .detail-testims-item__name {
        font-size: 0.9375rem;
        line-height: 1.1875rem;
    }

    .detail-testims-item__text {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .detail-testims-item__detail {
        bottom: 38px;
        right: unset;
        left: 20px;
    }

    .detail-testims-item__date {
        bottom: 16px;
        left: 20px;
    }

    .detail-testims__mobile-all-link {
        display: block;
    }

    .testims-popup {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: unset;
        height: 80%;
        padding: 20px;
    }
    
    .testims-popup__inner {
        height: 100%;
        overflow-y: scroll !important;
    }

    .testims-popup .fancybox-close-small {
        top: -20px !important;
        right: 28px !important;
    }
    
    .detail__mobile-slider {
        display: block;
        padding: 0;
        margin: 0 -20px 20px 0;
    }

    .detail__mobile-slider-slide {
        width: 280px;
        height: 280px;
    }

    .detail-video-block {
        padding: 20px;
    }

    .detail-video-block__top-row {
        flex-direction: column;
    }

    .detail-video-block__big-video {
        height: auto;
        margin-bottom: 10px;
    }

    .detail-video-block__small-row {
        flex-direction: column;
        padding: 0;
    }

    .detail-video-block__small-video {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .detail-video-block__small-video:last-child {
        margin-bottom: 0;
    }

    .detail-video__left {
        width: 100%;
        margin-bottom: 0;
    }

    .detail-video__right {
        flex-direction: column;
        justify-content: flex-start;
    }
    /*----- Конец карточки товара -----*/

    /*----- Страница отзывов -----*/
    .testims-sections__list {
        flex-wrap: wrap;
    }

    .testims-sections__item {
        border: 1px solid #c7d1d0;
    }

    .testims__list {
        flex-wrap: wrap;
    }

    .testims__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
    /*----- Конец страницы отзывов -----*/

    /*----- Страница полезная информация -----*/
    .information-item {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .information-item:last-child {
        border-bottom: 1px solid #c7d1d0;
    }
    /*----- Конец страницы полезная информация -----*/

    /*----- Страница вопросы и ответы -----*/
    .information-menu {
        width: 100%;
        border-bottom: none;
    }

    .information-menu__link {
        width: 50%;
        padding: 10px 0;
        border-bottom: 1px solid #c7d1d0;
        font-size: 0.75rem;
    }

    .information-menu__link:nth-child(2n) {
        border-right: none;
    }

    .mobile-faq-block {
        display: block;
    }
    
    .faq-block {
        display: none;
    }

    .reviews .ui-accordion-header {
        padding: 15px 40px 15px 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #c7d1d0;
        border-top: 0;
        font-weight: 500;
        color: #0f4d4d;
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }

    .reviews .ui-accordion-header:first-child {
        border-top: 1px solid #c7d1d0;
    }

    .reviews .ui-accordion-header.ui-state-active {
        color: #000;
        border-bottom: none;
    }

    .reviews .ui-accordion-content {
        padding: 15px 20px;
        color: #062121;
        font-size: 0.6875rem;
        line-height: 0.875rem;
    }

    .reviews .ui-accordion-header-icon {
        position: absolute;
        right: 20px;
        top: 17px;
    }

    .reviews .ui-accordion-content.ui-corner-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .reviews .ui-state-active .ui-icon {
        background-image: url('images/ui-icons_444444_256x240.png');
    }
    /*----- Конец страницы вопросы и ответы -----*/

    /*----- Страница инструкции по сборке -----*/
    .instructions-block__item {
        width: 130px;
    }

    .instructions-block__item:nth-child(2n) {
        margin-right: 0;
    }

    .instructions-block__item-name {
        font-size: 0.75rem;
    }
    /*----- Конец страницы инструкции по сборке -----*/

    /*----- Страница цветов RAL -----*/
    .warning__text {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .mobile-table {
        display: block;
    }

    .desctop-table {
        display: none;
    }
    /*----- Конец страницы цветов RAL -----*/

    /*----- Страница статьи -----*/
    .articles-block__item {
        margin: 0 0 20px 0;
    }
    /*----- Конец страницы статьи -----*/

    /*----- Страница о продукции -----*/
    .about-products__row {
        flex-wrap: wrap;
    }

    .about-products__row-1 {
        height: auto;
    }

    .about-products__left {
        width: 100%;
    }

    .about-products__right {
        width: 100%;
    }

    .about-products__header {
        padding-bottom: 12px;
    }

    .about-products__top-text {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .about-products__stats-row {
        flex-wrap: wrap;
    }

    .about-products__stats-row_first {
        flex-wrap: wrap;
        padding-top: 280px;
    }

    .about-products__stats-item {
        width: 50%;
        margin-bottom: 22px;
    }

    .about-products__stats-item:nth-child(n + 3) {
        margin-bottom: 0;
    }

    .about-products__stats-number {
        text-align: center;
        font-size: 2.1875rem;
        line-height: 2.75rem;
    }

    .about-products__stats-text {
        font-size: 0.8125rem;
        line-height: 107%;
    }

    .about-products__img-1 {
        position: absolute;
        top: -655px;
        right: calc(50% - 137px);
        width: 162px;
        height: 151px;
    }

    .about-products__img-2 {
        position: absolute;
        top: -503px;
        right: calc(50% - 137px);
        width: 101px;
        height: 89px;
    }

    .about-products__img-3 {
        position: absolute;
        top: -673px;
        right: calc(50% + 26px);
        width: 116px;
        height: 71px;
    }

    .about-products__img-4 {
        position: absolute;
        top: -601px;
        right: calc(50% + 26px);
        width: 116px;
        height: 97px;
    }

    .about-products__img-5 {
        position: absolute;
        top: -503px;
        right: calc(50% - 35px);
        width: 157px;
        height: 100px;
    }

    .about-products__subheader {
        padding-top: 50px;
        padding-bottom: 12px;
    }

    .about-products__subtext {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .about-products__row-item {
        margin-bottom: 10px;
    }

    .about-products__row-item-top {
        padding: 16px 22px 26px 22px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .about-products__row--mobile-mb-0 {
        margin-bottom: 0;
    }

    .warning--mobile-mb-40 {
        margin-bottom: 40px;
    }

    .about-products-middle .about-products__left {
        height: 250px;
    }

    .about-products__img-8 {
        position: absolute;
        top: 0;
        left: calc(50% - 140px);
        width: 144px;
        height: 109px;
    }

    .about-products__img-9 {
        position: absolute;
        top: 110px;
        left: calc(50% - 140px);
        width: 144px;
        height: 113px;
    }

    .about-products__img-10 {
        position: absolute;
        top: 0;
        left: calc(50% + 5px);
        width: 134px;
        height: 205px;
    }

    .about-products__row--mb-70 {
        margin-bottom: 0;
    }

    .about-products__carousel {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
        height: 210px;
        margin-right: -20px;
        overflow-x: scroll;
    }

    .about-products__carousel-item {
        display: inline-flex;
        flex-shrink: 0;
        width: auto;
        height: 210px;
        margin-right: 2px;
    }

    .about-products__carousel-item img {
        height: 100% !important;
    }

    .warning--mb-40 {
        margin-bottom: 0;
    }

    .about-products__small-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-products__small-item:last-child {
        margin-bottom: 0;
    }

    .about-products__small-item-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 113px);
        height: 113px;
        padding: 0 0 0 13px;
        background-color: transparent;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #000;
    }

    .about-products__small-item-top-text {
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1;
        color: #2C8D8D;
    }

    .about-products__row--mb-50 {
        margin-bottom: 0;
    }
    /*----- Конец страницы о продукции -----*/

    /*----- Страница о компании -----*/
    .company-top__row {
        display: none;
    }

    .company-mobile__carousel {
        margin-right: -20px;
        width: calc(100% + 20px);
    }

    .company-middle {
        height: auto;
    }

    .company-middle__header {
        display: none;
    }

    .company-middle__subheader {
        display: none;
    }

    .company-middle__sert-1 {
        display: none;
    }

    .company-middle__sert-2 {
        display: none;
    }

    .company-middle__sert-3 {
        display: none;
    }

    .company-middle__sert-4 {
        display: none;
    }

    .company-middle__sert-5 {
        display: none;
    }

    .company-middle__quotes {
        display: none;
    }

    .company-middle__text {
        display: none;
    }

    .company-top__subheader {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        color: #425654;
    }

    .company-middle-mobile {
        display: block;
    }

    .company-middle-mobile__header {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        color: #062121;
    }

    .company-middle-mobile__subheader {
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #062121;
    }

    .company-middle-mobile__text {
        position: relative;
        padding-left: 40px;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #0F4D4D;
    }

    .company-middle-mobile__quotes {
        position: absolute;
        top: 0;
        left: 0;
    }

    .company-middle-mobile__carousel {
        margin-bottom: 16px;
        margin-right: -20px;
        width: calc(100% + 20px);
    }

    .company-middle-mobile__item {
        width: 280px;
        height: auto;
    }

    .company-middle-mobile__item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .company-middle-mobile__item a img {
        width: 100%;
        height: auto;
    }

    .company-check__header {
        width: 100%;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .company-check__list-top {
        display: none;
    }

    .company-check__list-bottom {
        display: none;
    }

    .company-check-mobile {
        display: block;
        padding-bottom: 24px;
    }

    .company-check-mobile__carousel {
        margin-top: -10px;
        margin-right: -20px;
        width: calc(100% + 20px)
    }

    .company-check-mobile__carousel .owl-stage-outer {
        padding-top: 10px;
    }

    .company-check__item {
        width: 280px;
        height: 220px;
    }

    .company-check-mobile__dots {
        display: flex;
        margin-bottom: 34px;
        counter-reset: checks 0;
    }

    .company-check-mobile__dots .owl-dot {
        z-index: 1;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 0;
        margin-top: -14px;
        margin-right: 13px;
        border: 14px solid #f8f8f8;
        border-bottom-color: #c7d1d0;
        counter-increment: checks 1;
    }

    .company-check-mobile__dots .owl-dot::after {
        z-index: 1;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: -14px;
        top: 14px;
        border: 14px solid transparent;
        border-top-color: #c7d1d0;
    }

    .company-check-mobile__dots .owl-dot.active {
        border-bottom-color: #0f4d4d;
    }

    .company-check-mobile__dots .owl-dot.active::after {
        border-top-color: #0f4d4d;
    }

    .company-check-mobile__dots .owl-dot:last-child {
        margin-right: 0;
    }

    .company-check-mobile__dots .owl-dot span::before {
        z-index: 2;
        content: counter(checks);
        position: relative;
        display: block;
        padding-top: 28px;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1;
        color: #425654;
    }

    .company-check-mobile__dots .owl-dot.active span::before {
        color: #fff;
    }

    .company-way {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .company-way__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .company-way__right {
        width: 100%;
    }

    .company-way__item {
        margin-bottom: 10px;
    }

    .company-way__item::before {
        height: calc(100% + 10px);
    }

    .company-way__item-center {
        display: none;
    }

    .company-way__item-right {
        width: calc(100% - 25px);
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .company-way__item-year {
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #0f4d4d;
    }

    .company-serts__text {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    /*----- Конец страницы о компании -----*/

    /*----- Страница оплаты -----*/
    .oplata__row {
        display: none;
    }

    .mobile-oplata__row {
        display: block;
        border: 1px solid #c7d1d0;
    }

    #mobile-oplata .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #mobile-oplata .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #mobile-oplata .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #mobile-oplata .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #mobile-oplata .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }
    /*----- Конец страницы оплаты -----*/
    
    /*----- Страница досткавки -----*/
    .delivery__row {
        display: none;
    }

    .delivery-mobile {
        display: block;
        border: 1px solid #c7d1d0;
    }

    #delivery-mobile .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #delivery-mobile .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #delivery-mobile .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #delivery-mobile .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #delivery-mobile .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }

    .delivery-mobile-bottom {
        display: block;
        margin-bottom: 40px;
        border: 1px solid #c7d1d0;
    }

    #delivery-mobile-bottom .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #delivery-mobile-bottom .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #delivery-mobile-bottom .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #delivery-mobile-bottom .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #delivery-mobile-bottom .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }
    /*----- Конец страницы доставки -----*/

    /*----- Страница отзывов -----*/
    .testims-item {
        height: auto;
        padding: 15px 15px 70px 15px;
    }

    .testims-item__detail {
        position: absolute;
        bottom: 31px;
        right: calc(50% - 37px);
    }

    .testims-item__source-name {
        bottom: 32px;
        right: 15px;
    }

    .testims-item__source {
        bottom: 15px;
        right: 15px;
    }

    .testims-item__date {
        bottom: 28px;
        left: 15px;
    }

    .testims-video-item {
        flex-wrap: wrap;
        padding: 0;
    }
    
    .testims-video-item__video {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .testims-video-item__date {
        top: 12px;
        right: 10px;
    }

    .testims-video-item__quotes {
        top: 7px;
        left: 10px;
    }

    .testims-video-item__text {
        display: none;
    }

    .testims-video-item__text-mobile {
        display: block;
        height: 100%;
        padding: 40px 10px 10px 10px;
        font-size: 1rem;
        line-height: 1.25rem;
        color: #062121;
    }
    /*----- Конец страницы отзывов -----*/

    /*----- Страница контактов -----*/
    .contacts-top {
        flex-wrap: wrap;
    }

    .contacts-top__left {
        width: 100%;
        height: auto;
        padding: 20px;
        border-right: 0.5px solid rgb(199, 209, 208);
        border-bottom: none;
    }

    .contacts-top__right {
        width: 100%;
        height: 200px;
    }

    .contacts-top__right iframe {
        height: 100% !important;
    }

    .contacts-top__left-callback {
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 15px;
    }

    .contacts-map__block {
        flex-wrap: wrap;
        height: auto;
    }

    .contacts-map__right {
        height: 400px;
    }

    .contacts-map__left {
        width: 100%;
        padding: 20px;
    }

    .contacts-map__right {
        width: 100%;
        height: 475px;
    }

    .contacts__how {
        display: none;
    }

    .contacts__how-mobile {
        display: flex;
        flex-direction: column;
    }

    .contacts__how-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border: 1px solid #c7d1d0;
        border-bottom: none;
        background-color: #fff;
        text-decoration: none;
    }

    .contacts__how-link_border_bottom {
        border-bottom: 1px solid #c7d1d0;
    }
    /*----- Конец страницы контактов -----*/

    /*----- Сравнение -----*/
    .compare__inner-left {
        display: none;
    }

    .compare__inner-left {
        display: none;
    }

    .compare__inner-right {
        width: 100%;
    }

    .compare__arrow-left {
        top: 0;
        left: 0;
    }

    .compare__arrow-right {
        top: 0;
        right: 0;
    }

    .compare__inner-right_pt_34 {
        padding-top: 60px;
    }

    .compare__item {
        padding-left: 0;
    }

    .compare__inner.mb-20 {
        margin-bottom: 0;
    }

    .compare__props-carousel {
        border-left: 1px solid #c7d1d0;
    }

    .compare__compare-right {
        display: flex;
        align-items: center;
        padding: 0 15px;
        height: 52px;
        overflow: hidden;
    }
    /*----- Конец сравнения -----*/

    /*----- Ошибка 404 -----*/
    .page-404__container {
        padding-bottom: 260px;
    }

    .page-404__header {
        text-align: left;
    }

    .page-404__text {
        text-align: left;
    }

    .page-404__row {
        flex-wrap: wrap;
    }

    .page-404__catalog-link {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-404__main-link {
        width: 100%;
    }

    .page-404__image-1 {
        top: unset;
        left: 20px;
        bottom: 98px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-2 {
        top: unset;
        left: 110px;
        bottom: 141px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-3 {
        top: unset;
        left: 110px;
        bottom: 50px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-4 {
        top: unset;
        left: 200px;
        bottom: 98px;
        right: unset;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-5 {
        top: unset;
        left: 290px;
        bottom: 141px;
        right: unset;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-6 {
        top: unset;
        left: 290px;
        bottom: 50px;
        right: unset;
        width: 70px;
        height: auto;
    }
    /*----- Конец ошибки 404 -----*/

    /*----- Наши работы -----*/
    .our-works-list__item {
        flex-direction: column;
        width: 100%;
        max-height: unset;
    }

    .our-works-list__item-image {
        width: 100%;
        height: auto;
    }

    .our-works-list__item-right {
        width: 100%;
    }

    .our-works-list__item-desc {
        margin-bottom: 20px;
    }

    .our-works-detail__mobile-video-block {
        display: block;
        margin-bottom: 20px;
    }

    .our-works-detail__mobile-video {
        width: 100%;
    }

    .our-works-detail-list {
        display: none;
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .our-works-detail-list__item {
        width: 280px;
    }
    /*----- Конец наших работ -----*/

    /*----- Оформление заказа -----*/
    .cart {
        flex-wrap: wrap;
    }

    .cart-left {
        width: 100%;
    }

    .cart-right {
        width: 100%;
    }

    .cart-right__form-input {
        width: calc(50% - 5px);
    }

    .cart-item {
        flex-wrap: wrap;
        padding: 0 0 40px 0;
    }

    .cart-item__left {
        width: 100%;
    }

    .cart-item__right {
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .cart-item__img {
        width: 100%;
        height: auto;
    }

    .cart-item__name {
        padding: 0 0 5px 20px;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .cart-item__prop-line-left {
        width: 100%;
    }

    .cart-item__prop-line-right {
        width: 100%;
    }

    .cart-right__form {
        padding: 20px;
    }

    .cart-right__form-line {
        flex-wrap: wrap;
    }

    .cart-right__form-input {
        width: 100%;
    }

    .cart-right__total-block {
        flex-wrap: wrap;
    }

    .cart-right__total-block-left {
        width: 100%;
    }

    .cart-right__total-block-right {
        width: 100%;
    }

    .cart-right__total-price {
        margin-bottom: 20px !important;
    }

    /*----- Конец оформлении заказа -----*/
}

@media(min-width: 590px) and (max-width: 767px) {
    .config-row {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .config-row--bottom-margin {
        margin-bottom: 10px;
    }

    .config-row__left {
        width: 165px;
        font-size: 0.875rem;
    }

    .config-row__center {
        width: 100%;
        max-width: 275px;
    }

    /*----- Оформление заказа -----*/
    .cart {
        flex-wrap: wrap;
    }

    .cart-left {
        width: 100%;
    }

    .cart-right {
        width: 100%;
    }

    .cart-right__form-input {
        width: calc(50% - 5px);
    }

    .cart-item__left {
        width: 40%;
    }

    .cart-item__right {
        width: 60%;
        padding: 15px 30px 0 20px;
    }

    .cart-item__img {
        width: 100%;
        height: auto;
    }

    .cart-item__name {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    /*----- Конец оформлении заказа -----*/
}

@media(min-width: 768px) and (max-width: 1199px) {
    html{
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    body
    {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 75px;
        max-width: 100%;
        overflow-x: hidden;
    }

    footer {
        padding-top: 20px;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }

    p {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    header {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .video__row {
		flex-wrap: wrap;
	}

	.video__item {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

	.video__item:last-child {
		margin-bottom: 0;
	}
    
    .video-frame {
        width: 100% !important;
        height: auto !important;
    }
    /*----- Шапка сайта -----*/
    .top-header {
        display: none;
    }

    .bottom-header {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 75px;
        padding: 0 20px;
        background-color: #234b4d;
    }

    .mobile-header__burger {
        font-size: 0;
        line-height: 1;
    }

    .mobile-header__burger svg {
        width: 31px;
        height: auto;
    }

    .mobile-header__callback {
        font-size: 0;
        line-height: 1;
    }

    .mobile-header__logo {
        font-size: 0;
        line-height: 1;
    }

    .bottom-header__menu {
        display: none;
    }

    .bottom-header__callback {
        display: none;
    }

    .bottom-header__logo {
        display: none;
    }

    .bottom-header__mobile-left {
        position: relative;
        display: inline-block;
    }

    .bottom-header__burger {
        position: absolute;
        top: 4px;
        display: inline-block;
        margin-right: 10px;
    }

    .bottom-header__mobile-logo {
        margin-left: 35px;
        display: inline-block;
    }

    .bottom-header__city {
        margin-bottom: 5px;
        font-size: 0.625rem;
    }

    .bottom-header__phone {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .mobile-bottom-header {
        display: block;
        height: 30px;
        background-color: #0f4d4d;
    }

    .mobile-bottom-header__menu-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 0 0 0;
        margin: 0;
        list-style: none;
    }

    .mobile-bottom-header__menu-item {
        display: inline-block;
    }

    .mobile-bottom-header__menu-link {
        border-bottom: 1px solid #cde4e4;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        text-decoration: none;
        color: #cde4e4;
    }

    .main-slider__header {
        padding: 0 0 20px 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .main-slider__header span {
        font-size: 1.125rem;
    }
    /*----- Конец шапки сайта -----*/

    /*----- Обратный звонок -----*/
    .top-callback__mobile-block {
        display: flex;
        flex-direction: column;
    }

    .top-callback__mobile-city {
        font-weight: bold;
        font-size: 24px;
        line-height: 1;
    }

    .top-callback__mobile-city-change {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1;
    }

    .top-callback__mobile-phone {
        margin-bottom: 15px;
        text-decoration: none;
        font-size: 24px;
        line-height: 1;
    }

    .top-callback__mobile-hr {
        width: 100%;
        height: 1px;
        margin-bottom: 15px;
        border-top: 1px solid #c7d1d0;
    }
    /*----- Конец обратного звонка -----*/

    /*----- Слайдер на главной -----*/
    .main-slider__inner {
        display: none;
    }

    .main-slider-mobile__inner {
        display: block;
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .main-slider-mobile__item {
        position: relative;
        width: 280px;
        height: 280px;
    }

    .main-slider-mobile__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .main-slider-mobile__part {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 122px;
        padding: 20px;
        background: rgba(15, 77, 77, 0.8) !important;
        overflow: hidden;
    }

    .main-slider-mobile__slide-header {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1rem;
        line-height: 93%;
        color: #fff;
    }

    .main-slider-mobile__list {
        padding: 0;
        list-style: none;
    }

    .main-slider-mobile__list-item {
        padding-left: 20px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #fff;
    }

    .main-slider-mobile__list-item:last-child {
        margin-bottom: 0;
    }

    .main-slider-mobile__list-item:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #fff;
        margin-right: 10px;
        margin-left: -18px;
        transform: translate(0, -50%) scaleY(1) rotate(45deg);
    }

    .main-slider-mobile__more-link {
        position: absolute;
        bottom: 10px;
        right: 20px;
        border-bottom: 1px solid #e5f1f1;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        text-decoration: none;
        color: #e5f1f1;
    }
    /*----- Конец слайдера на главной -----*/

    /*----- Популярные теплицы на главной -----*/
    .main-popular__header {
        padding-top: 0;
    }

    .main-popular__inner {
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .main-popular__inner .good-card {
        margin-bottom: 0;
    }
    /*----- Конец популярных теплиц на главной -----*/

    /*----- Карточка товара -----*/
    .good-card {
        margin-right: 0;
    }
    /* .good-card {
        width: 285px;
        margin-right: 0;
    }

    .good-card__top {
        width: 280px;
        height: 280px;
    }

    .good-card__center {
        top: 260px;
        left: 5px;
        width: 270px;
    }

    .good-card__width-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__height-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__depth-block {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__bottom {
        height: 200px;
        padding: 30px 15px 0 15px;
    }

    .good-card__name {
        margin-bottom: 5px;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

    .good-card__material {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__desc {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .good-card__price {
        left: 15px;
        bottom: 15px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .good-card__rub {
        font-size: 0.75rem;
    }

    .good-card__price-sale-price {
        position: absolute;
        left: 15px;
        bottom: 17px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .good-card__price-sale-price-ruble {
        font-size: 0.75rem;
    }

    .good-card__price-sale-old-price {
        position: absolute;
        left: 15px;
        bottom: 4px;
        font-size: 0.75rem;
    }

    .good-card__favorite {
        display: none;
    }

    .good-card__compare {
        display: none;
    }

    .good-card__details {
        bottom: 17px;
        right: 15px;
        font-size: 0.8125rem;
        line-height: 1rem;
    } */

    .detail-portfolio-block {
        padding: 20px;
    }

    .detail-portfolio-block__top-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .detail-portfolio-block__header {
        text-align: center;
    }

    .detail-portfolio__row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .detail-portfolio__item {
        flex-direction: column;
        width: calc((100% - 20px) / 2);
        margin-bottom: 0;
    }

    .detail-portfolio__item-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .detail-portfolio__item-right {
        padding: 0;
        width: 100%;
    }

    .detail-portfolio__item-desc {
        font-size: 16px;
        margin-bottom: 10px;
    }
    /*----- Конец карточки товара -----*/

    /*----- СЕО-текст на главной -----*/
    .main-seo__block {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .main-seo__left {
        width: 100%;
    }

    .main-seo__right {
        width: 100%;
    }

    .main-seo__left p {
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }

    .main-seo__right a>img {
        display: none;
    }

    .main-seo__right-video-link {
        width: 100%;
        height: 200px;
    }
    /*----- Конец СЕО-текста на главной -----*/

    /*----- Подвал сайта -----*/
    .footer-top {
        padding: 20px 0;
    }

    .footer-top__logo-link {
        display: block;
        margin-bottom: 20px;
    }

    .footer-top__social-list {
        display: none;
    }

    .footer-top__made-in-russia {
        display: none;
    }

    .footer-top__block--1 {
        width: 100%;
    }

    .footer-top__block--2 {
        display: none;
    }

    .footer-top__block--3 {
        display: none;
    }

    .footer-top__block--4 {
        display: none;
    }

    .footer-bottom {
        display: none;
    }

    .mobile-footer-bottom {
        display: block;
        padding: 15px 0;
    }

    .mobile-footer-bottom__block {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #cde4e4;
    }
    
    .mobile-footer-bottom__block a {
        color: #cde4e4;
        text-decoration: none;
    }

    .mobile-footer-bottom__phone {
        margin-bottom: 10px;
        font-size: 0.75rem;
    }

    .mobile-footer-bottom__phone a {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }

    .mobile-footer-bottom__copy {
        font-size: 0.75rem;
    }

    .mobile-footer-bottom__city {
        font-size: 0.75rem;
    }
    
    .mobile-footer-bottom__city a {
        border-bottom: 1px solid #cde4e4;
    }
    
    .mobile-footer-bottom__info {
        display: inline-block;
        margin-bottom: 5px;
        border-bottom: 1px solid #cde4e4;
        font-size: 0.75rem;
    }
    
    .mobile-footer-bottom__policy {
        border-bottom: 1px solid #cde4e4;
        font-size: 0.75rem;
    }
    /*----- Конец подвала сайта -----*/

    /*----- Хлебные крошки -----*/
    .bx-breadcrumb .bx-breadcrumb-item a {
        font-size: 0.6875rem !important;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 0.6875rem !important;
    }
    /*----- Конец хлебных крошек -----*/

    /*----- Каталог товаров -----*/
    .catalog-cards {
        justify-content: space-evenly;
    }

    .catalog-top__desc p {
        text-align: justify;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .catalog-bottom__desc p {
        text-align: justify;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .catalog__header {
        padding-bottom: 10px;
    }

    .catalog-sorts {
        flex-wrap: wrap;
    }

    .catalog-sort {
        display: block;
        width: 100%;
    }

    .catalog-sort__list {
        padding: 0;
        margin-bottom: 15px;
    }

    .catalog-sort__link {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    /*----- Конец каталога товаров -----*/

    /*----- Попап выбора города -----*/
    .select-city {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: unset;
        height: 80%;
        padding: 20px;
    }

    .select-city__header {
        padding-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .select-city__block {
        flex-wrap: wrap;
        height: 100%;
        overflow-y: scroll;
    }

    .select-city__list {
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .select-city__list:last-child {
        padding-bottom: 40px;
    }

    .select-city .fancybox-close-small {
        top: -20px;
        right: 28px;
    }
    /*----- Конец попапа выбора города -----*/

    /*----- Мобильная панель -----*/
    .mobile-panel-wrapper {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background-color: rgba(30, 30, 30, 0.9);
        backdrop-filter: blur(2.5px);
    }

    .mobile-panel {
        z-index: 9999;
        position: fixed;
        left: -320px;
        top: 0;
        display: block;
        width: 280px;
        height: 100%;
        background-color: #fff;
    }

    .mobile-panel__button {
        position: absolute;
        top: 40px;
        right: -15px;
        width: 30px;
        height: 30px;
        background-color: #e5f1f1;
        border: none;
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-panel__button svg {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-panel__buttons {
        z-index: 99999;
        position: absolute;
        top: 104px;
        right: -25px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 50px;
        height: 170px;
        padding: 15px 0;
        background-image: url('/upload/icons/mobile-menu-romb.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
    }

    .mobile-panel-buttons__favorite-icon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__favorite-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__favorite-icon:hover svg path {
        fill: #fff;
        transition: 0.5s;
    }
    
    .mobile-panel-buttons__favorite-icon-romb {
        position: absolute; 
        top: -11px;
        right: 0;
        width: 0; 
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #f26243;
    }
    
    .mobile-panel-buttons__favorite-icon-romb:after {
        content: "";
        width: 0; 
        height: 0;
        position: absolute; 
        left: -7px; 
        top: 7px;
        border: 7px solid transparent;
        border-top-color: #f26243;
    }
    
    .mobile-panel-buttons__comp-icon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__comp-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__comp-icon:hover svg path {
        stroke: #fff;
        transition: 0.5s;
    }
    
    .mobile-panel-buttons__comp-icon-romb {
        position: absolute; 
        top: -11px;
        right: 0;
        width: 0; 
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #f26243;
    }
    
    .mobile-panel-buttons__comp-icon-romb:after {
        content: "";
        width: 0; 
        height: 0;
        position: absolute; 
        left: -7px; 
        top: 7px;
        border: 7px solid transparent;
        border-top-color: #f26243;
    }
    
    .mobile-panel-buttons__cart-icon {
        position: relative;
        display: block;
        margin-bottom: 6px;
        text-align: center;
        font-size: 0;
        line-height: 1;
        cursor: pointer;
        transition: 0.5s;
    }

    .mobile-panel-buttons__cart-icon svg {
        width: 26px;
        height: auto;
    }
    
    .mobile-panel-buttons__cart-icon:hover svg path {
        fill: #fff;
        transition: 0.5s;
    }

    .mobile-panel__catalog-menu {
        height: 390px;
        padding: 95px 20px 20px 20px;
    }

    .mobile-catalog-menu__list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .mobile-catalog-menu__item {
        position: relative;
        display: block;
        padding: 10px 0;
    }

    .mobile-catalog-menu__item:first-child {
        padding-top: 0;
    }

    .mobile-catalog-menu__item:last-child {
        padding-bottom: 0;
    }
    
    .mobile-catalog-menu__link {
        font-weight: bold;
        font-size: 1.4rem;
        color: #1d1d1d;
        transition: 0.5s;
        text-decoration: none;
    }

    .mobile-panel__bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(100% - 390px);
        padding: 20px 20px 30px 20px;
        background-color: #e5f1f1;
        overflow-y: scroll;
    }

    .mobile-panel-bottom__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-panel-bottom__callback {
        display: inline-block;
        padding: 10px 15px;
        background-color: #f26243;
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #fff;
        text-decoration: none;
    }

    .mobile-panel-bottom__phone {
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #425654;
        text-decoration: none;
    }

    .mobile-panel-bottom__search-block {
        position: absolute;
        top: 404px;
        left: 20px;
    }

    .mobile-panel-bottom__search-input {
        width: 180px;
        height: 36px;
        padding-left: 10px;
        background-color: #cde4e4;
        border: none;
        outline: none;
    }

    .mobile-panel-bottom__search-btn {
        position: absolute;
        top: 8px;
        right: 9px;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        color: #1d1d1d;
    }

    .mobile-panel-bottom__search-btn svg path {
        fill: #1d1d1d;;
    }

    .mobile-panel__header {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #062121;
    }

    .mobile-panel__bottom-menu-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mobile-panel__bottom-menu-list {
        padding: 0;
        margin: 0;
    }

    .mobile-panel__bottom-menu-item {
        display: block;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .mobile-panel__bottom-menu-link {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1rem;
        color: #425654;
        text-decoration: none;
    }

    .mobile-panel__social-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .mobile-panel__social-item {
        display: inline-block;
        margin-right: 8px;
    }
    
    .mobile-panel__social-item:last-child {
        margin-right: 0;
    }
    /*----- Конец мобильной панели -----*/

    /*----- Карточка товара -----*/
    .catalog-detail {
        flex-wrap: wrap;
    }

    .catalog-detail__left-block {
        width: 100%;
        padding-bottom: 10px;
    }

    .catalog-detail__right-block {
        width: 100%;
    }

    .catalog-detail__header {
        margin-bottom: 10px;
    }

    .catalog-detail__top-armature {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }

    .catalog-detail__config-header {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }

    .config-row {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .config-row--bottom-margin {
        margin-bottom: 10px;
    }

    .config-row__left {
        width: 190px;
        font-size: 0.875rem;
    }

    .config-row__center {
        width: 100%;
        max-width: 275px;
    }

    .config-row__right {
        position: absolute;
        top: 23px;
        right: 55px;
        width: 100%;
    }

    .config-row__popup-icon {
        top: 20px;
        right: 20px;
        left: unset;
    }

    .config-row__percent-block {
        display: none;
    }

    .config-row__item {
        min-width: 55px;
        height: 30px;
    }

    .config-row__color-item {
        min-width: 55px;
        height: 30px;
    }

    .config-row__color-item--active:before {
        min-width: 55px;
        height: 30px;
    }

    #send-config-row {
        padding-right: 55px;
    }

    #send-config-row .config-row__popup-icon {
        top: 28px;
    }

    #send-config-row .config-row__left {
        width: auto;
    }

    #send-config-row .config-row__center {
        width: 190px;
        margin: 0 20px 0 auto;
    }

    #send-config-row .config-row__right {
        position: relative;
        top: unset;
        right: unset;
        width: 100px;
    }

    .hint-modal {
        width: 100%;
        min-width: unset;
        padding: 20px;
    }

    .hint-modal .fancybox-close-small {
        top: -20px;
        right: 28px;
    }

    .hint-modal .hint-modal__body {
        height: 100%;
        overflow-y: scroll;
    }

    .detail-right__slider-block {
        display: none;
    }

    .detail-price-block {
        z-index: 999999;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        border: none;
        box-shadow: 0px -7px 16px rgba(74, 74, 74, 0.25);
    }

    .detail-price-block__buttons-item {
        width: 40px;
        height: 40px;
    }

    .detail-price-block__button {
        height: 40px;
        padding: 8px;
    }

    .detail-price-block__button svg {
        width: 100%;
        height: auto;
    }

    .detail-price-block__order-btn {
        width: auto;
        height: 40px;
        margin-right: 5px;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .detail-price-block__price {
        min-width: 100px;
        padding-left: 10px;
        margin-top: 5px;
    }

    .detail-price-block__sale-price {
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

    .detail-price-block__sale-old-price {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .detail-price-block__buttons-list {
        margin: 0;
    }

    .detail-price-block__total-price {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }

    .detail-price-block__total-price-ruble {
        font-size: 0.6875rem;
    }

    .detail-props-block {
        display: flex;
        justify-content: space-between;
        height: auto;
        background: #fff;
        border: 1px solid #c7d1d0;
        border-radius: 0;
        font-size: 0;
    }

    .detail-props-block__left {
        width: 390px;
        padding: 20px;
        border-right: none;
    }

    .detail-props-block__top-text {
        font-size: 0.875rem;
    }

    .detail-props-block__bottom-text {
        font-size: 0.9375rem;
    }

    .detail-props-block__right {
        flex-wrap: wrap;
        width: calc(100% - 390px);
        height: auto;
        padding: 20px;
        background-color: #fff;
    }

    .detail-props-block__right--pc {
        display: inline-block;
    }

    .detail-props-block__right--mobile {
        display: none;
    }

    .detail-props-block__header {
        width: 100%;
    }

    .detail-props-block__doc-link {
        display: inline-flex;
        width: 135px;
    }

    .detail-flex-row {
        flex-wrap: wrap;
        margin: 0 -20px 0 -20px;
    }

    .detail-flex-row__left {
        width: 100%;
        border: none;
        border-bottom: 1px solid #c7d1d0;
    }

    .detail-flex-row__right {
        width: 100%;
        border-right: none;
    }

    .detail-testims__all-link {
        display: none;
    }

    .detail-testims__header {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        padding-bottom: 15px;
    }

    .detail-testims {
        padding: 0 0 0 20px;
    }

    .detail-testims .testims__list {
        padding-bottom: 0;
    }

    .detail-testims-item {
        width: 280px !important;
        height: 275px;
        padding: 15px 20px;
        margin-bottom: 0;
    }

    .detail-testims-item__name {
        font-size: 0.9375rem;
        line-height: 1.1875rem;
    }

    .detail-testims-item__text {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .detail-testims-item__detail {
        bottom: 38px;
        right: unset;
        left: 20px;
    }

    .detail-testims-item__date {
        bottom: 16px;
        left: 20px;
    }

    .detail-testims__mobile-all-link {
        display: block;
    }

    .testims-popup {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: unset;
        height: 80%;
        padding: 20px;
    }
    
    .testims-popup__inner {
        height: 100%;
        overflow-y: scroll !important;
    }

    .testims-popup .fancybox-close-small {
        top: -20px !important;
        right: 28px !important;
    }
    
    .detail__mobile-slider {
        display: block;
        padding: 0;
        margin: 0 -20px 20px 0;
    }

    .detail__mobile-slider-slide {
        width: 280px;
        height: 280px;
    }

    .detail-video-block {
        padding: 20px;
    }

    .detail-video-block__top-row {
        flex-direction: column;
    }

    .detail-video-block__big-video {
        margin-bottom: 0;
    }

    .detail-video-block__small-row {
        flex-direction: column;
        padding: 0;
    }

    .detail-video-block__small-video {
        width: 100%;
        margin-bottom: 0;
    }

    .detail-video-block__small-video:last-child {
        margin-bottom: 0;
    }

    .detail-video__row {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .detail-video__left {
        display: flex;
        width: calc((100% - 20px) / 40 * 27);
        margin-bottom: 0;
    }

    .detail-video__right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc((100% - 20px) / 40 * 13);
    }
    /*----- Конец карточки товара -----*/

    /*----- Страница отзывов -----*/
    .testims-sections__list {
        flex-wrap: wrap;
    }

    .testims-sections__item {
        border: 1px solid #c7d1d0;
    }

    .testims__list {
        flex-wrap: wrap;
    }

    .testims__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
    /*----- Конец страницы отзывов -----*/

    /*----- Страница полезная информация -----*/
    .information-item {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .information-item:last-child {
        border-bottom: 1px solid #c7d1d0;
    }
    /*----- Конец страницы полезная информация -----*/

    /*----- Страница вопросы и ответы -----*/
    .information-menu {
        width: 100%;
        border-bottom: none;
    }

    .information-menu__link {
        width: 50%;
        padding: 10px 0;
        border-bottom: 1px solid #c7d1d0;
        font-size: 0.75rem;
    }

    .information-menu__link:nth-child(2n) {
        border-right: none;
    }

    .mobile-faq-block {
        display: block;
    }
    
    .faq-block {
        display: none;
    }

    .reviews .ui-accordion-header {
        padding: 15px 40px 15px 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #c7d1d0;
        border-top: 0;
        font-weight: 500;
        color: #0f4d4d;
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }

    .reviews .ui-accordion-header:first-child {
        border-top: 1px solid #c7d1d0;
    }

    .reviews .ui-accordion-header.ui-state-active {
        color: #000;
        border-bottom: none;
    }

    .reviews .ui-accordion-content {
        padding: 15px 20px;
        color: #062121;
        font-size: 0.6875rem;
        line-height: 0.875rem;
    }

    .reviews .ui-accordion-header-icon {
        position: absolute;
        right: 20px;
        top: 17px;
    }

    .reviews .ui-accordion-content.ui-corner-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .reviews .ui-state-active .ui-icon {
        background-image: url('images/ui-icons_444444_256x240.png');
    }
    /*----- Конец страницы вопросы и ответы -----*/

    /*----- Страница инструкции по сборке -----*/
    .instructions-block__item {
        width: 130px;
    }

    .instructions-block__item:nth-child(2n) {
        margin-right: 0;
    }

    .instructions-block__item-name {
        font-size: 0.75rem;
    }
    /*----- Конец страницы инструкции по сборке -----*/

    /*----- Страница цветов RAL -----*/
    .warning__text {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .mobile-table {
        display: block;
    }

    .desctop-table {
        display: none;
    }
    /*----- Конец страницы цветов RAL -----*/

    /*----- Страница статьи -----*/
    .articles-block__item {
        margin: 0 0 20px 0;
    }
    /*----- Конец страницы статьи -----*/

    /*----- Страница о продукции -----*/
    .about-products__row {
        flex-wrap: wrap;
    }

    .about-products__row-1 {
        height: auto;
    }

    .about-products__left {
        width: 100%;
    }

    .about-products__right {
        width: 100%;
    }

    .about-products__header {
        padding-bottom: 12px;
    }

    .about-products__top-text {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .about-products__stats-row {
        flex-wrap: wrap;
    }

    .about-products__stats-row_first {
        flex-wrap: wrap;
        padding-top: 280px;
    }

    .about-products__stats-item {
        width: 50%;
        margin-bottom: 22px;
    }

    .about-products__stats-item:nth-child(n + 3) {
        margin-bottom: 0;
    }

    .about-products__stats-number {
        text-align: center;
        font-size: 2.1875rem;
        line-height: 2.75rem;
    }

    .about-products__stats-text {
        font-size: 0.8125rem;
        line-height: 107%;
    }

    .about-products__img-1 {
        position: absolute;
        top: -655px;
        right: calc(50% - 137px);
        width: 162px;
        height: 151px;
    }

    .about-products__img-2 {
        position: absolute;
        top: -503px;
        right: calc(50% - 137px);
        width: 101px;
        height: 89px;
    }

    .about-products__img-3 {
        position: absolute;
        top: -673px;
        right: calc(50% + 26px);
        width: 116px;
        height: 71px;
    }

    .about-products__img-4 {
        position: absolute;
        top: -601px;
        right: calc(50% + 26px);
        width: 116px;
        height: 97px;
    }

    .about-products__img-5 {
        position: absolute;
        top: -503px;
        right: calc(50% - 35px);
        width: 157px;
        height: 100px;
    }

    .about-products__subheader {
        padding-top: 50px;
        padding-bottom: 12px;
    }

    .about-products__subtext {
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .about-products__row-item {
        margin-bottom: 10px;
    }

    .about-products__row-item-top {
        padding: 16px 22px 26px 22px;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .about-products__row--mobile-mb-0 {
        margin-bottom: 0;
    }

    .warning--mobile-mb-40 {
        margin-bottom: 40px;
    }

    .about-products-middle .about-products__left {
        height: 250px;
    }

    .about-products__img-8 {
        position: absolute;
        top: 0;
        left: calc(50% - 140px);
        width: 144px;
        height: 109px;
    }

    .about-products__img-9 {
        position: absolute;
        top: 110px;
        left: calc(50% - 140px);
        width: 144px;
        height: 113px;
    }

    .about-products__img-10 {
        position: absolute;
        top: 0;
        left: calc(50% + 5px);
        width: 134px;
        height: 205px;
    }

    .about-products__row--mb-70 {
        margin-bottom: 0;
    }

    .about-products__carousel {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
        height: 210px;
        margin-right: -20px;
        overflow-x: scroll;
    }

    .about-products__carousel-item {
        display: inline-flex;
        flex-shrink: 0;
        width: auto;
        height: 210px;
        margin-right: 2px;
    }

    .about-products__carousel-item img {
        height: 100% !important;
    }

    .warning--mb-40 {
        margin-bottom: 0;
    }

    .about-products__small-item {
        width: 100%;
        margin-bottom: 2px;
    }

    .about-products__small-item:last-child {
        margin-bottom: 0;
    }

    .about-products__small-item-right {
        display: flex;
        align-items: center;
        width: calc(100% - 113px);
        height: 113px;
        padding: 0 0 0 13px;
        background-color: transparent;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #000;
    }

    .about-products__row--mb-50 {
        margin-bottom: 0;
    }
    /*----- Конец страницы о продукции -----*/

    /*----- Страница о компании -----*/
    .company-top__row {
        display: none;
    }

    .company-mobile__carousel {
        margin-right: -20px;
        width: calc(100% + 20px);
    }

    .company-middle {
        height: auto;
    }

    .company-middle__header {
        display: none;
    }

    .company-middle__subheader {
        display: none;
    }

    .company-middle__sert-1 {
        display: none;
    }

    .company-middle__sert-2 {
        display: none;
    }

    .company-middle__sert-3 {
        display: none;
    }

    .company-middle__sert-4 {
        display: none;
    }

    .company-middle__sert-5 {
        display: none;
    }

    .company-middle__quotes {
        display: none;
    }

    .company-middle__text {
        display: none;
    }

    .company-top__subheader {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        color: #425654;
    }

    .company-middle-mobile {
        display: block;
    }

    .company-middle-mobile__header {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        color: #062121;
    }

    .company-middle-mobile__subheader {
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #062121;
    }

    .company-middle-mobile__text {
        position: relative;
        padding-left: 40px;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #0F4D4D;
    }

    .company-middle-mobile__quotes {
        position: absolute;
        top: 0;
        left: 0;
    }

    .company-middle-mobile__carousel {
        margin-bottom: 16px;
        margin-right: -20px;
        width: calc(100% + 20px);
    }

    .company-middle-mobile__item {
        width: 280px;
        height: auto;
    }

    .company-middle-mobile__item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .company-middle-mobile__item a img {
        width: 100%;
        height: auto;
    }

    .company-check__header {
        width: 100%;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .company-check__list-top {
        display: none;
    }

    .company-check__list-bottom {
        display: none;
    }

    .company-check-mobile {
        display: block;
        padding-bottom: 24px;
    }

    .company-check-mobile__carousel {
        margin-top: -10px;
        margin-right: -20px;
        width: calc(100% + 20px)
    }

    .company-check-mobile__carousel .owl-stage-outer {
        padding-top: 10px;
    }

    .company-check__item {
        width: 280px;
        height: 220px;
    }

    .company-check-mobile__dots {
        display: flex;
        margin-bottom: 34px;
        counter-reset: checks 0;
    }

    .company-check-mobile__dots .owl-dot {
        z-index: 1;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 0;
        margin-top: -14px;
        margin-right: 13px;
        border: 14px solid #f8f8f8;
        border-bottom-color: #c7d1d0;
        counter-increment: checks 1;
    }

    .company-check-mobile__dots .owl-dot::after {
        z-index: 1;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: -14px;
        top: 14px;
        border: 14px solid transparent;
        border-top-color: #c7d1d0;
    }

    .company-check-mobile__dots .owl-dot.active {
        border-bottom-color: #0f4d4d;
    }

    .company-check-mobile__dots .owl-dot.active::after {
        border-top-color: #0f4d4d;
    }

    .company-check-mobile__dots .owl-dot:last-child {
        margin-right: 0;
    }

    .company-check-mobile__dots .owl-dot span::before {
        z-index: 2;
        content: counter(checks);
        position: relative;
        display: block;
        padding-top: 28px;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1;
        color: #425654;
    }

    .company-check-mobile__dots .owl-dot.active span::before {
        color: #fff;
    }

    .company-way {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .company-way__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .company-way__right {
        width: 100%;
    }

    .company-way__item {
        margin-bottom: 10px;
    }

    .company-way__item::before {
        height: calc(100% + 10px);
    }

    .company-way__item-center {
        display: none;
    }

    .company-way__item-right {
        width: calc(100% - 25px);
        font-size: 0.8125rem;
        line-height: 1rem;
    }

    .company-way__item-year {
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #0f4d4d;
    }

    .company-serts__text {
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    /*----- Конец страницы о компании -----*/

    /*----- Страница оплаты -----*/
    .oplata__row {
        display: none;
    }

    .mobile-oplata__row {
        display: block;
        border: 1px solid #c7d1d0;
    }

    #mobile-oplata .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #mobile-oplata .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #mobile-oplata .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #mobile-oplata .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #mobile-oplata .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #mobile-oplata .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }
    /*----- Конец страницы оплаты -----*/
    
    /*----- Страница досткавки -----*/
    .delivery__row {
        display: none;
    }

    .delivery-mobile {
        display: block;
        border: 1px solid #c7d1d0;
    }

    #delivery-mobile .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #delivery-mobile .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #delivery-mobile .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #delivery-mobile .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #delivery-mobile .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }

    .delivery-mobile-bottom {
        display: block;
        margin-bottom: 40px;
        border: 1px solid #c7d1d0;
    }

    #delivery-mobile-bottom .ui-accordion-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 40px 0 20px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.9375rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-header:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #delivery-mobile-bottom .ui-accordion-header.ui-state-active {
        background-color: #fff;
        border: none;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-header .ui-icon {
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14px;
        height: 14px;
        background-image: url('/upload/icons/accordion-arrow.svg');
        background-position: center;
        transition: transform 0.5s;
    }

    #delivery-mobile-bottom .ui-accordion-header-active .ui-icon {
        transform: rotate(90deg);
    }

    #delivery-mobile-bottom .ui-accordion-content {
        padding: 0 20px 20px 20px;
        background-color: #fff;
        border: 1px solid #c7d1d0;
        border: none;
        border-bottom: 1px solid #c7d1d0;
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-content:last-child {
        border-bottom: none;
    }

    #delivery-mobile-bottom .ui-accordion-content p {
        font-weight: 400;
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #062121;
    }

    #delivery-mobile-bottom .ui-accordion-content p:last-child {
        margin-bottom: 0;
    }
    /*----- Конец страницы доставки -----*/

    /*----- Страница отзывов -----*/
    .testims-item {
        height: auto;
        padding: 15px 15px 70px 15px;
    }

    .testims-item__detail {
        position: absolute;
        bottom: 31px;
        right: calc(50% - 37px);
    }

    .testims-item__source-name {
        bottom: 32px;
        right: 15px;
    }

    .testims-item__source {
        bottom: 15px;
        right: 15px;
    }

    .testims-item__date {
        bottom: 28px;
        left: 15px;
    }

    .testims-video-item {
        flex-wrap: wrap;
        padding: 0;
    }
    
    .testims-video-item__video {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .testims-video-item__date {
        top: 12px;
        right: 10px;
    }

    .testims-video-item__quotes {
        top: 7px;
        left: 10px;
    }

    .testims-video-item__text {
        display: none;
    }

    .testims-video-item__text-mobile {
        display: block;
        height: 100%;
        padding: 40px 10px 10px 10px;
        font-size: 1rem;
        line-height: 1.25rem;
        color: #062121;
    }
    /*----- Конец страницы отзывов -----*/

    /*----- Страница контактов -----*/
    .contacts-top {
        flex-wrap: wrap;
    }

    .contacts-top__left {
        width: 40%;
        height: auto;
        padding: 20px;
        border-right: none;
    }

    .contacts-top__right {
        width: 60%;
    }

    .contacts-top__right iframe {
        height: 100% !important;
    }

    .contacts-top__left-callback {
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 15px;
    }

    .contacts-map__block {
        flex-wrap: wrap;
        height: 400px;
    }

    .contacts-map__right {
        height: 100%;
    }

    .contacts-map__left {
        width: 41%;
        padding: 20px;
    }

    .cities-list-block {
        height: 290px;
    }

    .city-search-btn {
        right: 28px;
        top: 32px;
    }

    .contacts-map__right {
        width: 59%;
    }

    .contacts__how {
        display: none;
    }

    .contacts__how-mobile {
        display: flex;
        flex-direction: column;
    }

    .contacts__how-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border: 1px solid #c7d1d0;
        border-bottom: none;
        background-color: #fff;
        text-decoration: none;
    }

    .contacts__how-link_border_bottom {
        border-bottom: 1px solid #c7d1d0;
    }
    /*----- Конец страницы контактов -----*/

    /*----- Сравнение -----*/
    .compare__inner-left {
        display: none;
    }

    .compare__inner-left {
        display: none;
    }

    .compare__inner-right {
        width: 100%;
    }

    .compare__arrow-left {
        top: 0;
        left: 0;
    }

    .compare__arrow-right {
        top: 0;
        right: 0;
    }

    .compare__inner-right_pt_34 {
        padding-top: 60px;
    }

    .compare__item {
        padding-left: 0;
    }

    .compare__inner.mb-20 {
        margin-bottom: 0;
    }

    .compare__props-carousel {
        border-left: 1px solid #c7d1d0;
    }

    .compare__compare-right {
        display: flex;
        align-items: center;
        padding: 0 15px;
        height: 52px;
        overflow: hidden;
    }
    /*----- Конец сравнения -----*/

    /*----- Ошибка 404 -----*/
    .page-404__container {
        padding-bottom: 260px;
    }

    .page-404__header {
        text-align: left;
    }

    .page-404__text {
        text-align: left;
    }

    .page-404__row {
        flex-wrap: wrap;
    }

    .page-404__catalog-link {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-404__main-link {
        width: 100%;
    }

    .page-404__image-1 {
        top: unset;
        left: 20px;
        bottom: 98px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-2 {
        top: unset;
        left: 110px;
        bottom: 141px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-3 {
        top: unset;
        left: 110px;
        bottom: 50px;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-4 {
        top: unset;
        left: 200px;
        bottom: 98px;
        right: unset;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-5 {
        top: unset;
        left: 290px;
        bottom: 141px;
        right: unset;
        width: 70px;
        height: auto;
    }
    
    .page-404__image-6 {
        top: unset;
        left: 290px;
        bottom: 50px;
        right: unset;
        width: 70px;
        height: auto;
    }
    /*----- Конец ошибки 404 -----*/

    /*----- Наши работы -----*/
    .our-works-list__item {
        flex-direction: column;
        width: calc((100% - 20px) / 2);
        max-height: unset;
    }

    .our-works-list__item-image {
        width: 100%;
        height: auto;
    }

    .our-works-list__item-right {
        width: 100%;
    }

    .our-works-list__item-desc {
        margin-bottom: 20px;
    }

    .our-works-detail-list__item {
        width: calc((100% - 40px) / 2);
    }

    .our-works-detail-list__item-link {
        width: 100%;
    }

    .our-works-detail-list__item-image {
        width: 100%;
    }
    /*----- Конец наших работ -----*/

    /*----- Оформление заказа -----*/
    .cart {
        flex-wrap: wrap;
    }

    .cart-left {
        width: 100%;
    }

    .cart-right {
        width: 100%;
    }

    .cart-right__form-input {
        width: calc(50% - 5px);
    }
    /*----- Конец оформлении заказа -----*/
}
