body {
    font-family: Gotham Pro;
}

.quiz-result--locked--animated {
    animation: quiz-result-locked 1.8s ease-in-out infinite;
}

.table-preview-sm {position: relative;z-index: 1;}

.table-preview-sm__img{
    width: 100%;
}

.header__gifts-second-gift-button {
    font-weight: bold;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #195BA9;
    display: block;
    text-decoration: none;
    background: #FFDA1A;
    border-radius: 25.1765px;
    height: 30px;
    outline: none;
}


.half-bold{
    font-weight: 500;
}

.bold{
    font-weight:bold;
}


.quiz__question-title-text{
    margin-right: 43px;
    position: relative;
}

.quiz__question-title__text {
    float: left;
    display: inline;
}

.truba__empty-bg {
   font-size: 0;
   height: 13px;
   position: relative;
   overflow: hidden;
}

.truba__empty-bg:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/truba__empty-bg.png);
    background-repeat: no-repeat;
    transition: 0.5s left;

}

.truba__empty-bg.truba__empty-bg--1:before{
    left: calc(16.6% - 3px);
}

.truba__empty-bg.truba__empty-bg--2:before{
    left: calc(33.3% - 3px);
}

.truba__empty-bg.truba__empty-bg--3:before{
    left: calc(50% - 3px);
}

.truba__empty-bg.truba__empty-bg--4:before{
    left: calc(66.6% - 3px);
}

.truba__empty-bg.truba__empty-bg--5:before{
    left: calc(83.3% - 3px);
}

.truba__empty-bg.truba__empty-bg--6:before{
    left: calc(83.3% - 3px);
}




.truba__animated-bg {
    background-image: url(../img/progress-bar-bg.png);
    background-repeat: repeat-x;
    background-position: 18px 0;
    animation: bgmve 1s linear infinite;
    font-size: 0;
    height: 13px;
    border: 1px solid #80AEBE;
    margin-left: 11px;
    margin-right: 48px;
}

@keyframes bgmve {
    to {background-position: 0px 0;} /* make it short */
}

.quiz__question-speech--mobile{
    background: #FDCC1E;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    right: 11px;
    top: 5px;
    cursor: pointer;
    background-image: url(/static/img/icon-i.svg);
    background-repeat: no-repeat;
    background-position: 11px 5px;
    /* position: relative; */
    display: inline;
}

.quiz__question-speech-shadow--mobile {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    position: absolute;
    top: 40px;
    transform: translateY(-3px);
    left: 0px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    background: #FFFFFF;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    transition: 0.3s ease;
    z-index: 10;
    padding: 14px 12px;
    display: block;
}

.quiz__question-speech--mobile:hover .quiz__question-speech-shadow--mobile:before {
    content: '';
    top: -23px;
    left: 25px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 16px solid white;
}

.quiz__question-speech--mobile:hover .quiz__question-speech-shadow--mobile {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.quiz__question-speech-shadow.quiz__question-speech-shadow--open{
    visibility: visible;
    opacity: 1;
}

.quiz__question-speech-info {
    height: 27px;
    width: 27px;
    border: 0;
    background-image: url('../img/info-icon.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-color: transparent;
    outline: none;
    position: relative;
    /* margin-right: 40px; */
    top: -6px;
}

.quiz__question-speech-info:before {
    content: '';
    bottom: -23px;
    left: 0px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 16px solid white;
}


.video_full {
    display: none;
}

.video-open .video_full {
    display: block;
}

.bottom-menu__arrow path:nth-child(1) {
    animation-delay: 0.4s;
}

.bottom-menu__arrow path:nth-child(2) {
    animation-delay: 0.2s;
}

.bottom-menu__arrow path:nth-child(3) {
    animation-delay: 0s;
}

.bottom-menu__arrow path {
    animation: arrow-color 2s cubic-bezier(0, 0, 0.81, 1.28) infinite;
}

@keyframes arrow-color {
    0% {
        fill-opacity: 1;
        fill: #53b646
    }

    20% {
        fill-opacity: 0.5;
        fill: #7A7676;
    }

    40% {
        fill-opacity: 1;
        fill: #53b646;
    }

    to {
        fill-opacity: 1;
        fill: #53b646;
    }
}


.cards-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.container.container--no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

body.no-scroll{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.quiz-result--locked .quiz-result__locked-hidden {
    opacity: 0;
}

.quiz.quiz--result {
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    display: none;
}

.quiz-bg--last-question .quiz.quiz--result, .quiz-bg--result .quiz.quiz--result {
    display: block;
}

.bottom-menu__overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.quiz__questions {
    position: relative;
}

.quiz__question--hidden {
    position: absolute;
    background: #fff;
    top: 0px;
    width: 100%;
}

.bottom-menu__body {
    max-width: 270px;
    margin: 0 auto;
    padding-right: 46px;
}

.zamer-preview__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-menu__body-scroll {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.bottom-menu__close {
    display: none;
}

.bottom-menu--open .bottom-menu__close {
    display: block;
}

.ostalos-voprosov {
    background: #4FB8EA;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    position: relative;
    padding-bottom: 43px;
    background-image: url('../img/ostalos-voprosov-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.ostalos-voprosov__title {
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}

.video.video-open:before {
    padding-bottom: 54%;
    transition: 0.3s ease-in-out;
}

.ostalos-voprosov__title-span {
    display: block;
    font-size: 16px;
    line-height: 15px;
    color: #232323;
    margin-top: 7px;
}

.ostalos-voprosov__list {
    counter-reset: myCounter;
    padding-left: 22px;
    padding-right: 13px;
}

.truba__number {
    display: inline-block;
    width: 16.6%;
    font-size: 11.86px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.truba__number--1{
    color: #fff;
}

.truba__empty-bg--2 .truba__number--1,
.truba__empty-bg--2 .truba__number--2{
    color: #fff;
}

.truba__empty-bg--3 .truba__number--1,
.truba__empty-bg--3 .truba__number--2,
.truba__empty-bg--3 .truba__number--3{
    color: #fff;
}

.truba__empty-bg--4 .truba__number--1,
.truba__empty-bg--4 .truba__number--2,
.truba__empty-bg--4 .truba__number--3,
.truba__empty-bg--4 .truba__number--4{
    color: #fff;
}


.truba__empty-bg--5 .truba__number--1,
.truba__empty-bg--5 .truba__number--2,
.truba__empty-bg--5 .truba__number--3,
.truba__empty-bg--5 .truba__number--4,
.truba__empty-bg--5 .truba__number--5{
    color: #fff;
}


.truba__empty-bg--6 .truba__number--1,
.truba__empty-bg--6 .truba__number--2,
.truba__empty-bg--6 .truba__number--3,
.truba__empty-bg--6 .truba__number--4,
.truba__empty-bg--6 .truba__number--5,
.truba__empty-bg--6 .truba__number--6{
    color: #fff;
}



.ostalos-voprosov__list-item {
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    color: #232323;
    padding-left: 41px;
    position: relative;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 6px;
}

.ostalos-voprosov__list-item:before {
    content: '';
    color: white;
    background: #2980B9;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #4FB8EA;
    background: #fff;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(../img/check-icon.png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;

}

.bottom-menu--open .bottom-menu__img {
    display: none;
}

.bottom-menu--open .bottom-menu__bell {
    display: none;
}

.bottom-menu--open .bottom-menu__btn-back {
    display: none;
}

.bottom-menu--open .bottom-menu__btn-next {
    display: none;
}

.bottom-menu--open .bottom-menu__arrow {
    right: 10px;
    left: auto;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.random-fact {
    background: #195BA9;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    background-image: url('../img/random-fact-bg.png');
    background-repeat: no-repeat;
    background-position: -1px -1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.random-fact__title {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    font-weight: bold;
}

.random-fact__img {
    width: 100%;
    border-radius: 4px;
}

.thank-you {
    position: relative;
    max-width: 434px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 48px 34px 48px 34px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 22%);
}

.bottom-menu {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 10;
    transition: height .25s ease-out;
    height: 80px;
}

.bottom-menu.bottom-menu--open{
    height: 100%;
}

.bottom-menu--hidden {
    display: none;
}

.bottom-menu__header {
    height: 80px;
    text-align: center;
    width: 320px;
    position: relative;
    margin: 0 auto;
}

.bottom-menu--open .bottom-menu__header{
    height: 10px;
}

.bottom-menu__img {
    width: 60px;
    height: 75px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 1;
}

.bottom-menu__bell {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 78px;
    height: 60px;
    width: 53px;
}

.bottom-menu__bell-img {
    height: 52px;
    width: 52px;
}

.bottom-menu__bell-number {
    background: #54B648;
    font-size: 16px;
    color: #fff;
    display: block;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 3px;
    display: none;
}

.bottom-menu__bell--active .bottom-menu__bell-number {
    display: block;
}

.bottom-menu__bell--active .bottom-menu__bell-img {
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 20px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

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

    17% {
        transform: rotate(22deg);
    }

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

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

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

.bottom-menu__arrow {
    width: 18px;
    top: 5px;
    left: 140px;
    position: absolute;
}

.bottom-menu__btn-back {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url('../img/bottom-menu__btn-back.jpg');
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    position: absolute;
    left: 173px;
    top: 18px;
    outline: none;
}

.bottom-menu__btn-next {
    cursor: pointer;
    position: absolute;
    left: 222px;
    top: 18px;
    background: #54B648;
    border-radius: 60px;
    border: 0;
    font-weight: 600;
    border-bottom: 2px solid #129103;
    outline: none;
    width: 82px;
    height: 40px;
    font-size: 13.5714px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 2.71429px rgba(0, 0, 0, 0.55);
}

.bottom-menu__btn-next:disabled, .bottom-menu__btn-next:disabled:hover{
    background: rgba(84, 182, 72, 0.5);
    border: 0;
    filter: none;
    cursor: inherit;
}

.thank-you__text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 41px;
}

.thank-you__button {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #54B648;
    border-radius: 60px;
    border: 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    border-bottom: 2px solid #129103;
    outline: none;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
    text-decoration: none;
}

.site-header {
    padding-top: 71px;
}

.pop-up-close {
    right: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    border: 0;
    background-image: url('../img/popup__close.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.fixed-header-mobile {
    position: fixed;
    z-index: 8;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    top: 0px;
}

.fixed-header-mobile--top {
    position: absolute;
}

.consultation__form-phone-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 10px;
}

.consultation__arrow {
    display: none;
}

.form-file {
    font-size: 0;
    position: relative;
    border: 1px solid #CDDEE5;
    border-radius: 8px;
    height: 46px;
    margin-bottom: 19px;
}

span.file-text {
    width: calc(100% - 109px);
    color: rgba(9, 52, 69, 0.5);
    text-align: center;
    line-height: 13px;
    padding-top: 9px;
    padding-left: 10px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 10px;
    overflow: hidden;
}

.form-file > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    height: 100%;
}

span.btn-span {
    width: 109px;
    box-sizing: border-box;
    height: 46px;
    background: #54B648;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.form-file input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
}

.form-input input {
    border: 1px solid #CDDEE5;
    box-sizing: border-box;
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

span.file-text span {
    font-size: 9px;
    line-height: 12px;
}

.consultation__form-input {
    border: 1px solid #CDDEE5;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 10px;
    outline: none;
}

.consultation__form-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.consultation__form-file-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 10px;
}

.consultation__form-button {
    height: 48px;
    background: #54B648;
    border-radius: 60px;
    border: 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    border-bottom: 2px solid #129103;
    outline: none;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.consultation__form-button:disabled, .consultation__form-button:disabled:hover {
    background: rgba(84, 182, 72, 0.5);
    border: 0;
    filter: none;
    cursor: inherit;
}

.consultation-pop-up__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.consultation__text {
    display: none;
}

.consultation__text-list-title {
    font-size: 25px;
    line-height: 24px;
    padding-bottom: 14px;
}

.consultation__text-list {
    font-size: 20px;
    line-height: 19px;
}

.form-phone {
    font-family: 'SFUIDisplay';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 29px;
}

.form-ttl {
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

.kolodec-price__hidden {
    display: none;
}

.site-logo {
    margin-top: 15px;
    display: inline-block;
    max-width: 20%;
    margin-left: 10px;
}

.quiz-bg {
    overflow: hidden;
    padding-bottom: 110px;
}

.quiz-bg.quiz-bg--result{
    padding-bottom: 30px;
}

.quiz-bg.quiz-bg--last-question {
    padding-bottom: 170px;
}

.site-logo__img {
    width: 135px;
}

.header-tagline {
    margin-left: -2px;
    font-style: normal;
    color: #000000;
    opacity: 0.8;
    position: relative;
    top: -3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.phone {
    float: right;
    width: 153px;
    margin-top: 32px;
    margin-right: 10px;
}

.phone__number {
    color: #000000;
    text-align: right;
    font-weight: 500;
    font-size: 12.5714px;
    line-height: 12px;
    margin-bottom: 4px;
}

.phone__number a{
    color: #000000;
    text-decoration: none;
}

.phone__text {
    color: #000000;
    text-align: right;
    font-size: 8px;
    line-height: 8px;
    cursor: pointer;
}

.phone__indicator {
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: radial-gradient(50% 50% at 50% 50%, #45FF58 0%, #188A24 100%);
    margin-right: 5px;
}

.header__text-bold {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
}

.header__text-bold-blue {
    color: #195BA9;
}

.header__text {
    margin-top: 23px;
    max-width: 285px;
}

.header__image {
    text-align: center;
}

.header__image img {
    height: 256px;
}

.header__bg--small {
    background-image: url('../img/header__bg--sm.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 520px;
}

.header__number {
    width: 50%;
    text-align: center;
}

.header__number-number {
    line-height: 0px;
    font-weight: bold;
    font-size: 24.4914px;
}

.header__number-number--second {
    padding-left: 4px;
}

.header__number-number--first {
    padding-right: 4px;
}

.header__number-text {
    border: 1px solid #4FB8EA;
    border-radius: 4px;
    height: 100%;
    font-weight: 500;
    font-size: 10.715px;
    line-height: 11px;
    padding-top: 22px;
    padding-bottom: 11px;
    box-sizing: border-box;
}

.header__number-number--blue {
    color: #4FB8EA;
}

.header__number-number--red {
    color: #F41600;
}

.header__number-number span {
    background: #fff;
    border: 2px solid #fff;
    position: relative;
    top: 4px;
}

.header__numbers {
    margin-top: 20px;
}

.header__cta {
    margin-top: 24px;
    margin-bottom: 33px;
}

.header__cta-neon {
    margin-bottom: 9px;
    font-weight: bold;
    font-size: 13.5714px;
    line-height: 13px;
    /* identical to box height */
    color: #54B648;
    text-shadow: 0px 0px 16.9643px #FFE920;
}

.header__cta-text {
    font-size: 13.5714px;
    line-height: 15px;
    margin-bottom: 13px;
}

.header__cta-button {
    font-weight: bold;
    font-size: 13.5714px;
    line-height: 13px;
    /* identical to box height */
    color: #FFFFFF;
    text-shadow: 0px 0px 2.71429px rgba(0, 0, 0, 0.55);
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 43.43px;
    border-radius: 20px;
    background: #54B648;
    border: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    border-bottom: 2px solid #129103;
}

.header__cta-button:hover {
    filter: drop-shadow(0px 4px 6px #54B648);
}

.header__cta-button:active {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    filter: none;
}

.header__gifts {
    background-color: #195BA9;
    background-image: url('../img/gifts__bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0px 0px 9.40873px rgba(0, 0, 0, 0.25);
    border-radius: 3.76349px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    position: relative;
}

.header__gifts-header {
    font-weight: 500;
    font-size: 15.6812px;
    line-height: 11px;
    /* identical to box height, or 72% */
    color: #FFFFFF;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 11px;
}

.header__gifts-gift {
    font-size: 10.036px;
    line-height: 10px;
    width: 50%;
}

.header__gifts-gift-img {
    height: 84px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}

.header__gifts-gift-header {
    padding-right: 14px;
    position: relative;
}

.header__gifts-gift-header:after {
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    background: url("../img/gifts__arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    background-position: center center;
    transform-origin: 50% 50%;
}

.header__gifts-gift-header.open:after {
    transform: rotate(180deg);
}

.header__gifts-gift-text {
    display: none;
    font-size: 80%;
    margin-top: 1em;
}


.header__gifts-gift-card {
    background: #FFFFFF;
    border-radius: 3.76349px;
    padding: 8px;
    padding-top: 4px;
    min-height: 116px;
}

.header__gifts-gift--first {
    padding-right: 4px;
}

.header__gifts-gift--second {
    padding-left: 4px;
}

.header__gifts-header span {
    color: #4FB8EA;
}

.form_radio--card {
}

.input-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    /* margin: auto; */
}

.form_radio--card, .form_checkbox--card {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.19392px rgb(0 0 0 / 35%);
    border-radius: 2.12928px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form_radio input, .form_checkbox input {
    display: none;
}

.form_radio--card label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    user-select: none;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
}

.form_radio__label-text:before, .form_checkbox__label-text:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
    bottom: 0px;
    border: 1px solid #54B648;
}

.form_radio__label-text--big-font:before {
    width: 24px;
    height: 24px;
}

.form_radio__label-text:before {
    border-radius: 50%;
}

.form_checkbox__label-text:before {
    border-radius: 2px;
}

.form_radio input:checked + .form_radio__label-text:before {
    background: url(../img/radio-active.jpg) no-repeat;
    background-size: 8px;
    background-position: center;
}

.form_radio input:checked + .form_radio__label-text--big-font:before {
    background-size: 16px;
}

.form_checkbox input:checked + .form_checkbox__label-text:before {
    background: url(../img/checkbox-active.png) no-repeat;
    background-size: 8px;
    background-position: center;
}

/* Hover */
.form_radio label:hover:before, .form_checkbox label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.form_radio input:disabled + label .form_radio__label-text:before, .form_checkbox input:disabled + label .form_checkbox__label-text:before {
    filter: grayscale(100%);
}

.form_radio__img, .form_checkbox__img {
    width: 100%;
    border-radius: 4px;
}

.form_radio__label-text, .form_checkbox__label-text {
    display: block;
    padding-left: 23px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quiz__header {
    padding-top: 40px;
    margin-bottom: 11px;
}

.quiz__header-text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.quiz__header-truba {
    max-width: 538px;
    margin: 0 auto;
    height: 47.97px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 19px;
    position: relative;
    margin-bottom: 21px;
}

.quiz__header-truba:before{
    content: '';
    position:absolute;
    width: 47px;
    height: 43px;
    background: url('../img/truba-right.png');
    background-size:contain;
    background-repeat: no-repeat;
    top: 5px;
    right: 1px;
}


.quiz__header-truba:after{
    content: '';
    position:absolute;
    width: 31px;
    height: 37px;
    background: url('../img/truba-left.png');
    background-size:contain;
    background-repeat: no-repeat;
    top: 1px;
    left: 0px;
}

.quiz__header-truba-img {
    width: 100%;
}

.quiz__question {
}

.quiz__question-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin-top: auto;
    margin-bottom: 13px;
    position: relative;
    display: inline-block;
}

.quiz__question-speech {
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

.row.row--no-margin {
    margin-left: 0;
    margin-right: 0;
}

.form_radio--card-first {
    margin-right: 4px;
}

.form_radio--card-second {
    margin-left: 4px;
}

.quiz__question-speech-shadow {
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.35));
    background: #fff;
    border-radius: 4px;
    padding: 11px;
    margin-bottom: 15px;
    min-height: 35px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.visible-lg {
    display: none;
}

.quiz__question-footer {
    display: none;
}

.quiz__footer {
    display: none;
}

.w-50prc {
    width: 50%;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.fl {
    float: left;
}

.form_checkbox__textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(35, 35, 35, 0.3);
    border-radius: 4px;
    resize: none;
    height: 181px;
    padding: 10px;
    position: absolute;
    height: 100%;
    top: 0px;
    font-size: 14px;
}

.form_checkbox__textarea-ratio {
    position: relative;
    padding-top: 67%;
}

.form_checkbox__textarea::placeholder {
    font-size: 12px;
    color: rgba(35, 35, 35, 0.3);
    padding-top: 20px;
    text-align: center;
}

.form_radio--card-first, .form_checkbox--card-first {
    margin-right: 5px;
}

.form_radio--card-second, .form_checkbox--card-second {
    margin-left: 5px;
}

.get-user-phone {
    position: relative;
    padding-bottom: 0px;
    max-width: 370px;
    margin: 0 auto;
}

.get-user-phone__iphone {
    position: absolute;
    left: -13px;
    top: auto;
    width: 313px;
    bottom: 177px;
    margin-left: 0;
}

.get-user-phone__title {
    font-style: normal;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 125%;
    margin-top: 7px;
}

.get-user-phone__description {
    font-style: normal;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-left: 0px;
    margin-bottom: 310px;
    color: #195BA9;
    font-size: 14px;
    line-height: 110%;
}

.get-user-phone__input {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    width: 100%;
    max-width: 362px;
    height: 48px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #54B648;
    box-sizing: border-box;
    border-radius: 60px;
    outline: none;
    margin-bottom: 23px;
    position: relative;
    left: 0px;
    font-size: 16px;
}

.get-user-phone__button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    border: 0;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 363px;
    height: 51px;
    border-radius: 60px;
    outline: none;
    position: relative;
    left: 0px;
    background: #54B648;
    border-bottom: 3px solid #129103;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
    margin-bottom: 61px;
}

.get-user-phone__button:hover {
    filter: drop-shadow(0px 4px 6px #54B648);
}

.get-user-phone__button:active {
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    filter: none;
}

.get-user-phone__button:disabled, .get-user-phone__button:disabled:hover{
    background: rgb(169 218 163);
    border: 0;
    filter: none;
    cursor: inherit;
}

.progress-ring {
    position: absolute;
    top: -13px;
    left: -13px;
}

.progress-ring__circle {
    /*transition: 0.35s stroke-dashoffset;*/
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-circle {
    width: 92px;
    height: 92px;
    background: #FFFFFF;
    border: 13px solid #cccccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.progress-circle__value {
    width: 92px;
    height: 92px;
    top: 0;
    left: 0;
    position: absolute;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 92px;
    text-align: center;
    text-transform: uppercase;
    color: #195BA9;
}

.progress-circle__complete {
    width: 28px;
    position: absolute;
    top: 34px;
    left: 31px;
    display: none;
}

.your-gift {
    /* width: 300px; */
    position: relative;
    margin-left: 3%;
    margin-top: 87px;
    font-size: 0;
    display: none;
}

.ta-center {
    text-align: center;
}

.pos-relative {
    position: relative;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-0px {
    padding-bottom: 0px;
}

.ostalos-voprosov__footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 20px 0px 20px;
}

.after-get-user-phone {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    opacity: 0;
}

.form_radio {
    margin-bottom: 5px;
}

.form_radio__label-text.form_radio__label-text--big-font {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 36px;
    line-height: 110%;
}

.form_radio, .form_checkbox {
    font-size: 0;
    position: relative;
    margin-bottom: 12px;
}

.quiz-result__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-top: 38px;
    padding-left: 50px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    position: relative;
    padding-left: 70px;
}

.quiz-result--unlocked .quiz-result__title:before {
    background-image: url("../img/unlock.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    content: '';
    height: 46px;
    width: 34px;
    display: block;
    position: absolute;
    left: 23px;
    top: 0px;
}

.quiz-result--locked .quiz-result__title:before {
    background-image: url("../img/lock.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    content: '';
    height: 46px;
    width: 34px;
    display: block;
    position: absolute;
    left: 23px;
    top: 0px;
}

.quiz-result__murashkevich-photo {
    width: 149px;
    margin: 19px auto 15px auto;
    display: block;
    box-shadow: 0px 0px 3.11538px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 6px solid #fff;
    overflow: hidden;
}

.quiz-result__thank-you-for-answer {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 31px;
    position: relative;
}

.quiz-result__thank-you-for-answer-title {
}

.quiz-result__title--unlocked {
}

.quiz-result__murashkevich-title {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 38px;
}

.header__gifts-sale {
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 23px;
    margin-top: 20px;
}

.header__gifts-change-number-text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.header__gifts-change-number-input {
    height: 48px;
    background: #FFFFFF;
    border-radius: 60px;
    border: 0;
    width: 100%;
    padding: 0;
    outline: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 19px;
}

.header__gifts-change-number-button {
    height: 48px;
    background: #54B648;
    border-radius: 60px;
    border: 0;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
    outline: none;
    cursor: pointer;
}

.header__gifts-change-number-button:hover {
    filter: drop-shadow(0px 4px 6px #54B648);
}

.header__gifts-change-number-button:disabled,
.header__gifts-change-number-button:disabled:hover {
    background: #a9daa3;
    filter: none;
}


.header__gifts-header.header__gifts-second-header {
    font-size: 12px;
}

.skvazhina-price {
    position: relative;
    z-index: 1;
}

.skvazhina-price__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    margin-top: 37px;
    margin-bottom: 16px;
}

.skvazhina-price__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 36px;
}

table.price-table {
    font-size: 16px;
    line-height: 22px;
    border-collapse: collapse;
    margin-top: 10px;
    /* display: none; */
}

table.price-table th {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #195BA9;
    white-space: nowrap;
}

table.price-table th, table.price-table td {
    border: 1px solid #195BA9;
}

table.price-table th {
    padding: 18px 38px;
    position: relative;
}

table.price-table td {
    padding: 11px 38px;
    text-align: center;
}

table.price-table td:first-child {
    text-align: left;
}

.table-scroll {
}

.price-table span.plus {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('../img/plus.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.price-table span.cross {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url('../img/cross.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.price-table tr:last-child td {
    background: #4FB8EA;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4FB8EA;
    font-size: 20px;
}

.price-table td {
    white-space: nowrap;
}

.price-table td:first-child {
    white-space: normal;
}

.recomenduetsya-vodoochistka {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    background-image: url('../img/recomenduetsya-vodoochistka.png');
    width: 188px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin: 0px -33px;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: 0px;
    margin: auto;
    right: 0px;
}

.kolodec-price {
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.35));
    background: #fff;
    border-radius: 4px;
    margin-top: 70px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    /* display: none; */
}

.vieszd-inzhenera__list-item-s-uchetom {
    margin-bottom: 5px;
}

.vieszd-inzhenera__hidden {
    display: none;
}

.kolodec-price__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.kolodec-price__title:after {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    right: 0px;
    background: url(../img/gifts__arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px;
    background-position: center center;
    transform-origin: 50% 50%;
}

.kolodec-price__title.kolodec-price__title--open:after {
    transform: rotate(180deg);
}

.kolodec-price__text {
    font-size: 14px;
    line-height: 17px;
}

.tariff-notice {
    padding-top: 24px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.tariff-notice p {
    margin-top: 0px;
}

.zamer {
    margin-bottom: 35px;
}

.zamer-preview {
    background-image: url("../img/zamer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 305px;
    max-width: 286px;
    margin: 0 auto;
    margin-bottom: 14px;
    position: relative;
}

.zamer-preview:after {
    content: '';
    background-image: url("../img/play.png");
    display: block;
    height: 46px;
    width: 46px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
}

.zamer-description {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 194px;
    margin: 10px auto 0px auto;
}

.vieszd-inzhenera {
    position: relative;
    z-index: 1;
}

.vieszd-inzhenera__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px;
}

.vieszd-inzhenera__list-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
}

.vieszd-inzhenera__item-title {
    font-size: 18px;
    line-height: 22px;
    color: #54B648;
    margin-bottom: 11px;
}

.vieszd-inzhenera__item-title:before {
    content: '';
    background-image: url("../img/vieszd-inzhenera-list-marker.png");
    display: inline-block;
    height: 19px;
    width: 19px;
    background-size: contain;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.vieszd-inzhenera__item-list {
    padding-left: 0px;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.vieszd-inzhenera__item-list li {
}

.vieszd-inzhenera__item-list li:before {
    content: '';
    background-image: url("../img/vieszd-inzhenera__item-list-li-marker.png");
    display: inline-block;
    height: 4px;
    width: 4px;
    background-size: contain;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.vieszd-inzhenera__read-more {
    color: #195BA9;
    cursor: pointer;
}

.vieszd-inzhenera__input {
    height: 48px;
    background: #FFFFFF;
    border-radius: 60px;
    border: 0;
    width: 100%;
    padding: 0;
    outline: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 19px;
    border: 0.992307px solid #54B648;
    margin-top: 9px;
}

.vieszd-inzhenera__button {
    height: 48px;
    background: #54B648;
    border-radius: 60px;
    border: 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    border-bottom: 2px solid #129103;
    outline: none;
    cursor: pointer;
}


.vieszd-inzhenera__button:hover {
    filter: drop-shadow(0px 4px 6px #54B648);
}

.vieszd-inzhenera__button:disabled,
.vieszd-inzhenera__button:disabled:hover {
    background: #a9daa3;
    filter: none;
    border: 0;
}


.subscribe-us {
    padding-top: 34px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 77px;
    background-image: url("../img/subscribe-us.jpg");
    background-size: 296px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.subscribe-us__text {
}

.subscribe-us__link-logo {
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 43px;
}

.subscribe-us__logo {
    width: 48px;
    height: 43px;
}

.read-more-about-us {
}

.read-more-about-us__button {
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #54B648;
    box-sizing: border-box;
    width: 100%;
    border-radius: 80px;
    margin-top: 23px;
    font-weight: bold;
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    color: #54B648;
    display: inline-block;
    text-decoration: none;
}

.murashkevich-bg {
    position: relative;
}

.murashkevich-bg__img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 879px;
}

.quiz-result__murashkevich {
    position: relative;
}

.quiz-result__img {
    position: absolute;
    left: -12px;
    margin-top: -650px;
}

.quiz-result {
    position: relative;
}

.quiz-result__content {
    position: relative;
}

.consultation__form-title {
    display: none;
}

.consultation-pop-up {
    position: relative;
    border-radius: 6px;
    max-width: 1092px;
    box-sizing: border-box;
    padding: 40px 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
}

.consultation__form {
    border-radius: 6px;
    position: relative;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}

.modal__container img {
    max-width: 100%;
    max-height: 100vh;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

/**************************\ Demo Animation Style \**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
    z-index: 120;
    position: relative;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
}

.random-fact__zoom {
    position: relative;
    display: block;
}

.random-fact__zoom:after {
    content: '';
    display: block;
    height: 42px;
    width: 42px;
    background-image: url('../img/random-fact__zoom-ico.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.video {
    font-family: Helvetica;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-width: 3px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    z-index: 8;
    position: fixed;
    top: auto;
    left: 12px;
    bottom: 25px;
    width: 160px;
    box-shadow: rgb(0 0 0 / 40%) 0px 10px 20px;
}

.video:before {
    content: '';
    display: block;
    padding-bottom: 216px;
    transition: 0.2s ease-in-out;
}

.video-countainer {
    display: block;
    height: calc(100% - 8px);
    position: absolute;
    width: calc(100% - 8px);
    left: 4px;
    top: 4px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 0;
}

.video video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    transition: opacity 0.4s ease-in-out 0s;
    opacity: 1;
}

.video-close, .video-close-always {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 250;
    transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    opacity: 0.5;
    display: none;
}

.video:not(.video-open) .video-close-always {
    right: 5px;
    display: block;
}

.video-close:before, .video-close:after, .video-close-always:before, .video-close-always:after {
    position: absolute;
    left: 0px;
    top: 9px;
    content: " ";
    height: 2px;
    width: 18px;
    background: white;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 10px;
}

.video-close:before, .video-close-always:before {
    transform: rotate(45deg);
}

.video-close:after, .video-close-always:after {
    transform: rotate(-45deg);
}

.video-close:hover, .video-close-always:hover {
    opacity: 1;
    transform: scale(1.2);
}

.video.video-open {
    width: 620px;
    border-color: rgba(214, 152, 83, 1);
    transition: 0.3s ease-in-out;
    box-shadow: rgb(0 0 0 / 40%) 0px 10px 20px;
    max-width: calc(100% - 24px);
}

.video-open .video-close {
    display: block;
}

.video.video-open .video-close-always {
    display: none;
}

.video-close:after {
    display: none;
}

.video-close:before {
    transform: rotate(0deg);
}

.quiz.quiz-result--locked {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.7);
}

@keyframes quiz-result-locked {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(50px);
        opacity: 0.6;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


.mCSB_scrollTools {
    background: #DEDEDE;
    border-radius: 80px;
    height: 18px !important;
    bottom: 0px !important;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 100%;
    margin: 0;
    background: #FFFFFF;
    border-radius: 80px;
}

/*17_01_2022*/
.whinter_sale__text{
    font-size: 18px;
    line-height: 22px;
        width: 1000px;
    max-width: 98%;
    padding: 2em;
}
.whinter_sale__text ol{
    list-style-type: none;
    padding: 0;
}
.whinter_sale__text li:not(:last-of-type){
    margin-bottom: 15px;
}
.whinter_sale__text ol ul{
    list-style-type: disc;
}
.header__cta-neon{
    cursor:  pointer;
}
.popup_coon{
    float: right;
    width: 20%;
    margin-top: 15px;
}
@media(max-width: 768px){
    .popup_coon{
        display: none
    }
}

.header__cta-sale{
    border: 1px solid #195ba9;
    color: #fff;
    background-color: #195ba9;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center;
    cursor:  pointer;
        box-shadow: 0px 0px 9.40873px rgb(0 0 0 / 25%);
}

.popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .7);
    display: none
}

.popup-bg.visible {
    display: block;
    animation: a ease .2s
}

.popup-bg .popup {
    width: 500px;
    background-color: #fff;
    position: relative;
    top: 10%;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    overflow: hidden;
    display: none
}

.popup-bg .popup.visible {
    display: block
}

.popup-bg .popup .head {
    font-weight: 300
}

.popup-bg .popup .head .close {
    position: absolute;
    font-size: 32px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 20px;
    top: 20px;
    color: #ddd;
    cursor: pointer;
    overflow: hidden
}

.popup-bg .popup .head .close:hover {
    color: #bbb
}

.popup-bg #popup1, .popup-bg #popup3, .popup-bg #popup4 {
    width: 582px;
    box-shadow: 0 0 18px 7px rgba(0, 0, 0, .14);
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 60px;
    text-align: center
}

.popup-bg #popup1 .head, .popup-bg #popup3 .head, .popup-bg #popup4 .head {
    font-size: 25px
}

.popup-bg #popup1 .goToMain, .popup-bg #popup3 .goToMain, .popup-bg #popup4 .goToMain {
    margin-top: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 363px;
    height: 53px;
    border-radius: 27px;
    max-width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.popup-bg #popup1 .insta_logo, .popup-bg #popup3 .insta_logo, .popup-bg #popup4 .insta_logo {
    margin-top: 56px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.popup-bg #popup1 .insta_logo:hover, .popup-bg #popup3 .insta_logo:hover, .popup-bg #popup4 .insta_logo:hover {
    opacity: .9
}

.popup-bg #popup1 .subscribe, .popup-bg #popup3 .subscribe, .popup-bg #popup4 .subscribe {
    display: block;
    text-align: center;
    color: #000;
    font-family: Helvetica;
    font-size: 16px
}

.popup-bg #popup1 .subscribe:hover, .popup-bg #popup3 .subscribe:hover, .popup-bg #popup4 .subscribe:hover {
    text-decoration: underline
}

.popup-bg #popup2 {
    width: 889px;
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 60px 55px 75px 25px;
    text-align: left
}

.popup-bg #popup2 .content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9999
}

.popup-bg #popup2 .content .img {
    margin-top: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.popup-bg #popup2 .popup_title {
    font-size: 25px;
    font-weight: 700
}

.popup-bg #popup2 .sub {
    margin-top: 5px;
    color: #000;
    font-family: Helvetica;
    font-size: 16px
}

.popup-bg #popup2 .radios {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex
}

.popup-bg #popup2 .radios .form_control {
    width: 60px;
    margin-right: 20px;
    margin-top: 15px;
    text-align: center
}

.popup-bg #popup2 .radios .form_control p {
    color: #000;
    font-family: Helvetica;
    font-size: 12px;
    margin-top: 1px
}

.popup-bg #popup2 .radios .form_control label {
    display: block;
    cursor: pointer;
    position: relative
}

.popup-bg #popup2 .radios .form_control label:hover .label_img {
    opacity: .9
}

.popup-bg #popup2 .radios .form_control label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: calc(50% - 9px);
    top: 90px;
    border-radius: 50%;
    border: 1px solid #00aeef
}

.popup-bg #popup2 [type=tel] {
    margin-top: 80px;
    width: 288px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    height: 44px;
    border-radius: 5px;
    border: 1px dotted #00bff3;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 999999
}

.popup-bg #popup2 .submit {
    margin-top: 15px;
    width: 288px;
    border: none;
    max-width: 100%;
    height: 53px;
    border-radius: 40px;
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 21px 1px #78ff00;
    border-radius: 50px;
    background-color: #00b319;
    color: #fff;
    display: inline-block;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
    transition: .2s ease
}

.popup-bg #popup2 .submit:before {
    top: 3px;
    left: 3px;
    content: "";
    position: absolute;
    border-radius: 50px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000;
    opacity: .14;
    animation: none;
    transform: none
}

.popup-bg #popup2 .submit:hover {
    background: #00e620
}

.popup-bg #popup2 .submit img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.popup-bg #popup2 .submit:after {
    content: "";
    position: absolute;
    right: -170px;
    top: -195px;
    background: url(../img/p.png) no-repeat 50% 50%/contain;
    width: 261px;
    height: 318px;
    z-index: -1
}

.popup-bg #submit {
    margin-top: 30px
}

.popup-bg #submit:after {
    content: none !important
}

.popup-bg [type=radio] {
    position: absolute;
    left: -9999999px
}

.popup-bg [type=radio]:checked + label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 2px 2px rgba(0, 191, 243, .52);
    background-color: #00bff3;
    left: calc(50% - 4px);
    top: 95px;
    border-radius: 50%
}

.popup-bg #popup2 .radios .form_control p {
    font-weight: 700
}

.popup-bg #popup2 {
    padding-left: 10px;
    padding-right: 25px
}

.popup-bg #popup2 .radios .form_control {
    width: 70px
}

.popup-bg #popup1 .head, .popup-bg #popup3 .head {
    font-size: 20px
}

.popup-bg #popup1 .goToMain {
    color: #fff;
    box-shadow: none;
    width: 323px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 75px;
    border-radius: 38px;
    background: #00b319;
    margin-top: 30px
}

.popup-bg #popup1 .goToMain:hover {
    background: #00cd1d
}

.popup-bg #popup1, .popup-bg #popup3, .popup-bg #popup4 {
    width: 460px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px
}

.popup-bg #popup4 {
    text-align: center
}

.popup-bg #popup4 .head {
    font-size: 20px
}

.popup-bg #popup4 [type=tel] {
    margin: 20px auto
}

.popup-bg #popup4 [type=tel], .popup-bg #popup4 [type=text] {
    width: 325px;
    height: 44px;
    border-radius: 5px;
    border: 1px dotted #00bff3;
    background-color: #fff;
    text-align: center;
    max-width: 100%;
    font-size: 16px
}

.popup-bg #popup4 [type=text] {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto
}

.popup-bg #popup4 .submit {
    margin-top: 15px;
    width: 325px;
    border: none;
    max-width: 100%;
    height: 53px;
    border-radius: 40px;
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 21px 1px #78ff00;
    border-radius: 50px;
    background-color: #00b319;
    color: #fff;
    display: inline-block;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
    transition: .2s ease;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.popup-bg #popup4 .submit:after {
    top: 3px;
    left: 3px;
    content: "";
    position: absolute;
    border-radius: 50px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    opacity: .14
}

.popup-bg #popup4 .submit:hover {
    background: #00e620
}

.popup-bg #popup4 .submit img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.popup-bg .popup .head .close {
    color: #000
}
.popup-bg .hidden{
    display: none;
}
.popup-bg .aic{
    align-items: center;
}
.popup-bg *{
    box-sizing: border-box;
}
.popup .submit {
    cursor: pointer;
}
.popup-bg .close{
    cursor: pointer;
}
/* .open-modal-lead{
    margin-top: 15px;
    width: 288px;
    border: none;
    max-width: 100%;
    height: 53px;
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 21px 1px #78ff00;
    border-radius: 50px;
    background-color: #00b319;
    color: #fff;
    display: block;
    box-shadow: none;
    transition: .2s ease;
    cursor: pointer;
} 
.open-modal-lead:hover{
    background-color: #78ff00;
}*/

@media screen and (max-width: 930px){
    .popup .img{
        display: none;
    }
    .popup-bg #popup2{
        max-width: 400px;
        width: 100%;
    }
    .popup-bg #popup2{
        padding-top: 40px;
    }
}
/* .popup{
    padding: 60px 55px 75px 25px;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.popup .content{
    padding: 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup .img{
    max-width: 360px;
    width: 50%;
}
.popup .img img{
    width: 100%;
    display: block;
}
.popup_title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}
.text_block{
    padding-left: 50px;
    width: 50%;
}
.popup .submit {
    margin-top: 15px;
    width: 288px;
    border: none;
    max-width: 100%;
    height: 53px;
    border-radius: 40px;
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 21px 1px #78ff00;
    border-radius: 50px;
    background-color: #00b319;
    color: #fff;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: none;
    transition: .2s ease;
    cursor: pointer;
    text-align: center;
}
.popup .submit img{
    margin-right: 10px;
}
.popup .close {
    position: absolute;
    font-size: 32px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 20px;
    top: 20px;
    color: #000;
    cursor: pointer;
    overflow: hidden;
} */


.lead-info p{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}
.lead-info img{
    width: 100px;
    margin-right: 15px;
}

.dib{
    display: inline-block;
}



