@import url('../fonts/CenturyGothic/stylesheet.css');
@import url('default.css');

:root {
    --main-bg-color: rgba(255, 20, 32, 1);
}

.col-red {
    color: var(--main-bg-color, rgba(255, 20, 32, 1));
}


h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 64px;
    color: rgba(255, 255, 255, 1);
}

h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.btn-bg {
    background: var(--main-bg-color, rgba(255, 20, 32, 1));
    box-shadow: 1px 4px 4px rgba(184, 0, 9, 0.6);
    border-radius: 10px;
}

.btn-font {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.btn-hover {}

.btn-size {
    width: 100%;
    max-width: 380px;
    min-height: 86px;
}

.whatsapp-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: .4;
    cursor: pointer;
    transition: all .3s ease 0s;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.whatsapp-close:hover {
    opacity: .8
}

.whatsapp-close::before {
    transform: rotate(45deg)
}

.whatsapp-close::after {
    transform: rotate(-45deg)
}

.whatsapp-close::after,
.whatsapp-close::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    border-radius: 2px
}

.whatsapp-window {
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .3s ease 0s, margin .3s ease 0s, visibility .3s ease 0s;
    background-color: rgba(255, 255, 255, 1);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    touch-action: auto;
    margin-bottom: 135px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    margin-right: 45px;
    z-index: 1000
}

.whatsapp-window.action {
    opacity: 1;
    visibility: visible
}

.whatsapp-header {
    background: rgba(9, 94, 84, 1);
    color: rgba(17, 17, 17, 1);
    padding: 24px 20px
}

.whatsapp-img {
    display: block;
    background: url(../img/andrey-gusev.jpg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 0;
    width: 53px;
    height: 52px;
    flex: 0 0 53px;
    position: relative
}

.whatsapp-img::before {
    content: "";
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgba(74, 213, 4, 1);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgba(9, 94, 84, 1)
}

.whatsapp-text {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(255, 255, 255, 1)
}

.whatsapp-subtext {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 1)
}

.whatsapp-middle {
    padding: 20px 20px 20px 25px;
    background-color: rgba(230, 221, 212, 1);
    position: relative;
    overflow: auto;
    max-height: 382px;
    z-index: 1
}

.whatsapp-middle::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: .08;
    background-image: url(../img/bg-whatsapp.webp);
    z-index: -1
}

.whatsapp-text-box {
    padding: 7px 14px 6px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0 8px 8px;
    transition: all .3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0 1px .5px;
    margin-top: 4px;
    position: relative
}

.whatsapp-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0;
    border-bottom-width: 15px;
    border-right: 13px solid rgba(255, 255, 255, 1)
}

.whatsapp-text-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, .4)
}

.whatsapp-text-des {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgba(17, 17, 17, 1)
}

.whatsapp-time {
    display: block;
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, .5);
    margin-right: -8px;
    margin-bottom: -4px
}

.whatsapp-footer {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1)
}

.whatsapp-btn {
    padding: 8px 12px;
    border-radius: 18px;
    border: none;
    background: rgba(79, 206, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none
}

.whatsapp-btn::before {
    content: '';
    background: url(../img/whatsapp.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: .5em
}

.click-whatsapp-js {
    bottom: 25px;
    right: 0;
    position: fixed;
    z-index: 1000
}

.img-circle {
    background: rgba(90, 210, 101, 1);
    background: linear-gradient(to bottom, rgba(90, 210, 101, 1) 0, rgba(38, 180, 61, 1) 100%);
    box-sizing: content-box
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: rgba(38, 180, 61, 1);
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 35px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 42px;
    height: 42px;
    background-image: url(../img/whatsapp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.img-circle:hover {
    opacity: 1
}




@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 1
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.9);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg)
    }

    50% {
        transform: rotate(8deg)
    }

    100% {
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg)
    }

    50% {
        -webkit-transform: rotate(8deg)
    }

    100% {
        -webkit-transform: rotate(-8deg)
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

}

/* test */
.pop-modal-dialog-test {
    max-width: 992px;
    border-radius: 16px;
}

.form-box-test {
    padding: 25px 30px 30px;
    border-radius: 16px;
}

.form__title-test {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 8px;
}

.col-red {
    color: rgba(255, 20, 32, 1);
}

.form__subtitle-test {
    font-size: 18px;
    line-height: 26px;
    color: rgba(79, 79, 79, 1);
    margin-bottom: 20px;
    width: 100%;
    max-width: 835px;
}

.a-titleform {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.a-formbox {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 16px;
}

.a-formbox .form-inp {
    font-size: 16px;
    line-height: 24px;
    margin: 0 !important;
}

.a-formbox .btn-font {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
}

.a-formbox .btn-size {
    min-height: 56px;
}

.a-formbox .btn-size svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.pop-modal-content-test {
    border: none;
}

/* cookie */
.fade.action {
    opacity: 0 !important;
}

/* opros */

.op-js {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
}

.op-js.active {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.op-block-mains {
    padding: 30px 20px;
}

.op-block--css h3 {
    font-size: 1.55rem;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.op-block1-left label {
    line-height: 1.5;
    padding: 12.8px 16px;
    padding: 12.8px 16px;
    padding: 12.8px 16px;
    padding: .8rem 1rem;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.op-block1-left input {
    display: none;
}

.op-block1-left input[type='radio']+i {
    border-radius: 50%;
}

.op-block1-left i {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 1px solid rgba(230, 230, 230, 1);
    background-color: rgba(230, 230, 230, 1);
    border-radius: 6px;
    position: relative;
}

.op-block1-left i:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: rgba(255, 20, 32, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 2px 6px 0 rgb(186 145 96 / 50%) !important;
}

.op-block1-left input:checked+i:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.op-block1-left input[type='radio']+i:before {
    border-radius: 50%;
}

.op-block1-left i:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: rgba(255, 20, 32, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
    /* opacity: 0; */
    box-shadow: 0 2px 6px 0 rgb(186 145 96 / 50%) !important;
}

.op-block1-left input:checked+i+span {
    color: rgba(255, 20, 32, 1);
}

.op-block1-left label span {
    padding-left: 1rem;
}

.op-block1-left input:checked+i {
    background-color: transparent;
    border-color: rgba(255, 20, 32, 1);
}

.op-q-choice--footer {
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding: 21px 30px 30px 30px;
    width: 100%;
}

.op-q-choice__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3em;
}

.progress-bar-linear__label {
    font-size: 12px;
    color: rgba(54, 54, 54, 1);
    margin-bottom: 10px;
}

.progress-bar-linear__label span {
    font-size: 14px;
    color: rgba(255, 20, 32, 1);
    font-weight: 700;
    margin-left: 10px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: rgba(233, 236, 239, 1);
    border-radius: .25rem;
}

.progress {
    height: 7px;
}

.progress-bar {
    background-color: rgba(255, 20, 32, 1);
}

.op-q-choice__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}

.op-q-choice__right2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
}

.op-q-choice__left-btn {
    width: 43px;
    height: 43px;
    color: rgba(0, 0, 0, .4);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    font-size: 16px;
    z-index: 100;
    font-weight: 500;
    overflow: hidden;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.op-q-choice__left-btn svg {
    fill: rgba(0, 0, 0, .4);
    width: 20px;
    height: 20px;
}

.op-font {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 20.8px;
    line-height: 1.3rem;
}

.op-size {
    min-height: 55px;
    border-radius: 40px;
    padding: 12px 15px;
    width: 100%;
    max-width: 180px;
}

.op-q-choice__right-btn {
    width: 100%;
    min-height: 43px;
    box-shadow: 0 3px 10px 0 rgba(255, 20, 32, .8);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.op-bg {
    box-shadow: rgb(186 145 96 / 50%) 0px 6px 21px 0px;
    background-color: rgba(255, 20, 32, 1);
}

button:disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.op-q-choice__right-btn svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 1);
    margin-left: 5px;
}

.btn-blink {
    position: relative;
    background-color: rgba(255, 20, 32, 1);
    overflow: hidden;
    cursor: pointer;
}

.btn-blink:before {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    height: 400px;
    background-color: rgba(255, 255, 255, .4);
    top: -100px;
    left: 0;
    -webkit-transform: rotate(45);
    transform: rotate(45);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: blink 5s linear infinite;
    animation: blink 5s linear infinite
}

@-webkit-keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

@keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    white-space: nowrap;
    background-color: rgba(253, 153, 0, 1);
    transition: width .6s ease;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.op-block-send {
    padding: 30px;
    min-height: 255px;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.25rem;
}

.op-block-send span {
    display: block;
    font-size: 1.6rem;
}

.grid-btnbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    padding: 1rem;
}

.grid-btnbox a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.whatsapp-link {
    width: 100%;
    max-width: 300px;
    min-height: 45px;
    padding: 8px 12px;
    border-radius: 18px;
    border: none;
    background: rgba(255, 20, 32, .8);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    grid-column: 2;
}

.whatsapp-link:hover {
    background-color: rgba(255, 20, 32, 1);
    color: #fff;
}

.whatsapp-link::before {
    content: '';
    background: url(../img/whatsapp.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    flex: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
}

.not-whatsapp-link {
    width: 100%;
    max-width: 300px;
    min-height: 45px;
    padding: 8px 12px;
    border-radius: 18px;
    border: 2px solid rgba(255, 20, 32, .8);
    background: transparent;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    grid-column: 3;
    cursor: pointer;
}

.not-whatsapp-link:hover {
    background-color: rgba(255, 20, 32, .8);
    color: #fff;
}

.op-block1-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    max-width: 49%;
}

.op-block1-left {
    box-shadow: 0 1px 3px 0 rgba(230, 230, 230, 1);
    border: solid 1px rgba(230, 230, 230, 1);
    margin-bottom: 1rem;
    border-radius: 5px;
}

.op-block1-left label {
    line-height: 1.5;
    padding: 12.8px 16px;
    padding: 12.8px 16px;
    padding: 12.8px 16px;
    padding: .8rem 1rem;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.a-inp-town {
    width: 100%;
    border: none;
    padding: 10px 20px;
    box-shadow: 0 1px 3px 0 rgba(230, 230, 230, 1);
    border: solid 1px rgba(230, 230, 230, 1);
}

.op-block-town label {
    width: 100%;
    max-width: 263px;
}

/* start media */

@media (min-width: 576px) {
    .modal-dialogopros {
        max-width: 900px;
    }

    .modal-title-opros {
        font-size: 28px;
        line-height: 34px;
        font-weight: 700
    }
}

@media(max-width: 480px) {
    .pop-modal-dialog-test {
        max-width: calc(100% - 20px);
    }

    .form__title-test {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 12px;
        max-width: 230px;
    }

    .form__subtitle-test {
        font-size: 14px;
        line-height: 20px;
    }

    .a-titleform {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .a-formbox .form-inp {
        width: 100%;
        padding: 16px 20px;
    }

    .a-formbox .btn-size {
        min-height: 56px;
        max-width: 100%;
    }
}

@media(max-width:440px) {
    .click-whatsapp-js {
        bottom: 15px !important;
        right: -30px !important
    }

    .whatsapp-window {
        width: 100%;
        max-width: 340px !important;
        margin-right: 13px !important
    }
}

@media(max-width:360px) {
    .whatsapp-window {
        width: 100%;
        max-width: 290px !important;
        margin-right: 13px !important
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.header {
    background-color: rgba(27, 27, 36, 1);
    background-image: url('../img/bg-header.png');
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden
}

.header .container {
    position: relative;
}

.header .container::before {
    content: '';
    position: absolute;
    top: 0;
    right: -425px;
    background: url('../img/bg-2.png') no-repeat;
    width: 792px;
    height: 1000px;
    z-index: -1;
}

.head_top {
    padding-top: 30px;
}


.logo {}

.logo svg {
    width: 270px;
    height: 70px;
}

/* .header::before {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    background: url('../img/bg-2.png') no-repeat;
    width: 792px;
    height: 1000px;
    z-index: -1;
}
 */
.phone {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
}

.phone:hover {
    text-decoration: none;
}

.popup-consultation {
    font-size: 15px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 1);
}

.popup-consultation:hover {
    color: var(--main-bg-color, rgba(255, 20, 32, 1));
    text-decoration: none;
}

a:hover {
    color: var(--main-bg-color, rgba(255, 20, 32, 1));
}

.head_bottom {
    padding-top: 97px;
    padding-bottom: 85px;
}

.subtitle {
    font-size: 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.subtitle--m {
    margin-top: 40px;
    margin-bottom: 90px;
}

.jennesse-box {
    position: relative;
}

.ques {
    position: absolute;
    top: -347px;
    left: -93px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    transform: rotate(-15deg);
}

.ques::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url('../img/arrow.png') no-repeat;
    background-size: contain;
    width: 136px;
    height: 136px;
    transform: translateX(-50%) rotate(20deg);
}

.play {
    position: absolute;
    top: -310px;
    left: 142px;
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--main-bg-color, rgba(255, 20, 32, 1));
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 1);
    padding: 0;
    z-index: 10;
}

.play::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 35px;
    width: 0;
    height: 0;
    border-radius: 1px;
    border-top: 15px solid transparent;
    border-left: 27.21px solid white;
    border-bottom: 15px solid transparent;
}

.jennesse {
    background: url('../img/jennessee.png') no-repeat;
    width: 605px;
    height: 615px;
    position: absolute;
    bottom: -263px;
    left: 144px;
    transition: all 0.2s ease-out;
}

.jennesse:hover {
    background: url('../img/jennessee-hover.png') no-repeat;
    width: 605px;
    height: 623px;
}

/*custom-1*/
.text-center {}

.title-box {
    margin: auto;
    width: 100%;
    max-width: 1152px;
}

.title-box h1 {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.col-red {}

.header--subtitle {
    text-align: center;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.block-video {
    max-width: 720px;
    margin: 0 auto 35px;
    position: relative;
    padding: 20px;
    transition: all .1s ease;
}

.block-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid rgba(255, 0, 0, 1);
    border-right: 2px solid rgba(255, 0, 0, 1);
    border-radius: 0 10px 0 0;
    width: 90px;
    height: 90px;
    transition: all .1s ease;
}

.block-video::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 2px solid rgba(255, 0, 0, 1);
    border-bottom: 2px solid rgba(255, 0, 0, 1);
    border-radius: 0 0 0 10px;
    width: 90px;
    height: 90px;
    transition: all .1s ease;
}

.block-video:hover::before {
    top: -10px;
    right: -10px;
}

.block-video:hover::after {
    bottom: -10px;
    left: -10px;
}

.block-video--box {
    position: relative;
    border-radius: 10px;
    cursor: pointer;

    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


.video-youtube-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.youtube-ico-play-js {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    z-index: 2;
}

.block-video--box.active::before {
    display: none;
}


.elips {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.pl {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 15px);
}

.block-video--box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn--box {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}

.books-box {
    position: absolute;
    bottom: -35px;
    right: -247px;
    width: 273px;
    height: 205px;
    background: url(../img/books.png) 50% 0 no-repeat;
    background-size: contain;
    z-index: -1;
}

.but {}

.btn-download {
    width: 100%;
    max-width: 460px;
    height: 86px;
    background: rgba(255, 20, 32, 1);
    box-shadow: 1px 4px 4px rgba(184, 0, 9, 0.6);
    border-radius: 10px;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    transition: all .1s ease;
    color: rgba(255, 255, 255, 1);
}

.btn-download:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 14%), 0 1px 10px rgb(0 0 0 / 12%);
    transform: translateY(-2px);
}

.btn-download svg {
    margin-right: 15px;
}

.btn-blink {
    position: relative;
    overflow: hidden;
}

.btn-blink:before {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    height: 400px;
    background-color: rgba(255, 255, 255, .4);
    top: -100px;
    left: 0;
    transform: rotate(45);
    transform: skewX(-45deg);
    -webkit-animation: blink 5s linear infinite;
    animation: blink 5s linear infinite
}

@-webkit-keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

@keyframes blink {
    0% {
        left: -100%;
        opacity: 1
    }

    20% {
        left: 100%;
        opacity: 0
    }

    100% {
        left: 100%
    }
}

/*по кругу*/
.earth {
    transform: rotate(360deg);
    -moz-animation-name: earth;
    -moz-animation-duration: 77s;
    -webkit-animation-name: earth;
    -webkit-animation-duration: 77s;

    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

}

@-webkit-keyframes earth {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/*End custom-1*/

.b1 {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.bg-1 {
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 403px;
}

.lists {}

.list:not(:last-child) {
    margin-bottom: 50px;
}

.list .icon {
    width: 100px;
    height: 100px;
    flex: none;
    margin-right: 30px;
}

.list p {
    font-size: 18px;
    line-height: 26px;
}

.pop-modal-dialog {
    max-width: 480px
}

.form-box {
    width: 100%;
    max-width: 480px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(126, 126, 126, 0.3);
    border-radius: 10px;
    padding: 50px 60px;
}

.form-box--m {
    margin-left: auto;
}

.form__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.form__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.formbox {}

.form-inp {
    width: 100%;
    padding: 19px;

    border: 1px solid rgba(196, 196, 196, 1);
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 25px;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.form-inp:first-child {
    margin-bottom: 20px;
}

.formbox .btn-size {
    min-height: 86px;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
}

/* checkbox */

.login-checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin: 10px auto 0;
}

.block-checkbox {
    display: none;
}

.checkbox-indicator {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 20, 32, 1);
    top: 2px;
    left: 0px;
}

.block-checkbox:checked+.checkbox-indicator::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 8px;
    background: url('../img/check.svg') no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .7
}

.politics {
    font-family: Century Gothic;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(24, 24, 24, 1);
}

.politics:hover {
    text-decoration: none;
}

.footer {
    border-top: 1px solid rgba(229, 229, 229, 1);
    padding-top: 30px;
    padding-bottom: 34px;
}

.footer-link {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 1);
}

.footer-link:hover {
    color: var(--main-bg-color, rgba(255, 20, 32, 1));
    text-decoration: none;
}


.footer a {
    color: rgba(0, 0, 0, 1);
}

.inn {
    margin-top: 10px;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.pop-modal-content {
    position: relative;
}

.pop-modal-content .close {
    position: absolute;
    top: 10px;
    right: 5px;
    color: rgba(0, 0, 0, 1);
    z-index: 5;
    opacity: 1;
    font-weight: 400;
    font-size: 40px;
    padding: 0 10px;
    display: inline-block;
}

.pop-modal-body {
    padding: 0;
}


/* youtube */
.video-modal-content {
    background-color: transparent;
    position: relative;
}

.video-modal-content .close {
    position: absolute;
    top: -25px;
    right: 0;
    color: rgba(255, 255, 255, 1);
    z-index: 10;
    opacity: 1;
    font-weight: 400
}

.video-modal-body {
    padding: 0;
}

/* End youtube */

.jennesse-box-mobile {
    display: none;
}

.modal-dialog {
    margin: .5rem auto;
}

@media(max-width: 1300px) {
    .jennesse {
        left: 60px;
    }

    .play {
        position: absolute;
        top: -310px;
        left: 60px;
    }

    .ques {
        left: -180px;
    }

    .header .container::before {
        right: -340px;
    }
}

@media(max-width: 1200px) {
    h1 {
        font-size: 43px;
    }

    .list .icon {
        width: 75px;
        height: 75px;
    }

    .header .container::before {
        right: -425px;
    }
}

@media(max-width: 992px) {
    .head_bottom {
        padding-top: 70px;
    }

    .jennesse-box {
        display: none
    }

    .jennesse-box-mobile {
        display: block;
        right: -245px;
        margin-bottom: 50px;
    }

    .ques {
        left: -236px;
        top: 0;
    }

    .jennesse {
        width: 605px;
        height: 615px;
        position: relative;
        bottom: 0;
        left: 0;
    }

    .play {
        position: absolute;
        top: 45px;
        left: 0;
    }

    .form-box--m {
        margin: 50px auto 0;
    }

    .inn {
        text-align: center
    }
}

@media (max-width: 768px) {
    .grid-btnbox {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        justify-items: center;
    }

    .head_bottom {
        padding-top: 60px;
    }

    .title-box h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .logo {
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }

    .contacts-box {
        text-align: center !important;
        margin: 0 auto !important;
        width: 100%
    }

    h1 {
        font-size: 37px;
        line-height: 50px;
    }

    .subtitle--m {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 25px;
        color: rgba(255, 255, 255, 1);
        max-width: 420px;
    }

    .jennesse {
        width: 405px;
        height: 423px;
        background-size: contain;
    }

    .jennesse:hover {
        background-size: contain;
        width: 405px;
        height: 423px;
    }

    .play {
        top: 25px;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .play::before {
        top: 21px;
        left: 26px;
        border-top: 10px solid transparent;
        border-left: 15px solid white;
        border-bottom: 10px solid transparent;
    }

    .ques {
        top: 0;
        left: -175px;
        font-size: 16px;
    }

    .ques::before {
        width: 100px;
        height: 100px;
    }

    .btn-size {
        width: 100%;
        max-width: 315px;
        min-height: 65px;
    }

    .b1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .list:not(:last-child) {
        margin-bottom: 25px;
    }

    .list .icon {
        width: 55px;
        height: 55px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .list p {
        font-size: 16px;
        line-height: 20px;
    }

    .btn--box {
        margin: 0;
    }
}

@media(max-width: 575px) {
    .op-block-send {
        padding: 20px;
        min-height: 215px;
        font-size: 2rem;
        line-height: 2.45rem;
    }

    .op-block1-left {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .op-block1-left {
        border-radius: 5px;
        margin-bottom: .5rem;
    }

    .whatsapp-link {
        grid-column: 1;
    }

    .not-whatsapp-link {
        grid-column: 1;
    }

    .btn--box {
        position: relative;
        max-width: 297px;
    }

    .btn-download {
        height: 60px;
    }

    .books-box {
        bottom: -36px;
        right: -230px;
        height: 166px;
        background-size: contain;
    }
}

@media(max-width: 540px) {
    .subtitle--m {
        margin-bottom: 40px;
    }

    .jennesse-box-mobile {
        right: -180px;
        margin-bottom: 50px;
    }

    .jennesse {
        width: 305px;
        height: 323px;
    }

    .jennesse:hover {
        width: 305px;
        height: 323px;
    }

    .play {
        top: 15px;
        left: -7px;
        width: 50px;
        height: 50px;
    }

    .play::before {
        top: 16px;
        left: 21px;
    }

    .ques {
        top: -11px;
        left: -145px;
        font-size: 13px;
    }

    .ques::before {
        width: 80px;
        height: 80px;
        top: 7px;
    }
}

@media (max-width: 480px) {
    .op-block-send span {
        display: block;
        font-size: 1.2rem;
        line-height: 26px;
        margin-top: 10px;
    }

    .op-q-choice--footer {
        flex-wrap: wrap;
    }

    .op-q-choice__right2 {
        margin-top: 20px;
    }

    .btn-download {
        font-size: 15px;
    }

    .btn--box {
        position: relative;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*.books-box {
        max-width: 160px;
        bottom: 0;
        right: 0;
        position: relative;
    }*/
    .books-box {
        height: 130px;
        bottom: 0;
        right: 0;
        position: relative;
    }

    .block-video::before {
        width: 40px;
        height: 40px;
    }

    .block-video::after {
        width: 40px;
        height: 40px;
    }

    .block-video {
        padding: 10px;
    }

    .logo {
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }

    .contacts-box {
        text-align: center !important;
        margin: 0 auto !important;
        width: 100%
    }

    .head_bottom {
        padding-top: 55px;
        padding-bottom: 50px
    }

    h1 {
        font-size: 37px;
        line-height: 39px;
    }

    h1 span {
        display: block
    }

    .jennesse-box-mobile {
        right: -145px;
        margin-bottom: 50px;
    }

    .b1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .list .icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .form-box {
        padding: 30px 20px;
    }

    .form__title {
        font-size: 25px;
        line-height: 28px;
    }
}