


#container {
    padding-top: 0;
}



/*=====================================================*/

.popup > span {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.popup > span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.form .item {
    width: 100%;
    display: table;
    vertical-align: bottom;
    padding-bottom: 22px;
}

.form .item > * {
    display: table-cell;
    vertical-align: bottom;
}

.form .item .label {
    white-space: nowrap;
    font-size: 21px;
    padding-right: 10px;

}

.form .item .label span {
    position: relative;
    top: 4px;
}

.form .item .form-item {
    width: 100%;

}

.form input, .form textarea {
    padding: 0;
    text-align: center;
    font-size: 21px;
    width: 100%;
    border: 0;
    height: auto;
    background: transparent;
    border-bottom: 1px solid #fff;
    resize: none;
}

.form button {
    display: block;
    padding: 0;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #fff;
    width: 170px;
    height: 50px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 21px;
    cursor: pointer;

}

.form button:hover {
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: #ffffff !important;
}

.form p {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 10px;
}

.form p img {
    display: inline-block;
    margin-left: 4px;
}

.popup .vi {
    display: inline-block;
}

#thanks {
    text-align: center;
}


/*===============================================================*/



.rightblock {
    margin-left: auto;
    display: table;
}

.header21 * {
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 600;
}

.header21 a {
    color: inherit;
}


.header21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.464vw 1.757vw;
    font-size: 1.03vw;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    overflow: hidden;
}

.header21 .left-column,
.header21 .right-column {
    width: 30%;
}

.header21-name {
    text-transform: uppercase;
    font-weight: 600;
}

.logobox img {
    width: 4.32vw;
}



.header21 .right-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.locale-box {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 1.757vw;
}

.locale-box > * + * {
    margin-left: .9vw;    
}

.locale-box > * {
    opacity: .4;
    transition: opacity .2s;
}

.locale-box > *:hover {
    opacity: 1;
}

.locale-box .active {
    opacity: 1;
}


.burger21-box {

}


.burger21 {
    width: 24px;  
    height: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: opacity .2s;
}

.burger21:hover {
    opacity: .6;
}

.burger21 i {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    opacity: 1;
    transition: background .2s;
}

.burger21 i:before, .burger21 i:after {
    position: absolute;
    content: '';
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    transition: all .2s;
}

.burger21 i:after {
    top: auto;
    bottom: 0;
}



.main-menu-box21 {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 1.76vw;
    height: 100%;
    box-shadow: 0 0 32px 8px rgba(0,0,0,0);
    transform: translateX(26.4vw);
    width: 26.4vw;
    transition: transform .3s, box-shadow .3s;
    z-index: 1111;
}

.main-menu-box .main-menu {
    padding-bottom: 200px;
}



.main-menu-box21.opened {
    transform: translateX(0);
    box-shadow: 0 0 32px 8px rgba(0,0,0,.2);
}

.main-menu > li {
    display: flex;
}

.main-menu > li + li {
    margin-top: 1.76vw;
}

.main-menu > li > a {
    width: 8.8vw;
    flex-shrink: 0;
    text-transform: uppercase;
}

.main-menu-box21 .feedback {
    text-transform: uppercase;
    opacity: .4;
    margin-top: 2.93vw;
}

.main-menu-box21 .close {
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    margin-bottom: 2.64vw;
}


.darkbox, .darkbox a {
    color: #fff;
}

.ttr {
    text-transform: uppercase;
}

.footer {
    background-color: #333;
    font-size: 1.03vw;
    font-weight: 600;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.footer > * {
    padding: 1.76vw;
    display: flex;
}

.footer .footer-top-box {
    justify-content: center;
    background-color: #000;
}

.footer .footer-bottom-box {
    justify-content: space-between;
}

.footer .footer-bottom-box > * {
    width: 25%;
}

.footer .footer-bottom-box .center-column {
    width: auto;
}

.footer .footer-bottom-box .right-column {
    display: flex;
    justify-content: flex-end;
}

.footer-menu {
    display: flex;
}

.footer-menu li + li {
    margin-left: 1.76vw;
}

.hover {
    transition:  all .2s;
}

.hover-opc a,
a.hover-opc {
    opacity: 1;
    transition: opacity .2s;
}

.hover-opc a:hover,
a.hover-opc:hover {
    opacity: .6;
}

.ovh {
    overflow: hidden;
}






@media (max-width: 767px) {



    .header21, .footer {
        font-size: 3.2vw;
    }

    .logobox img {
        width: 10.67vw;
    }

    .header21 .left-column, .header21 .right-column {
        width: auto;
    }

    .header21 .center-column {
        order: -1;
    }

    .header21 .left-column {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
    }

    .header21 {
        padding: 5.34vw;
    }

    .locale-box {
        margin-right: 6.408vw;
        margin-left: 6.408vw;
    }

    .locale-box a {
        opacity: 1;
        margin: 0 !important;
    }

    .locale-box a.active {
        display: none;
    }





    .main-menu-box21 {
        width: 100vw;
        transform: translateX(100vw);
        padding: 5.34vw;
        overflow-y: scroll;
    }

    .main-menu-box21 .close {
        margin-bottom: 3.204vw;
    }

    .main-menu > li > a {
        width: auto;
    }

    .main-menu > li + li {
        margin-top: 6.408vw;
    }

    .main-menu-box21 .feedback {
        margin-top: 6.408vw;
        text-transform: none;
    }

    .main-menu-box21 .close {
        top: 6vw;
        right: 14.2vw;
    }

    .main-menu > li {
        display: block;
    }

    .main-menu .submenu {
        font-size: 5.34vw;
        margin-top: 1.6vw;
    }

    
    .footer > * {
        padding: 4.806vw;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-bottom-box > * {
        width: auto;
        text-align: center;
    }

    .footer .footer-bottom-box .left-column {
        order: 2;
        margin-top: 6.408vw;
    }

    .footer .footer-bottom-box .center-column {
        margin-top: 6.408vw;
    }

    .footer .footer-bottom-box .right-column {
        order: -1;
    }

    .footer-menu li + li {
        margin-left: 9.612vw;
    }

    .filters-bo

}















