.edit-site-wrap .edit-item {
    cursor: text;
}
.offer-container .op1_btn {
    width: 100%;
    justify-content: end !important;
    margin: 0 !important;
    padding: 0 !important;
}
.style-container {
    display: none;
}
.group:hover .op_focus {
    opacity: 1;
}
.group {
    position: relative;
}
.op_top_fullw .logo {
    margin-right: 28px;
}
main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow-x: hidden;
}
#bcg-item {
    position: fixed;
    will-change: transform;
}
.offer-container {
    z-index: 1;
    position: relative;
}
.op1_btn ._item--spacequiz--btn {
    min-width: 350px !important;
    height: 80px !important;
}
section.head {
    position: relative;
}
span.name_logo {
    position: relative;
}
span.name_logo:before {
    content: '';
    position: absolute;
    height: calc(100% + 10px);
    width: 1px;
    top: 0;
    margin-top: -5px;
    background: var(--color_f);
    left: 0;
    margin-left: -14px;
    opacity: 0.5;
}
.op_top_fullw .opt_contacts .group svg {
    width: 24px;
    margin-right: 12px;
}
.op_top_fullw .opt_contacts .group {
    display: flex;
    align-items: center;
}
.group.addr-head {
    width: 100%;
    justify-content: flex-end;
    margin-top: 16px;
}
.group.addr-head svg {
    fill: var(--color_f) !important;
    width: 18px !important;
    margin-right: 6px !important;
    position: relative;
}
.op_top_fullw {
    padding: 35px 6% 30px;
}
.footer__item {
    z-index: 1;
}
.content__wrap {
    width: 1198px;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-left: 80px;
}
.offer-container {
    display: flex !important;
    padding-bottom: 85px;
    padding-top: 65px;
}
.footer__item {
    padding-bottom: 40px;
    padding-top: 40px;
}
.footer__item ul {
    display: flex;
    list-style: none;
}
.footer__item > ul li {
    padding-left: 22px;
    margin-right: 50px;
    position: relative;
    text-decoration: underline;
}
.footer__item > ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--color_f);
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}
.col__offer--big {
    max-width: 65%;
    width: max-content;
    padding-right: 5%;
    min-width: 50%;
}
.col__offer--smal {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    min-width: 380px;
}
h1#title {
    position: relative;
}
h1#title:before {
    content: '';
    position: absolute;
    top: 0;
    width: 58px;
    height: 8px;
    background: var(--color_f);
    right: 100%;
    margin-right: 20px;
    margin-top: 0.575em;
}
h2#subtitle {
    margin: 22px 0 32px;
}
h1#title b {
    font-weight: 900;
}
.video__more {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.video__more__circles {
    position: relative;
    width: 138px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 138px;
    min-height: 138px;
    will-change: transform;
}
.video__more__circles:hover svg {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}
.video__more__circles svg {
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: .35s;
       -moz-transition: .35s;
        -ms-transition: .35s;
         -o-transition: .35s;
            transition: .35s;
}
.video__more__circle {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.video__more__circle--first {
    width: 100%;
    height: 100%;
    border: 8px solid var(--color_f);
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-animation: rotateRight 8s line;
    animation: rotateRight 8s linear infinite;
}
.video__more__circle--last {
    width: 66%;
    height: 66%;
    border: 2px solid var(--line);
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0.5;
    -webkit-animation: rotateLeft 10s line;
    animation: rotateLeft 10s linear infinite;
}
.video__more__circle:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    border: 1px solid var(--line);
    opacity: 0.25;
    z-index: -1;
    top: 0;
    left: 0;
    margin-left: -1px;
    margin-top: -1px;
}
.video__more__circle--last:before {
    border-width: 2px;
    opacity: 0.25;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px;
}
.video__more__txt span {
    position: relative;
    display: block;
    padding: 0 14px 4px 0;
}
.video__more__txt {
    border-right-width: 1.5px;
    border-bottom: 1px solid var(--color_f);
    margin-right: 50px;
    position: relative;
    margin-bottom: 10px;
    z-index: 11;
}
.video__more .op_focus.full_w {
    z-index: 10;
    width: calc(110% + 40px);
    height: 120%;
    margin-left: 20px;
}
.video__more__txt:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 1px;
    background: var(--color_f);
    width: 65px;
    transform: rotate(-35deg);
    transform-origin: 0;
    margin-bottom: -1px;
    margin-left: -1px;
}
.trigger-wrap form.control-site {
    height: 370px;
    width: 450px;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    transform: translateX(100%);
}
.trigger-wrap.active form.control-site {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
.trigger-wrap form.f_quiz label.img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.trigger-controll {
    min-height: max-content;
    display: flex;
    margin-bottom: 20px;
}
.trigger-controll textarea.light-skin {
    border-radius: 3px !important;
}
.video__more form.control-site {
    width: 400px;
    left: auto;
    right: 105%;
    height: 400px;
    z-index: 1111;
    transform: translateX(-100%);
    top: 50%;
    margin-top: -200px;
}
.video__more.active form.control-site {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
#video-desc:hover + .op_focus {
    opacity: 1;
}
.overlay {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}
.video__modal {
    position: relative;
    width: 980px;
    height: 560px;
    display: block;
    margin: 0 auto;
    top: 50%;
    margin-top: -280px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.75);
    max-width: 80%;
    min-width: 300px;
}
.video__modal iframe {
    width: 100%;
    height: 100%;
}
.video__modal__wrap {
    width: 100%;
    height: 100%;
}
.video__modal__close {
    position: absolute;
    left: 100%;
    top: 0;
    width: 26px;
    height: 26px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.video__modal__close svg {
    fill: #fff;
}
.video__modal__close:hover {
    opacity: 0.75;
}
.modals__container {
    position: absolute;
}
.control-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    opacity: 0;
    -webkit-transition: .35s;
       -moz-transition: .35s;
        -ms-transition: .35s;
         -o-transition: .35s;
            transition: .35s;
}
.control-gallery:hover {
    opacity: 1;
}
.control-gallery__btn {
    text-align: center;
    height: 40px;
    width: 40px;
    border: none;
    position: absolute;
    right: 0;
    bottom: 50%;
    margin: 0 9px -50px 0;
    cursor: pointer;
    z-index: 3;
    pointer-events: all;
}
.control-gallery__icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.control-gallery__icon-disabled {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 110%;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.control-gallery__icon svg {
    fill: rgba(255, 255, 255, 1);
    -webkit-transition: .35s;
       -moz-transition: .35s;
        -ms-transition: .35s;
         -o-transition: .35s;
            transition: .35s;
}
.video__more.edit-site-wrap.disabled > .control_focus {
    opacity: 0.35;
}
.video__more.disabled:not(.edit-site-wrap) {
    display: none;
}
.control-gallery__btn:hover svg {
    fill: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
}
.control-gallery__btn:hover .control-gallery__icon-disabled {
    background: rgba(255, 255, 255, 0.9);
}
.control-gallery__btn span {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px !important;
    font-weight: 100;
}
.control-gallery__line {
    height: 300px;
    width: 1px;
    background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}
@keyframes rotateRight {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateLeft {
    100% {
        transform: rotate(-360deg);
    }
}

@media screen and (min-width: 1750px) {
    ._item--spacequiz--btn {
        min-width: 500px !important;
        height: 100px !important;
    }
    .content__wrap {
        width: 1440px;
    }
    .op_top_fullw {
        padding: 45px 7% 40px;
    }
    .footer__item {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .video__modal {
        width: 1198px;
        height: 680px;
        margin-top: -340px;
    }
}

@media screen and (min-width: 1500px) {
}

@media screen and (max-width: 1440px) {
    .op_top_fullw {
        padding: 30px 4% 25px;
    }
    .footer__item {
        padding-bottom: 35px;
        padding-top: 35px;
    }
}
@media screen and (max-width: 1366px) {
    .offer-container {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .content__wrap {
        width: 1080px;
    }
    .col__offer--big {
        max-width: 67%;
        padding-right: 3%;
    }
    .col__offer--smal {
        width: 33%;
        padding-left: 3%;
    }
}

@media screen and (max-width: 1198px) {
    .content__wrap {
        padding-left: calc(4% + 85px);
        width: 100%;
        padding-right: 4%;
    }
    .op_top_fullw .container {
        width: 60%;
    }
}

@media all and (max-width: 988px) and (min-width: 860px) {
    .col__offer--smal {
        position: absolute;
        width: auto;
        padding: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 50px;
    }
    h1#title:before {
        display: none;
    }
    .content__wrap {
        padding-left: calc(4% + 1px);
    }
}

@media screen and (max-width: 988px) {
    .offer-container {
        padding-bottom: 80px;
        padding-top: 60px;
    }
    .col__offer--big {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    h2#subtitle {
        margin: 22px 0 42px;
    }
}

@media screen and (max-width: 860px) {
    .offer-container, .footer__item ul {
        flex-direction: column;
    }
    .col__offer--smal {
        padding: 0;
        width: 100%;
        justify-content: flex-start;
        margin-top: 44px;
    }
    .offer-container {
        padding-bottom: 24px;
    }
    .footer__item > ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    .op_top_fullw .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .op_top_fullw .opt_contacts .group {
        margin-right: 0 !important;
    }
    .op_top_fullw .opt_contacts .group:not(:last-child) {
        margin-right: 0;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 14px;
    }
    .group.addr-head {
        margin-top: 0;
    }
    .opt_contacts {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media all and (max-width: 767px) and (min-width: 480px) {
    span.name_logo {
        display: none;
    }
    .op_top_fullw .logo {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .op_top_fullw {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .op_top_fullw .opt_group {
        max-width: 30%;
    }
    .op_top_fullw .container {
        width: 70%!important;
    }
    .op_top_fullw .opt_contacts {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .video__modal__close {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%;
        margin-bottom: 20px;
    }
    .video__modal {
        height: 320px;
        margin-top: -160px;
    }
}

@media screen and (max-width: 480px) {
    .op_top_fullw {
        flex-wrap: wrap;
    }
    .op_top_fullw .opt_group {
        max-width: 100%;
        width: 100%;
    }
    .op_top_fullw .container {
        width: 100%!important;
    }
    .op1_btn ._item--spacequiz--btn {
        min-width: 270px !important;
        height: 66px !important;
    }
    .op_top_fullw .opt_contacts .group {
        justify-content: center !important;
    }
    .op_top_fullw .opt_group {
        justify-content: center;
        margin-bottom: 20px;
    }
    .op_top_fullw {
        padding-top: 15px;
    }
    .op_top_fullw .opt_contacts .group:not(:last-child) {
        margin-bottom: 8px;
    }
    .opt_contacts a:last-child {
        margin-top: 3px;
    }
    .op_top_fullw .opt_contacts .group svg {
        width: 18px;
    }
    h1#title:before {
        display: none;
    }
    .content__wrap {
        padding-left: calc(4% + 1px);
    }
    .footer__item {
        padding-bottom: 16px;
    }
    .offer-container {
        padding-top: 40px;
    }
}