

/* Start:/vracham/gift/assets//style-result.css?176364808810676*/

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

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

.doctors--results {
    background-color: #EAF5FF;
    color: #1C4379;
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-size: 22px;
    padding: 64px 20px;
    margin-block: 140px 20px;
    display: grid;
    grid:
        "title header"
        "table-headers table-headers"
        "table table"
        "footer footer" / minmax(300px, 600px) minmax(300px, 600px);
    justify-content: center;
}

.doctors--results--table-headers {
    grid-area: table-headers;
    display: grid;
    grid-template-columns: 31% 21% auto;
    margin: 10px 20px 10px 20px;
    color: #85C4E8;
    font-weight: 500;
    line-height: 1.2;
}

.doctors--results--header-cell {
    text-align: left;
    padding: 0 0.5em 0.5em 0.5em;
    white-space: nowrap;
}

.doctors--results [hidden] {
    display: none !important;
}

.doctors--results--title {
    grid-area: title;
    font-family: 'GT Eesti Pro Display', sans-serif;
    text-transform: uppercase;
    margin-right: 10%;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    font-size: 53px;
    margin-bottom: 46px;
}

.not-found {
    white-space: normal !important;
}

.doctors--results--table::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

.doctors--results--table::-webkit-scrollbar-track {
    background: #E3F2FB;
    border-radius: 10px;
}

.doctors--results--table::-webkit-scrollbar-thumb {
    background: #85C4E8;
    border-radius: 10px;
}

.doctors--results--table::-webkit-scrollbar-thumb:hover {
    background: #72B3DA;
}

.doctors--results--header {
    grid-area: header;
    justify-self: end;
    align-self: end;
}

.doctors--results--table {
    grid-area: table;
    max-height: 640px;
    overflow: auto;
    margin: 40px 40px 20px 20px;
    position: relative;
    z-index: 1;
}

.doctors--results::before {
    content: '';
    grid-area: table;
    background-color: #FFF;
    border-radius: 24px;
    z-index: 0;
}

.doctors--results--table table {
    width: 100%;
    line-height: 1.2;
}

.doctors--results--table b {
    font-weight: 500;
}

.doctors--results--table :is(th, td) {
    padding: 0.5em;
}

.doctors--results--table td:nth-child(1),
.doctors--results--table td:nth-child(2) {
    white-space: nowrap;
}

.doctors--results--table td:nth-child(1) {
    width: 32%;
}

.doctors--results--table td:nth-child(2) {
    width: 22%;
}

.doctors--results--table tbody tr {
    border-bottom: 1px solid #EAF5FF;
}

.doctors--results--table tbody tr[data-results-not-found] {
    text-align: center;
}

.doctors__results-foot {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    color: #002169;
    font-family: "GT Eesti Pro Display", sans-serif;
    text-align: center;
    margin: 27px auto 0 auto;
    max-width: 720px;
}

.doctors__results-foot-title {
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.doctors__results-foot-txt {
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0 45px 0;
}

.doctors__results-foot-description {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.doctors__results-foot-end {
    color: #73B8DD;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 54px */
    margin: 70px auto 35px auto;
    text-align: center;
}

.doctors--results--search {
    display: grid;
    text-align: center;
    position: relative;
}

.doctors--results--search input {
    border: none;
    border-radius: 100vmax;
    background-color: #FFF;
    color: inherit;
    font: inherit;
    margin-bottom: 5px;
    padding: 0.5em 22px;
    box-sizing: border-box;
    max-width: 289px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

input[type="search"]::-ms-clear {
    display: none !important;
    width: 0;
    height: 0;
}

.doctors--results--search .doctors--results--placeholder {
    position: absolute;
    transform: translateY(9px) translateX(62px);
    color: #1C4379;
    line-height: 20px;
    transition: opacity 0.2s ease;
    font-size: 18px;
    cursor: text;
    pointer-events: none;
}

.doctors--results--search .search-icon {
    position: absolute;
    transform: translateY(8px) translateX(207px);
    width: 22px;
    height: 22px;
    opacity: 0.7;
    transition: opacity 0.25s ease;
    cursor: text;
    pointer-events: none;
}

.doctors--results--search input:focus ~ .doctors--results--placeholder,
.doctors--results--search input:not(:placeholder-shown) ~ .doctors--results--placeholder {
    opacity: 0;
}

.doctors--results--search input:focus ~ .search-icon,
.doctors--results--search input:not(:placeholder-shown) ~ .search-icon {
    opacity: 0;
}

.doctors--results--search span {
    font-size: 18px;
}

.doctors__results-player {
    text-align: center;
    margin-top: 62px;
}

.doctors__results-player iframe {
    border-radius: 22px;
    width: 500px;
    height: 290px;
}

.doctors__results-title {
    color: #002169;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 53px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%; /* 55.817px */
    text-transform: uppercase;
    margin-top: 75px;
}

.doctors__results-player-description {
    color: #002169;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doctors__results-player-link {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-top: 15px;
}

.doctors__results-player-link a:hover {
    color: #002169;
}

.doctors__results-player-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .doctors--results {
        font-size: 20px;
        padding-inline: 20px;
        grid:
        "title"
        "header"
        "table-headers"
        "table"
        "footer" / 100%;
    }

    .doctors--results--search input {
        max-width: none;
    }

    .doctors--results--header {
        justify-self: unset;
        margin-inline: 10px;
    }

    .doctors--results--table-headers {
        display: none;
    }

    .doctors--results--title {
        margin-right: 0;
        text-align: center;
    }

    .doctors--results--table table {
        display: block;
    }

    .doctors--results--table tbody {
        display: block;
    }

    .doctors--results--table tbody tr {
        display: grid;
        min-height: 1lh;
    }

    .not-found {
        width: 100% !important;
    }

    .doctors--results--table td {
        padding-block: 5px 10px;
    }

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

    .doctors--results--search .doctors--results--placeholder {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(15px);
        text-align: center;
        font-size: 22px;
    }

    .doctors--results--search .search-icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(15px);
        margin-left: 10em;
    }

    .doctors--results--search .doctors--results--placeholder br {
        display: none;
    }

    .doctors--results--search {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 800px) {
    .doctors--results {
        font-size: 18px;
    }

    .doctors--results--search input {
        margin-bottom: 15px;
        padding: 1em 1em;
    }

    .doctors--results--search .doctors--results--placeholder {
        transform: translateX(-50%) translateY(22px);
        white-space: nowrap;
    }

    .doctors--results--search .search-icon {
        transform: translateX(-50%) translateY(24px);
        margin-left: 10.5em;
    }

    .doctors--results--title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .doctors__results-player iframe {
        width: 404px;
        height: 233px;
        flex-shrink: 0;
    }

    .doctors__results-player-description {
        gap: 5px;
    }

    .doctors__results-player-link {
        font-size: 21px;
        margin-top: 10px;
    }

    .doctors__results-player-txt {
        font-size: 16px;
    }

    .doctors__results-foot-title {
        font-size: 31px;
    }

    .doctors__results-foot-txt {
        font-size: 25px;
        margin: 15px 0 25px 0;
    }

    .doctors__results-foot-description {
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
    }

    .doctors__results-foot-end {
        font-size: 28px;
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 600px) {
    .doctors--results {
        font-size: 16px;
        margin-block: 90px 20px;
    }

    .doctors--results--title {
        font-size: 25px;
    }

    .doctors__results-player {
        margin-top: 35px;
    }

    .doctors__results-player iframe {
        max-width: 363px;
        width: 100%;
        height: 209px;
    }

    .doctors__results-player-description {
        gap: 0;
    }

    .doctors--results--search input {
        padding: 0.6em 1em;
        margin-bottom: 8px;
    }

    .doctors--results--search .doctors--results--placeholder {
        font-size: 16px;
        transform: translateX(18px) translateY(12px);
        left: 0;
    }

    .doctors--results--search .search-icon {
        transform: translateX(273px) translateY(13px);
        margin-left: 0;
        left: 0;
    }

    .doctors--results--table {
        margin: 20px;
    }

    .doctors--results--table::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .doctors--results--search span {
        font-size: 14px;
        text-align: left;
        margin-left: 20px;
    }

    .doctors__results-player-link {
        font-size: 19px;
    }

    .doctors__results-player-txt {
        font-size: 14px;
    }

    .doctors__results-foot-title {
        font-size: 20px;
    }

    .doctors__results-title {
        font-size: 26px;
    }

    .doctors__results-foot-txt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .doctors__results-foot-description {
        font-size: 14px;
    }

    .doctors__results-foot-end {
        font-size: 20px;
        margin: 25px auto 0 auto;
    }
}



/* End */


/* Start:/vracham/gift/assets//style.css?175820687625159*/
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;
    cursor: pointer;
}

.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 */
/* /vracham/gift/assets//style-result.css?176364808810676 */
/* /vracham/gift/assets//style.css?175820687625159 */
