

/* Start:/assets/assets_vracham/css/style.css?173375247630967*/
body {
    margin: 0;
}

sup {
    vertical-align: top !important;
    font-size: 10px;
}

r {
    font-size: 60%;
    vertical-align: super;
}

r::before {
    content: "®";
}

.cmp-container {
    margin: 90px auto;
    max-width: 2000px;
    overflow: hidden;
}

.cmp-text-main {
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
}

.cmp-banner {
    position: relative;
    background: linear-gradient(-170.76deg, #F7F9EA 43.99%, #FFFFFF 59.98%, #DFEDFA 78.42%);
    max-width: 2000px;
    height: 430px;
    overflow: hidden;
    width: 100%;
    clip-path: ellipse (132% 83% at 50% 17%);
}

.breadcrumbs {
    padding-left: 2%;
    font-size: 14px;
    margin-bottom: 10px;
    margin: 40px 0 0 13%;
    color: #102D69;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item a {
    color: #C4C4C4;
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
    text-decoration: none;
}

.cmp-banner__title {
    padding: 2%;
    margin: 20px 0 0 13%;
    font-size: 36px;
    max-width: 550px;
    font-family: 'Cocon', sans-serif;
    color: #002169;
    line-height: 1.1;
}

.cmp-banner__title span:last-child {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.cmp-banner__cross {
    position: absolute;
    bottom: 16%;
    right: 86%;
    width: 98px;
}

.cmp-banner__img {
    max-width: 875px;
    position: absolute;
    bottom: -25%;
    left: 45%;
}

.cmp-banner__img img {
    max-width: 875px;
}

.cmp-banner__smile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.cmp-main {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto;
    max-width: 1400px;
    padding: 5px;
}

.cmp-main__bar {
    max-width: 274px;
    margin: 0 5px;
    background: #ffff !important;
}


/* .cmp-link__contaner {
            display: contents;
        } */

.cmp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    color: #002169;
    border: 1px solid #85C4E8;
    border-radius: 45px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.cmp-main__bar-a {
    margin: 10px auto;
    max-width: 260px;
    height: 56px;
}

.cmp-main__bar-a:hover {
    color: #002169;
    background: #D1E7F9;
}

.cmp-main__bar-a-active {
    background: #D1E7F9;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.cmp-main__bar-a-active:hover {
    color: #002169;
    background: #ffff;
}


/* 10 let kabrita */

.cmp-main__bar-pink {
    margin: 10px auto;
    max-width: 260px;
    text-transform: uppercase;
    height: 56px;
    color: #ffffff;
    border: 1px solid #F08AB7;
    background-color: #F08AB7;
}

.cmp-main__bar-pink:hover {
    color: #ffffff;
}

.cmp-main__bar-hide-800 {
    display: flex;
}

.cmp-main__bar-show-800 {
    display: none;
}

@media (max-width: 800px) {
    .cmp-main__bar-hide-800 {
        display: none;
    }

    .cmp-main__bar-show-800 {
        display: flex;
    }
}


/* Меню <*/

.cmp-booklet-a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #002169;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    justify-content: space-between;
    margin: 20px 0 20px 30px;
    max-width: 200px;
}

.cmp-booklet-a img {
    margin-right: 17px;
}

@media (max-width: 800px) {
    .cmp-booklet-a img {
        margin-right: 22px;
        margin-left: 8px;
    }
}

@media (max-width: 415px) {
    .cmp-booklet-a img {
        margin-right: 20px;
        margin-left: 1px;
    }
}

.cmp-main__bar-form {
    /* margin: 20px 15px; */
    max-width: 260px;
}

.cmp-main__bar-form-input {
    appearance: none;
    position: absolute;
}

.cmp-main__bar-form-label {
    display: block;
    padding-left: 40px;
    position: relative;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    color: #002169;
    margin: 12px 0 12px 26px;
    cursor: pointer;
}

.cmp-main__bar-form-label::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 3px solid #D1E7F9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate(0, -50%);
}

.cmp-main__bar-form-label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 6px;
    z-index: 2;
    transform: translate(0, -50%);
}

.cmp-main__bar-form-label-active::before {
    border-color: #85C4E8;
}

.cmp-main__bar-form-label-active::after {
    background-color: #85C4E8;
}


/* .....> */

.cmp-main__bar-pdf {
    position: relative;
    z-index: 5;
    margin: 30px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 273px;
    background-color: #EDF6FD;
    border-radius: 28px;
    text-align: center;
}

.cmp-main__bar-pdf__text {
    margin: 25px auto;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    color: #002169;
    line-height: 1.2;
}

.cmp-main__bar-pdf__text span:last-child {
    display: block;
    margin-top: 10px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.cmp-main__bar-pdf-a {
    width: 100%;
    max-width: 218px;
    height: 48px;
    text-decoration: revert;
    color: white;
    font-weight: bold;
    background-color: #85C4E8;
    text-decoration: none;
}

.cmp-main__bar-pdf-a:hover,
.cmp-main__content-box__inf a:hover {
    color: #002169;
    /* background-color: #D1E7F9; */
    text-decoration: underline;
}

.cmp-main__content {
    margin: 0px 5px 30px;
    width: 100%;
    max-width: 1045px;
    color: #002169;
}

.cmp-main__content-preview {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    line-height: 1.4;
}

.cmp-main__content-preview span:last-child {
    display: block;
    margin-top: 5px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.cmp-main__content-box {
    position: relative;
    z-index: 2;
    margin: 20px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0px 1px 70px rgba(135, 197, 231, 0.25);
    border-radius: 48px;
}

.cmp-main__content-box__title {
    margin: 0 auto 10px;
    text-align: center;
    font-family: 'Cocon', sans-serif;
    font-size: 36px;
    line-height: 1.2;
}

.cmp-main__content-box__ul {
    position: relative;
    z-index: 2;
    max-width: 810px;
    line-height: 1.2;
}

.cmp-main__content-box__ul a {
    font-weight: bold;
    color: #002169;
}

.cmp-main__content-box__quest {
    position: absolute;
    top: 78px;
    right: 3%;
    width: 100%;
    max-width: 155px;
}

.cmp-main__content-box__cloud {
    margin: 30px auto 0;
    max-width: 582px;
    height: 90px;
    background: url(/assets/assets_vracham/img/cloud.svg) center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
}

.cmp-main__content-box__c-img {
    margin: 0px 10px 10px;
}

.cmp-main__content-box__c-text {
    margin-bottom: 10px;
}

.cmp-main__content-box__column {
    display: flex;
    justify-content: space-evenly;
}

.cmp-main__content-box__column ul {
    margin: 5px 0;
}

.cmp-main__content-box__column-ul li {
    position: relative;
    list-style: none;
    padding: 4px 0;
}

.cmp-main__content-box__column-ul-left li::before {
    position: absolute;
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/assets_vracham/img/mark_+.svg) no-repeat 0 0;
}

.cmp-main__content-box__column-ul-right li::before {
    position: absolute;
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/assets_vracham/img/mark_-.svg) no-repeat 0 0;
}

.cmp-main__content-box__column-milk {
    max-width: 370px;
}

.cmp-main__content-box__column-title {
    margin: 0px auto;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    color: #85C4E8;
    text-align: center;
}

.cmp-main__content-box__column-ul {
    background: linear-gradient(262.18deg, #F0F8FF 40.09%, rgba(233, 239, 198, 0.27) 90.79%);
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.cmp-main__content-box__column-ul span {
    display: block;
    margin-left: 10px;
    font-family: 'Cocon', sans-serif;
    font-size: 16px;
}

.cmp-main__content-box__column-kabr-text {
    position: relative;
    display: block;
    margin-left: 20px;
    font-family: 'Cocon', sans-serif;
    font-size: 14px;
    color: #85C4E8;
    max-width: 300px;
    line-height: 1.2;
}

.cmp-main__content-box__column-pack {
    max-width: 290px;
    margin: 60px -20px 0;
}

.cmp-main__content-box__column-pack img {
    width: 100%;
}

.cmp-main__content-box__column-kabr {
    max-width: 320px;
}

.cmp-main__content-box__text {
    position: relative;
    max-width: 850px;
    width: 90%;
    margin: 20px;
    line-height: 1.3;
}

.cmp-main__content-box__text span {
    display: block;
    margin: 15px 0;
}

.cmp-main__content-box__text span:nth-child(3) {
    font-size: 12px;
    color: #65656A;
    max-width: 835px;
}

.cmp-main__content-box__kid {
    position: absolute;
    top: 0;
    right: -10%;
    max-width: 74px;
}

.cmp-main__content-box__kid-m {
    display: none;
}

.cmp-main__content-box__kid img {
    width: 100%;
}

.cmp-main__content-box__inf {
    width: 100%;
    max-width: 264px;
    margin: 20px auto 0;
    text-align: center;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
}

.cmp-main__content-box__inf-vector {
    width: 10px;
    height: 10px;
    margin: 5px auto 20px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    cursor: pointer;
}

.cmp-main__content-box__inf a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    background: #85C4E8;
    border-radius: 45px;
    height: 50px;
}

.cmp-main__content-box__inf a img {
    max-width: 27px;
    width: 100%;
    margin: 5px;
}

.cmp-main__content-box__inf a span {
    margin: 5px;
}

.cmp-exp {
    position: relative;
    z-index: 1;
    max-width: 1075px;
    margin: 30px auto;
}

.cmp-exp__title {
    margin: 10px auto;
    text-align: center;
    font-family: 'Cocon', sans-serif;
    font-size: 36px;
    color: #002169;
}

.cmp-exp__column {
    position: relative;
    padding: 35px 5px 20px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    background: #F2F9FF;
    border-radius: 22px;
    line-height: 1.3;
}

.cmp-exp__column-block {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 5px;
}

.cmp-exp__column-block__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 5px;
}

.cmp-exp__column-block__img img {
    width: 100%;
    max-width: 200px;
}

.cmp-exp__column-block__text {
    max-width: 214px;
    margin: 10px auto;
    color: #002169;
    line-height: 1.3;
}

.cmp-scroll {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(242, 249, 255, 0.7);
    box-shadow: 0px 5px 9px rgb(217 208 208 / 70%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.cmp-scroll:hover {
    cursor: pointer;
    /* transform: scale(1); */
    transition: 0.5s;
}

.cmp-scroll-left {
    left: -8%;
}

.cmp-scroll-right {
    right: -8%;
}

.cmp-scroll__exp-mob {
    display: none;
    position: absolute;
    bottom: 12px;
}

.cmp-scroll__part-mob {
    display: none;
    position: absolute;
    bottom: -40px;
}

.cmp-scroll__exp-mob button,
.cmp-scroll__part-mob button {
    padding: 0;
    border: 1px solid #85C4E8;
    margin: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

.cmp-scroll__button-active {
    background-color: #85C4E8 !important;
    width: 16px !important;
    height: 16px !important;
}

.cmp-part__column {
    padding: 5px 0;
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.cmp-part__column a {
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #85C4E8;
    border-radius: 10px;
}

.cmp-part__column a img {
    margin: 0 auto;
    width: 90%;
    max-width: 170px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}


/* Змейки */

.cmp-main-viper {
    width: 100%;
    position: absolute;
    bottom: 62%;
    right: -20%;
    max-width: 300px;
    z-index: -1;
}

.cmp-main-c {
    width: 100%;
    position: absolute;
    max-width: 110px;
    top: 70%;
    left: 7%;
    z-index: -1;
}

.cmp-main-viper2 {
    width: 100%;
    position: absolute;
    max-width: 240px;
    top: 85%;
    left: 2%;
    z-index: -1;
}

.cmp-main-cross {
    width: 100%;
    position: absolute;
    max-width: 120px;
    bottom: 10%;
    right: -4%;
    z-index: -1;
}

.cmp-exp-star {
    width: 100%;
    position: absolute;
    max-width: 105px;
    top: -7%;
    left: -17%;
}

.js--open-vracham-feed-form:hover {
    cursor: pointer;
}


/*  */


/* Адаптив */

@media (max-width: 1600px) {
    .cmp-banner__img {
        max-width: 875px;
        position: absolute;
        left: 36%;
    }

    .cmp-banner__title {
        margin: 0;
    }

    .cmp-banner__cross {
        bottom: 12%;
        right: 81%;
    }

    .breadcrumbs {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 1400px) {
    .cmp-banner__img img {
        width: 100%;
    }

    .cmp-banner {
        height: 32vw;
    }

    .cmp-banner__title {
        max-width: 400px;
    }

    .cmp-banner__cross {
        bottom: 10%;
        width: 7vw;
    }
}

@media (max-width: 1300px) {
    .cmp-exp {
        max-width: 840px;
    }

    /* .cmp-main__content-box__kid {
        position: absolute;
        top: 0;
        right: -8%;
        max-width: 74px;
    } */
}

@media (max-width: 1200px) {
    .cmp-main__content {
        margin: 0px 5px;
        max-width: 725px;
    }

    .cmp-main__content-preview {
        max-width: 650px;
    }

    .cmp-main__content-box__column {
        flex-direction: column;
        align-items: center;
    }

    .cmp-main__content-box__column-pack {
        margin: 30px auto;
        display: flex;
        justify-content: center;
    }

    .cmp-main__content-box__column-milk {
        max-width: 450px;
    }

    .cmp-main__content-box__column-kabr {
        max-width: 450px;
    }

    .cmp-main__content-box__column-pack img {
        width: 80%;
    }

    .cmp-main__content-box__cloud {
        margin: 30px auto 20px;
        max-width: 420px;
        height: 110px;
        background: url(/assets/assets_vracham/img/cloud-m-1.svg) center no-repeat;
        background-size: contain;
        flex-direction: column;
        text-align: center;
        line-height: 1;
    }

    .cmp-main__content-box__c-img {
        margin: 0;
    }

    .cmp-main__content-box__c-text {
        margin-bottom: 25px;
        max-width: 330px;
    }

    .cmp-main__content-box__kid {
        display: none;
    }

    .cmp-main__content-box__kid-m {
        display: block;
        max-width: 55px;
    }

    .cmp-main__content-box__column-kabr-text {
        max-width: 100%;
        margin: 15px 5px 0;
        display: flex;
    }

    .cmp-banner__title {
        margin-top: 2%;
        padding: 0 2%;
        font-size: 32px;
    }

    .cmp-banner__title span:last-child {
        margin-top: 10px;
    }

    .cmp-main__content-box__text {
        width: 94%;
        margin: 5px;
    }

    .cmp-main-c {
        top: 45%;
    }

    .cmp-main-viper2 {
        top: 60%;
    }

    .breadcrumbs {
        position: sticky;
        padding-left: 2%;
        margin-top: 3%;
    }
}

@media (max-width: 1100px) {

    /* .cmp-main__bar-form {
        margin: 20px 0px;
    } */
    .cmp-booklet-a {
        margin: 20px 0 20px 10px;
    }

    .cmp-main__bar-form-label {
        margin: 12px 8px;
    }
}

@media (max-width: 1000px) {
    .cmp-exp {
        max-width: 480px;
    }

    .cmp-exp__column-block:nth-child(3),
    .cmp-exp__column-block:nth-child(4) {
        display: none;
    }

    .cmp-exp__column-block {
        width: 50%;
    }

    .cmp-scroll-left {
        left: -13%;
    }

    .cmp-scroll-right {
        right: -13%;
    }

    .cmp-part__column a:nth-child(4),
    .cmp-part__column a:nth-child(5),
    .cmp-part__column a:nth-child(6) {
        display: none;
    }

    .cmp-banner__title {
        max-width: 320px;
        font-size: 3.2vw;
    }

    .cmp-banner__title span:last-child {
        margin-top: 10px;
        font-size: 2vw;
    }
}

@media (max-width: 800px) {
    .cmp-main__content-box__quest {
        display: none;
    }

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

    .cmp-main__bar {
        margin: 0;
        padding: 15px 0;
        max-width: 600px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cmp-main__bar a {
        margin: 2px 5px;
        width: 47%;
    }

    .cmp-main__bar-pdf {
        display: none;
    }

    .cmp-booklet-a {
        /* display: none; */
    }

    .cmp-main__bar-form {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .cmp-main__content {
        margin: 30px 5px 0;
    }

    .cmp-main__bar-form {
        width: 45%;
    }

    .cmp-main__bar-form:last-child {
        width: 58%;
    }

    .cmp-banner__title {
        font-size: 30px;
        margin: 30px auto;
        text-align: center;
        position: static;
        max-width: 480px;
    }

    .cmp-banner__title span:last-child {
        margin-top: 15px;
        font-size: 18px;
    }

    .cmp-banner {
        height: auto;
        background: linear-gradient(35.24deg, rgba(233, 238, 198, 0.37) 43.99%, #FFFFFF 59.98%, #DFEDFA 78.42%);
    }

    .cmp-banner__img {
        margin-bottom: -15%;
        position: static;
    }

    .cmp-banner__cross {
        display: none;
    }

    .cmp-main-viper {
        right: 0%;
        width: 24vw;
        bottom: 90% !important;
    }

    .cmp-main-c {
        top: 54%;
    }

    .cmp-main-viper2 {
        max-width: 200px;
        top: 95%;
        left: -22%;
    }

    .cmp-main-cross {
        width: 100%;
        position: absolute;
        max-width: 80px;
        bottom: -1%;
        right: 0px;
    }

    .cmp-exp-star {
        max-width: 70px;
        top: -7%;
        left: -18%;
    }

    .cmp-main__bar-roll {
        display: flex;
        flex-wrap: wrap;
    }

    .cmp-main__content-preview {
        line-height: 1.2;
    }

    .cmp-main__content-box__text {
        line-height: 1.2;
    }
}

@media (max-width: 760px) {}

@media (max-width: 650px) {
    .cmp-scroll {
        display: none;
    }

    .cmp-exp__column-block:nth-child(2) {
        display: none;
    }

    .cmp-exp {
        max-width: 100%;
        margin: 0px auto 40px;
    }

    .cmp-exp__column {
        border-radius: 0px;
        padding: 35px 5px 5px;
    }

    .cmp-part__column a {
        margin: 0 10px;
    }

    .cmp-part__column {
        padding: 15px 5px 0;
    }

    .cmp-exp__column-block__text {
        max-width: 300px;
        line-height: 1.2;
    }

    .cmp-exp__column-block {
        width: 100%;
    }

    .cmp-scroll__exp-mob,
    .cmp-scroll__part-mob {
        display: flex;
        align-items: center;
    }

    .cmp-exp-star {
        left: 5%;
    }
}

@media (max-width: 600px) {
    .cmp-main__content-box__title {
        font-size: 28px;
    }

    .cmp-box__pack img {
        width: 55%;
    }

    .cmp-main__content-box__column-ul span {
        font-size: 18px;
        text-align: center;
    }

    .cmp-main__content-box {
        padding: 30px 15px;
        border-radius: 26px;
    }

    .cmp-main__content-box__column-ul {
        margin: 5px 0;
    }

    .cmp-main__content-box__column-pack {
        margin: 30px auto;
    }
}

@media (max-width: 500px) {
    .cmp-banner__img {
        margin-bottom: -65%;
    }

    .cmp-banner__title {
        font-size: 28px;
    }

    .cmp-main-c {
        top: 56%;
        width: 20vw;
        left: 3%;
    }

    .cmp-part__column a img {
        height: 65px;
    }
}

@media (max-width: 415px) {
    .cmp-exp__title {
        font-size: 28px;
    }

    .cmp-banner__title {
        font-size: 6.8vw;
    }

    .cmp-banner__title span:last-child {
        margin-top: 10px;
        font-size: 4.4vw;
    }

    .cmp-main__bar-form-label {
        margin: 12px 0px;
    }
}

@media (max-width: 400px) {
    .cmp-menu_label {
        padding-left: 30px;
        margin: 5px 15px;
        cursor: pointer;
    }

    .cmp-main__bar {
        margin: 0;
    }

    .cmp-main__bar a {
        margin: 3px;
        padding: 3px;
        height: 46px;
        line-height: 1.2;
    }

    .cmp-menu_label::before {
        width: 18px;
        height: 18px;
    }

    .cmp-menu_label::after {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 370px) {
    .cmp-main__content-box__cloud {
        background-size: cover;
    }
}

.cmp-main-ul {
    padding-inline-start: 40px;
    margin: 10px 0;
}

.cmp-main__content-box__ul-li {
    list-style: disc;
    padding: 0;
}

.cmp-main__content-box__ul-li::before {
    content: none;
}


/* Научная библиотека, вебинары */

.cmp-title_page {
    text-align: left;
    max-width: 970px;
    margin-left: 3%;
}

.cmp-main__content-row {
    padding: 5px;
    max-width: 970px;
    margin: 5px 0px 5px 3%;
}

.cmp-main__content-row__box {
    background: white;
    position: relative;
    z-index: 5;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    border: 1px solid #85C4E8;
    border-radius: 20px;
    align-items: center;
}

.cmp-main__content-row__box-img {
    max-width: 250px;
    width: 27%;
}

.cmp-main__content-row__box-img img {
    width: 100%;
}

.cmp-main__content-row__box-text {
    font-family: 'Cocon', sans-serif;
    font-size: 18px;
    max-width: 550px;
    width: 60%;
    line-height: 1.2;
}

.cmp-main__text-blue {
    margin: 10px 0;
    display: block;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.cmp-main__content-row__box-button {
    position: relative;
    margin: 10px 0;
    display: flex;
    max-width: 385px;
    justify-content: space-between;
    margin: 0 0 0 -5px;
}

.cmp-main__content-row__box-button-block {
    width: 50%;
    margin: 5px;
}

.cmp-main__content-row__box-button-a {
    width: 100%;
    max-width: 182px;
    height: 48px;
    color: #87C5E7;
    font-weight: bold;
}

.cmp-main__content-row__box-button-a:hover {
    color: #ffff;
    background: #87C5E7;
}

.cmp-main__text-l-blue {
    font-weight: bold;
    color: #87C5E7;
}

.cmp-main__content-row__box-play {
    max-width: 345px;
    width: 27%;
    position: relative;
}

.cmp-main__content-row__box-play img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.cmp-main__content-row__box-text-pl {
    width: 54%;
    max-width: 500px;
}

.cmp-button_play {
    position: absolute;
    width: 72px !important;
    border: none;
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.cmp-button_play img {
    width: 100%;
}


/* .cmp-main__content-row__box-play:hover {
    transition: 1s;
    transform: scale(1.05);
    cursor: pointer;
} */

.cmp-main__content-nav {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto 0;
    max-width: 317px;
    align-items: center;
    font-size: 18px;
    font-family: 'Century Gothic';
}

.cmp-main__content-nav input {
    border: none;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    font-family: 'Century Gothic';
    color: #002169;
}

.cmp-nav-input_active {
    border: 1px solid #85C4E8 !important;
    border-radius: 6px;
}

.cmp-scroll-nav {
    position: static;
    transform: translate(0, 0);
    margin: 0 20px;
    display: flex !important;
}


/* Адаптив page: 2,3,4  */

@media (max-width: 1200px) {
    .cmp-title_page {
        text-align: left;
        max-width: 970px;
    }

    .__box {
        align-items: flex-start;
    }

    .cmp-button_play {
        width: 60px !important;
    }
}

@media (max-width: 800px) {
    .cmp-title_page {
        text-align: center;
    }

    .cmp-main__content-row {
        flex-wrap: wrap;
        max-width: 550px;
        margin: 5px auto 5px auto;
    }

    .cmp-main__content-row__box {
        flex-wrap: wrap;
    }

    .cmp-main__content-row__box-img {
        width: 53%;
        margin-bottom: 15px;
    }

    .cmp-main__content-row__box-text {
        width: 95%;
        text-align: center;
    }

    .cmp-main__content-row__box-button {
        margin: 30px auto 0;
        flex-direction: column;
        align-items: center;
    }

    .cmp-main__content-row__box-button-a {
        width: 70%;
        margin: 0 auto;
    }

    .cmp-main__content-row__box-play {
        width: 95%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cmp-main__content-row__box-button-block {
        width: 100%;
        margin: 5px;
    }

    .cmp-button_play {
        width: 82px !important;
    }
}

@media (max-width: 415px) {
    .cmp-button_play {
        width: 65px !important;
    }

    .cmp-scroll-nav {
        margin: 0 12px;
    }
}


/*  */
.cmp-exp ul {
    display: block !important;
    margin: 30px auto;
    text-align: center;
}

.cmp-exp.reviews ul {
    display: block !important;
    margin: 45px auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.cmp-exp .slick-dots li {
    padding: 0 !important;
    margin: 0 5px !important;
}

.cmp-exp .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #85C4E8;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}

.cmp-exp .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    background: #85C4E8;
}

.cmp-exp ul li:before {
    content: none;
}

.cmp-exp .slick-dots li {
    margin: 0;
    padding: 0 7px;
    display: inline-block;
}


/* Список */

.cmp-main__content-row__box-tab {
    background: white;
    position: relative;
    z-index: 5;
    margin: 25px 0;
    /* padding: 10px; */
}

.cmp-main__content-row__box-text-tab {
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.cmp-main__content-row__box-button-block-tab {
    width: 50%;
    margin: 5px;
}

@media (max-width: 800px) {
    .cmp-main__content-row__box-button-tab {
        flex-direction: row;
        margin: 0 0 0 -5px;
    }

    .cmp-main__content-row__box-button-a-tab {
        width: 100%;
        margin: 0;
    }

    .cmp-main__content-menu {
        margin: -30px 0 25px;
    }
}

@media (max-width: 600px) {
    .cmp-main__content-row__box-button-a-tab {
        height: 32px;
    }

    .cmp-main__content-row__box-text-tab {
        font-size: 17px;
    }
}


/* Список-меню */

.cmp-main__content-menu {
    position: relative;
    text-align: right;
}

.cmp-main__content-menu__block {
    display: inline-block;
    border-radius: 7px;
    background: rgba(133, 196, 232, 0.2);
    cursor: pointer;
    margin: 5px;
    padding: 7px 15px;
}

.cmp-main__content-menu__block img {
    width: 100%;
    max-width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.cmp-main__content-menu__block span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
}

.cmp-main__content-menu__block-active {
    background: rgba(133, 196, 232, 0.8);
}


/****************************** popup ausnutria ******************************************************************/

.cmp-popup__ausnutria {
    width: 100%;
    height: 100%;
    display: none;
}

.cmp-popup__ausnutria-background {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.cmp-popup__ausnutria-popup {
    width: 649px;
    background: #EBF7FE;
    box-shadow: 0px 0px 134px rgb(116 138 151 / 70%);
    border-radius: 26px;
    position: relative;
    padding: 15px;
    margin: auto 60px;
}

.cmp-popup__form-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -70px;
    top: 8px;
    color: #002169;
}

.cmp-popup__title {
    font-family: 'Cocon';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #002169;
    margin-top: 20px;
}

.cmp-popup__text {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 1.4;
    text-align: center;
    color: #002169;
    margin-top: 10px;
}

.cmp-popup__baner {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.cmp-popup__baner img {
    max-width: 230px;
}

.cmp-popup__container-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}

.cmp-button {
    background: #85C4E8;
    border-radius: 93px;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    width: 171px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cmp-button:hover {
    color: #002169;
}

@media (max-width: 600px) {
    .cmp-popup__form-close {
        right: -15px;
        top: -46px;
    }

    .cmp-popup__ausnutria-popup {
        margin: auto 10px;
    }

    .cmp-popup__title {
        font-size: 28px;
    }

    .cmp-popup__text {
        font-size: 18px;
    }

    .cmp-button {
        font-size: 15px;
    }
}

.fancybox-is-open {
    display: none;
}


/* pup none */

[data-cookie="pup_life_megawin"] {
    display: none !important;
}
/* End */


/* Start:/local/components/vracham/reviews/templates/.default/style.css?17017817603797*/
/* Отзывы врачей */
.cmp-rev__column {
    border-radius: 21.022px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(209, 231, 249, 0.64);
    position: relative;
    padding: 25px 35px;
    color: #002169;
    line-height: 1.2;
}

.cmp-rev__box {
    display: flex !important;
    justify-content: space-between;
}

.cmp-rev__img {
    width: 30%;
    max-width: 275px;
    position: relative;
}

.cmp-rev__img-art {
    position: absolute;
    top: 20px;
    right: -8px;
    max-width: 75px;
}

.cmp-rev__img img {
    width: 100%;
}

.cmp-rev__text {
    width: 65%;
}

.cmp-rev__text-top {
    font-size: 14px;
    padding-bottom: 20px;
}

.cmp-rev__text-top-title {
    font-family: 'Cocon', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.cmp-rev__text-foot {
    border-top: 1px solid #85C4E8;
    padding-top: 20px;
}

.cmp-rev__text-foot a {
    display: flex;
    width: 213px;
    height: 48px;
    align-items: center;
    justify-content: space-around;
    border-radius: 45px;
    border: 1px solid #87C5E7;
    color: #87C5E7;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px 20px;
}

.cmp-rev__text-foot a:hover {
    text-decoration: underline;
    color: #002169;
}

@media (max-width: 1000px) {
    .cmp-rev__box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }   
    .cmp-rev__text {
        width: 100%;
    }    
    .cmp-rev__text-foot a {
        margin: 20px auto 0;
    }
    .cmp-rev__img {
        width: 100%;
        max-width: 230px;
        margin-bottom: 20px;
    }
    .cmp-rev__img-art {
        top: 20px;
        right: -3px;
        max-width: 60px;
    }
}

@media (max-width: 650px) {
    .cmp-rev__column {    
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .cmp-rev__img {
        max-width: 170px;
    }
    .cmp-rev__img-art {
        top: 15px;
        right: -6px;
        max-width: 45px;
    }
    .cmp-rev__column {
        padding: 25px 15px;
    }
}

.cmp-rev__a-tab, .cmp-rev__a-mob {
    display: none !important;
}

@media (max-width: 800px) {
    .cmp-rev__a-desk {
        display: none !important;
    }
    .cmp-rev__a-tab {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .cmp-rev__a-tab {
        display: none !important;
    }
    .cmp-rev__a-mob {
        display: flex !important;
    }
}

   /*--------- PopUp Pdf Style -------------- */
   .fade_pdf {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(101, 101, 106, 0.76);
	background-blend-mode: multiply;
	backdrop-filter: blur(6px);
  }
  
  .light_pdf {
    position: fixed;
    top: 50%;
    left: 50%;
    /* background: #000; */
    z-index: 1002;
    overflow: visible;
    display: flex;
    /* border-radius: 20px; */
	width: calc(100% - 50px);
    max-width: 1200px;
    max-height: 1200px;
    height: calc(100% - 45px);
    margin-top: 22.5px;
    transform: translate(-50%, -50%);

  }
  
  .boxclose_pdf {
	float: right;
	cursor: pointer;
	color: #fff;
	/* border: 1px solid #AEAEAE; */
	/* border-radius: 3px; */
	/* background: #222222; */
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
  }
  
  .boxclose_pdf:before {
	/* content: "×"; */
	position: absolute;
	top: -54px;
	right: -12px;
	transform: scale(0.5);

	content: url(/local/components/vracham/reviews/templates/.default/img/close.svg);
	/*width: 25px;
	height: 25px; */
  }
  
  .fade_pdf:hover ~ #boxclose_pdf {
	display:none;
  }

  #pdf {
	width: 100%;
  }
	#pdf iframe {
		height: 100%;
		width: 100%;
	}  

 /*--------- End PopUp Pdf Style -----------*/
/* End */


/* Start:/local/components/vracham/vracham.feedback/templates/.default/style.css?16717978109148*/
:root {
    --color-lightblue: #EBF7FE;
    --color-blue: #85C4E8;
    --color-darkblue: #002169;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

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

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

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

.vracham-feedback__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    overflow: scroll;
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #818181a7;
    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: var(--color-darkblue) var(--color-lightblue);
    scrollbar-width: thin;
}

.vracham-feedback__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--color-lightblue);
}

.vracham-feedback__container::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 9em;
}

.vracham-feedback__container::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-blue);
}

.vracham-feedback__form {
    position: relative;
    width: 100%;
    max-width: 649px;
    padding: 50px 44px 30px 44px;
    border-radius: 26px;
    background-color: var(--color-lightblue);
    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;
}

.vracham-feedback__form form {
    width: 100%;
}

.vracham-feedback__form-title {
    font-family: 'Cocon';
    text-align: center;
    font-size: 36px;
    color: var(--color-darkblue);
    line-height: 1;
}

.vracham-feedback__form-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: -8px;
    z-index: 100;
}

.vracham-feedback__form-close img {
    width: 100%
}

.vracham-feedback__form-close img:hover {
    cursor: pointer;
}

.form-item._shadow input[type=text],
.form-item._shadow input[type=tel],
.form-item._shadow input[type=email] {
    -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] {
    -webkit-box-shadow: 0 0 0 1px red !important;
    box-shadow: 0 0 0 1px red !important;
}

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

.form-item input[type=text]:focus, 
.form-item input[type=tel]:focus, 
.form-item input[type=email]:focus,
.form-item textarea[name=message]:focus {
    border: solid 1px #85C4E8;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/* .form-item-container {
    position: relative;
    width: 48%;
} */

.form-item-container {
    display: flex;
    justify-content: space-between;
}

.form-item textarea {
    height: 214px !important;

}

.form-item-container .form-item {
    width: 48%;
}

.vracham-feedback__form-check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1;
    font-size: 12px !important;
}

.vracham-feedback__form-check span {
    width: auto;
    display: inline-block;
    line-height: 15px;
    font-weight: 400;

}

.vracham-feedback__form-check a {
    text-decoration: underline;
}

.vracham-feedback__form-check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px var(--color-blue) !important;
    box-shadow: 0 0 0 2px var(--color-blue)!important;
    top: 5px !important;
    left: 2px !important;
}

.form-item__checkbox.vracham-feedback__form-check {
    width: 100% !important;
    font-family: 'Century Gothic', sans-serif;
    color: var(--color-darkblue);
    margin: 20px auto 10px 0px !important;
}

.form-item__checkbox input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: var(--color-blue);
    background-image: url(/local/components/vracham/vracham.feedback/templates/.default/done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-item [type=submit] {
    margin-top: 20px;
}

.vracham-feedback__form-box {
    margin-top: 40px !important;
}

.vracham-feedback__form-box button {
    width: 220px;
    height: 50px;
    border: none;
    background-color: var(--color-blue);
    font-size: 18px;
    font-weight: bold;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 45px;
}

.vracham-feedback__form-box button:hover {
    background-color: #cfe5f8;
    color: #102D69;
    cursor: pointer;
}

.vracham-feedback__box-end {
    position: relative;
    width: 95%;
    max-width: 650px;
    padding: 25px 100px;
    border-radius: 25px;
    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 60px auto 60px;
}

.vracham-feedback__box-end a {
    font-weight: bold;
}

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

.vracham-feedback_close-end img {
    width: 100%;
}

.vracham-feedback__box-end-heart {
    position: absolute;
    right: 7px;
    bottom: 6%;
}

.vracham-feedback__box-end-title {
    font-family: 'Cocon', sans-serif;
    color: var(--color-darkblue);
    font-size: 36px;
    text-align: center;
}

.vracham-feedback__box-end a {
    font-weight: bold;
}

.vracham-feedback__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;
}

.vracham-feedback__spacer-end img {
    margin-left: 5px;
}

.vracham-feedback__box-end-last {
    font-size: 14px;
    line-height: 1.2;
    color: #77787B;
    text-align: center;
}

.vracham-feedback__box-end-text {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-darkblue);
}

.vracham-feedback__form-ask {
    position: absolute;
    bottom: 10px;
    width: 22%;
    right: 1%;
}

.vracham-feedback__form-ask img {
    width: 100%;
    display: block;
}

@media (max-width: 1000px) {
    .vracham-feedback__form-check {
        font-size: 12px !important;
    }

    .vracham-feedback__box-end,
    .vracham-feedback__form {
        padding: 25px 5%;
    }

    .vracham-feedback__form-title {
        margin-top: 20px;
    }
    .vracham-feedback__form-ask {
        display: none;
    }
}

@media (max-width: 700px) {
    .vracham-feedback__form form {
        width: 100%;
    }
    .vracham-feedback__sponsor-end {
        width: 100%;
    }
    .vracham-feedback__sponsor-end img {
        margin: 5px 5px 0 0;
    }
    .vracham-feedback__form-close,
    .vracham-feedback_close-end {
        right: 15px;
        top: 10px;
        width: 30px;
    }
    .vracham-feedback__form,
    .vracham-feedback__box-end {
        padding: 15px;
        margin-top: 20px;
        border-radius: 15px;
        margin: auto 20px auto 20px;
    }

    .vracham-feedback__form {
        margin: auto 20px auto 20px; 
    }

    .vracham-feedback__box-end-title {
        font-size: 34px;
    }
    .vracham-feedback__box-end-heart {
        display: none;
    }

    .form-item-container {
        flex-direction: column;
    }

    .form-item-container .form-item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .vracham-feedback__container {
        align-items: flex-start;
    }
    .vracham-feedback__form-title {
        font-size: 26px;
        line-height: 1;
    }
    .vracham-feedback__form-box button {
        width: 100%;
    }
    .vracham-feedback__sponsor-end img {
        width: 65px;
    }
    .vracham-feedback__box-end span {
        font-size: 16px;
    }
    .vracham-feedback__spacer-end {
        height: 80px;
    }
    .vracham-feedback__spacer-end img {
        height: 40%;
        width: auto;
        min-width: auto;
    }
    .vracham-feedback__form-check input[type=checkbox]+i {
        margin: 0 5px !important;
    }
    .vracham-feedback__box-end-title {
        font-size: 28px;
    }
    .vracham-feedback__box-end-last br {
        display: none;
    }
    .vracham-feedback__box-end-last span {
        width: 100%;
    }
}
/* 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/vracham/vracham.subscription/templates/.default/style.css?169399197612411*/
:root {
    --color-lightblue: #EBF7FE;
    --color-blue: #85C4E8;
    --color-darkblue: #002169;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

.form__item span,.form-item__label span {
    color: #D9272D;
}

.form__item {
    font-size: 12px !important;
    margin: 18px auto;  
    color: var(--color-darkblue);  
}

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

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

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

.vracham-subscription__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    overflow: scroll;
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #818181a7;
    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: var(--color-darkblue) var(--color-lightblue);
    scrollbar-width: thin;
}

.vracham-subscription__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--color-lightblue);
}

.vracham-subscription__container::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 9em;
}

.vracham-subscription__container::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-blue);
}

.vracham-subscription__form {
    position: relative;
    width: 95%;
    max-width: 646px;
    padding: 33px 40px 36px 40px;
    border-radius: 22px;
    background-color: var(--color-lightblue);
    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;
}

.vracham-subscription__form form {
    width: 90%;
}

.vracham-subscription__form-title {
    font-family: 'Cocon';
    text-align: center;
    font-size: 36px;
    color: var(--color-darkblue);
    line-height: 1;
}

.vracham-subscription__form-title-text {
    font-family: 'Cocon';
    text-align: center;
    font-size: 14px;
    color: var(--color-darkblue);
    line-height: 1;
    margin: 25px 0px 12px 0px !important;
    line-height: 20px;
}

.vracham-subscription__form-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: -8px;
    z-index: 100;
}

.vracham-subscription__form-close img {
    width: 100%
}

.vracham-subscription__form-close img:hover {
    cursor: pointer;
}

.form-item input[type=text], 
.form-item input[type=tel], 
.form-item input[type=email], 
.form-item input[type=password] {
    height: 50px !important;
}

.form-item._shadow input[type=text],
.form-item._shadow input[type=tel],
.form-item._shadow input[type=email] {
    -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] {
    -webkit-box-shadow: 0 0 0 1px red !important;
    box-shadow: 0 0 0 1px red !important;
}

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

.form-item input[type=text]:focus, 
.form-item input[type=tel]:focus, 
.form-item input[type=email]:focus {
    border: solid 1px #85C4E8;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.vracham-subscription__form-check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1;
    font-size: 12px;
     width: 85%;   
    margin: 20px auto;
}

.vracham-subscription__form-check span {
    width: auto;
    display: block;
    color: var(--color-darkblue);
    padding-left: 11px;
}

.vracham-subscription__form-check a {
    text-decoration: underline;
}

.vracham-subscription__form-check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px var(--color-blue) !important;
    box-shadow: 0 0 0 2px var(--color-blue)!important;
    left: 2px !important;
    position: absolute !important;
    transform: translate(0, -50%);
}

.form-item__checkbox {
    color: var(--color-darkblue);
    width: 75% !important;
    margin: 20px auto 0px 0px !important;
    align-items: center;
}

.form-item__checkbox input[type=checkbox]+i:before {

    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: var(--color-blue);
    background-image: url(/local/components/vracham/vracham.subscription/templates/.default/done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.vracham-subscription__form-box {
    margin-top: 20px !important;
}

.vracham-subscription__form-box button {
    width: 60%;
    height: 55px;
    border: none;
    background-color: var(--color-blue);
    font-size: 16px;
    font-weight: bold;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 45px;
    line-height: 1.2;
}

.vracham-subscription__form-box button:hover {
    background-color: #cfe5f8;
    color: #102D69;
    cursor: pointer;
}

.vracham-subscription__box-end {
    position: relative;
    width: 95%;
    max-width: 650px;
    padding: 25px;
    border-radius: 25px;
    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 60px auto 60px;
}

.vracham-subscription__box-end a {
    font-weight: bold;
}

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

.vracham-subscription_close-end img {
    width: 100%;
}

.vracham-subscription__box-end-heart {
    position: absolute;
    right: 74px;
    bottom: 27%;
}

img.vracham-subscription__box-end-prise {
    position: absolute;
    right: 16%;
    bottom: 11%;
    width: 16%;
}

.vracham-subscription__box-end-title {
    /* font-family: 'Cocon', sans-serif; */
    color: var(--color-darkblue);
    font-size: 24px;
    text-align: center;
}

.vracham-subscription__box-end a {
    font-weight: bold;
}

.vracham-subscription__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;
}

.vracham-subscription__spacer-end img {
    margin-left: 5px;
}

.vracham-subscription__box-end-last {
    font-size: 16px;
    line-height: 125%;
    font-family: 'Cocon', sans-serif;
    color: var(--color-darkblue);
    text-align: center;
    width: 63%;
    padding: 17px;
    background: rgba(133, 196, 232, 0.43);
    border-radius: 16px;
    margin: 30px auto;
}

.vracham-subscription__box-end-text {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-darkblue);    
    padding: 5px;
    width: 100%;
    font-family: 'Cocon', sans-serif;
    position: relative;
}

.vracham-subscription__box-end-text span {
    background: #D1E7F9;
    border-radius: 25px;    
    padding: 0 10px;
}

.vracham-subscription__form-envelope {
    position: absolute;
    bottom: 0px;
    width: 31%;
    right: 0px;
}

.vracham-subscription__form-envelope img {
    width: 100%;
    display: block;
}

@media (max-width: 1000px) {
    .form-item__checkbox {
        width: 100% !important;
    }

    .vracham-subscription__form-check {
        font-size: 12px;
    }
    .vracham-subscription__form,
    .vracham-subscription__form {
        padding: 25px 5%;
    }
    .vracham-subscription__form-title {
        margin-top: 20px;
    }
    .vracham-subscription__form-envelope {
        display: none;
    }
}  

@media (max-width: 800px) {
    .vracham-subscription__form,
    .vracham-subscription__form {
        margin-right: 60px;
        margin-left: 60px;
    }
}

@media (max-width: 700px) {
    .vracham-subscription__form form {
        width: 100%;
    }
    .vracham-subscription__sponsor-end {
        width: 100%;
    }
    .vracham-subscription__sponsor-end img {
        margin: 5px 5px 0 0;
    }
    .vracham-subscription__form-close,
    .vracham-subscription_close-end {
        right: 15px;
        top: 10px;
        width: 30px;
    }
    .vracham-subscription__form,
    .vracham-subscription__box-end {
        padding: 15px;
        margin: auto 20px auto 20px;
        border-radius: 15px;
    }
    .vracham-subscription__box-end-title {
        font-size: 34px;
    }
    .vracham-subscription__box-end-heart {
        display: none;
    }
}

@media (max-width: 500px) {
    .vracham-subscription__container {
        align-items: flex-start;
    }
    .vracham-subscription__form-title {
        font-size: 18px;
        line-height: 1;
    }
    .vracham-subscription__form-box button {
        width: 100%;
    }
    .vracham-subscription__sponsor-end img {
        width: 65px;
    }
    .vracham-subscription__box-end span {
        font-size: 16px;
    }
    .vracham-subscription__spacer-end {
        height: 80px;
    }
    .vracham-subscription__spacer-end img {
        height: 40%;
        width: auto;
        min-width: auto;
    }
    .vracham-subscription__form-check input[type=checkbox]+i {
        /* margin: 0 5px !important; */
    }
    .vracham-subscription__box-end-title {
        font-size: 28px;
    }
    .vracham-subscription__box-end-last br {
        display: none;
    }
    .vracham-subscription__box-end-last span {
        width: 100%;
    }
}


/********************** vracham-subscription__bottom ***************************************************/

.vracham-subscription__bottom {
    width: 100%;
    max-width: 2000px;
    background-color: var(--color-lightblue);
    margin: 90px auto 0 auto;
    position: relative;
}

.vracham-subscription__bottom::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--color-lightblue);
}

.vracham-subscription__bottom::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 9em;
}

.vracham-subscription__bottom::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-blue);
}

.vracham-subscription__bottom__form {
    position: relative;
    width: 100%;
    max-width: 795px;
    padding: 29px 40px 36px 40px;

    background-color: var(--color-lightblue);
    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;
}

.vracham-subscription__bottom__form form {
    width: 100%;
}

.vracham-subscription__bottom__form-title {
    font-family: 'Cocon', sans-serif;
    text-align: left;
    font-size: 31px;
    color: var(--color-darkblue);
    line-height: 1;
    align-self: flex-start;
}

.vracham-subscription__bottom__form-title-text {
    font-family: 'Century Gothic', sans-serif;
    text-align: left;
    font-size: 14px;
    color: var(--color-darkblue);
    line-height: 1;
    margin: 10px 0px 10px 0px;
    line-height: 20px;
}

.vracham-subscription__bottom__form .form__item {
    padding-left: 24px;
}

.vracham-subscription__bottom__form-envelope {
    position: absolute;
    bottom: 0px;
    width: 330px;
    right: -314px;
}

.vracham-subscription__bottom__form-envelope img {
    width: 100%;
    display: block;
}

.vracham-subscription__bottom__form .form-item__checkbox {
    width: 100% !important;
}

@media (max-width: 1100px) {
    .vracham-subscription__bottom__form-envelope {
        display: none;
    }
}

/******************************************************************************************************/


/* End */
/* /assets/assets_vracham/css/style.css?173375247630967 */
/* /local/components/vracham/reviews/templates/.default/style.css?17017817603797 */
/* /local/components/vracham/vracham.feedback/templates/.default/style.css?16717978109148 */
/* /libs/style/bootstrap-datepicker3.min.css?158055006121154 */
/* /local/components/vracham/vracham.subscription/templates/.default/style.css?169399197612411 */
