

/* Start:/vracham/gift/assets/style.css?175704882925138*/
p, h1, h2, input {
    margin: 0;
}

b {
    font-weight: 500;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

.h-6-rem {
    height: 0;
}

/* Баннер */

.banner__doctors picture img {
    width: 100%;
}

.banner__doctors {
    width: 100%;
    display: block;
    margin-top: 105px;
    position: relative;
}

.banner__doctors-img {
    width: 100%;
    margin: 0 auto;
}

.banner__doctors-description {
    font-family: "GT Eesti Pro Display", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    position: absolute;
    top: 26%;
    left: 18%;
}

.banner__doctors-description-blue {
    color: #64B5E0;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 85%;
    text-transform: uppercase;
}

.banner__doctors-description-dark-blue {
    color: #002169;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 87%;
    text-transform: uppercase;
}

.banner__doctors-description-micro {
    color: #033F85;
    font-size: 1.8vw;
    font-weight: 350;
    line-height: 85%;
    align-self: flex-end;
}

@media (max-width: 800px) {
    .banner__doctors-description {
        margin: -65px 0 50px 20px;
        position: static;
    }

    .banner__doctors-description-blue {
        font-size: 7vw;
    }

    .banner__doctors-description-dark-blue {
        font-size: 11.5vw;
    }

    .banner__doctors-description-micro {
        font-size: 5vw;
    }
}

@media (max-width: 500px) {
    .banner__doctors-description {
        margin: -20px 0 28px 20px;
    }

    .banner__doctors-description-blue {
        font-size: 8.5vw;
    }

    .banner__doctors-description-dark-blue {
        font-size: 15vw;
    }

    .banner__doctors-description-micro {
        font-size: 6vw;
    }
}
/* */

/* Контейнер */
.main-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-weight: 300;
}

.main-container__big {
    max-width: 1320px;
}

.ty-container-550 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .main-container__big {
        max-width: 900px;
    }
    .main-container {
        padding: 0 20px;
        width: auto;
    }
}
/* */

/* Верхний блок */
.top-invite {
    margin: 50px auto 20px;
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 24px;
}

.top-invite__img {
    max-width: 512px;
}

.top-invite__img img {
    width: 100%;
}

.top-invite__text {
    font-size: 30px;
    line-height: 33px;
    max-width: 685px;
    color: #002169;
}

.top-invite__text span {
    display: block;
    margin: 0 0 25px;
}

@media (max-width: 1250px) {
    .top-invite__text {
        font-size: 20px;
        line-height: 1.1;
    }

    .top-invite__text span {
        margin: 0 0 15px;
    }
}

@media (max-width: 800px) {
    .top-invite {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 44px auto 25px;
        gap: 30px;
    }

    .top-invite__text {
        font-size: 3.5vw;
    }

    .top-invite__text span {
        margin: 0 0 10px;
    }

    .top-invite__img {
        max-width: 600px;
    }
}

@media (max-width: 500px) {
    .top-invite {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 28px auto 0;
        gap: 44px;
    }

    .top-invite__text {
        font-size: 4.5vw;
    }

    .top-invite__text span {
        line-height: 1;
    }

    .top-invite__img {
        max-width: 600px;
        width: 100%;
    }
}


/* */

/* Синий заголовок */
.prise-title__contain {
    margin: 0 auto 60px;
    position: relative;
}

.prise-title__txt {
    text-align: center;
}

.prise-title__txt span {
    font-weight: 500;
    font-size: 54px;
    color: #73b8dd;
}

.prise-title__txt span br {
    display: none;
}

@media (max-width: 1250px) {
    .prise-title__txt span {
        font-size: 38px;
    }
}

@media (max-width: 800px) {
    .prise-title__txt {
        text-align: left;
        line-height: 1;
    }

    .prise-title__txt span br {
        display: block;
    }

    .prise-title__txt span {
        font-size: 34px;
    }
}

@media (max-width: 500px) {
    .prise-title__contain {
        margin: 16px auto;
    }

    .prise-title__txt span {
        font-size: 7.5vw;
    }
}
/* */

/* Кнопка участия */
.doctors-action {
    position: relative;
    width: fit-content;
    margin: 0 auto 120px auto;
}

@media (max-width: 1250px) {
    .doctors-action {
        margin: 0 auto 80px auto;
    }
}

@media (max-width: 500px) {
    .doctors-action {
        margin: 60px auto;
    }
}

@media (max-width: 430px) {
    .doctors-action {
        margin: 60px auto 50px auto;
    }
}

.doctors__gift-btn {
    transition: 0.2s;
    padding: 24px 60px;
    background: #002169;
    border: 1px solid #002169 !important;
    color: white;
    font-size: 32px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border-radius: 16px;
    font-family: "GT Eesti Pro Display", sans-serif;
    cursor: pointer;
}

.doctors__gift-btn:hover {
    background-color: white;
    color: #00347B;
}

@media (max-width: 1000px) {
    .doctors__gift-btn {
        font-size: 28px;
        padding: 22px 60px;
        border-radius: 16px;
    }
}

@media (max-width: 500px) {
    .doctors__gift-btn {
        font-size: 5.5vw;
        padding: 20px 40px;
        width: 58vw;
    }
}
/* */

/* Плеер */
.doctors__player {
    text-align: center;
}

.doctors__player video {
    width: 516px;
    border-radius: 22px;
}

@media (max-width: 1000px) {
    .doctors__player video {
        width: 430px;
    }
}

@media (max-width: 800px) {
    .doctors__player video {
        width: 366px;
    }
}

@media (max-width: 500px) {
    .doctors__player video {
        width: 250px;
    }
}
/* */

/* Слайдер с подарками */
.main-title {
    width: fit-content;
    color: #73B8DD;
    font-weight: 500;
    font-size: 54px;
    line-height: 1;
    margin: 110px 0 30px 0;
    text-transform: uppercase;
}

.main-title span {
    text-transform: none;
}

.prize {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.prize__main {
    width: 45%;
    padding: 40px;
    background-image: url("/vracham/gift/assets/img/alice_back_main.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.prize__main-img {
    width: 100%;
    max-width: 280px;
}

.prize__main-img img {
    width: 100%;
}

.prize__main-txt {
    color: #ffffff;
    font-size: 31px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prize__main-txt img {
    width: 100%;
    max-width: 320px;
}

.prize__main-txt span {
    display: block;
    font-weight: 100;
    line-height: 34px;
}

.prize__box {
    width: 52%;
}

.prize__box-item {
    border: 7px solid #73B8DD;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 344px;
    width: 98%;
    border-radius: 30px;
    padding: 17px;
    box-sizing: border-box;
}

.prize__box-slide {
    max-width: 255px;
    max-height: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prize__box-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.prize__box-logo {
    width: 50%;
    position: absolute;
    top: 4%;
    right: 4%;
}

.prize__box-logo img {
    width: 100%;
}

.prize__box-count {
    background: #FFF;
    border-radius: 109px;
    font-weight: 500;
    color: #73B8DD;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    height: 47px;
    width: 47px;
    position: absolute;
    bottom: 4%;
    right: 5%;
}

.prize__box-count-number {
    font-size: 26px;
    height: 38px;
}

.prize__box-count-x {
    font-size: 14px;
    font-weight: 300;
}

.prize__box .slick-list {
    margin: 0 -8px;

}

.prize__box-img {
    width: 100%;
}

.prize__box .slick-slide {
    padding: 0 8px;
}

.prize__box-end {
    position: absolute;
    left: 48%;
    bottom: 0;
    font-weight: 500;
    color: #1C4379;
    font-size: 22px;
    line-height: 24px;
}

@media (max-width: 1250px) {
    .prize__box-item {
        height: auto;
    }

    .prize__box-count {
        height: 40px;
        width: 40px;
    }

    .prize__box-count-x {
        font-size: 10px;
    }

    .prize__box-count-number {
        font-size: 20px;
        height: auto;
    }

    .main-title {
        font-size: 38px;
    }

    .luck-container__txt {
        font-size: 38px;
    }
}

.prize__box-txt {
    width: 94%;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.1;
    color: #1C4379;
}

.prize .slick-list {
    overflow: hidden;
}

.pr-slider-next,
.pr-slider-prev {
    width: 55px;
    height: 55px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
}

.pr-slider-next img,
.pr-slider-prev img {
    width: 42%;
}

.pr-slider-next img,
.pr-slider-prev img {
    opacity: 0.5
}

.pr-slider-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.pr-slider-next {
    right: 5px;
    padding-left: 5px;
}

.pr-slider-prev {
    right: 50px;
    padding-right: 8px;
}

.pr-slider-prev .svg-icon,
.pr-slider-next .svg-icon {
    width: 35px;
    fill: #85C4E8;
    height: 10px;
}

.pr-slider-next .svg-icon {
    transform: rotateZ(-90deg);
}

.pr-slider-prev .svg-icon {
    transform: rotateZ(90deg);
}

@media (max-width: 1000px) {
    .prize {
        gap: 40px;
    }

    .main-title {
        margin: 80px 0 44px 0;
    }

    .prize__main {
        padding: 20px;
        width: 450px;
    }

    .prize__main-img {
        max-width: 228px;
    }

    .prize__main-txt {
        font-size: 24px;
    }

    .prize__main-txt span {
        font-weight: 300;
        line-height: 24px;
    }

    .prize__box-end {
        width: calc(100% - 16px);
        left: 0;
        bottom: -45px;
    }

    .prize__box-end span br {
        display: none;
    }

    .prize__box-item {
        width: 67%;
        border: 5px solid #73B8DD;
        border-radius: 24px;
        padding: 20px;
    }

    .pr-slider-next {
        right: 20px;
    }

    .pr-slider-next,
    .pr-slider-prev {
        width: 64px;
        height: 40px;
        bottom: -16px;
    }

    .pr-slider-prev {
        right: 68px;
    }

    .prize__box-txt {
        width: 60%;
        margin-top: 12px;
    }
}

@media (max-width: 800px) {
    .prize {
        gap: 30px;
    }

    .prize__box-item {
        width: 74%;
    }

    .prize__main {
        width: 335px;
    }

    .pr-slider-next,
    .pr-slider-prev {
        bottom: 1px;
    }

    .pr-slider-next {
        right: 35px;
    }

    .pr-slider-prev {
        right: 95px;
    }
}

@media (max-width: 600px) {
    .prize__box-item {
        width: 84%;
    }

    .pr-slider-next,
    .pr-slider-prev {
        bottom: 1px;
        width: 43px;
    }

    .pr-slider-prev {
        right: 75px;
    }

    .prize__box-end {
        font-size: 20px;
    }
}

@media (max-width:500px) {
    .main-title {
        margin: 60px 0 28px 0;
        font-size: 7vw;
    }

    .pr-slider-next {
        right: 38px;
    }

    .pr-slider-prev {
        right: 75px;
    }

    .prize {
        margin-bottom: 50px;
        gap: 20px;
        justify-content: normal;
        width: auto;
    }

    .prize__main {
        padding: 12px;
        width: 188px;
        border-radius: 18px;
    }

    .prize__main-img {
        max-width: 137px;
    }

    .prize__main-txt {
        font-size: 18px;
        line-height: 1;
    }

    .prize__box-txt {
        font-size: 15px;
        margin-top: 12px;
        max-width: 200px;
    }

    .prize__box-item {
        padding: 10px;
        width: 50%;
    }

    .prize__box-logo {
        height: 25px;
    }

    .prize__box-end {
        font-size: 16px;
        bottom: -35px;
    }

    .prize__box-count {
        height: 24px;
        width: 24px;
    }

    .prize__box-count-x {
        font-size: 6px;
    }

    .prize__box-count-number {
        font-size: 14px;
    }

    .prize__main-txt span {
        line-height: 1;
    }

    .prize__box-item {
        width: 82%;
        border: 3px solid #73B8DD;
        border-radius: 16px;
    }
}

@media (max-width: 430px) {
    .prize__main-txt {
        font-size: 4vw;
    }

    .prize {
        gap: 15px;
    }

    .prize__box-end {
        font-size: 3.4vw;
    }

    .prize__box-txt {
        width: 81%;
        font-size: 13px;
    }

    .pr-slider-prev {
        right: 68px;
    }

    .pr-slider-next {
        right: 27px;
    }

    .pr-slider-next, .pr-slider-prev {
        bottom: -6px;
    }

    .main-title {
        margin: 50px 0 28px 0;
    }
}
/* */

/* Условия участия */
.reg__steps-grey {
    color: #929191;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.reg__steps-sub {
    display: flex;
    flex-direction: column;
    width: 61%;
    gap: 12px;
}

.reg__steps-description {
    color: #00347B;
    font-size: 34px;
    font-style: normal;
    font-weight: 350;
    line-height: 36px;
}

.reg__steps-content:nth-child(3) .reg__steps-description {
    width: 67%;
}

.reg__steps {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reg__steps-item {
    line-height: 1;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.reg__steps-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
    gap: 35px;
}

.reg__steps-content a {
    color: #05347f;
    text-decoration: underline;
    cursor: pointer;
}

.reg__steps-content a:hover {
    text-decoration: none;
}

.reg__steps-num {
    text-transform: uppercase;
    color: #73B8DD;
    opacity: 0.5;
    font-size: 100px;
    width: fit-content;
    font-family: "Circe Rounded DM", sans-serif;
}

.reg__steps-img {
    max-width: 610px;
}

.reg__steps-img img {
    width: 100%;
    border-radius: 20px;
}

.container__blue-back {
    background: #E7F3FA;
    padding: 100px 0;
    margin: 120px 0 120px 0;
}

.partners__title {
    color: #73B8DD;
    font-weight: 500;
    font-size: 54px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1250px) {
    .partners__title {
        font-size: 40px;
    }

    .reg__steps-img {
        max-width: 532px;
    }

    .reg__steps-description {
        font-size: 30px;
    }

    .reg__steps-num {
        font-size: 85px;
    }

    .reg__steps-grey {
        font-size: 14px;
    }

    .reg__steps-content:nth-of-type(2) {
        max-width: 500px;
    }

    .reg__steps-content:nth-of-type(4) {
        max-width: 480px;
    }

    .container__blue-back {
        padding: 80px 0;
        margin: 120px 0 80px 0;
    }

    .reg__steps-content {
        gap: 30px;
    }
}

@media (max-width: 1060px) {
    .reg__steps-description {
        font-size: 24px;
        line-height: 1;
    }

    .reg__steps-img {
        max-width: 460px;
    }

    .reg__steps-grey {
        font-size: 12px;
    }

    .partners__title {
        font-size: 44px;
    }

    .reg__steps-num {
        font-size: 80px;
    }

    .container__blue-back {
        padding: 70px 0;
        margin: 120px 0 70px 0;
    }
}

@media (max-width: 860px) {
    .reg__steps-description {
        font-size: 28px;
        line-height: 1;
    }

    .reg__steps-grey {
        font-size: 16px;
    }

    .reg__steps-num {
        font-size: 80px;
    }

    .reg__steps-sub {
        gap: 8px;
        width: 100%;
    }

    .reg__steps {
        width: 100%;
        max-width: 600px;
        align-items: flex-start;
        flex-direction: column;
        margin: auto;
    }

    .reg__steps .partners__title {
        order: 1;
        font-size: 44px;
        margin-bottom: 44px;
        align-self: center;
    }

    .reg__steps-item {
        width: 100%;
        display: contents;
    }

    .container__blue-back {
        padding: 60px 0;
        margin: 150px 0 100px 0;
    }

    .reg__steps-img {
        width: 100%;
        order: 2;
        max-width: 600px;
        margin-bottom: 24px;
    }

    .reg__steps-content {
        order: 3;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .container__blue-back {
        margin: 100px 0 60px 0;
        padding: 28px 0;
    }

    .reg__steps-content:nth-of-type(2), .reg__steps-content:nth-of-type(4) {
        width: auto;
    }

    .reg__steps-sub {
        width: 78%;
    }

    .reg__steps-description {
        font-size: 4.5vw;
    }

    .reg__steps-num {
        font-size: 14vw;
    }

    .reg__steps .partners__title {
        font-size: 7vw;
        align-self: flex-start;
        margin-bottom: 16px;
    }

    .reg__steps-content {
        gap: 24px;
    }
}

@media (max-width: 430px) {
    .container__blue-back {
        margin: 90px 0 60px 0;
    }
}
/* */

/* Слайдер с продуктами */
.baby__food {
    display: flex;
    gap: 89px;
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}

.kabr__products {
    display: flex;
    justify-content: space-between;
    width: 44%;
}

.kabr__products-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    color: #FFFFFF;
    background: #73B8DD;
    font-size: 28px;
    border-radius: 30px;
    height: 700px;
    gap: 19px;
}

.kabr__products-description {
    color: #05347F;
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
    width: 46%;
    position: relative;
}

.products__title {
    color: #002169;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 102%;
    margin-bottom: 24px;
}

.kabr__products-content img {
    width: 100%;
    border-radius: 20px;
}

.kabr__products .slick-list {
    margin: 0 -10px;
}
.kabr__products .slick-slide {
    padding: 0 10px;
}

.kabr__products-title {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    height: 5%;
}

.kabr__products-txt {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 31px;
}

.kabr__products-txt b {
    font-weight: 500;
}

.kabr__products__slide {
    padding: 15px;
    width: 100%;
}

.kabr__products>.prise__box-dots {
    top: auto;
    bottom: -40px;
}

.kabr__products-description span {
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
}

.kabr__products-description span:nth-child(2) {
    font-weight: 500;
}

.kabr__products-description span:nth-child(4) {
    margin-bottom: 20px;
}

.kabr__products-description span:nth-child(5) {
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
}

.kabr__products-description .pr-slider-prev {
    right: 45px;
}
.kabr__products-description .pr-slider-next {
    right: 0;
}

.kabr__products-description .pr-slider-prev,
.kabr__products-description .pr-slider-next {
    bottom: -10px;
}

@media (max-width: 1250px) {
    .products__title {
        font-size: 38px;
    }

    .kabr__products-description span {
        font-size: 26px;
    }

    .kabr__products-title .kabr__products-txt {
        font-size: 26px;
    }

    .baby__food {
        gap: 70px;
    }

    .kabr__products-title {
        font-size: 24px;
    }

    .kabr__products-txt {
        font-size: 24px;
    }

    .kabr__products-content {
        height: 685px;
    }
}

@media (max-width: 1000px) {

    .products__title {
        font-size: 31px;
    }

    .kabr__products-content {
        font-size: 23px;
        height: 503px;
        gap: 5px;
    }

    .kabr__products-title {
        margin-top: 10px;
    }

    .kabr__products-title,
    .kabr__products-txt {
        font-size: 18px;
        line-height: 1.1;
    }
    .kabr__products-description span {
        font-size: 22px;
        line-height: 1;
    }

    .baby__food {
        gap: 40px;
    }
}

@media (max-width: 890px) {
    .kabr__products-content {
        height: 470px;
    }
}

@media (max-width: 800px) {
    .baby__food {
        flex-direction: column;
        gap: 160px;
        margin-bottom: 100px;
    }

    .kabr__products {
        width: 90%;
        margin: 0 auto;
    }

    .kabr__products .slick-slide {
        padding: 1;
    }

    .kabr__products-content {
        height: 679px;
        padding: 32px;
        gap: 10px;
        max-width: 512px;
        margin: auto;
    }

    .kabr__products-title {
        font-size: 28px;
        margin-top: 10px;
    }

    .kabr__products-txt {
        font-size: 28px;
    }

    .kabr__products-pict {
        height: auto;
    }

    .kabr__products-description {
        width: 100%;
        margin-top: 20px;
    }

    .kabr__products-description .pr-slider-prev, .kabr__products-description .pr-slider-next {
        bottom: auto;
        top: -155px;
    }

    .kabr__products-description .pr-slider-prev {
        right: auto;
        left: 41%;
    }

    .kabr__products-description .pr-slider-next {
        right: auto;
        left: 52%;
    }

    .kabr__products-description span {
        font-size: 28px;
    }

    .kabr__products-description span:nth-child(2) br {
        display: none;
    }

    .kabr__products-description span:nth-child(5) {
        font-size: 12px;
    }
}



@media (max-width: 600px) {
    .kabr__products-content {
        height: 533px;
        gap: 6px;
        max-width: 420px;
    }

    .kabr__products-title, .kabr__products-txt {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .products__title {
        font-size: 7vw;
        margin-bottom: 16px;
    }

    .kabr__products {
        width: 100%;
    }
    .kabr__products-content {
        padding: 16px;
        height: 462px;
        max-width: 360px;
        border-radius: 20px;
    }

    .kabr__products-description span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .kabr__products-description span:nth-child(4) {
        margin-bottom: 10px;
    }

    .kabr__products-pict {
        max-width: 425px;
        margin: 0 auto;
    }

    .kabr__products-title {
        margin-top: 6px;
    }

    .kabr__products-txt {
        line-height: 1;
    }

    .kabr__products .slick-slide {
        padding: 0 10px;
    }

    .kabr__products-description .pr-slider-next {
        left: 51%;
    }

    .kabr__products-description .pr-slider-prev {
        left: 38%;
    }

    .baby__food {
        gap: 100px;
        margin-bottom: 60px;
    }

    .kabr__products-description .pr-slider-prev, .kabr__products-description .pr-slider-next {
        top: -105px;
    }
}

@media (max-width: 425px) {
    .kabr__products-content {
        height: 465px;
    }
}
/*  */

/* Партнеры */
.doctors__partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: center;
    justify-items: center;
    margin: 40px 0 120px 0;
}

.doctors__partners img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

.doctors__partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .doctors__partners {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width: 800px) {
    .doctors__partners {
        grid-template-columns: repeat(3, 1fr);
        margin: 24px 0 100px 0;
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .doctors__partners {
        margin: 24px 0 60px 0;
    }
}
/* */

/* Title "желаем удачи!" */
.luck-container__txt {
    font-size: 54px;
    font-weight: 350;
    color: #002169;
}

@media (max-width: 1250px) {
    .luck-container__txt {
        font-size: 40px;
    }
}

@media (max-width: 1000px) {
    .partners__title {
        margin-bottom: 15px;
        font-size: 38px;
    }
}

@media (max-width: 800px) {
    .luck-container .partners__title {
        margin-bottom: 0;
    }

    .luck-container__description {
        margin-top: 0;
    }

    .o-nas__container {
        margin: 80px auto 80px auto;
        max-width: 400px;
    }
}

@media (max-width: 500px) {
    .luck-container__txt {
        font-size: 4.5vw;
    }

    .partners__title {
        font-size: 6.5vw;
    }
}
/* */

/* Баннер "О нас" */
.o-nas__container {
    margin-top: 120px;
}

.o-nas__container img {
    width: 100%;
}

@media (max-width: 500px) {
    .o-nas__container {
        margin: 60px auto 60px auto;
    }
}
/* */
/* End */


/* Start:/local/components/vracham/vracham.promo.countries/templates/form.and.tg/style.css?175704882916432*/
:root {
    --color-lightblue: #CFE5F8;
    --color-blue: #85C4E8;
    --color-darkblue: #00347B;
}

/* Контейнер */
.doctors__pup {
    background: rgba(199, 199, 200, 0.7);
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
}

.doctors__pup::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

.doctors__pup::-webkit-scrollbar-thumb {
    background-color: rgba(151, 151, 151, 1);
    border-radius: 9em;
}

.doctors__pup::-webkit-scrollbar-thumb:hover {
    background-color: rgba(151, 151, 151, 1);
}

.doctors__pup-open {
    transform: translateY(0%);
}

.doctors__pup-content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    max-width: 1060px;
    height: fit-content;
    margin: 10px auto;
}

@media (max-width: 1350px) {
    .doctors__pup-content {
        margin: 20px;
    }
}

@media (max-width: 1050px) {
    .doctors__pup-content {
        max-width: 650px;
    }

}
/* */

/* Кнопка закрытия попапа */
.doctors__pup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
    transition: color 0.3s ease;
}

.doctors__pup-close:hover {
    color: #333;
}

@media (max-width: 600px) {
    .doctors__pup-close {
        width: 30px;
        height: 30px;
        font-size: 28px;
        line-height: 28px;
        top: 15px;
        right: 15px;
    }
}

/* pop-up кнопки */
.doctors__form-btn {
    transition: 0.2s;
    padding: 24px 60px;
    background: #00347B;
    border: 1px solid #00347B !important;
    color: white;
    font-size: 32px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border-radius: 26px;
    font-family: "GT Eesti Pro Display", sans-serif;
}

.doctors__form-btn:hover {
    background-color: white;
    color: #00347B;
}

@media (max-width: 1050px) {
    .doctors__form-btn {
        padding: 20px 45px;
        font-size: 30px;
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .doctors__form-btn {
        padding: 20px 40px;
        font-size: 23px;
        border-radius: 12px;
    }
}
/* */

/* pop-up выбора регистрации */
.doctors__choice {
    display: flex;
    justify-content: space-between;
}

.doctors__choice-title {
    color: #85C4E8;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%;
    text-transform: uppercase;
}

.doctors__choice-buttons {
    display: flex;
    justify-content: space-between;
}

.doctors__choice-reg {
    border-radius: 12px;
    background: #033F85;
    display: inline-flex;
    padding: 26px 0;
    width: 290px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    outline: none;
    border: 1px solid #00347B;
    cursor: pointer;
}

.doctors__choice-reg span {
    color: #FFF;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 32.01px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.12px;
    text-transform: uppercase;
}

.doctors__choice-reg img {
    max-width: 33px;
}

.doctors__pup-choice .doctors__pup-content {
    padding: 60px 40px;
}

.doctors__pup-choice .doctors__choice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.doctors__pup-choice .doctors__choice-buttons {
    display: flex;
    gap: 20px;
}

@media (max-width: 1000px) {
    .doctors__pup-choice .doctors__choice {
        flex-direction: column;
        gap: 30px;
    }

    .doctors__pup-choice .doctors__choice-title {
        text-align: center;
        font-size: 42px;
    }

    .doctors__pup-choice .doctors__choice-buttons {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 800px) {
    .doctors__pup-choice .doctors__pup-content {
        padding: 40px 20px;
    }

    .doctors__pup-choice .doctors__choice-title {
        font-size: 32px;
    }

    .doctors__choice-reg {
        padding: 20px 40px;
    }

    .doctors__choice-reg span {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .doctors__pup-choice .doctors__choice-title {
        font-size: 26px;
    }

    .doctors__choice-reg {
        padding: 16px 30px;
        width: 100%;
    }

    .doctors__choice-reg span {
        font-size: 20px;
    }

    .doctors__pup-choice .doctors__choice-buttons {
        flex-direction: column;
        gap: 15px;
    }
}
/* */

/* Форма */
.doctors__frame {
    display: grid;
    grid-template-columns: 46% 50%;
    justify-content: space-between;
    align-items: start;
    margin: 40px 40px 40px 40px;
}
.doctors__frame-img img {
    width: 100%;
    border-radius: 30px;
}
.doctors__frame-title {
    color: #73B8DD;
    font-weight: 500;
    font-size: 39px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "GT Eesti Pro Display", sans-serif;
    margin-bottom: 8px;
}
.doctors__frame-columns {
    width: 100%;
}
.doctors__form-field {
    display: flex;
    flex-direction: column;
}

/* Отключение выбора страны */
.doctors__form-input-disabled {
    cursor: not-allowed;
}

select.doctors__form-input-disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    pointer-events: none;
}
/* */

.doctors__form-label {
    color: #8A8A8A;
    font-size: 14px;
}
.doctors__form-input, .doctors__form-select {
    border: none;
    border-bottom: 1px solid #002169;
    padding: 20px 1px 12px 6px;
    outline: none;
    font-size: 16px;
    color: #00347B;
    background: transparent;
}
.doctors__form-input::placeholder {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 100;
    font-family: "GT Eesti Pro Display", sans-serif;
}

.doctors__form-checks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1;
    margin-top: 32px;
}

.doctors__form-mark {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.doctors__form-mark input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.doctors__form-mark span {
    font-size: 12px;
    color: #8A8A8A;
    font-family: "Century Gothic", sans-serif;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
}

.doctors__form-mark span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid rgba(133, 196, 232, 1);
    transition: background-color 0.2s ease;
}

.doctors__form-mark a {
    color: #8A8A8A;
    text-decoration: underline;
}

.doctors__form-mark input[type="checkbox"]:checked + span::before {
    background-color: rgba(133, 196, 232, 1);
}

.doctors__form-mark input[type="checkbox"]:checked + span::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-radius: 1px;
}

.doctors__form-actions {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 1250px) {
    .doctors__frame {
        grid-template-columns: 43% 50%;
    }
    .doctors__frame-title {
        font-size: 36px;
    }
}

@media (max-width: 1050px) {
    .doctors__frame {
        display: grid;
        grid-template-areas:
            "title"
            "image"
            "form";
        grid-template-columns: auto;
        margin: 40px 20px 40px 20px;
    }

    .doctors__frame-img {
        display: none;
    }

    .doctors__frame-columns {
        display: contents;
    }

    .doctors__frame-title {
        grid-area: title;
        font-size: 30px;
        margin-bottom: 22px;
    }

    .doctors__form-main {
        grid-area: form;
    }

    .doctors__form-input::placeholder {
        font-size: 16px;
    }

    .doctors__form-mark span {
        font-size: 14px;
    }

    .doctors__form-checks {
        margin-top: 30px;
    }

    .doctors__form-input, .doctors__form-select {
        padding: 18px 1px 12px 6px;
        font-size: 14px;
    }

}

@media (max-width: 600px) {
    .doctors__frame {
        margin: 50px 20px 30px 20px;
    }

    .doctors__frame-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .doctors__wrapper-error._error .doctors__form-checks {
        margin-top: 26px;
    }
    .doctors__form-input, .doctors__form-select {
        padding: 14px 1px 10px 6px;
    }
    .doctors__form-mark span {
        font-size: 12px;
        padding-left: 28px;
    }
    .doctors__form-checks {
        margin-top: 25px;
    }
    .doctors__form-mark span::before{
        left: 0px;
        top: -3px;
        width: 16px;
        height: 16px;
    }
    .doctors__form-mark input[type="checkbox"]:checked + span::after{
        left: 5px;
        top: -3px;
        width: 6px;
        height: 12px;
    }
}

/* pop-up заявка принята */
.doctors__application-container {
    display: flex;
    max-width: 985px;
    justify-content: space-between;
    gap: 73px;
}

.doctors__application-content {
    max-width: 536px;
}

.doctors__application-title {
    color: #73B8DD;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.6%;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.doctors__application-txt {
    color: #002169;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 350;
    line-height: 107.6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px;
}

.doctors__application-txt span a {
    text-decoration: underline;
}

.doctors__application-team {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.doctors__application-team-title {
    color: #73B8DD;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.6%;
    text-transform: uppercase;
}

.doctors__application-team-logo {
    max-width: 145px;
    width: 100%;
    position: relative;
}

.doctors__application-photo {
    max-width: 380px;
    width: 100%;
    flex-shrink: 0;
}

.doctors__application-photo img {
    border-radius: 30px;
}

.doctors__pup-success .doctors__pup-content {
    padding: 60px 40px;
    max-width: 1200px;
}

@media (max-width: 980px) {
    .doctors__application-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .doctors__application-txt {
        font-size: 18px;
        gap: 15px;
    }

    .doctors__application-team-title {
        font-size: 24px;
    }

    .doctors__application-photo {
        max-width: 340px;
    }

    .doctors__application-team-logo {
        max-width: 105px;
    }
}

@media (max-width: 850px) {
    .doctors__pup-success .doctors__pup-content {
        padding: 40px 20px;
        max-width: 74%;
    }

    .doctors__pup-success .doctors__application-container {
        flex-direction: column;
        gap: 35px;
    }

    .doctors__pup-success .doctors__application-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .doctors__pup-success .doctors__application-photo {
        max-width: 100%;
        order: 2;
    }

    .doctors__application-content {
        display: contents;
    }
    .doctors__application-title {
        order: 1;
        margin-bottom: 0;
        font-size: 5.4vw;
    }
    .doctors__application-txt {
        order: 3;
        margin-bottom: 0;
        font-size: 3.3vw;
    }
    .doctors__application-team {
        order: 4;
        max-width: 500px;
    }
    .doctors__application-team-logo {
        right: 22%;
        max-width: 18vw;
    }
    .doctors__application-team-title {
        font-size: 5vw;
    }

    .doctors__pup-close {
        top: 13px;
        right: 10px;
        font-size: 5vw;
    }
}

@media (max-width: 600px) {

    .doctors__pup-success .doctors__application-container {
        gap: 25px;
    }

    .doctors__pup-success .doctors__pup-content {
        max-width: 69%;
    }

    .doctors__pup-success .doctors__application-title {
        font-size: 4.6vw;
    }

    .doctors__pup-success .doctors__application-txt {
        font-size: 3vw;
        gap: 15px;
    }

    .doctors__pup-success .doctors__application-team-title {
        font-size: 4.6vw;
    }

    .doctors__application-team-logo {
        max-width: 16vw;
        right: 26%;
    }
}

@media (max-width: 500px) {
    .doctors__pup-success .doctors__application-container {
        gap: 15px;
    }

    .doctors__pup-success .doctors__pup-content {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .doctors__pup-close {
        top: 5px;
        right: 6px;
    }
}

/* */

/* verify  */
.verify__container {
    position: fixed;
    transition: transform 0.6s ease;
    overflow: auto;
    top: 0;
    z-index: 800;
    background: rgba(199, 199, 200, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-width: thin;
}

.verify__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
}

.verify__close:hover {
    cursor: pointer;
}

.verify__box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    max-width: 1200px;
    margin: 20px;
}

.verify__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 80px;
    gap: 10px;
}

.verify__text-blue {
    color: #73B8DD;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.verify__text-main {
    color: #002169;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 700px) {
    .verify__text {
        padding: 40px 40px;
        gap: 10px;
    }
    .verify__text-main {
        max-width: 350px;
        font-size: 4vw;
    }
    .verify__text-blue {
        font-size: 3.8vw;
        white-space: nowrap;
    }
    .verify__close {
        top: 10px;
        right: 10px;
        font-size: 5vw;
    }
}

@media (max-width: 525px) {
    .verify__text-main {
        max-width: 250px;
    }

    .verify__text {
        padding: 35px 35px;
        gap: 5px;
    }

    .verify__close {
        top: 5px;
        right: 0;
    }

    .verify__box {
        border-radius: 20px;
    }
}
/* */

/* errors */

._error .doctors__error-fields{
    display: block;
}
._error .doctors__form-input{
    border-bottom: 1px solid red;
}

.doctors__error-fields {
    padding: 3px 0 0 30px;
    font-size: 10px;
    color: red;
    display: none;
}

.doctors__wrapper-error._error {
    margin-bottom: 0 !important;
}

/*.doctors__frame:has(.doctors__wrapper-error._error) {*/
/*    margin: 50px 40px 50px 40px;*/
/*}*/
/* */

.doctors__form-input:-webkit-autofill,
.doctors__form-input:-webkit-autofill:hover,
.doctors__form-input:-webkit-autofill:focus,
.doctors__form-input:-webkit-autofill:active,
.doctors__form-select:-webkit-autofill,
.doctors__form-select:-webkit-autofill:hover,
.doctors__form-select:-webkit-autofill:focus,
.doctors__form-select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 35px white inset !important;
    -webkit-text-fill-color: #00347B !important;
    background-color: transparent !important;
}

.doctors__form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}





/* End */
/* /vracham/gift/assets/style.css?175704882925138 */
/* /local/components/vracham/vracham.promo.countries/templates/form.and.tg/style.css?175704882916432 */
