body {
    margin: 0;
}

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

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

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

.cmp-container {
    margin: 10px 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;
    border: 1px solid #D1E7F9;
}

.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;
    z-index: 1;
}

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