[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-rub:before {
    content: "\e906";
    background: #B3987E;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.icon-pdf:before {
    content: "\e901";
}

.icon-film:before {
    content: "\e902";
}

.icon-arrow_right:before {
    content: "\e900";
}

.icon-params:before {
    content: "\e903";
}

.icon-layers:before {
    content: "\e904";
}

.icon-eye:before {
    content: "\e905";
}

button,
input[type="submit"] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #1B1A19;
    background-color: transparent;
    font-family: 'HelveticaNeueCyrRoman';
    font-size: 14px;
    line-height: 50px;
    color: #1B1A19;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn:hover {
    transition: all 0.2s linear;
    background-color: #1B1A19;
    color: #fff;
}

.btn--white {
    border-color: #fff;
    color: #fff;
}

.btn--white:hover {
    background-color: #fff;
    color: #1B1A19;
}

/* ---------------------- header ---------------------- */
/* --------------- burger --------------- */
.burger {
    position: fixed;
    left: 40px;
    top: 41px;
    z-index: 222;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

.burger:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.burger.fill .burger__line-1,
.burger.fill .burger__line-2,
.burger.fill .burger__line-3 {
    background-color: #000;
}

.burger.fill.active .burger__line-1,
.burger.fill.active .burger__line-2,
.burger.fill.active .burger__line-3 {
    background-color: #fff;
}

.burger.active .burger__line-1 {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.active .burger__line-2 {
    opacity: 0;
}

.burger.active .burger__line-3 {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger:not(.active):hover .burger__line-1 {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.burger:not(.active):hover .burger__line-3 {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.burger.hide {
    z-index: -1;
}

.burger__line-1 {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.burger__line-2 {
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.burger__line-3 {
    position: absolute;
    left: 0;
    top: 16px;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* --------------- burger-wr --------------- */
.burger-wr {
    position: fixed;
    left: 40px;
    top: 44px;
    z-index: 1;
    cursor: pointer;
}

.burger-wr.fill .burger-wr__ic {
    fill: #000;
}

@media (max-width:1024px) {
    .burger-wr {
        left: 30px;
        top: 31px;
    }
}

@media (max-width:767px) {
    .burger-wr {
        left: 20px;
        top: 32px;
    }
}

.burger-wr__ic {
    display: block;
    width: 30px;
    height: 18px;
    fill: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main_logo {
    position: fixed;
    z-index: 222;
    top: 28px;
    left: 100px;
    width: 150px;
}

.main_logo img {
    width: 100%;
}

/* ========================================================================== Меню (Module menu) ========================================================================== */
.module-menu {
    background: #000;
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -320px;
    z-index: 220;
    font-size: 0px;
    line-height: 0px;
}

.module-menu:before {
    content: "";
    background: #000;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.module-menu.open {
    left: 0px;
}

.module-menu .block-scroll {
    position: absolute;
    top: 128px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-menu .block-scroll .scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.module-menu .block-scroll .jspPane {
    width: 100% !important;
    min-height: 98%;
}

.module-menu .block-scroll .jspScrollable {
    outline: none;
}

.module-menu .block-scroll .jspHorizontalBar {
    display: none !important;
}

.module-menu .block-scroll .jspVerticalBar {
    width: 5px;
    background: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 11px;
}

.module-menu .block-scroll .jspVerticalBar .jspTrack {
    background: none;
}

.module-menu .block-scroll .jspVerticalBar .jspTrack .jspDrag {
    background: #676767;
    border-radius: 6px;
}

.module-menu .block-menu {
    margin: 0px 0px 26px 0px;
    padding: 0px 0px 0px 0px;
}

.module-menu .block-menu menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.module-menu .block-menu menu li {
    margin: 16px 0px 0px 0px;
    padding: 0px;
}

.module-menu .block-menu menu li:first-child {
    margin-top: 0px;
}

.module-menu .block-menu menu li a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px 0px 40px;
    letter-spacing: 1px;
}

.module-menu .block-menu menu li a:hover,
.module-menu .block-menu menu li a.active {
    color: #b3987d;
}

.module-menu .block-menu menu menu {
    display: none;
    background: #111111;
    margin: 12px 0px 22px 0px;
    padding: 18px 0px 19px 0px;
}

.module-menu .block-menu menu menu li {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.module-menu .block-menu menu menu li:first-child {
    margin-top: 0px;
}

.module-menu .block-menu menu menu li a {
    font-size: 12px;
    line-height: 20px;
    color: #868686;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 46px;
}

.module-menu .block-menu menu menu li a:hover,
.module-menu .block-menu menu menu li a.active {
    color: #fff;
}

.module-menu .block-menu menu li a.active+menu {
    display: block;
}

.module-menu .block-special {
    margin: 0px 0px 29px 0px;
}

.module-menu .block-special a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #b3987d;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0px;
    text-align: center;
}

.module-menu .block-special a:hover {
    background: #9a836a;
}

.module-menu .block-phone {
    margin: 0px 0px 62px 0px;
    padding: 0px 40px 0px 40px;
}

.module-menu .block-phone .phones {
    margin: 0px 0px 4px 0px;
    display: block;
    text-decoration: none;
}

.module-menu .block-phone .phones .small {
    font-size: 18px;
    line-height: 22px;
    color: #b4987a;
    margin: 0px 11px 0px 0px;
    position: relative;
    top: -8px;
}

.module-menu .block-phone .phones .big {
    font-size: 30px;
    line-height: 22px;
    color: #fff;
}

.module-menu .block-phone .text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.module-menu .block-icons {
    margin: 0px 0px 0px 0px;
    padding: 0px 24px 163px 40px;
}

.module-menu .block-icons .block {
    position: relative;
    margin: 26px 0px 0px 0px;
    padding: 0px 0px 0px 38px;
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.module-menu .block-icons .block:first-child {
    margin-top: 0px;
}

.module-menu .block-icons .block .icon-v2 {
    background: no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.module-menu .block-icons .block .icon-v2[data-icon="1"] {
    background-image: url('../images/menu/icon_1.svg');
    width: 22px;
    height: 30px;
    left: 0px;
}

.module-menu .block-icons .block .icon-v2[data-icon="2"] {
    background-image: url(../images/menu/icon_2.svg);
    width: 14px;
    height: 30px;
    left: 4px;
}

.module-menu .block-icons .block .icon-v2[data-icon="3"] {
    background-image: url(../images/menu/icon_3.svg);
    width: 28px;
    height: 30px;
    left: -3px;
}

.module-menu .block-icons .block .icon-v2[data-icon="4"] {
    background-image: url(../images/menu/icon_4.svg);
    width: 21px;
    height: 30px;
    left: 1px;
}

.module-menu .block-icons .block .icon-v2[data-icon="5"] {
    background-image: url(../images/menu/icon_5.svg);
    width: 19px;
    height: 30px;
    left: 2px;
}

.module-menu .block-icons .block .icon {
    position: absolute;
}

.module-menu .block-icons .block .icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.module-menu .block-icons .block .icon.icon-1 {
    width: 34px;
    height: 30px;
    top: -7px;
    left: 0px;
}

.module-menu .block-icons .block .icon.icon-1 svg {
    stroke: rgba(255, 255, 255, 0.75);
    fill: none;
}

.module-menu .block-icons .block .icon.icon-2 {
    width: 32px;
    height: 29px;
    top: -7px;
    left: 1px;
}

.module-menu .block-icons .block .icon.icon-3 {
    width: 22px;
    height: 29px;
    top: -8px;
    left: 6px;
}

.module-menu .block-icons .block .icon.icon-4 {
    width: 30px;
    height: 29px;
    top: -9px;
    left: 6px;
}

.module-menu .block-icons .block .name {
    margin: 0px;
}

.module-menu .block-icons .block:hover {
    color: #b3977a;
}

.module-menu .block-icons .block:hover .icon svg {
    fill: #b3977a;
}

.module-menu .block-icons .block:hover .icon.icon-1 svg {
    fill: none;
    stroke: #b3977a;
}

.module-menu .block-icons .block:hover .name {
    color: #b3977a;
}

.module-menu .block-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-menu .block-apps {
    margin: 0px 0px 39px 0px;
    padding: 0px 0px 0px 40px;
}

.module-menu .block-apps .columns {
    margin: 0px;
}

.module-menu .block-apps .columns:after {
    content: "";
    display: table;
    height: 0px;
    clear: both;
}

.module-menu .block-apps .columns .cell {
    display: block;
    width: 122px;
    height: 38px;
    float: left;
    margin: 0px 0px 0px 12px;
}

.module-menu .block-apps .columns .cell:first-child {
    margin-left: 0px;
}

.module-menu .block-apps .columns .cell img {
    width: 100%;
    height: auto;
}

.module-menu .block-apps .title {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 7px 0px 0px 0px;
    letter-spacing: 1px;
}

.module-menu .block-info {
    margin: 0px;
    padding: 0px 40px 24px 40px;
}

.module-menu .block-info:after {
    content: "";
    display: table;
    height: 0px;
    clear: both;
}

.module-menu .block-info .block-license {
    float: left;
    font-size: 8px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.module-menu .block-info .block-license a {
    color: #fff;
    text-decoration: underline;
}

.module-menu .block-info .block-license a:hover {
    text-decoration: none;
}

.module-menu .block-info .block-lang {
    float: right;
    padding: 2px 0px 0px 0px;
}

.module-menu .block-info .block-lang a {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 8px 2px 8px;
}

.module-menu .block-info .block-lang a:hover {
    background: #fff;
    color: #000;
}

.module-menu .lang {
    position: absolute;
    top: 46px;
    right: 24px;
}

.module-menu .lang a {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 7px 8px 6px 8px;
}

.module-menu .lang a:hover {
    background: #9a836a;
    border-color: #9a836a;
    color: #fff;
}

.module-menu .block-menu menu li a,
.module-menu .block-icons .block,
.module-menu .block-icons .block .icon svg,
.module-menu .block-icons .block .name,
.module-menu .block-special a,
.module-menu .lang,
.module-menu .lang a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .module-menu .block-scroll .scroll {
        overflow: auto;
    }

    .module-menu .block-scroll .scroll-wrap {
        position: relative;
        min-height: 100%;
    }

    .module-menu .lang {
        top: 33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .module-menu .block-scroll .scroll {
        overflow: auto;
    }

    .module-menu .block-scroll .scroll-wrap {
        position: relative;
        min-height: 100%;
    }

    .module-menu .lang {
        top: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .main_logo {
        display: none;
    }

    .phone.desktop .btn,
    .phone.tablet .btn {
        height: 6.519vw;
        font-size: 1.825vw;
        width: auto;
        min-width: auto;
        padding: 0 1.956vw;
    }

    .module-menu {
        width: 100%;
        left: -100%;
    }

    .module-menu.open {
        left: 0%;
    }

    .module-menu .lang {
        top: 34px;
        left: 50%;
        right: auto;
        margin-left: -8px;
    }

    .module-menu .block-scroll .scroll {
        overflow: auto;
    }

    .module-menu .block-scroll .scroll-wrap {
        position: relative;
        min-height: 100%;
    }

    .module-menu .block-icons {
        padding-bottom: 243px;
    }

    .module-menu .block-bottom {
        bottom: 80px;
    }

    .module-menu .lang {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.module-menu {
    -webkit-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    -moz-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    -ms-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    -o-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
}

.module-menu .block-menu menu li,
.module-menu .block-phone,
.module-menu .block-icons .block,
.module-menu .block-top .logo img,
.module-menu .block-info,
.module-menu .block-apps,
.module-menu .block-special,
.module-menu .lang {
    opacity: 0;
    -webkit-transition: all 0.5s linear 1s;
    -moz-transition: all 0.5s linear 1s;
    -ms-transition: all 0.5s linear 1s;
    -o-transition: all 0.5s linear 1s;
    transition: all 0.5s linear 1s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.module-menu .lang {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.module-menu .block-menu menu li.menu__dropdown .menu__dropdown-item {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
    align-content: center;
}

.module-menu.open .block-menu menu li.menu__dropdown .menu__dropdown-item {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
}

.module-menu .block-menu menu li.menu__dropdown span {
    cursor: pointer;
    margin-bottom: 0;
    transition: margin 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open span {
    margin-bottom: 0;
    transition: margin 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown ul {
    opacity: 0;
    height: 0px;
    margin: 0;
    transition: height 400ms ease, margin-top 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open ul {
    opacity: 1;
    height: auto;
    margin-top: 8px;
    max-height: 100%;
    transition: height 400ms ease, margin-top 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown ul li {
    margin-top: 0px;
    transition: margin-top 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open ul li {
    margin-top: 6px;
    transition: margin-top 400ms ease;
}

.module-menu .block-menu menu li.menu__dropdown ul li a {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open ul li a {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.module-menu .block-menu menu li a,
.module-menu .block-menu menu li span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px 0px 40px;
    letter-spacing: 1px;
    transition: color 0.2s ease-out;
}

.module-menu .block-menu menu li a:hover,
.module-menu .block-menu menu li.menu__dropdown .menu__dropdown-item span:hover,
.module-menu .block-menu menu li a.active,
.module-menu .block-menu menu li.menu__dropdown .menu__dropdown-item span:active,
.module-menu .block-menu menu li.menu__dropdown.dropdown--open .menu__dropdown-item span {
    color: #b3987d;
    /* transition: color 0.2s ease-out; */
}

.module-menu .block-menu menu li.menu__dropdown span.menu__dropdown-icon {
    transform: rotateX(180deg);
    transition: transform 0.2s ease-out;
    padding: 0;
    margin: 0;
    display: grid;
    align-content: center;
}

.module-menu .block-menu menu li.menu__dropdown span.menu__dropdown-icon svg {
    width: 8px;
    height: 14px;
    fill: #fff;
    transition: fill 0.2s ease-out;
}

.module-menu .block-menu menu li.menu__dropdown .menu__dropdown-item:hover .menu__dropdown-icon svg {
    fill: #b3987d;
    transition: fill 0.2s ease-out;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open .menu__dropdown-item span {
    color: #CFAC74;
    transition: all 0.2s ease-out;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open .menu__dropdown-item .menu__dropdown-icon {
    transform: rotateX(0deg);
    transition: transform 0.3s ease;
}

.module-menu .block-menu menu li.menu__dropdown.dropdown--open .menu__dropdown-item .menu__dropdown-icon svg {
    fill: #CFAC74;
    transition: fill 0.2s ease-out;
}

.module-menu .block-menu>menu>li[data-queue="1"] {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.module-menu .block-menu>menu>li[data-queue="2"] {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.module-menu .block-menu>menu>li[data-queue="3"] {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.module-menu .block-menu>menu>li[data-queue="4"] {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.module-menu .block-menu>menu>li[data-queue="5"] {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.module-menu .block-menu>menu>li[data-queue="6"] {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.module-menu .block-menu>menu>li[data-queue="7"] {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -ms-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.module-menu .block-menu>menu>li[data-queue="8"] {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.module-menu .block-menu menu li.menu__dropdown .menu__dropdown-item {
    -webkit-transition-delay: 1.45s;
    -moz-transition-delay: 1.45s;
    -ms-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
  }
  
  .module-menu .block-menu > menu li[data-queue="9"] {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  
  .module-menu .block-menu > menu li[data-queue="10"] {
    -webkit-transition-delay: 1.55s;
    -moz-transition-delay: 1.55s;
    -ms-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
  }
  
  .module-menu .block-menu > menu li[data-queue="11"] {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  
  .module-menu .block-menu > menu li[data-queue="12"] {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -ms-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
  }
  
  .module-menu .block-menu > menu li[data-queue="13"] {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  
  .module-menu .block-menu > menu li[data-queue="14"] {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    -o-transition-delay: 1.75s; 
    transition-delay: 1.75s;
}

.module-menu .block-special {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.module-menu .block-phone {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -ms-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.module-menu .block-icons .block:nth-child(1) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.module-menu .block-icons .block:nth-child(2) {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.module-menu .block-icons .block:nth-child(3) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.module-menu .block-icons .block:nth-child(4) {
    -webkit-transition-delay: 1.85s;
    -moz-transition-delay: 1.85s;
    -ms-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s;
}

.module-menu .block-icons .block:nth-child(5) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -ms-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.module-menu.open .block-apps {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.module-menu.open .block-info {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.module-menu.open .block-menu menu li,
.module-menu.open .block-phone,
.module-menu.open .block-icons .block,
.module-menu.open .block-info,
.module-menu.open .block-apps,
.module-menu.open .block-special,
.module-menu.open .lang {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.module-menu .block-info .block-lang {
    float: left !important;
    margin-bottom: 1rem;
    width: 100%
}

.module-menu .block-info .block-lang a.active {
    color: #CFAC74;
    border-color: #CFAC74
}

.header-line {
    width: 100%;
    height: 100px;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
    position: fixed;
}

.header-link.visible {
    opacity: 1;
  }

.phone.desktop,
.phone.tablet {
    width: 420px;
    text-align: right;
}

.phone.desktop,
.phone.tablet {
    width: 540px;
}

.svg_header-tg {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.svg_header-tg svg {
    width: 50px;
    height: 50px;
}


@media only screen and (max-width: 767px) {
    .svg_header-tg {
        margin-right: 2.608vw;
    }

    .svg_header-tg svg {
        width: 6.519vw;
        height: 6.519vw;
    }
}

/* --------------- phone --------------- */
.phone {
    position: fixed;
    right: 40px;
    /*top: 40px;*/
    top: 25px;
    z-index: 220;
    /*padding-right:42px;*/
    padding-right: 0px;
    border-radius: 21px;
    cursor: pointer;
}

.phone.desktop,
.phone.tablet {
    display: block;
}

.js-phone.fill .phone__ic {
    fill: #000;
}

.menu-open .js-phone.fill .phone__ic {
    fill: #fff;
    transition: all 0.2s linear 0.5s;
}

.menu__phone-link {
    display: block;
    margin-bottom: 5px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.menu__phone-link-brown {
    display: inline-block;
    margin: 2px 11px 0 0;
    font-size: 18px;
    line-height: 18px;
    color: #CFAC74;
    letter-spacing: normal;
    vertical-align: top;
}

.menu__phone-link-white {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    letter-spacing: normal;
    vertical-align: top;
}

.menu__phone-text {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 1px 0px;
}

.phone.fill .phone-links__item-num,
.phone.fill .phone-links__item-text {
    color: #000;
}

.phone.fill .phone-links__btn {
    border-color: #000;
    color: #000;
}

.phone.fill .phone-links__btn:hover {
    background-color: #000;
    color: #fff;
}

.js-phone.mobile {
    display: none;
}

.phone.hide,
.js-phone.hide {
    position: fixed;
    z-index: -1;
}

.phone-links {
    /*margin-right:40px;*/
    margin-right: 0px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.phone-links__btn {
    width: 185px;
    min-width: 185px;
    height: 50px;
    line-height: 1;
    font-size: 14px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.2s linear;
    vertical-align: middle;
    font-family: 'Sansation';
    text-transform: uppercase;
}

.phone-links__item {
    display: inline-block;
    margin-right: 40px;
    letter-spacing: normal;
    text-decoration: none;
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.1s linear;
    transition-delay: 0.1s;
    vertical-align: middle;
    cursor: pointer;
}

.phone-links__item_number_1 {
    transition-delay: 0.2s;
}

.phone-links__item_number_2 {
    transition-delay: 0.1s;
}

.phone-links__item-code {
    display: inline-block;
    margin: 2px 7px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #b4987a;
    vertical-align: top;
    font-family: 'Sansation';
}

.phone-links__item-num {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    vertical-align: top;
    font-family: 'Sansation';
}

.phone-links__item-text {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Sansation';
}

.phone.phone-hover .phone-links__btn {
    transform: translateX(0);
    opacity: 1;
}

.phone.phone-hover .phone-links__item {
    transform: translateX(0);
    opacity: 1;
}

@media (max-width:767px) {
    .js-phone.mobile {
        display: block;
    }
}

.phone:hover .phone__ic {
    -webkit-animation: phonerotate 1s linear 1;
    -o-animation: phonerotate 1s linear 1;
    animation: phonerotate 1s linear 1;
}

@media (max-width:1024px) {
    .phone {
        top: 19px;
        right: 40px;
    }
}

@media (max-width:767px) {
    .phone {
        top: 20px;
        right: 20px;
    }
}

@-webkit-keyframes phonerotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    16.667% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    33.333% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50.001% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    66.668% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    83.335% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes phonerotate {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    16.667% {
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    33.333% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    50.001% {
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    66.668% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    83.335% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phonerotate {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    16.667% {
        -webkit-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    33.333% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    50.001% {
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    66.668% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    83.335% {
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.phone__ic {
    /*display:block;*/
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    fill: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
    .module-menu .lang {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }

    .module-menu.open .lang {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }
}

@media (max-width:1024px) {
    .header-line {
        height: 90px;
    }

    .burger {
        left: 30px;
        top: 36px;
    }
}

@media (max-width:767px) {
    .header-line {
        height: 82px;
    }

    .burger {
        left: 20px;
        top: 32px;
    }

    .burger:before {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: -10px;
        right: -10px;
    }

    .phone {
        top: 25px;
    }

    .phone-links__item-num {
        font-size: 15px;
    }

    .phone-links__item-text {
        font-size: 8px;
        margin-top: 1.304vw;
    }

    .phone-links__item-code {
        font-size: 10px;
    }

    .phone-links__item {
        margin-right: 12px;
        text-align: right;
    }
}

@media (max-width:460px) {}

/* --------------- header ---------------------- */
/* --------------- ps__scrollbar --------------- */
.ps__scrollbar-y-rail {
    left: auto !important;
    right: 11px !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: transparent !important;
    opacity: 1;
}

.ps__scrollbar-y-rail>.ps__scrollbar-y {
    width: 5px !important;
    background-color: #cccccc;
    opacity: 1;
}

/* --------------- screen-width-flags --------------- */
.desktop-flag {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}

@media (min-width: 1000px) and (max-width: 1279px) {
    .desktop-flag {
        display: block;
    }
}

.tablet-flag {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}

@media (max-width: 999px) {
    .tablet-flag {
        display: block;
    }
}

.tabletmin-flag {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}

.mobile-flag {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 1px;
}

@media (max-width: 767px) {
    .mobile-flag {
        display: block;
    }
}

/* Карта */
.popup-map {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 230;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0s;
    overflow: auto;
}

.popup-map[data-active="Y"] {
    opacity: 1;
    visibility: visible;
}

.popup-map .map {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/map/map-bg.jpg) no-repeat center center / auto 100%;
}

.popup-map .map .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map/scheme.svg) no-repeat center center / auto 100%;
}

.popup-map .close {
    background: url(../images/close_map.svg) no-repeat center center / contain;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

/* --------------- request --------------- */
.request .input {
    position: relative;
    margin-bottom: 11px;
    border: none;
    padding: 0 0;
    height: auto;
}

.request .input--mod {
    margin-bottom: 25px;
}

.request .input__field {
    display: block;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0;
    background-color: transparent;
    font-family: 'Sansation';
    font-size: 16px;
    line-height: 48px;
    color: #fff;
}

input__field {

    display: block;

    width: 100%;

    height: 50px;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 0 15px;

    border: 1px solid rgba(255, 255, 255, .3);

    border-radius: 0;

    background-color: transparent;

    font-family: 'Sansation';

    font-size: 16px;

    line-height: 48px;

    color: #fff;

}



.input__field::-webkit-input-placeholder {

    font-family: 'Sansation';

    font-weight: 200;

    font-size: 16px;

    line-height: 48px;

    color: #fff;

}



.input__field::-moz-placeholder {

    font-family: 'Sansation';

    font-weight: 200;

    font-size: 16px;

    line-height: 48px;

    color: #fff;

}



.input__field:-ms-input-placeholder {

    font-family: 'Sansation';

    font-weight: 200;

    font-size: 16px;

    line-height: 48px;

    color: #fff;

}



.input__field:-moz-placeholder {

    font-family: 'Sansation';

    font-weight: 200;

    font-size: 16px;

    line-height: 48px;

    color: #fff;

}



.input__field:focus::-webkit-input-placeholder {

    color: transparent;

}



.input__field:focus::-moz-placeholder {

    color: transparent;

}



.input__field:focus:-ms-input-placeholder {

    color: transparent;

}



.input__field:focus:-moz-placeholder {

    color: transparent;

}



@media (max-width:767px) {

    .input__field {

        font-size: 14px;

    }



    .input__field::-webkit-input-placeholder {

        font-size: 14px;

    }



    .input__field::-moz-placeholder {

        font-size: 14px;

    }



    .input__field:-ms-input-placeholder {

        font-size: 14px;

    }



    .input__field:-moz-placeholder {

        font-size: 14px;

    }

}



.input__field--mod {

    height: 35px;

    padding: 0;

    border: none;

    border-bottom: 1px solid #000;

    line-height: 33px;

    color: #000;

}



.input__field--mod::-webkit-input-placeholder {

    line-height: 33px;

    color: #000;

}



.input__field--mod::-moz-placeholder {

    line-height: 33px;

    color: #000;

}



.input__field--mod:-ms-input-placeholder {

    line-height: 33px;

    color: #000;

}



.input__field--mod:-moz-placeholder {

    line-height: 33px;

    color: #000;

}



.input__field--textarea {

    height: 331px;

    /*height:496px;*/

    padding: 15px 15px 15px;

    line-height: 1.2;

    resize: none;

}



.input__field--textarea::-webkit-input-placeholder {

    line-height: 1.2;

}



.input__field--textarea::-moz-placeholder {

    line-height: 1.2;

}



.input__field--textarea:-ms-input-placeholder {

    line-height: 1.2;

}



.input__field--textarea:-moz-placeholder {

    line-height: 1.2;

}



@media (max-width:1024px) {

    .input__field--textarea {

        height: 262px;

    }

}



@media (max-width:767px) {

    .input__field--textarea {

        height: 170px;

    }

}



.input__field--textarea-mod {

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 1;

    height: 49px;

    max-height: 100%;

    min-width: 100%;

    max-width: 100%;

    padding: 15px 0 15px;

    border: none;

    border-bottom: 1px solid #000;

    color: #000;

}



/* --------------- textarea-placeholder --------------- */

.textarea-placeholder {

    position: absolute;

    left: 0;

    bottom: 10px;

    z-index: 0;

    font-weight: 200;

    font-size: 16px;

    line-height: 1.2;

    color: #000;

}



/* --------------- checkbox --------------- */

.checkbox {

    position: relative;

    min-height: 20px;

    padding-left: 20px;

    margin-bottom: 20px;

}



.checkbox__field-wr {

    position: absolute;

    left: 0;

    top: 0;

    width: 20px;

    height: 20px;

}



.checkbox__img {

    width: 100%;

    height: 100%;

    border: 1px solid #fff;

    background-repeat: no-repeat;

    background-size: 14px auto;

    background-position: center center;

}



.checkbox__label {

    display: inline-block;

    margin-left: 15px;

    font-size: 14px;

    line-height: 20px;

    color: #fff;

    cursor: pointer;

}



.checkbox__label-link {

    display: inline-block;

    color: #fff;

    text-decoration: underline;

}

.request .input__field--mod {
    height: 35px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 33px;
    color: #000;
}

.feedback-form__times {
    margin-top: -3px;
    margin-bottom: 49px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.request .input--textarea {
    position: relative;
    height: 110px;
}

.request .input__field--textarea {
    height: 331px;
    /*height:496px;*/
    padding: 15px 15px 15px;
    line-height: 1.2;
    resize: none;
}

.request .input__field--textarea::-webkit-input-placeholder {
    line-height: 1.2;
}

.request .input__field--textarea::-moz-placeholder {
    line-height: 1.2;
}

.request .input__field--textarea:-ms-input-placeholder {
    line-height: 1.2;
}

.request .input__field--textarea:-moz-placeholder {
    line-height: 1.2;
}

@media (max-width:1024px) {
    .request .input__field--textarea {
        height: 262px;
    }
}

@media (max-width:767px) {
    .request .input__field--textarea {
        height: 170px;
    }
}

.request .input__field--textarea-mod {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 49px;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 0 15px;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}

/* --------------- textarea-placeholder --------------- */
.request .textarea-placeholder {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}



/* --------------- checkbox --------------- */

.request .checkbox {

    position: relative;

    min-height: 20px;

    padding-left: 20px;

    margin-bottom: 20px;

}



.request .checkbox__field-wr {

    position: absolute;

    left: 0;

    top: 0;

    width: 20px;

    height: 20px;

}



.request .checkbox__img {

    width: 100%;

    height: 100%;

    border: 1px solid #fff;

    background-repeat: no-repeat;

    background-size: 14px auto;

    background-position: center center;

}



.request .checkbox__field {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    opacity: 0;

    cursor: pointer;

}



.request .checkbox__field:checked~.checkbox__img {

    background-image: url("../images/checkbox-white.svg");

}



.request .checkbox__label {

    display: inline-block;

    margin-left: 15px;

    font-size: 14px;

    line-height: 20px;

    color: #fff;

    cursor: pointer;

}



.request .checkbox__label-link {

    display: inline-block;

    color: #fff;

    text-decoration: underline;

}

/* --------------- select --------------- */
.select {
    position: relative;
    letter-spacing: normal;
}

.select select {
    display: none;
}

.select select.touch {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.select select.touch~.js-select__pseudo-touch {
    display: block !important;
}

.select select.touch~.select2 {
    display: none;
}

.select2 {
    display: block;
    width: 100% !important;
    background-color: #fff;
}

.select2 .selection {
    display: block;
}

.select2-container~.select2-container {
    height: 136px;
    background-color: #e8e8e8;
}

.select2-container--below.select2-container--open~.select__arr {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select2-selection {
    display: block;
    padding: 10px 0 6px 0;
    border-bottom: 1px solid #000;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
}

@media (max-width:767px) {
    .select2-selection {
        padding: 7px 0 5px;
        font-size: 14px;
        letter-spacing: -0.5px;
    }
}

.select2-selection:focus {
    outline: none;
}

.select2-selection__placeholder {
    display: block;
    color: #000;
}

.select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.select2-selection__arrow {
    display: none;
}

.select__arr {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 3;
    width: 8px;
    height: 5px;
    fill: #000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width:767px) {
    .select__arr {
        top: 12px;
    }
}

.select2-dropdown {
    display: block;
    position: static;
    z-index: 1;
    height: 100%;
    border: none;
}

.select2-dropdown.select2-dropdown--below {
    margin-top: -2px;
}

.select2-dropdown.select2-dropdown--above {
    margin-top: 1px;
    border-bottom-color: transparent;
}

.select2-search {
    display: none;
}

.select2-results {
    overflow: auto;
    display: block;
    margin: 0;
}

.select2-results__options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.select2-results__option {
    padding: 7px 10px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width:767px) {
    .select2-results__option {
        padding: 7px 6px;
        font-size: 14px;
    }
}

.select2-results__option[aria-disabled] {
    color: gray !important;
    cursor: default;
}

.select2-results__option:hover,
.select2-results__option[aria-selected="true"] {
    background-color: #000;
    color: #fff;
}

.select__pseudo-touch {
    display: none;
}

.select2-container {
    overflow: auto;
    z-index: 4;
}

.ps__scrollbar-y-rail {
    left: auto !important;
    right: 0px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 5px;
    background-color: transparent !important;
    opacity: 1;
}

.ps__scrollbar-y-rail>.ps__scrollbar-y {
    width: 5px !important;
    background-color: #676767;
    opacity: 1;
}

.ps__scrollbar-y-rail>.ps__scrollbar-y {
    right: 0px !important;
    width: 5px !important;
}

.request {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 220;
    width: 685px;
    height: 100%;
}

.request.active .request__bg {
    opacity: 1;
}

.request.active .request__form {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width:1024px) {
    .request {
        width: 100%;
    }
}

.request__bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    -o-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
}

.request__form {
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 75px 20px;
    background-color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    -o-transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
    transition: all 1s cubic-bezier(0.92, 0, 0.28, 1);
}

@media (max-width:767px) {
    .request__form {
        display: block;
        padding: 85px 20px 112px;
    }
}

.request__form-inner {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    max-width: 440px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.request__form-inner.anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.request__form-close {
    position: absolute;
    right: 65px;
    top: 50px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 2;
}

.request__form-close.anim {
    opacity: 1;
}

@media (max-width:767px) {
    .request__form-close {
        right: 20px;
        top: 20px;
    }
}

.request__form-close--ic {
    width: 26px;
    height: 26px;
    fill: #000;
}

.request__form-title {
    margin-bottom: 43px;
    font-weight: 300;
    font-size: 31px;
    line-height: 1;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width:767px) {
    .request__form-title {
        margin-bottom: 25px;
        font-size: 25px;
    }
}

.request__text {
    margin: 44px 0 62px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

@media (max-width:767px) {
    .request__text {
        margin: 35px 0;
        text-align: center;
    }
}

.request__btn {
    width: 100%;
}

.request__checkbox {
    margin-bottom: 54px;
}

.request__checkbox.margin-top {
    margin-top: 100px;
}

.request__checkbox .checkbox__img {
    border-color: #000;
}

.request__checkbox .checkbox__label,
.request__checkbox .checkbox__label-link {
    color: #000;
}

.request__checkbox .checkbox__field:checked~.checkbox__img {
    background-image: url("../images/checkbox-black.svg");
}


html.fancybox-lock {
    overflow: visible !important;
}

html.fancybox-lock body {
    position: relative;
}

.fancybox-main .fancybox-skin {
    box-shadow: none;
    border-radius: 0px;
}

.fancybox-main .fancybox-close {
    background: none;
    width: 26px;
    height: 26px;
    top: 20px;
    right: 20px;
}

.popup-notice {
    width: 700px;
    padding: 65px 50px 40px 50px;
    text-align: center;
}

.popup-notice .text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

@media (max-width:767px) {
    .popup-notice {
        width: 100%;
        padding: 63px 20px 23px 20px;
    }

    .popup-notice .text {
        font-size: 14px;
        font-family: 'Sansation';
    }
}

@media (max-width:767px) {
    .request__checkbox {
        margin-bottom: 30px;
    }
}

.request-form__label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1;
    color: #000;
    letter-spacing: normal;
    vertical-align: middle;
}

@media (max-width:767px) {
    .request-form__label {
        font-size: 14px;
    }
}

.request-form__time {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 35px;
    letter-spacing: normal;
    vertical-align: middle;
}

.request-form__time:last-child {
    margin-right: 0;
}

@media (max-width:767px) {
    .request-form__time {
        width: 70px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .popup-map .close {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .popup-map .map {
        background-image: url(../images/map/map_tablet.jpg);
        background-size: 100% auto;
    }

    .popup-map .map .img {
        background-image: url(images/map/scheme_tablet.svg);
        background-size: 100% auto;
    }

    .popup-map .close {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .popup-map .map {
        background-image: url(../images/map/map_mobile_new.webp);
        background-size: 100% auto;
    }

    .popup-map .map .img {
        background-image: url(../images/map/scheme_mobile.svg);
        background-size: 100% auto;
    }

    .popup-map .close {
        top: 20px;
        right: 20px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(https://primepark.ru/include/NEW2/fonts/icomoon.eot?df3r77);
    src: url(https://primepark.ru/include/NEW2/fonts/icomoon.eot?df3r77#iefix) format('embedded-opentype'), url(https://primepark.ru/include/NEW2/fonts/icomoon.ttf?df3r77) format('truetype'), url(https://primepark.ru/include/NEW2/fonts/icomoon.woff?df3r77) format('woff'), url(https://primepark.ru/include/NEW2/fonts/icomoon.svg?df3r77#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}