* , *:before, *:after {
    outline: none !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent !important;
    -moz-tap-highlight-color: transparent !important;
    -o-tap-highlight-color: transparent !important;
}

ul {
    list-style: none;
}
[disabled] {
    opacity: .5;
    pointer-events: none;
}
._sc_checkbox ._sc_checkmark, ._sc_checkbox ._sc_checkmark:after, button._sc_btn, ._sc_sq-color, form._sc_modal input, ._sc_m-preeloader, ._sc_m-success, ._sc_m-error {
    -webkit-transition: .15s linear;
       -moz-transition: .15s linear;
        -ms-transition: .15s linear;
         -o-transition: .15s linear;
            transition: .15s linear;
}
button._sc_close svg {
    -webkit-transition: .1s linear;
       -moz-transition: .1s linear;
        -ms-transition: .1s linear;
         -o-transition: .1s linear;
            transition: .1s linear;
}
._sc_tooltip ._sc_text {
    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}




h2 {
    font-size: 34px;
    font-weight: 700;
}
span._sc_subtitle-h2 {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}
._sc_constructor ._sc_middle {
    padding: 0 15px;
    width: calc(100% - 600px);
}
._sc_constructor {
    margin-top: 15px;
    display: flex;
}
._sc_constructor ._sc_right, ._sc_constructor ._sc_left {
    width: 300px;
}
._sc_white-cont {
    background: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 15px 20px 15px;
}
._sc_white-cont ._sc_title {
    margin-bottom: 18px;
    display: block;
    position: relative;
}
._sc_white-cont ._sc_title span {
    font-size: 19px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
._sc_white-cont ._sc_title p.back {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 30px);
    height: calc(100% + 4px);
    background: rgba(153, 102, 57, 0.07);
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
._sc_top select._sc_selected:nth-child(2) {
    margin-bottom: 20px;
}
._sc_colors {
    margin-bottom: 14px;
}
._sc_colors ._sc_square {
    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
}
._sc_colors ._sc_square ._sc_sq-color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
._sc_white-cont .black {
    background: #000;
}
._sc_white-cont .gray {
    background: #BFBFBF;
}
._sc_white-cont .dark-gray {
    background: #7F7F7F;
}
._sc_white-cont .dark-brown {
    background: #653334;
}
._sc_white-cont .brown {
    background: #996639;
}
._sc_white-cont .blue {
    background: #1068c9;
}
._sc_white-cont .red {
    background: #ca3537;
}
._sc_white-cont .white {
    background: #fff;
    border: 1px solid #e8e8e8;
}
._sc_white-cont .pink {
    background: #fecb9c;
}
._sc_white-cont .orange {
    background: #eb6a47;
}
._sc_white-cont .green {
    background: green;
}
._sc_white-cont .yellow {
    background: yellow;
}
._sc_checkbox ._sc_checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cad2dc;
    background: #ebedf1;
    z-index: 2;
}
label._sc_checkbox.titlte span._sc_checkmark + span {
    z-index: 2;
}
._sc_checkbox input:checked ~ ._sc_checkmark {
    background: #ff5c5c;
}
._sc_checkbox input:checked ~ ._sc_checkmark:after {
    opacity: 1;
}
._sc_checkbox ._sc_checkmark:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 1px;
    width: 12px;
    height: 11px;
    background: url(../img/tick.svg) center/contain no-repeat;
    opacity: 0;
}
label._sc_checkbox input {
    display: none;
}
label._sc_checkbox {
    position: relative;
    padding-left: 28px;
    display: flex;
    width: 100%;
    padding-right: 22px;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
}
label._sc_checkbox span {
    color: #3f454e;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 2px;
}
._sc_tooltip {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url(../img/information.svg) center/contain no-repeat;
    cursor: pointer;
}
label._sc_checkbox ._sc_tooltip {
    margin-top: 1px;
}
._sc_constructor ._sc_middle ._sc_white-cont {
    height: 825px;
    position: relative;
}
._sc_middle ._sc_white-cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
label._sc_checkbox.titlte span {
    font-size: 18px;
}
label._sc_checkbox.titlte span._sc_checkmark {
    top: 4px;
}
._sc_white-cont._sc_price-cont span._sc_title {
    text-align: center;
}
span._sc_price {
    font-size: 46px;
    color: #ff5c5c;
    font-weight: 500;
    text-align: center;
    display: block;
}
span._sc_price b {
    font-weight: 400;
    margin-left: 9px;
}
._sc_white-cont._sc_price-cont {
    border-bottom: 3px solid #ff5c5c;
}
button._sc_btn {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
    padding: 0 20px;
    width: 100%;
    border: none;
    background: #33363b;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.7px;
}
._sc_btn-group {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
button._sc_btn._sc_red {
    background: #ff5c5c;
}
._sc_top {
    display: flex;
    margin-top: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
._sc_top ._sc_white-cont {
    margin-bottom: 0;
    margin-right: 0;
    width: calc(50% - 7.5px);
}
._sc_top ._sc_block label._sc_checkbox {
    margin-right: 30px;
    padding-right: 28px;
}
._sc_top ._sc_block {
    display: flex;
    margin-bottom: 26px;
    margin-top: 27px;
}
._sc_top ._sc_block label._sc_checkbox {
    margin-bottom: 0;
    margin-right: 20px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}
._sc_top ._sc_colors {
    margin-bottom: 0;
}
._sc_top ._sc_block label._sc_checkbox:last-child {
    margin-right: 0px;
}
._sc_white-cont ._sc_title ._sc_tooltip {
    margin-top: 5px;
}
select._sc_selected {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: unset;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #3f454e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'SegoeUI';
}
._sc_tooltip ._sc_text {
    position: absolute;
    z-index: 9;
    -webkit-box-shadow: 0 0 27px rgba(11, 13, 18, 0.29);
            box-shadow: 0 0 27px rgba(11, 13, 18, 0.29);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #ffffff;
    min-width: 285px;
    cursor: default;
    opacity: 0;
    pointer-events: none;
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
}
._sc_tooltip ._sc_text._sc_right {
    top: -17px;
    right: -20px;
    -webkit-transform: translateX(105%);
       -moz-transform: translateX(105%);
        -ms-transform: translateX(105%);
         -o-transform: translateX(105%);
            transform: translateX(105%);
}
._sc_tooltip.active ._sc_text._sc_right {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: auto;
    opacity: 1;
}
._sc_tooltip ._sc_text._sc_left {
    top: -17px;
    left: -20px;
    -webkit-transform: translateX(-105%);
       -moz-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
         -o-transform: translateX(-105%);
            transform: translateX(-105%);
}
._sc_tooltip.active ._sc_text._sc_left {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: auto;
    opacity: 1;
}
._sc_tooltip ._sc_text._sc_bottom {
    top: 30px;
    bottom: 0;
    left: -20px;
    -webkit-transform: translate(-80%, 28px);
       -moz-transform: translate(-80%, 28px);
        -ms-transform: translate(-80%, 28px);
         -o-transform: translate(-80%, 28px);
            transform: translate(-80%, 28px);
}
._sc_tooltip.active ._sc_text._sc_bottom {
    -webkit-transform: translate(-80%, 8px);
       -moz-transform: translate(-80%, 8px);
        -ms-transform: translate(-80%, 8px);
         -o-transform: translate(-80%, 8px);
            transform: translate(-80%, 8px);
    pointer-events: auto;
    opacity: 1;
}
._sc_tooltip ._sc_text span._sc_t_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #3f454e;
    position: relative;
    z-index: 4;
    padding: 10px 15px;
    display: block;
    background: #fff;
}
._sc_tooltip ._sc_text ._sc_arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(11, 13, 18, 0.29);
            box-shadow: 0 0 27px rgba(11, 13, 18, 0.29);
    z-index: 1;
}
._sc_tooltip ._sc_text._sc_right ._sc_arrow {
    top: 12px;
    right: 100%;
    -webkit-transform: rotate(-135deg) translateX(-50%);
       -moz-transform: rotate(-135deg) translateX(-50%);
        -ms-transform: rotate(-135deg) translateX(-50%);
         -o-transform: rotate(-135deg) translateX(-50%);
            transform: rotate(-135deg) translateX(-50%);
    margin-right: -2px;
}
._sc_tooltip ._sc_text._sc_bottom ._sc_arrow {
    top: -13px;
    right: 25px;
    -webkit-transform: rotate(-135deg) translateX(-50%);
       -moz-transform: rotate(-135deg) translateX(-50%);
        -ms-transform: rotate(-135deg) translateX(-50%);
         -o-transform: rotate(-135deg) translateX(-50%);
            transform: rotate(-135deg) translateX(-50%);
    transform
}
._sc_tooltip ._sc_text._sc_left ._sc_arrow {
    top: 16px;
    left: 100%;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: -8px;
}
._sc_left ._sc_white-cont:nth-child(1) ._sc_colors, ._sc_left ._sc_white-cont:nth-child(2) ._sc_colors {
    width: 235px;
}
button._sc_btn._sc_red:hover {
    filter: grayscale(0.2);
}
button._sc_btn:hover {
    background: #575a5f;
}
._sc_colors ._sc_square input:checked ~ ._sc_sq-color, ._sc_colors ._sc_square:hover ._sc_sq-color {
    border: 2px solid #ff5c5c;
}
._sc_colors ._sc_square input {
    display: none;
}
._sc_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
form._sc_modal {
    width: 370px;
    background: #fff;
    padding: 35px 40px;
    position: relative;
}
form._sc_modal span._sc_title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    display: block;
}
form._sc_modal span._sc_subtitle {
    font-size: 19px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
form._sc_modal input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #1c1c1c;
    height: 50px;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
}
form._sc_modal input:focus {
    border-bottom: 1px solid #e75f46;
}
button._sc_close {
    border: none;
    background: transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
    cursor: pointer;
}
button._sc_close:hover svg {
    fill: #e75f46;
}
form._sc_modal button._sc_btn._sc_red {
    pointer-events: auto;
}
form._sc_modal.a-preeloader button._sc_btn._sc_red, form._sc_modal.a-success button._sc_btn._sc_red, form._sc_modal.a-error button._sc_btn._sc_red {
    opacity: 0;
    pointer-events: none;
}
form._sc_modal.a-error ._sc_m-error, form._sc_modal.a-success ._sc_m-success, form._sc_modal.a-preeloader ._sc_m-preeloader {
    opacity: 1!important;
    pointer-events: auto!important;
}
._sc_m-preeloader, ._sc_m-success, ._sc_m-error {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 45px;
    pointer-events: none;
    opacity: 0;
}
._sc_m-preeloader svg {
    -webkit-animation: 2s linear infinite svg-animation;
    animation: 2s linear infinite svg-animation;
    max-width: 100px;
}
@-webkit-keyframes svg-animation {
    0% {
        -webkit-transform: rotateZ(0deg);
           -moz-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
             -o-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
           -moz-transform: rotateZ(360deg);
            -ms-transform: rotateZ(360deg);
             -o-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}
@keyframes svg-animation {
    0% {
        -webkit-transform: rotateZ(0deg);
           -moz-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
             -o-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
           -moz-transform: rotateZ(360deg);
            -ms-transform: rotateZ(360deg);
             -o-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
    }
}
._sc_m-preeloader svg circle {
    -webkit-animation: 1.4s ease-in-out infinite both circle-animation;
    animation: 1.4s ease-in-out infinite both circle-animation;
    display: block;
    fill: transparent;
    stroke: #06afa5;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 10px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
._sc_valid-error {
    border-color: red !important;
}
form._sc_modal.f-sending input._sc_valid {
    pointer-events: none;
    opacity: 0.5;
}
@-webkit-keyframes circle-animation {
    0%,
    25% {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }

    50%,
    75% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    100% {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes circle-animation {
    0%,
    25% {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }

    50%,
    75% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    100% {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
._sc_text._sc_right._sc_bottom-tl {
    top: 50px;
    -webkit-transform: translate(105%,-100%)!important;
       -moz-transform: translate(105%,-100%)!important;
        -ms-transform: translate(105%,-100%)!important;
         -o-transform: translate(105%,-100%)!important;
            transform: translate(105%,-100%)!important;
}
._sc_tooltip.active ._sc_text._sc_right._sc_bottom-tl {
    -webkit-transform: translate(100%,-100%)!important;
       -moz-transform: translate(100%,-100%)!important;
        -ms-transform: translate(100%,-100%)!important;
         -o-transform: translate(100%,-100%)!important;
            transform: translate(100%,-100%)!important;
}
._sc_text._sc_right._sc_bottom-tl ._sc_arrow {
    top: 100%;
    margin-top: -54px;
}
._sc_text._sc_right._sc_center-tl ._sc_arrow {
    top: 50%;
    margin-top: -15px;
}
._sc_text._sc_right._sc_center-tl {
    top: 50%;
    -webkit-transform: translate(105%,-50%)!important;
       -moz-transform: translate(105%,-50%)!important;
        -ms-transform: translate(105%,-50%)!important;
         -o-transform: translate(105%,-50%)!important;
            transform: translate(105%,-50%)!important;
}
._sc_tooltip.active ._sc_text._sc_right._sc_center-tl {
    -webkit-transform: translate(100%,-50%)!important;
       -moz-transform: translate(100%,-50%)!important;
        -ms-transform: translate(100%,-50%)!important;
         -o-transform: translate(100%,-50%)!important;
            transform: translate(100%,-50%)!important;
}
._sc_text._sc_left._sc_center-tl {
    top: 50%;
    -webkit-transform: translate(-105%,-50%)!important;
       -moz-transform: translate(-105%,-50%)!important;
        -ms-transform: translate(-105%,-50%)!important;
         -o-transform: translate(-105%,-50%)!important;
            transform: translate(-105%,-50%)!important;
}
._sc_tooltip.active ._sc_text._sc_left._sc_center-tl {
    -webkit-transform: translate(-100%,-50%)!important;
       -moz-transform: translate(-100%,-50%)!important;
        -ms-transform: translate(-100%,-50%)!important;
         -o-transform: translate(-100%,-50%)!important;
            transform: translate(-100%,-50%)!important;
}
._sc_text._sc_left._sc_center-tl ._sc_arrow {
    top: 50%;
    margin-top: -8px;
}
label._sc_checkbox.titlte:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 30px);
    height: calc(100% + 5px);
    background: rgba(248, 244, 241, 1);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -3px;
}




@media screen and (min-width:991px) and (max-width:1180px) {
    ._sc_constructor ._sc_right, ._sc_constructor ._sc_left {
        width: 280px;
    }
    ._sc_constructor ._sc_middle {
        width: calc(100% - 560px);
    }
    main {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }
    ._sc_constructor ._sc_middle ._sc_white-cont {
        height: 791px;
    }
}

@media screen and (max-width:991px) {
    ._sc_white-cont ._sc_title span {
        font-size: 17px;
    }
    ._sc_tooltip ._sc_text._sc_right {
        top: 30px;
        right: -15px;
        -webkit-transform: translateX(0%)!important;
        -moz-transform: translateX(0%)!important;
        -ms-transform: translateX(0%)!important;
        -o-transform: translateX(0%)!important;
        transform: translateX(0%)!important;
    }
    ._sc_tooltip ._sc_text._sc_right ._sc_arrow {
        top: -13px!important;
        right: 23px;
    }
    ._sc_text._sc_right._sc_center-tl ._sc_arrow, ._sc_text._sc_right._sc_bottom-tl ._sc_arrow {
        top: 2px!important;
    }
    ._sc_tooltip.active ._sc_text._sc_right._sc_center-tl, ._sc_tooltip.active ._sc_text._sc_right._sc_bottom-tl {
        -webkit-transform: translate(0%,0%)!important;
           -moz-transform: translate(0%,0%)!important;
            -ms-transform: translate(0%,0%)!important;
             -o-transform: translate(0%,0%)!important;
                transform: translate(0%,0%)!important;
    }
    ._sc_text._sc_right._sc_bottom-tl ._sc_arrow {
        margin-top: -16px;
    }
    ._sc_tooltip ._sc_text._sc_left {
        -webkit-transform: translateX(-100%)!important;
           -moz-transform: translateX(-100%)!important;
            -ms-transform: translateX(-100%)!important;
             -o-transform: translateX(-100%)!important;
                transform: translateX(-100%)!important;
        left: 33px;
    }
    ._sc_tooltip ._sc_text._sc_left ._sc_arrow {
        top: -8px!important;
        margin-left: -32px;
    }
    ._sc_tooltip ._sc_text._sc_bottom {
        top: 21px;
        -webkit-transform: translate(-80%, 8px);
        -moz-transform: translate(-80%, 8px);
        -ms-transform: translate(-80%, 8px);
        -o-transform: translate(-80%, 8px);
        transform: translate(-80%, 8px);
    }
    ._sc_tooltip ._sc_text {
        min-width: 296px;
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    iframe {
        height: 2070px!important;
    } 
    ._sc_tooltip.active ._sc_text._sc_left._sc_center-tl, ._sc_tooltip ._sc_text._sc_left._sc_center-tl, ._sc_tooltip.active ._sc_text._sc_left, ._sc_tooltip ._sc_text._sc_left {
        -webkit-transform: translate(-100%,-100%)!important;
        -moz-transform: translate(-100%,-100%)!important;
        -ms-transform: translate(-100%,-100%)!important;
        -o-transform: translate(-100%,-100%)!important;
        transform: translate(-100%,-100%)!important;
    }
    ._sc_tooltip ._sc_text._sc_left._sc_center-tl ._sc_arrow {
        top: 100%!important;
    }
    ._sc_tooltip ._sc_text._sc_left ._sc_arrow {
        top: calc(100% - 8px)!important;
    }
    ._sc_tooltip ._sc_text._sc_left {
        top: -14px;
    }
    ._sc_tooltip ._sc_text._sc_left {
        min-width: 237px;
    }
    ._sc_constructor {
        margin-top: 15px;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    label._sc_checkbox {
        padding-right: 30px;
    }
    ._sc_top ._sc_block label._sc_checkbox {
        margin-bottom: 6px;
    }
    ._sc_top ._sc_block label._sc_checkbox:last-child {
        margin-bottom: 0px;
    }
    ._sc_constructor ._sc_right, ._sc_constructor ._sc_left {
        width: 100%;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    ._sc_white-cont {
        width: calc(97% / 3);
    }
    ._sc_constructor ._sc_middle ._sc_white-cont {
        width: 100%;
    }
    ._sc_constructor ._sc_middle {
        padding: 0;
        width: 100%;
    }
    ._sc_btn-group {
        width: calc(97% / 3);
    }
    main {
        padding: 0 2%;
        width: 100%;
        overflow-x: hidden;
        max-width: 767px;
        margin: 0 auto;
    }
    ._sc_white-cont._sc_price-cont {
        height: intrinsic;
        height: -moz-max-content;
        height: -webkit-max-content;
    }
    ._sc_left ._sc_white-cont:nth-child(1) ._sc_colors, ._sc_left ._sc_white-cont:nth-child(2) ._sc_colors {
        width: auto;
    }
    ._sc_top ._sc_block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ._sc_btn-group button._sc_btn:first-child {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    span._sc_price {
        font-size: 35px;
    }
}

@media screen and (max-width:767px) {
    iframe {
        height: 2780px!important;
    }
    ._sc_overlay {
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding-bottom: 8%;
    }
    ._sc_tooltip ._sc_text._sc_left._sc_center-tl ._sc_arrow {
        top: 0px!important;
    }
    ._sc_tooltip.active ._sc_text._sc_left._sc_center-tl {
        -webkit-transform: translate(-100%,0%)!important;
        -moz-transform: translate(-100%,0%)!important;
        -ms-transform: translate(-100%,0%)!important;
        -o-transform: translate(-100%,0%)!important;
        transform: translate(-100%,0%)!important;
    }
    form._sc_modal {
        width: 315px;
        padding: 35px 20px;
    }
    ._sc_top, ._sc_constructor, ._sc_top ._sc_block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ._sc_constructor ._sc_right, ._sc_constructor ._sc_left {
        width: 100%;
    }
    ._sc_white-cont, ._sc_top ._sc_white-cont {
        margin-bottom: 20px;
        width: 100%;
    }
    ._sc_constructor {
        margin-top: 0;
    }
    ._sc_constructor ._sc_middle {
        padding: 0;
        width: 100%;
    }
    main {
        padding: 0 1%;
        width: 100%;
        overflow-x: hidden;
        max-width: 320px;
        margin: 0 auto;
    }
    ._sc_constructor ._sc_middle ._sc_white-cont {
        height: 500px;
    }
    ._sc_top ._sc_block label._sc_checkbox:last-child {
        margin-bottom: 0;
    }
    ._sc_top ._sc_block label._sc_checkbox {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    ._sc_top ._sc_tooltip.active ._sc_text._sc_bottom {
        -webkit-transform: translate(-100%, 0px);
        -moz-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    ._sc_top ._sc_tooltip ._sc_text._sc_bottom {
        left: 33px;
        -webkit-transform: translate(-100%, 0px);
        -moz-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    ._sc_top ._sc_tooltip ._sc_text._sc_bottom ._sc_arrow {
        right: 21px;
    }
    ._sc_tooltip ._sc_text {
        -webkit-box-shadow: 0 2px 12px rgba(11, 13, 18, 0.29);
        box-shadow: 0 2px 12px rgba(11, 13, 18, 0.29);
        top: 30px!important;
    }
}