.flexbox-feedback span {
    border-bottom: 1px dashed #C0C0C0;
}

.menu a img {
    margin-right: 10px;
}

.menu a {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
    align-items: center;
}

.dropdown-c {
    max-width: 1540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #DA5656;
    position: relative;
    background: #FFFFFF;
    padding: 32px;
}


.dropdown-c:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 23px;
    top: -21.7px;
    background-image: url('/bitrix/templates/ldecor/img/cir.svg');
}


.dropdown-c__item {
    position: relative;
    margin-bottom: 32px;
    border-bottom: none;
    overflow: hidden;
    max-height: 198px;
}

.dropdown-c__item img {
    width: 100%;
    transition: all 0.4s ease;

}

.dropdown-c__item:hover {
    transition: all 0.4s ease;
    border-bottom: none
}

.dropdown-c__item:hover img {
    transform: scale(1.1);
}


.dropdown-c__item:last-child {
    margin-bottom: 32px;
}

.dropdown-c__item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dropdown-c__label {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #1F1F1F;
    margin-bottom: 24px;
    font-weight: 500;
}

.dropdown-c__collumn {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.dropdown-c__item img {
    margin-right: 0 !important;
}

.dropdown-c__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dropdown-c__width {
    margin-right: 70px;
}

.dropdown-c__width:last-child {
    margin-right: 0;
}

.dropdown-c__width:first-child {
    width: 25%;
}

.dropdown-c__width:nth-child(2) {
    width: 40%;
}

.brand-r__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.brand-r__container {
    margin-left: -15px;
    margin-bottom: -32px;
    margin-right: -15px;
}

.brand-r__width {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
}

.brand-r__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.brand-r__item:hover {
    border-bottom: none;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.11);
}

.links-r {
    border-bottom: none !important;
    margin-bottom: 16px;
    text-transform: inherit !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #1F1F1F;
}

.links-r:last-child {
    margin-bottom: 0;
}

.links-r:hover {
    border-bottom: none;
    color: #DA5656;
}

.menu-item-special {

}

.menu-dropdown {
    position: relative;
}

.dropdown-c a:before {
    display: none;
}

.dropdown-widget {
    position: absolute;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%);
    padding-top: 25px;

    width: 1540px;
    margin-left: auto;
    margin-right: auto;

    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.menu-dropdown:hover .dropdown-widget {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.menu-underline:before  {
    display: none;
}

.menu-underline img {
    display: none;
    margin-left: 5px;
    transform: rotate(45deg);
}

.popup-r__title {
    margin-bottom: 42px;
    margin-top: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    color: #242424;
}

.popup-r {
    max-width: 546px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.popup-r__item {
    position: relative;
}

.placehold-r {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.popup-r__title span {
    display: block;
}

.popup-r__form {
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.input__form {
    font-weight: 600;
    padding: 11px 0;
    font-size: 14px;
    width: 100%;
    line-height: 1;
    color: #D9D9D9;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color:#E1E1E1;
}


.form-group {
    position: relative;
}
.form-group .palceholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #B1B1B1;
    display: none;

    font-size: 14px;
    line-height: 1;
    color: #D9D9D9;
}
.form-group label {
    font-weight: normal;
    color: #B1B1B1;
}
.form-group .star {
    color: red;
}

.form-control:focus {
    box-shadow: none !important;
}

.button-popup {
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 17px;
    background: #1F1F1F;


    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.popup-r__button {
    margin-top: 32px;
}

.popup-r__descript {
    font-size: 12px;
    margin-top: 17px;
    line-height: 1;
    text-align: center;
    color: #939393;
}

.popup-r__label {
    background: #1F1F1F;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 17px;
    margin-bottom: 43px;
}

.popup-r__wrap {
    background-color: #fff;
}

.popup-r__content {
    padding-bottom: 20px;
}

.popup-r__close {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1 !important;
    position: relative !important;
    text-align: center !important;
    color: #8A8787 !important;
    border-bottom: none !important;
    width: 70px !important;
    height: 20px !important;
}

.popup-r__close:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.popup-r__close span {
    color: #8A8787;
}

.popup-r__close:after {
    width: 15px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background-color: #8A8787;
}

.flexbox-feedback img {
    display: none;
}


@media (max-width:1530px) {
    .dropdown-widget {
        width: 1359px;
    }
    
    .dropdown-c__width:nth-child(2) {
        width: 50%;
    }
    .dropdown-c__width {
        margin-right: 47px;
    }
}

@media (max-width: 1460px) {
    .dropdown-widget {
        left: 0;
        transform: translateX(-44%);
    }  
    .dropdown-c:before {
        left: 44.5%;
        transform: translateX(0);
    }
}


@media (max-width: 1410px) {
    .dropdown-widget {
        left: 50%;
        width: 1061px;
    }
    .dropdown-c:before {
        left: 41.5%;
    }
    .brand-r__item img {
        max-width: 100%;
    }

    .dropdown-c__width:first-child {
        width: 28%;
    }
    
    .dropdown-c__width {
        margin-right: 28px;
    }
}

@media (max-width: 1300px) {
    .menu {
        width: 100%;
    }
    .dropdown-widget {
        transform: translateX(-20%);
    }
    .dropdown-c:before {
        left: 17.5%;
    }
    .dropdown-c__item span {
        font-size: 16px;
    }
}

@media (max-width: 1250px) {
    .dropdown-widget {
        left: 0;
        transform: translateX(-22%);
    }
    .dropdown-c:before {
        left: 22.5%;
    }
}

@media (max-width: 1170px) {
    .menu ul li {
        margin: 0 0 0 12px;
    }
    .dropdown-widget {
        left: 0;
        transform: translateX(-29%);
    }
    .dropdown-c:before {
        left: 29.5%;
    }
}

@media (max-width: 1130px) {
    .dropdown-widget {
        left: 50%;
        width: 915px;
    }
    .dropdown-c:before {
        left: 25.5%;
    }
    .dropdown-c {
        padding: 16px;
    }
}


@media (max-width: 1050px) {
    .menu ul li a {
        font-size: 13px;
    }
}

@media (max-width: 990px) {
    .flexbox-feedback img {
        display: flex;
    }
    a.flexbox-feedback.popup-free {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu ul {
        flex-direction: column;
    }
    .menu ul li:first-child {
        margin-left: 90px;
    }
    .menu-underline img {
        display: inline-flex;
    }

    .menu-underline.active img {
        transform: rotate(0);
    }

    .menu-dropdown:hover .dropdown-widget {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
    }

    .menu-dropdown .dropdown-widget {
        left: 0;
        width: 100%;
        position: relative;
        transform: translateX(0);
        display: none;
    }

    .menu-dropdown.active .dropdown-widget {
        display: block;
    }

    .menu-dropdown.active .dropdown-widget {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        
    }

    .dropdown-widget {
        padding-top: 5px;
    }

    .dropdown-c {
        border-top: none;
        padding: 0;
        padding-bottom: 32px;
    }
    .dropdown-c:before {
        display: none;
    }

    .dropdown-c__wrap {
        flex-direction: column;
    }
    .dropdown-c__width:first-child {
        width: 100%;
    }

    .dropdown-c__width:nth-child(2) {
        width: 100%;
    }
    .dropdown-c__width {
        margin-bottom: 30px;
    }
    .dropdown-c__width:first-child {
        margin-bottom: 0;
    }

    .dropdown-c__width:last-child {
        margin-bottom: 0;
    }

    .dropdown-c__label {
        font-size: 16px;
    }
    .menu ul {
        padding-left: 15px;
    }
    .menu-dropdown {
        margin-left: 0;
    }

    .menu ul li {
        max-width: 100%;
    }

    .menu ul li:first-child {
        margin-left: 5px;
    }
    .menu ul li:nth-child(2) {
        margin-left: 10px;
    }
    
}

@media (max-width: 590px) {
    .brand-r__width {
        width: 50%;
    }

    
    .popup-r__content {
        padding-bottom: 1px;
    }
}

@media (max-width: 600px) {
    .menu ul li {
        padding: 0;
    }
    .menu ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown-c__item {
        margin-bottom: 13px;
    }
}

.section_title_land {
  padding: 60px 0;
}

.section_title_land h1 {
  padding: 0vw 0 0vw 0;
}

.section_title_land h2 {
  color: #fff;
}
.filter__wrapper {
  width: 100%;
}
