

/* Start:/mamam/premium-rody/assets//style-result.css?175110798129829*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.container-lg {
    width: 900px;
    min-height: 150px;
    color: #102D69;
    margin: 110px auto 20px auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

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

@media (max-width: 1000px) {
    .container-lg {
        width: 720px;
    }
}

@media (max-width: 800px) {
    .container-lg {
        width: 540px;
    }
}

@media (max-width: 600px) {
    .container-lg {
        width: 100%;
        padding: 0 10px;
        margin: 90px auto 20px auto;
    }
}

/* Баннер */
.banner {
    position: relative;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner__star {
    position: absolute;
    top: 10%;
    left: 2%;
    max-width: 100px;
}

.banner__svg {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.banner__img {
    grid-area: 1 / 1 / -1 / -1;
    z-index: -1;
    clip-path: ellipse(150% 100% at 50% 0%);
}

@media (max-width: 500px) {
    .banner__img {
        height: 67vw;
        width: 100%;
        /* object-fit: cover; */
        /* object-position: 75% 50%; */
    }
}

.banner__text {
    position: absolute;
    top: 15%;
    font-family: 'Cocon', sans-serif;
    text-align: left;
    color: #102D69;
    left: 0px;
}

.banner__text span {
    display: block;
    line-height: 1;
}

.banner__text span:nth-child(1) {
    font-size: 40px;
    /*background-color: white;*/
    color: #85C4E8;
    padding: 15px 45px 15px 30px;
    /*border-radius: 0px 50px 50px 0px;*/
    /*box-shadow: 0px 0 20px 0px #D9D9D9;*/
}

.banner__text span:nth-child(2) {
    font-size: 30px;
    margin-top: 10px;
    padding-left: 30px;
}

.banner__text img {
    width: 190px;
    margin-left: 15px;
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .banner {
        background-position-x: 30%;
    }

    .banner__text span:nth-child(1) {
        font-size: 38px;
        padding: 15px 30px;
    }

    .banner__text span:nth-child(2) {
        font-size: 28px;
    }

    .banner__text img {
        width: 180px;
    }
}

@media (max-width: 800px) {
    .banner__star {
        max-width: 65px;
    }

    .banner {
        height: 300px;
    }

    .banner__text {
        width: 60%;
        top: 70px;
    }

    .banner__text span:nth-child(1) {
        font-size: 27px;
        padding: 15px 15px;
    }

    .banner__text span:nth-child(2) {
        font-size: 22px;
        padding-right: 15px;
    }

    .banner__text img {
        width: 120px;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .banner {
        height: 67vw;
    }

    .banner__text {
        top: 18%;
    }

    .banner__text span:nth-child(1) {
        font-size: 6.8vw;
        padding: 3vw;
    }

    .banner__text span:nth-child(2) {
        font-size: 4.8vw;
    }

    .banner__text img {
        margin-top: 10px;
        width: 40%;
    }
}

@media (max-width: 600px) {
    .banner {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .banner__star {
        width: 11vw;
    }
}

/* --- */


/* Слайдер с призами */
.prise {
    height: 240px;
    border: 3px solid #cfe5f8;
    border-radius: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 8;
}

.prise__box {
    width: 100%;
    padding: 0 20px;
}

.main-top__slider-next {
    right: -80px;
    top: 115px;
}

.main-top__slider-prev {
    left: -80px;
    top: 115px;
}

.main-top__slider-prev:before,
.main-top__slider-next:before {
    background: white !important;
    color: #85C4E8 !important;
    border: 0px solid white !important;
    box-shadow: 0px 6px 16px #d9d0d073;
}

.main-top__slider-prev .svg-icon,
.main-top__slider-next .svg-icon {
    fill: #85C4E8 !important;
}

.prise__box__part {
    height: 240px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
    /* justify-content: center; */
}

.prise__box__part_pinkc {
    padding: 0 10px 0 50px;
}

.prise__box__part_pinkc::before {
    /*content: "";*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*top: 33%;*/
    /*left: 2%;*/
    /*border-radius: 50%;*/
    /*background-color: #FDCDDB;*/
    /*position: absolute;*/
}

.prise__box__part_greenc {
    padding: 0 10px 0 30px;
}

.prise__box__part_greenc::before {
    /*content: "";*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*left: 0;*/
    /*border-radius: 50%;*/
    /*background-color: #E1E6BE;*/
    /*position: absolute;*/
}

.prise .slick-list {
    overflow: hidden;
    padding-bottom: 150px;
    z-index: 15;
}

._discript-open:hover .prise__box__discript {
    opacity: 1;
    transition: 0.5s;
    z-index: 100;
}

._discript-open:hover img {
    opacity: 0.5;
    transition: 0.5s;
}

.prise__box__part span {
    display: block;
    margin-bottom: 15px;
    color: #102D69;
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    line-height: 1;
}

.prise__box__discript {
    position: absolute;
    padding: 10px 20px 10px 20px;
    background-color: #e7f4fb;
    color: #102D69;
    border-radius: 25px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 350px;
    min-height: 120px;
    opacity: 0;
    z-index: 1;
}

.prise__box__discript strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}

.prise__box__discript ul {
    margin-left: 15px;
}

.prise__box__discript li {
    list-style: disc;
    padding: 2px 0;
    font-size: 16px;
    line-height: 1.2;
    color: #5ec5ea;
}

.prise__box__discript li span {
    display: inline;
    margin-top: 0px;
    position: static;
    padding-left: 0px;
    color: #102D69;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.prise__box__discript li::before {
    content: none;
}

.prise__box__img {
    /* height: 70%; */
    display: block;
    margin: auto 0;
    width: 48%;
}

.prise__box__logo {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
}

.prise__box__logo img {
    width: 140px;
    height: 60px;
    object-fit: contain;
    object-position: left;
}

.prise__box__count {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: #85C4E8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #d0e6f885;
}

.pr-slider-next,
.pr-slider-prev {
    width: 55px;
    height: 55px;
    top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 0px 6px 16px rgba(217, 208, 208, 0.45);
    border-radius: 50%;
    background-color: white;
}

.pr-slider-result {
    top: 50%;
    transform: translate(0, -50%);
}

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

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

.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);
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.prise__box-dots {
    position: absolute;
    top: 240px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.prise__box-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.prise__box-dots li::before {
    content: none;
}

.prise__box-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.prise__box-dots li button:hover,
.prise__box-dots li button:focus {
    outline: none;
}

.prise__box-dots li button:hover:after,
.prise__box-dots li button:focus:after {
    opacity: 1;
}

.prise__box-dots li button:after {
    font-family: 'slick';
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: #5ec5ea;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prise__box-dots li.slick-active button:after {
    opacity: .75;
    color: #5ec5ea;
}

/* --- */

@media (max-width: 1000px) {
    .prise__box__part {
        max-width: 460px;
        margin: 0 auto;
    }

    .prise__box__discript {
        padding: 20px 15px 10px 15px;
        width: 280px;
    }

    .prise__box__discript li {
        padding: 0;
        font-size: 14px;
    }

    .main-top__slider-next {
        right: -27px;
    }

    .main-top__slider-prev {
        left: -27px;
    }

    .prise__box-dots {
        width: 100%;
    }

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

    .pr-slider-prev {
        left: -27px;
    }
}

@media (max-width: 800px) {
    .pr-slider-next {
        right: -27px;
        width: 55px !important;
        height: 55px !important;
        z-index: 20;
    }

    .pr-slider-prev {
        left: -27px;
        width: 55px !important;
        height: 55px !important;
        z-index: 20;
    }

    .prise__box__part {
        width: 80%;
        margin: auto;
    }

    .prise__box__logo {
        right: 40px;
    }

    .prise__box__img {
        margin: auto 0px auto 0px;
    }

    .prise__text {
        margin-top: 40px;
    }

    .prem-submit__box {
        width: 60%;
    }

    .prem-footer {
        width: 100%;
        line-height: 1;
    }

    .main-top__slider-next {
        right: -27px;
        width: 55px !important;
        height: 55px !important;
        z-index: 20;
    }

    .main-top__slider-prev {
        left: -27px;
        width: 55px !important;
        height: 55px !important;
        z-index: 20;
    }
}

@media (max-width: 600px) {
    .prise {
        border-radius: 25px;
    }

    .prise__box__part {
        width: 90%;
    }

    .main-top__slider-next {
        right: -10px;
        width: 35px !important;
        height: 35px !important;
    }

    .main-top__slider-prev {
        left: -10px;
        width: 35px !important;
        height: 35px !important;
    }

    .pr-slider-next {
        right: -10px;
        width: 35px !important;
        height: 35px !important;
    }

    .pr-slider-prev {
        left: -10px;
        width: 35px !important;
        height: 35px !important;
    }

    .pr-result__section-info-item span {
        font-size: 2.6vw;
    }

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

@media (max-width: 500px) {
    .prise,
    .prise__box__part {
        height: 210px;
    }

    .prise__box__img {
        height: 70%;
        width: 45%;
        object-fit: contain;
        object-position: right;
    }

    .prise__box__img {
        position: relative;
        left: -10px;
    }

    .prise__box__logo {
        padding-top: 35px;
    }

    .prise__box__logo img {
        width: 130px;
        height: 50px;
    }

    .prise__box__part span {
        font-size: 18px;
    }

    .prise__box__part {
        width: 90%;
    }

    .prise__box-dots {
        top: 215px;
    }

    .prise__box-dots li {
        margin: 0;
    }

    .prise__box__part_pinkc::before,
    .prise__box__part_greenc::before {
        content: none;
    }

    .prise__box__part_greenc,
    .prise__box__part_pinkc {
        padding: 0;
    }

    .prise__box__count {
        top: 7%;
        right: 2%;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .prise__box__part span {
        font-size: 16px;
    }

    .prise__box__discript {
        top: 5px;
        width: 250px;
    }
}


/* winners css */
.pr-winner__title {
    font-size: 46px;
    font-family: 'Cocon', sans-serif;
    color: #72B3DA;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
}

.pr-winner__title span {
    font-family: 'Century Gothic', sans-serif;
    color: #85C4E8;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
}

.pr-winner__title span img {
    width: 60px;
    padding-right: 10px;
}

.pr-winner__bn {
    width: 100%;
    /* height: 288px; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: linear-gradient(11.47deg, #E9F3FC -35.76%, #FFFFFF 36.93%, #DFEDFA 91.86%);
    border-radius: 28px;
    padding: 30px 0;
    margin-bottom: 60px;
}

.pr-winner__bn-row {
    font-family: 'Cocon', sans-serif;
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-size: 29px;
}

.pr-winner__bn-row img {
    position: absolute;
    width: 150px;
    left: 45px;
    top: 0px;
}

.pr-winner__bn-row span {
    font-size: 32px;
    text-transform: uppercase;
    color: #93C01F;
}

.pr-winner__bn-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    margin: 25px auto;
}

.pr-winner__bn-name a {
    display: flex;
    justify-content: center;
    padding: 9px 20px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    width: 200px;
    height: 60px;
    max-width: 550px;
}

.pr-winner__bn-name span {
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    width: 50%;
    /* text-align: center; */
}

.pr-winner__bn-logo {
    position: absolute;
    width: 130px;
    right: 88px;
    top: 30px;
}

.pr-winner__container {
    margin: 40px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 785px;
}

.pr-winner__container-img {
    width: 32%;
}

.pr-winner__container-img img {
    width: 100%;
}

.pr-winner__container-img_m {
    padding: 0 28px;
}

.pr-winner__container-item {
    /* margin: 7px 0;
    display: flex; */
    width: 64%;
    font-size: 20px;
}

.pr-winner__container-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.2;
}

.pr-winner__container-item-col {
    /* width: 48%; */
    margin-right: auto;
    /* display: flex; */
    line-height: 1.2;
    font-family: 'Cocon', sans-serif;
    color: #85C4E8;
}

.pr-winner__bnend {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 85px 0 40px 0;
    border-radius: 28px;
    background: linear-gradient(11.47deg, #E9F3FC -35.76%, #FFFFFF 36.93%, #DFEDFA 91.86%);
}

.pr-winner__bnend-title {
    text-transform: uppercase;
    color: #E96DA2;
    font-size: 32px;
    font-family: 'Cocon', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-top: 30px;
}

.pr-winner__bnend-logos {
    margin: 50px 40px 0 40px;
    display: flex;
    justify-content: space-evenly;
}

.pr-winner__bnend-logos img {
    width: 105px;
    height: 35px;
    display: block;
    margin: 0 10px;
    object-fit: contain;
}

.pr-winner__tnx {
    text-transform: uppercase;
    color: #85C4E8;
    font-size: 32px;
    font-family: 'GT Eesti Pro Display', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin: 80px 0 40px 0;
    position: relative;
    font-weight: 400;
}

.pr-winner__tnx img {
    position: absolute;
    width: 82px;
    right: 17%;
    top: -50px;
}

.pr-winner__footer {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.pr-winner__txt-bl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    align-items: center;
}

.pr-winner__txt-bl span {
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Cocon', sans-serif;
    text-align: center;
}

.pr-winner__txt-bl img:first-child {
    width: 14%;
}

.pr-winner__txt-bl img:last-child {
    width: 20%;
}

.m20 {
    margin: 100px 0;
}

.pr-winner__text {
    margin: 20px auto;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    max-width: 700px;
}

.pr-winner__text span {
    display: block;
    margin: 10px 0;
}

.pr-winner__text a {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: #002169;
    border-radius: 45px;
    width: 250px;
    height: 45px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .pr-winner__bn-row img {
        left: 15px;
    }

    .pr-winner__bn-logo {
        right: 25px;
    }

    .pr-winner__title {
        font-size: 35px;
        margin-top: 15px;
    }

    .pr-winner__title span {
        font-size: 27px;
    }

    .pr-winner__container-item-img {
        width: 155px;
    }

    .pr-winner__bnend {
        /* border-radius: 40px; */
        margin: 55px 0 30px 0;
        height: 220px;
    }

    .pr-winner__bnend-logos {
        margin: 22px 40px 0 40px;
    }

    .pr-winner__bnend-logos img {
        width: 80px;
        height: 35px;
    }

    .pr-winner__tnx img {
        right: 15%;
    }

    .pr-winner__txt-bl {
        max-width: 485px;
    }

    .pr-winner__txt-bl img:first-child {
        width: 12%;
    }

    .pr-winner__txt-bl img:last-child {
        width: 18%;
    }

    .pr-winner__bnend-title {
        padding-top: 20px;
    }

    .pr-winner__bnend-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

@media (max-width: 800px) {
    .pr-winner__bn {
        /* background-position: 42% 50%; */
        padding: 20px 30px;
    }

    .pr-winner__bn-row img {
        display: none;
        width: 115px;
        left: 15px;
        top: 25px;
    }

    .pr-winner__bn-row span {
        font-size: 28px;
    }

    .pr-winner__bn-name {
        margin: 20px auto;
        flex-direction: column;
    }

    .pr-winner__bn-name span {
        text-align: center;
        font-size: 19px;
    }

    .pr-winner__bn-name a {
        margin-bottom: 15px;
    }

    .pr-winner__container {
        flex-direction: column;
    }

    .pr-winner__container-img {
        width: 70%;
        max-width: 350px;
    }

    .pr-winner__container-item {
        width: 90%;
    }

    .pr-winner__bnend {
        height: 190px;
        background-position: 86% 32%;
        margin: 55px 0 40px 0;
        padding: 0 10%;
        background-size: cover;
    }

    .pr-winner__bnend-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .pr-winner__bnend-logos {
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px 0px 0 0px;
    }

    .pr-winner__bnend-logos img {
        width: 85px;
        height: 35px;
    }

    .pr-winner__tnx {
        font-size: 3.7vw;
        margin: 7vw 0 4vw 0;
    }

    .pr-winner__tnx img {
        /*display: none;*/
        width: 60px;
        top: -55%;
    }

    .pr-winner__bn-logo {
        width: 100px;
        top: -38px;
    }
}

@media (max-width: 600px) {
    .pr-winner__text {
        font-size: 16px;
    }

    .pr-winner__bn {
        /* height: 76vw;
        background-position: 58% 50%; */
        padding: 20px 15px;
    }

    .pr-winner__bn-row {
        padding-top: 6vw;
        font-size: 23px;
    }

    .pr-winner__bn-row img {
        width: 20vw;
        left: 15px;
        top: 5vw;
    }

    .pr-winner__bn-row span {
        font-size: 25px;
    }

    .pr-winner__container-item {
        width: 95%;
        max-width: 340px;
    }

    .pr-winner__container-img {
        max-width: 280px;
    }

    .pr-winner__container-item-col {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }

    .pr-winner__container-item-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .pr-winner__bnend {
        padding: 0px 3%;
    }

    .pr-winner__bnend-title {
        padding-top: 6vw;
    }

    .pr-winner__bnend-logos img {
        width: 15vw;
        height: 9vw;
    }

    .m20 {
        margin: 70px 0;
    }

    .pr-winner__bn-logo {
        width: 23vw;
        right: 2%;
    }

    .pr-winner__bn-name span {
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .pr-winner__title {
        font-size: 24px;
    }

    .pr-winner__title span {
        font-size: 17px;
        margin-top: 10px;
    }

    .pr-winner__title span img {
        width: 50px;
        padding-right: 10px;
    }

    .pr-winner__text a {
        margin: 20px auto;
        font-size: 15px;
        width: 200px;
        height: 38px;
    }

    .pr-winner__tnx img {
        width: 50px;
    }
}

@media (max-width: 500px) {
    .pr-winner__container-item-col {
        /* font-size: 4vw; */
    }

    .pr-winner__footer {
        font-size: 10px;
    }

    .pr-winner__title span img {
        width: 40px;
        padding-right: 7px;
    }

    .pr-winner__tnx img {
        width: 40px;
    }
}

@media (max-width: 400px) {
    .pr-winner__title {
        font-size: 22px;
    }

    .pr-winner__title span {
        font-size: 16px;
        margin-top: 10px;
    }

    .pr-winner__title span img {
        width: 30px;
        padding-right: 7px;
    }

    .pr-winner__bn-row span {
        font-size: 23px;
    }
}

@media (max-width: 360px) {
    .pr-winner__container-item-col {
        font-size: 13px;
    }
}

.pr-winner__txt-ft {
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Cocon', sans-serif;
    text-align: center;
}

@media (max-width: 600px) {
    .pr-winner__txt-ft {
        margin-top: 60px !important;
    }
}


/* История проекта */
.project-history {
    background-image: url(/mamam/premium-rody/assets/img/banner_history.jpg);
    background-size: cover;
    margin: 50px auto;
    position: relative;
    height: 274px;
}

.project-history a {
    position: absolute;
    /* bottom: 20px; */
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 60px;
    border: 3px solid #85C4E8;
    width: 244px;
    height: 60px;
    text-transform: uppercase;
    background-color: #FFF;
    color: #85C4E8;
}

@media (max-width: 1000px) {
    .project-history {
        height: 185px;
    }

    .project-history a {
        top: 88%;
        font-size: 14px;
        width: 140px;
        height: 32px;
        border: 2px solid;
    }
}

@media (max-width: 800px) {
    .project-history {

        background-image: url(/mamam/premium-rody/assets/img/banner_history_mob.jpg);
        height: 725px;
        max-width: 500px;
    }

    .project-history a {
        top: 90%;
        font-size: 20px;
        width: 290px;
        height: 60px;
    }
}

@media (max-width: 550px) {
    .project-history {
        background-image: url(/mamam/premium-rody/assets/img/banner_history_mob.jpg);
        height: 505px;
        max-width: 350px;
    }

    .project-history a {
        top: 90%;
        font-size: 18px;
        width: 250px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .project-history {
        height: 540px;
        max-width: 295px;
    }
}

/*  */


/* --- */
.win__text {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 20px auto 40px;
    max-width: 660px;
}

.win__text span {
    display: inline-block;
    margin-top: 8px;
}

.win__text a {
    width: 200px;
    background-color: #002169;
    margin: 0 auto;
    border: none;
    font-weight: bold;
    padding: 12px 15px;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.link-action {
    /* margin-bottom: 120px; */
    height: 100px;
    margin-top: -100px;
}

@media (max-width: 550px) {
    .win__text {
        font-size: 16px;
        margin: 20px auto 40px;
    }

    .win__text a {
        width: 185px;
        padding: 10px 13px;
        font-size: 14px;
    }
}

/* --- */


.pr-winner__wrapper {
    display: grid;
    margin-top: 25px;
}

.pr-winner__wrapper img {
    grid-area: 1/1;
    width: 100%;
}

.pr-winner__wrapper picture {
    display: contents;
}

.pr-winner__wrapper source {
    display: none;
}


.pr-video-frame {
    margin: -40px auto 15px;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 680px;
    border-radius: 24px;
}

@media (max-width: 800px) {
    .pr-video-frame {
        margin-top: 0;
    }
}

.watch-record {
    text-align: center;
    font-size: 20px;
    line-height: 31.349px;
    margin-block: 15px 25px;
}

.watch-record span {
    color: #85C4E8;
    font-weight: 700;
}

.guaranteed-gift {
    position: relative;
    margin-block: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guaranteed-gift--title {
    text-transform: uppercase;
    color: #85C4E8;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin-block: 5px;
    max-width: 505px;
}

.guaranteed-gift--text {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-block: 5px;
}

.guaranteed-gift img {
    position: absolute;
    width: 115px;
    aspect-ratio: 1;
    top: -50%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 1000px) {
    .guaranteed-gift img {
        width: 95px;
        top: -18%;
        right: 9%;
    }

    .guaranteed-gift--title {
        max-width: 490px;
    }
}

@media (max-width: 800px) {
    .guaranteed-gift img {
        top: 31%;
        right: 5%;
    }

    .guaranteed-gift--text {
        max-width: 380px;
    }
}

@media (max-width: 600px) {
    .guaranteed-gift img {
        right: 2%;
        top: 29%;
    }
}

@media (max-width: 500px) {
    .guaranteed-gift img {
        right: -3%;
        top: 29%;
    }
}

:root { scroll-padding-block: 10%; }

.tooth--results {
    background-color: #EAF5FF;
    color: #1C4379;
    font-family: 'GT Eesti Pro Display';
    font-size: 22px;
    padding-block: 64px;
    margin-block: 110px 20px;
    display: grid;
    grid:
        "title header"
        "table table"
        "footer footer" / 450px 450px;
    justify-content: center;
}

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

.tooth--results--title {
    grid-area: title;
    font-family: 'GT Eesti Pro Display';
    text-transform: uppercase;
    margin-right: 10%;
    font-weight: 700;
    line-height: 100%;
    color: inherit;
}

.tooth--results--header {
    grid-area: header;
    justify-self: end;
    align-self: end;
    margin-block: 20px 20px;
}

.tooth--results--table {
    grid-area: table;
    /*background-color: #FFF;*/
    /*border-radius: 24px;*/
    max-height: 640px;
    overflow: auto;
    /*padding-inline: 20px;*/
    margin: 20px;
}

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

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

.tooth--results--table thead {
    position: sticky;
    top: 0;
    background: #FFF;
}

.tooth--results--table th {
    text-align: left;
    color: #85C4E8;
    font-weight: 500;
}

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

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

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

.tooth--results--table tbody tr {
    border-top: 1px solid #EAF5FF;

}

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

.pr-winner__txt-ft {
    grid-area: footer;
}

.tooth--results--search {
    display: grid;
    text-align: center;
}

.tooth--results--search input {
    border: unset;
    border-radius: 100vmax;
    background-color: #FFF;
    color: inherit;
    font: inherit;
    padding: 0.5em 1em;
    margin-bottom: 5px;
}

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

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

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

    .tooth--results--title {
        margin-right: unset;
        text-align: center;
    }

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

    .tooth--results--table thead {
        display: block;
    }

    .tooth--results--table thead tr {
        display: flex;
    }

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

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

    .tooth--results--table td {
        padding-block: unset;
    }


}

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

@media (max-width: 600px) {
    .tooth--results {
        font-size: 16px;
    }
}

/* End */


/* Start:/libs/style/bootstrap-datepicker3.min.css?158055006121154*/
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
/* End */


/* Start:/local/components/kabrita/premium.rod.many/templates/post.reg/style.css?17047895108908*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
    --color-lightblue: #CFE5F8;
    --color-blue: #85C4E8;
    --color-darkblue: #102D69;
}

.form-item__label {
    font-size: 16px !important;
}

.form-item._not-empty .form-item__label:not(._static) {
    font-size: 11px !important;
}

._change:not(._static) {
    line-height: 18px;
    font-size: 11px !important;
}

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

.form-premium__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    /* position: fixed; */
    /* overflow: scroll; */
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #cfe5f8c4;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
    padding: 55px 0px;
}

.form-premium__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CFE5F8;
}

.form-premium__container::-webkit-scrollbar-thumb {
    background-color: #85C4E8;
    border-radius: 9em;
}

.form-premium__container::-webkit-scrollbar-thumb:hover {
    background-color: #85C4E8;
}

.form-premium__form {
    position: relative;
    width: 95%;
    max-width: 900px;
    padding: 25px 50px;
    border-radius: 45px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.form-premium__form form {
    width: 80%;
}

.form-premium__form__title {
    font-family: 'Cocon';
    text-align: center;
    font-size: 28px;
    color: var(--color-darkblue);
    line-height: 1;
}

.form-premium__form__close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 100;
}

.form-premium__form__close img {
    width: 100%
}

.form-premium__form__close img:hover {
    cursor: pointer;
}

.form-item._shadow input[type=text],
.form-item._shadow input[type=tel],
.form-item._shadow input[type=email],
.form-item._shadow select {
    -webkit-box-shadow: 0 0 0 1px #b4b4b4 !important;
    box-shadow: 0 0 0 1px #b4b4b4 !important;
}

.form-item._error input[type=text],
.form-item._error input[type=tel],
.form-item._error input[type=email],
.form-item._error input[type=password],
.form-item._error select {
    -webkit-box-shadow: 0 0 0 1px red !important;
    box-shadow: 0 0 0 1px red !important;
}

.form-item {
    margin: 10px 0 !important;
}

.form-premium__form__check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1;
    font-size: 14px;
}

.form-premium__form__check span {
    width: auto;
    display: inline-block;
}

.form-premium__form__check a {
    text-decoration: underline;
}

.form-premium__form__check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px #85C4E8 !important;
    box-shadow: 0 0 0 2px #85C4E8 !important;
}

.form-item__checkbox input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: #85C4E8;
    background-image: url(/local/components/kabrita/premium.rod.many/templates/post.reg/done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-premium__form__box {
    margin-top: 40px !important;
}

.form-premium__form__box button {
    width: 70%;
    height: 65px;
    border: none;
    background-color: #85C4E8;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 45px;
}

.form-premium__form__box button:hover {
    background-color: #cfe5f8;
    color: #102D69;
    cursor: pointer;
}

.form-premium__sponsor-end {
    margin-top: 10px;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-premium__sponsor-end img {
    margin: 5px;
    width: 100px;
    height: 45px;
    object-fit: contain;
}

.form-premium__box-end {
    position: relative;
    width: 95%;
    max-width: 900px;
    padding: 25px 50px;
    border-radius: 45px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    margin: auto;
}

.form-premium__box-end a {
    font-weight: bold;
}

.form-premium_close-end {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 100;
}

.form-premium_close-end img {
    width: 100%;
}

.form-premium__img {
    position: absolute;
    top: 0px;
    right: 145px;
}

.form-premium__box-end-title {
    font-family: 'Cocon', sans-serif;
    color: #E96DA2;
    font-size: 35px;
    text-align: center;
}

.form-premium__box-end a {
    font-weight: bold;
}

.form-premium__spacer-end {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-premium__spacer-end img {
    margin-left: 5px;
}

.form-premium__box-end-last {
    font-size: 20px;
    line-height: 1.2;
    color: #102D69;
    text-align: center;
    margin-bottom: 20px;
}

.form-premium__box-end-last span {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.form-premium__box-end-text {
    font-size: 20px;
    text-align: center;
    color: #102D69;
}

@media (max-width: 1000px) {
    .form-premium__form__check {
        font-size: 14px;
    }

    .form-premium__form {
        padding: 25px 30px;
        background-color: #ffffff00
    }

    .form-premium__form__title {
        margin-top: 20px;
    }

    .form-premium__container {
        padding: 0px;
    }

    .form-item._shadow input[type=text],
    .form-item._shadow input[type=tel],
    .form-item._shadow input[type=email],
    .form-item._shadow select {
        -webkit-box-shadow: 0 0 0 0px #b4b4b4 !important;
        box-shadow: 0 0 0 0px #b4b4b4 !important;
    }

    .form-premium__img {
        right: 8vw;
    }
}

@media (max-width: 800px) {
    .form-premium__img {
        top: 45px;
        right: 6vw;
        transform: rotate(45deg);
    }
}

@media (max-width: 700px) {
    .form-premium__form form {
        width: 100%;
    }

    .form-premium__sponsor-end {
        width: 100%;
    }

    .form-premium__sponsor-end img {
        margin: 5px 5px 0 0;
    }

    .form-premium__form__close,
    .form-premium_close-end {
        right: 15px;
        top: 10px;
        width: 20px;
    }

    .form-premium__form,
    .form-premium__box-end {
        padding: 15px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .form-premium__box-end-title {
        font-size: 34px;
    }

    .form-premium__box-end-last span {
        width: 90%;
    }

    .form-premium__img {
        top: 65px;
        right: 4vw;
        max-width: 45px;
    }
}

@media (max-width: 500px) {
    .form-premium__container {
        align-items: flex-start;
    }

    .form-premium__form__title {
        font-size: 18px;
        line-height: 1;
    }

    .form-premium__form__title br {
        display: none;
    }

    .form-premium__form__box button {
        width: 100%;
    }

    .form-premium__sponsor-end img {
        width: 70px;
        height: 35px;
    }

    .form-premium__box-end span {
        font-size: 16px;
    }

    .form-premium__spacer-end {
        height: 80px;
    }

    .form-premium__spacer-end img {
        height: 40%;
        width: auto;
        min-width: auto;
    }

    .form-premium__form__check input[type=checkbox]+i {
        margin: 0 5px !important;
    }

    .form-premium__box-end-title {
        font-size: 28px;
    }

    .form-premium__box-end-last br {
        display: none;
    }

    .form-premium__box-end-last span {
        width: 100%;
    }
    .form-premium__img {
        right: 3vw;
    }

    .form-premium__box-end {
        padding-left: 48px;
        padding-right: 48px;
    }

}

/* End */


/* Start:/local/components/verifity/verify.rody/templates/.default/style.css?17418517961427*/
.verify__container {
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 800;
    background-color: #74b6da93;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-color: #74b7da #cedfef;
    scrollbar-width: thin;
}

.verify__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #cedfef;
}

.verify__container::-webkit-scrollbar-thumb {
    background-color: #74b7da;
    border-radius: 9em;
}

.verify__container::-webkit-scrollbar-thumb:hover {
    background-color: #74b7da;
}

.verify__close {
    display: block;
    text-align: center;
    position: absolute;
    top: 7%;
    right: 3%;
    width: 20px;
}

.verify__close img {
    width: 100%;
}

.verify__close:hover {
    cursor: pointer;
}

.verify__box {
    position: relative;
    width: 95%;
    max-width: 650px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    z-index: 810;
}

.verify__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-cp {
    position: absolute;
    z-index: 805;
    bottom: 35%;
    right: 30%;
}

.verify-cw {
    position: absolute;
    z-index: 805;
}

.verify-cg {
    position: absolute;
    z-index: 805;
}

@media (max-width: 630px) {
    .verify__close {
        width: 16px;
    }
}
/* End */
/* /mamam/premium-rody/assets//style-result.css?175110798129829 */
/* /libs/style/bootstrap-datepicker3.min.css?158055006121154 */
/* /local/components/kabrita/premium.rod.many/templates/post.reg/style.css?17047895108908 */
/* /local/components/verifity/verify.rody/templates/.default/style.css?17418517961427 */
