button:focus {
    outline: none;
}

body {
    font-family: 'Pribambas', Arial, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.6875;
}

#total-wrap {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.img-responsive {
    max-width: 100%;
}

button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
    transition: all .1s;
}

a {
    text-decoration: underline;
    transition: all .3s;
}

a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}


.img-fullwidth {
    width: 100%;
    display: block;
}

.bgr-stretch {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


/* * * Index * * */

.site-header {
    background-image: url(../images/header-pic.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
}

.site-header a {
    color: #fff;
    text-decoration: none;
}

.site-header-in {
    background-image: url(../images/header-mountain-sm.png);
    background-repeat: no-repeat;
    background-position: 57% 100%;
    padding: 135px 0 38px;
    background-color: rgba(29, 106, 255, 0.5);
}

.header-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.header-slide-in {
    margin: 0 auto;
    max-width: 360px;
}

.header-bottom {
    margin-top: 105px;
}

.header-bottom-left-1 {
    font-size: 17px;
    line-height: 1;
    margin-bottom: -5px;
}

.header-bottom-left-2 {
    font-size: 33px;
    line-height: 1;
}

.header-bottom-right-1 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.header-bottom-right-1 a {
    background-image: url(../images/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: 0 65%;
    padding-left: 20px;
    background-size: 22px auto;
}

.header-bottom-right-2 {
    font-size: 15px;
    line-height: 1;
}

.header-bottom-right-2 a {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
}

.header-bottom-right-2 a::after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 3px;
    transition: all 0.3s;
}

.header-bottom-right-2 a:hover {
    opacity: 0.8;
    text-decoration: none;
    transition: all 1s ease;
}

.header-bottom-right-2 a:hover::after {
    opacity: 0;
}

.header-slide-whatsapp {
    margin-bottom: 45px;
    font-size: 23px;
    line-height: 1;
}

.header-slide-social a+a {
    margin-left: 10px;
}

.header-slide-social a:hover {
    color: #F20052;
    opacity: 0.7;
    transition: all 1s ease;
}

.fa-vk.has-margin {
    font-size: 28px;
}

.fa-instagram {
    font-size: 29px;
}

.fa-odnoklassniki {
    font-size: 26px;
}

.header-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 30px;
}

.header-slide-button {
    margin-bottom: 0;
}

.header-slide-button button {
    width: 100%;
    max-width: none !important;
    box-shadow: 0 10px 0 rgba(0, 0, 0, .3);
}

.header-slide-button button:active {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3);
    top: 6px;
}

.site-header .slick-prev,
.site-header .slick-next {
    background-color: transparent;
    position: absolute;
    top: 20%;
    font-size: 0;
    border: none;
    color: #fff;
    display: none !important;
}

.site-header .slick-prev::before,
.site-header .slick-next::before {
    font-size: 87px;
    line-height: 1;
}

.site-header .slick-prev::before {
    content: '<';
}

.site-header .slick-next::before {
    content: '>';
}

.header-slide-whatsapp a {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
}

.header-slide-whatsapp a::after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 3px;
    transition: all 0.3s;
}

.header-slide-whatsapp a:hover {
    color: #F20052;
    text-decoration: none;
    transition: all 1s ease;
}

.header-slide-whatsapp a:hover::after {
    opacity: 0;
}

.supergirl-box {
    position: relative;
}

.supergirl {
    pointer-events: none;
    position: absolute;
    left: -50px;
    margin-left: -1500px;
    top: 0;
    z-index: 990;
    background-image: url(../images/supergirl-scale.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 372px;
    width: 484px;
    transform: scale(-1, 1);
    //animation: flip-2-ver-left-1 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    //animation-iteration-count: 1;
}

.supergirl a {
    width: 110px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 215px;
    pointer-events: auto;
}

@keyframes flip-2-ver-left-1 {
    0% {
        transform: translateX(0) rotateY(0);
        transform-origin: 100% 0;
    }
    100% {
        transform: translateX(-100%) rotateY(180deg);
        transform-origin: 100% 0%;
    }
}

.test-drive-in {
    padding-left: 100px;
    background-image: url(../images/icons/test-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 3%;
    background-size: 76px auto;
    margin: 0 auto;
    max-width: 400px;
}

.test-drive-header {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 19px;
}

.test-drive-txt {
    font-size: 23px;
    line-height: 1;
    padding-bottom: 25px;
}

.btn-check.btn-drive {
    max-width: 265px;
}

.diamonds-line.var-2 {
    margin-bottom: 20px;
}

.salt-room {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 27px;
}

.salt-room-txt {
    padding-top: 9px;
}

.three-d {
    font-size: 51px;
    line-height: 1;
}

.maxi {
    font-size: 32px;
    line-height: 1;
}

.mini {
    font-size: 10px;
    line-height: 1.5;
}

.gallery-pic {
    margin: 0 -5px;
}

.gallery-pic>div {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.pic-item {
    border-radius: 5px;
    width: 100%;
}

.numbers {
    padding-bottom: 60px;
    padding-top: 22px;
}

.numbers-header {
    font-size: 100px;
    line-height: 1.1;
    //padding-bottom: 31px;
}

.numbers-before {
    font-size: 47px;
    line-height: 1;
    padding-bottom: 30px;
}

.numbers-txt {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 0px;
}

.play-icon {
    display: inline-block;
    background-color: #EF0655;
    margin-right: 21px;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-image: url(../images/icons/triangle.svg);
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

.info-benefits {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 60px;
}

.get-more {
    background-image: url(../images/polygone-line-sm.svg);
    background-repeat: no-repeat;
    //background-size: contain;
    background-position: 0% 0%;
    //margin-bottom: 75px;
}

.get-more .btn-more {
    position: relative;
    opacity: 1 !important;
}

.get-more .btn-more::before,
.get-more .btn-more::after {
    content: '';
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
}

.get-more .btn-more::before {
    left: 100%;
}

.get-more .btn-more::after {
    right: 100%;
}

.btn-subs.btn-more {
    margin: 0 auto;
    max-width: 265px;
    font-size: 23px;
    margin-bottom: 75px;
}

.btn-more:hover {
    opacity: 0.8;
}

.precautions-list.var-2 {
    padding-bottom: 118px;
}

.therapy-benefits {
    color: white;
}

.therapy-benefits-header {
    font-size: 70px;
    line-height: 1;
    padding-bottom: 17px;
}

.backgr-red.border-round {
    border-radius: 10px;
    padding: 0 5px 0 10px;
    position: relative;
}

.has-pad-left {
    padding-left: 10px;
}

.therapy-benefits-numbers {
    font-size: 105px;
    line-height: 1;
    padding-right: 18px;
}

.therapy-benefits-txt {
    font-size: 38px;
    line-height: 0.9;
    padding-bottom: 15px;
}

.calculation-header {
    font-size: 45px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 15px;
}

.calculation-numbers {
    font-size: 80px;
    line-height: 1;
    padding-bottom: 27px;
}

.calculation-txt {
    font-size: 25px;
    line-height: 1;
    padding-bottom: 26px;
}

.about-therapy-header {
    font-size: 40px;
    line-height: 1;
}

.hearts.left-sm {
    background-position: 0% 50%;
    margin-bottom: 15px;
}

.about-therapy-txt {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 28px;
}

.about-therapy-desc {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 28px;
}

.icon-throat {
    background-image: url(../images/icons/throat.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 105px;
    width: 100px;
    margin-bottom: 29px;
}

.icon-lungs {
    background-image: url(../images/icons/lungs-icon-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 107px;
    width: 141px;
    margin-bottom: 29px;
}

.icon-bacteria {
    background-image: url(../images/icons/bacteria.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 107px;
    width: 110px;
    margin-bottom: 29px;
}

.header-in {
    font-size: 43px;
    line-height: 1;
    padding-bottom: 26px;
}

.about-therapy {
    padding-bottom: 20px;
}

.subcription {
    padding-bottom: 43px;
}

.btn-subs {
    text-decoration: none;
    background-color: #EF0655;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 3px 5px 5px 20px;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0 10px 0 #d6d6d6;
    width: 100%;
    max-width: 353px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    top: 0;
    line-height: 1.3;
    display: block;
}

.btn-subs:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF0655;
    opacity: 0.8;
}

.btn-subs:active {
    background-color: #EF0655;
    top: 6px;
    box-shadow: 0 4px 0 #D6D6D6;
}

.vk-icon {
    font-size: 23px;
    margin-right: 10px;
}

.backgr-expect {
    background-image: url(../images/backgr-expect.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0%;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1280px;
    width: 100%;
}

.backgr-blue {
    background-color: rgba(29, 106, 255, 0.7);
}

.backgr-red {
    background-color: #EF0655;
    padding: 0 10px;
    margin-left: -10px;
}

.border-round-up {
    border-radius: 10px 10px 10px 0;
}

.border-round-down {
    border-radius: 0 10px 10px 10px;
}

.expect {
    color: white;
}

.expect-txt {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-left: -10px;
}

.img-lungs {
    background-image: url(../images/icons/lungs.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 344px;
    width: 380px;
    background-size: contain;
}

.text-salt {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 27px;
    text-align: left;
}

.expect-header {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 20px;
}

.expect-header .big-txt {
    font-size: 63px;
}

.expect-desc {
    font-size: 30px;
    line-height: 1;
}

.expect-numbers {
    padding-bottom: 28px;
}

.expect-numbers.has-pad {
    padding-bottom: 45px;
}

.icon-desc {
    margin-bottom: 20px;
}

.lungs-icon {
    background-image: url(../images/icons/lungs-icon-sm.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 114px;
    width: 130px;
    background-size: contain;
    margin-right: 31px;
}

.men-sm-icon {
    background-image: url(../images/icons/men-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 158px;
    width: 128px;
    background-size: contain;
    margin-right: 31px;
}

.people-icon {
    background-image: url(../images/icons/people-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 121px;
    width: 124px;
    background-size: contain;
    margin-right: 31px;
}

.men-big-icon {
    background-image: url(../images/icons/men-big-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 160px;
    width: 126px;
    background-size: contain;
    margin-right: 31px;
}

.children-for-free {
    color: #1D6AFF;
    font-size: 30px;
}

.stike-icon {
    height: 79px;
    width: 42px;
    margin-left: 10px;
    margin-right: 10px;
}

.info-red {
    font-size: 30px;
    line-height: 1.2;
}

.info-big {
    font-size: 70px;
    line-height: 1;
    padding-bottom: 25px;
}

.info-desc {
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 20px;
}

.get-info {
    padding-bottom: 46px;
}

.btn-info-box {
    padding-top: 20px;
}

.btn-infos {
    background-color: #EF0655;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 5px;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0 10px 0 #d6d6d6;
    width: 100%;
    max-width: 353px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    top: 0;
    line-height: 1.3;
}

.btn-infos:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF0655;
    opacity: 0.8;
}

.btn-infos:active {
    background-color: #EF0655;
    top: 6px;
    box-shadow: 0 4px 0 #D6D6D6;
}

.video-link {
    display: inline-block;
    position: relative;
}

.video-link img {
    height: 250px;
    //width: 100%;
    max-width: 362px;
    background-size: contain;
    border-radius: 10px;
}

.video-link-overlay {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.video-link-icon {
    display: block;
    background-color: #EF0655;
    margin: 0 auto 8px;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-image: url(../images/icons/triangle.svg);
    background-repeat: no-repeat;
    background-position: 56% 50%;
    color: black;
}

.video-link-overlay-text {
    color: white;
    font-size: 23px;
}

.video-txt {
    color: black;
}

.video-txt:hover {
    color: #F20052;
    opacity: 0.8;
    transition: all 0.7s ease;
}

.treatment-header {
    font-size: 40px;
    line-height: 1;
}

.stars {
    background-image: url(../images/icons/stars.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 20px;
    margin-top: 20px;
}

.treatment-txt {
    font-size: 30px;
    padding-bottom: 40px;
}

.select-type {
    margin-bottom: 23px;
    margin: 0 auto;
    width: 284px;
}

.select-type .slick-list {
    overflow: visible;
}

.select-type .slick-slide {
    transition: opacity .3s;
    opacity: 0.5;
}

.select-type .slick-slide.slick-active,
.select-type .slick-slide.slick-current {
    opacity: 1;
    outline: none;
}

.type-item {
    padding-top: 55px;
    padding-bottom: 25px;
}

.type-item-in {
    padding: 28px;
    border-radius: 20px;
    max-width: 284px;
    margin: 0 auto;
}

.type-item-icon {
    background-position: 0 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    height: 170px;
}

.type-item-icon.heart {
    background-image: url(../images/heart.svg);
    background-size: 96px 88px;
}

.type-item-icon.certificate {
    background-image: url(../images/certificate.svg);
}

.type-item-title {
    font-size: 37px;
    line-height: 43px;
    margin-bottom: 30px;
}

.type-item-text {
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 27px;
    min-height: 120px;
}

.type-item-price {
    font-size: 43px;
    line-height: 1;
    margin-bottom: 26px;
}

.type-item.large {
    padding-top: 0;
    padding-bottom: 0;
}

.type-item.large .type-item-in {
    background-color: #f4f4f4;
}

.type-item.large .type-item-icon {
    height: 210px;
}

.type-item.large .type-item-title {
    font-size: 43px;
    margin-bottom: 45px;
}

.type-item.large .type-item-price {
    margin-bottom: 46px;
}

.btn-blue {
    background-color: #2C71F9;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 5px 5px 10px;
    font-size: 36px;
    cursor: pointer;
    box-shadow: 0 10px 0 #d6d6d6;
    width: 100%;
    max-width: 189px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s;
    top: 0;
    line-height: 1.3;
}

.btn-blue:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2C71F9;
    opacity: 0.8;
}

.btn-blue:active {
    background-color: #2C71F9;
    top: 6px;
    box-shadow: 0 4px 0 #D6D6D6;
}

.btn-red {
    background-color: #F20052;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 5px 5px 10px;
    font-size: 36px;
    cursor: pointer;
    box-shadow: 0 10px 0 #d6d6d6;
    width: 100%;
    max-width: 225px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    top: 0;
    line-height: 1.3;
}

.btn-red:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F20052;
    opacity: 0.8;
}

.btn-red:active {
    background-color: #F20052;
    top: 6px;
    box-shadow: 0 4px 0 #D6D6D6;
}

.btn-check-box {
    padding-bottom: 15px;
    padding-top: 10px;
}

.btn-check {
    background-color: #EF0655;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 5px;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0 10px 0 #bfbfbf;
    width: 100%;
    max-width: 353px;
    position: relative;
    margin-bottom: 30px;
    transition: all .1s ease;
    top: 0;
    line-height: 1.3;
}

.btn-check:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF0655;
    opacity: 0.8;
}

.btn-check:active {
    background-color: #EF0655;
    top: 6px;
    box-shadow: 0 4px 0 #bfbfbf;
}

.btn-modal.disabled {
    opacity: 0.4;
    top: 6px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .3)!important;
    cursor: default;
}
.btn-modal.disabled:hover {
    opacity: 0.4;
    top: 6px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .3)!important;
    cursor: default;
}

.discounts {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 57px;
}

.remark {
    font-size: 25px;
    color: #727272;
    padding-top: 20px;
    line-height: 1.5;
}

.shop {
    color: white;
}

.backgr-shop {
    background-image: url(../images/backgr-shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 12% 50%;
    padding-top: 70px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.shop-text {
    font-size: 86px;
    line-height: 1;
}

.shop-text .smaller {
    font-size: 30px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-left: -20px;
}

.has-left-pad {
    padding-left: 20px;
    margin-left: -20px;
}

.has-bubble {
    background-image: url(../images/bubble.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 333px 106px;
    //padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-left: -20px;
    position: relative;
    top: 18px;
}

.has-bubble span {
    position: relative;
    top: -18px;
}

.features {
    padding-top: 30px;
}

.features li {
    color: white;
    font-size: 21px;
    padding-left: 40px;
    padding-bottom: 15px;
    line-height: 1.2;
    position: relative;
}

.features li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.features li:first-child::before {
    background-image: url(../images/icons/heart-icon.svg);
    height: 22px;
}

.features li:nth-child(2)::before {
    background-image: url(../images/icons/stone-icon.svg);
    height: 21px;
}

.features li:nth-child(3)::before {
    background-image: url(../images/icons/star-icon.svg);
    height: 24px;
}

.shop-items {
    padding-top: 210px;
}

.img-item {
    height: 104px;
    width: 104px;
    margin-right: 10px;
    margin-left: 10px;
}

.shop-price {
    padding-top: 10px;
}

.shop-price-txt {
    font-size: 43px;
    padding-bottom: 13px;
}

.btn-buy {
    background-color: #EF0655;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
    font-size: 36px;
    cursor: pointer;
    box-shadow: 0 10px 0 rgba(112, 112, 112, 0.5);
    width: 100%;
    position: relative;
    max-width: 225px;
    margin-bottom: 30px;
    transition: all .3s ease;
    top: 0;
    line-height: 1.3;
}

.btn-buy:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF0655;
    opacity: 0.8;
}

.btn-buy:active {
    background-color: #EF0655;
    top: 6px;
    box-shadow: 0 4px 0 rgba(112, 112, 112, 0.5);
}

.follow-us {
    padding-top: 97px;
}

.follow-us-header {
    font-size: 40px;
    line-height: 1;
}

.hearts {
    background-image: url(../images/icons/hearts.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.backgr-gallery {
    background-image: url(../images/backgr-gallery.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.gallery-row {
    overflow-x: auto;
}

.gallery-img {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 190px;
    margin: 15px;
    flex-grow: 1;
    flex-shrink: 0;
}

.gallery-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, 0.8);
}

.social-links {
    padding-top: 57px;
}

.vk-follow {
    margin-bottom: 27px;
}

.vk-follow .fa-vk {
    background-image: url(../images/backgr-vk.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 69px;
    width: 69px;
    margin-right: 12px;
}

.social-links .vk-follow a {
    font-size: 38px;
    color: #1D6AFF;
    text-decoration: none;
}

.social-links .vk-follow a:hover {
    color: #1D6AFF;
    opacity: 0.8;
    transition: all 1s ease;
}

.vk-follow .fab.fa-vk {
    color: white;
    font-size: 36px;
}

.instagram-follow {
    margin-bottom: 27px;
}

.instagram-follow .fa-instagram {
    background-image: url(../images/backgr-ig.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 69px;
    width: 69px;
    margin-right: 12px;
}

.social-links .instagram-follow a {
    font-size: 38px;
    color: #EF0655;
    text-decoration: none;
}

.social-links .instagram-follow a:hover {
    color: #EF0655;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.instagram-follow .fab.fa-instagram {
    color: white;
    font-size: 36px;
}

.text-middle {
    position: relative;
}

.diamonds-line {
    background-image: url(../images/icons/diamonds.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 38px;
    margin-bottom: 55px;
    margin-top: 38px;
    //background-blend-mode: darken;
}

.indications-list {
    padding-bottom: 25px;
}

.indications-header {
    font-size: 40px;
    line-height: 1;
}

.decoration-line {
    background-image: url(../images/icons/decoration-line.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 30px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.diseases-header-txt {
    font-size: 24px;
    color: #EF0655;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;
}

.diseases-header-txt.collapsed {
    color: #1D6AFF;
    text-decoration: none;
    transition: all 0.5s ease;
}

.diseases-header-txt-in {
    display: inline-block;
    max-width: calc(100% - 60px);
    vertical-align: top;
    margin-top: 15px;
    /*
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  */
}

.diseases-header-txt-in span {
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.diseases-header-txt.collapsed .diseases-header-txt-in span {
    border-bottom: 1px solid #aec9ff;
}


/*
.diseases-header-txt-in::after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(29, 106, 255, 0.38);
  position: relative;
  top: -8px;
  transition: all .3s;
  opacity: 0;
}
.diseases-header-txt.collapsed .diseases-header-txt-in::after {
  opacity: 1;
}
*/

.diseases-header-txt.collapsed:hover {
    opacity: 0.8;
    transition: all 0.5s ease;
}

.qoute {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 40px;
    transform: rotate(90deg);
    transform-origin: 60% 67%;
    transition: all 0.3s linear;
}

.collapsed .qoute {
    transform: rotate(0deg);
}

.diseases-list {
    padding-top: 10px;
}

.diseases-list li {
    position: relative;
    padding-left: 70px;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
}

.diseases-list li::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 12px;
    width: 15px;
    height: 1px;
    background-color: black;
}

.precautions-header {
    font-size: 40px;
    line-height: 1.9;
}

.precautions-desc {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.btn-box {
    padding: 30px 15px;
}

.btn-get {
    background-color: #EF0655;
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 3px 10px 9px 10px;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0 10px 0 #D6D6D6;
    width: 100%;
    position: relative;
    max-width: 678px;
    margin-bottom: 30px;
    transition: all .3s ease;
    top: 0;
    line-height: 1.3;
}

.btn-get:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF0655;
    opacity: 0.8;
}

.btn-get:active {
    background-color: #EF0655;
    top: 6px;
    box-shadow: 0 4px 0 #D6D6D6;
}

.precautions-list {
    font-size: 25px;
    color: #000000;
    padding-bottom: 143px;
}

.precautions-list a {
    color: #000000;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.precautions-list a:hover {
    color: #F20052;
    text-decoration: none;
    border-bottom: 1px solid #F20052;
    transition: all 1s ease;
}

.whatsapp a {
    color: #00CC56;
    text-decoration: none;
    border-bottom: none;
    padding-left: 10px;
}

.whatsapp a:hover {
    color: #F20052;
    text-decoration: none;
    transition: all 1s ease;
    border-bottom: none;
}

.location {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.location-map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.location-map iframe,
#location-map-element {
    border: none;
    width: 100%;
    height: 70%;
    display: block;
}

.logo-footer {
    background-image: url(../images/logo-footer.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 104px;
    width: 150px;
}

.location-desc {
    margin-bottom: 320px;
    pointer-events: none;
    position: relative;
}

.contacts-wrap {
    pointer-events: none;
    background-image: url(../images/red-footer.png), url(../images/blue-footer.png);
    background-repeat: no-repeat;
    background-position: 100% 0, 0 0;
    background-size: 100% auto, 100% auto;
    padding-top: 25vw;
    position: relative;
}

.contacts-wrap .container {
    pointer-events: auto;
}

.text-big {
    font-size: 60px;
}

.text-small {
    font-size: 30px;
    line-height: 1.1;
}

.text-blue {
    color: #1D6AFF;
}

.text-red {
    color: #EF0655;
}

.social {
    font-size: 33px;
}

.social a {
    color: #fff;
    text-decoration: none;
}

.social a:hover {
    opacity: 0.8;
    transition: all 1s ease;
}

.address-list {
    color: white;
    font-size: 25px;
    padding-bottom: 40px;
}

.address-smaller {
    font-size: 20px;
}

.has-margin {
    margin: 15px;
    vertical-align: bottom;
}

.social .fa-vk {
    font-size: 30px;
    margin-left: 0;
    margin-bottom: 40px;
}

.social .fa-instagram {
    font-size: 29px;
    margin-bottom: 40px;
}

.social .fa-odnoklassniki {
    font-size: 23px;
    margin-bottom: 40px;
}

.phone {
    color: white;
    text-align: center;
}

.phone-number {
    line-height: 1.1;
    font-size: 53px;
}

.phone-number a {
    background-image: url(../images/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: 0 60%;
    color: white;
    text-decoration: none;
    padding-left: 50px;
    background-size: auto 40px;
}

.phone-number a:hover {
    color: white;
    opacity: 0.8;
    transition: all 1s;
}

.phone-text {
    font-size: 35px;
    margin-bottom: 7px;
}

.home-footer {
    font-size: 20px;
    padding: 53px 0 48px;
    position: relative;
}

.home-footer::before {
    content: '';
    width: calc(100% - 64px);
    position: absolute;
    left: 50%;
    background-color: #d6d6d6;
    height: 14px;
    top: 0;
    transform: translateX(-50%);
}

.address-list .address {
    background-image: url(../images/icons/location_icon.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 48px;
    margin-bottom: 26px;
    line-height: 1.1;
    padding-top: 7px;
}

.backgr-red-v1,
.backgr-red-v2 {
    padding-top: 50px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.backgr-red-v1 {
    background-image: url(../images/backgr-red-sm-1.png);
    background-size: 100% 646px;
}

.backgr-red-v2 {
    background-image: url(../images/backgr-red-sm-2.png);
    background-size: 100% 926px;
}


/* * Modal * */

.modal-dialog {
    z-index: 1100;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog-thanks {
    max-width: 510px !important;
}

.close.thanks-close {
    position: absolute;
    color: white;
    top: 40px;
    right: 30px;
    font-size: 45px;
    z-index: 1200;
    opacity: 1;
    background-image: url(../images/icons/x.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.modal-content {
    color: #fff;
    border-radius: 20px;
    border: none !important;
}

.thanks-modal-content {
    background-color: #000;
    padding: 47px 39px 240px 41px;
    width: 100%;
    position: relative;
    background-image: url(../images/modal-bgr.jpg);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 0;
}

.thanks-modal-desc {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
}

.thanks-modal-body {
    padding: 0 20px;
}

body.modal-open {
    padding-right: 0 !important;
}

.form-modal-content {
    background-color: #000;
    padding: 47px 39px 240px 41px;
    border-radius: 0;
    width: 100%;
    position: relative;
    background-image: url(../images/modal-bgr.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.modal-content input.btn-modal {
    margin-bottom: 0;
    margin-top: 0;
}

.modal-title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.thanks-modal-body .btn-check {
    width: 100%;
    box-shadow: 0 10px 0 #d6d6d6;
}

.btn-check.btn-modal {
    box-shadow: 0 10px 0 rgba(0, 0, 0, .3);
    font-size: 23px;
    max-width: 265px;
    padding-bottom: 7px;
}

.btn-check.btn-modal:active {
    top: 6px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3);
}

.form-subs input {
    border: 3px solid #CDD1D9;
    transition: border-color .3s;
    margin-bottom: 18px;
    width: 100%;
    padding: 6px 6px 6px 12px;
    border-radius: 3px;
    outline: none !important;
}

.form-subs input:focus {
    border-color: #005EFF;
}

.form-subs input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    opacity: 1;
    font-family: Arial, sans-serif;
}

.form-subs input::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    opacity: 1;
    font-family: Arial, sans-serif;
}

.form-subs input:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    opacity: 1;
    font-family: Arial, sans-serif;
}

.form-subs input:-moz-placeholder {
    /* Firefox 18- */
    color: black;
    opacity: 1;
    font-family: Arial, sans-serif;
}

.custom-control-label::before {
    background-color: white;
    border: 2px solid #F5004E;
    box-shadow: none !important;
}

.check-grey .custom-control-label::before {
    border-color: #a7a7a7;
}

.custom-checkbox .custom-control-label::before {
    background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #F5004E;
}

.custom-checkbox.check-grey .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox.check-grey .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.modal-content .form-subs {
    padding-bottom: 10px;
}

.modal-submit-wrap {
    margin-bottom: 20px;
}

.form-modal-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.modal-content input.send-btn {
    margin-bottom: 0;
    margin-top: 0;
}

.modal-content .accept-check {
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.accept-check a {
    color: rgba(255, 255, 255, 0.6);
}

.accept-check a:hover {
    color: #F20052;
    opacity: 0.8;
    transition: all 1s;
}

.thanks-modal-content.var-1 {
    padding: 35px 15px 70px 15px;
}

.var-1 .modal-title {
    margin-bottom: 22px;
}

.var-1 .thanks-modal-header,
.var-1 .thanks-modal-body {
    padding: 0;
    max-width: 400px !important;
    margin: 0 auto;
    width: 100%;
}

.var-1 .btn-subs {
    font-size: 30px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
}

.var-1 .btn-subs:active {
    top: 6px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}

.var-1 .thanks-close {
    top: 15px;
    right: 15px;
}

.var-1 .thanks-modal-desc {
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}

.var-1 .vk-follow {
    margin-bottom: 15px;
}

.var-1 .instagram-follow {
    margin-bottom: 50px;
}

.var-1 .vk-follow .fa-vk,
.var-1 .instagram-follow .fa-instagram {
    width: 53px;
    height: 53px;
    font-size: 28px !important;
    padding-top: 0 !important;
    line-height: 53px !important;
}

.var-1 .social-links {
    padding-top: 20px;
    font-size: 29px;
}

.var-1 .social-links .instagram-follow a {
    color: white;
    font-size: 29px;
}

.var-1 .social-links .instagram-follow a:hover {
    color: #EF0655;
}

.var-1 .social-links .vk-follow a {
    color: white;
    font-size: 29px;
}

.var-1 .social-links .vk-follow a:hover {
    color: #EF0655;
}

.var-1 .social-links .fab {
    padding-top: 20px;
}

.benefit-video-link {
    text-decoration: none;
}

.modal-dialog.modal-video .modal-content {
    padding: 0;
}

.modal-dialog.modal-video {
    max-width: 800px;
}

.modal-salt-images {
    overflow-y: auto;
    height: calc(100vh - 220px);
}

.modal-salt-pic+.modal-salt-pic {
    margin-top: 30px;
}

.modal-fullscreen {
    min-width: 100vw;
    max-width: 100vw;
    margin: 0;
}

.modal-fullscreen .modal-content {
    min-height: 100vh;
    max-height: 100vh;
    padding: 110px 0 1px;
    border-radius: 0;
    color: #000;
}

.salt-close {
    background-image: url(../images/icons/x-big.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 60px;
    right: 60px;
    opacity: 1;
}

.modal-salt-form {
    max-width: 350px;
}

.modal-salt-row+.modal-salt-row {
    margin-top: 20px;
}

.modal-salt-title-1 {
    font-size: 57px;
    line-height: 1;
}

.modal-salt-title-2 {
    font-size: 47px;
    line-height: 57px;
    margin-bottom: 25px;
}

.modal-fullscreen .modal-content .text-input {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    width: 100%;
}

.modal-fullscreen .modal-content .text-input:focus {
    padding: 8px 18px;
    border: 3px solid #005EFF;
}

.modal-fullscreen .modal-content .custom-control-label {
    color: #000;
}


/* * Main nav * */

.main-nav-btn {
    font-size: 17px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    padding: 8px;
    width: 153px;
    background-color: #ef0655;
    border-radius: 5px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
}

.main-nav-btn:hover {
    background-color: rgba(239, 6, 85, 0.9);
}

.main-nav-btn:active {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    top: 3px;
}

.link-promo::after {
    content: '';
    background-image: url(../images/icons/plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    margin-top: -4px;
}

#main-nav .container {
    position: relative;
}

.ymaps-layers-pane,
.ymaps-2-1-75-ground-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

#modal-supergirl .modal-content {
    background-color: #fff;
    background-image: none;
}

.modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.disclamer {
    font-size: 40px;
    vertical-align: revert; 
}
.covid-19 {
    position: absolute;
    z-index: 970;
    text-align: center;
    width: 100%;
    background-color: #EF0655;
    color: #ffffff;
}
.nav-fixed-2 .covid-19 {
    position: sticky;
    top: 80px;
}

@media (max-width: 575px) {
    .supergirl {
        left: -132px!important;
        top: 1528px!important;
        height: 372px!important;
        width: 484px!important;
        transform: scale(-0.5, 0.5)!important;
    }
    .covid-19 {
        font-size: 13px;
        line-height: 11px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-bottom-right-0cc {
        font-size: 27px;
        line-height: 27px;
        padding-bottom: 10px;
    }
    .header-bottom {
        margin-top: 20px;
    }
    .header-slide-whatsapp-CC-OFF {display: none;}
    .address a {color: #fff; text-decoration: none;}

    .form-subs select {
        height: 45px !important;
        font-family: arial;
        border: 3px solid #CDD1D9;
    }
    .form-subs input {
        border: 3px solid #CDD1D9;
        transition: border-color .3s;
        margin-bottom: 18px;
        width: 100%;
        padding: 6px 6px 6px 12px;
        border-radius: 3px;
        outline: none !important;
        font-family: arial;
    }
    #location-map-element {
        height: 50%;
    }
    .location-desc {
        margin-bottom: 180px;
    }
    .location-desc .text-small {
        display: none;
    }
    .modal-salt-images {
        overflow-y: hidden;
        height: auto;
    }
    .modal-fullscreen .modal-content {
        max-height: none;
    }
}

@media (max-width: 1199px) {
    #main-nav {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        transition: background-color .3s;
    }
    .main-nav-btn {
        opacity: 0;
    }
    .nav-fixed-1 #main-nav {
        background-color: rgba(29, 106, 255, 0.8);
        backdrop-filter: saturate(180%) blur(10px);
        -moz-backdrop-filter: saturate(180%) blur(10px);
        -webkit-backdrop-filter: saturate(180%) blur(10px);
        -ms-backdrop-filter: saturate(180%) blur(10px);
    }
    .nav-fixed-1 .logo {
        top: -3px;
        height: 50px;
        background-size: 80% auto;
    }
    .nav-fixed-1 .main-nav-btn {
        opacity: 1;
    }
    .logo {
        background-image: url(../images/logo-header.svg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 100% auto;
        width: 112px;
        height: 80px;
        position: relative;
        top: 30px;
        margin-right: auto;
    }
    .nav-toggle {
        width: 80px;
        height: 80px;
        position: relative;
        margin-right: -15px;
    }
    .nav-toggle span {
        margin: 0 auto;
        width: 24px;
        height: 4px;
        display: block;
        background-color: #fff;
        position: absolute;
        left: 30px;
        border-radius: 2px;
    }
    .nav-toggle span:nth-child(2) {
        -webkit-transition: background .3s;
        transition: background .3s;
        top: 38px;
    }
    .nav-toggle span:nth-child(1),
    .nav-toggle span:nth-child(3) {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .nav-toggle span:nth-child(1) {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
        top: 30px;
    }
    .nav-toggle span:nth-child(3) {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
        top: 46px;
    }
    .nav-toggle.active {}
    .nav-toggle.active>.waves {
        background-color: #f7f9fe;
    }
    .nav-toggle.active span:nth-child(2) {
        background-color: transparent;
    }
    .nav-toggle.active span:nth-child(1) {
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav-toggle.active span:nth-child(3) {
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-toggle.active span:nth-child(1),
    .nav-toggle.active span:nth-child(3) {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
        background-color: #fff;
    }
    #main-nav-container {
        position: absolute;
        display: none;
        top: 60px;
        right: 15px;
    }
    .main-nav-items {
        background-color: #fff;
        margin-top: 10px;
        padding: 17px 25px 30px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
    }
    .main-nav-items::before {
        content: '';
        background-color: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        right: 18px;
        transform: rotate(45deg);
    }
    .main-nav-items>ul>li {
        font-size: 18px;
        position: relative;
        line-height: 1;
    }
    .main-nav-items>ul>li+li {
        margin-top: 20px;
    }
    .main-nav-items>ul>li>a {
        color: #000;
        padding: 0;
        text-decoration: underline;
        text-decoration-color: rgba(0, 0, 0, 0.25);
    }
    .main-nav-items>ul>li>a::before {
        content: '';
        background-color: #F5004E;
        width: 5px;
        height: 26px;
        position: absolute;
        left: -25px;
        top: -2px;
        transition: all .3s;
        opacity: 0;
    }
    .main-nav-items>ul>li>a.active {
        color: #1264FF;
        text-decoration-color: transparent;
    }
    .main-nav-items>ul>li>a.active::before {
        opacity: 1;
    }
}


/* * Small devices (landscape phones, 576px and up) * */

@media (min-width: 576px) {}


/* * Medium devices (tablets, 768px and up) * */

@media (min-width: 768px) {
    .site-header-in {
        background-image: url(../images/header-mountain.png);
        background-position: 10% 100%;
    }
    .salt-room {
        font-size: 70px;
        padding-bottom: 72px;
        padding-top: 20px;
    }
    .three-d {
        font-size: 137px;
    }
    .salt-room-txt {
        padding-top: 15px;
    }
    .maxi {
        font-size: 70px;
        padding-top: 15px;
    }
    .mini {
        font-size: 30px;
    }
    .info-benefits {
        font-size: 47px;
    }
    .get-more {
        background-image: url(../images/polygone-line-big.svg);
        background-position: 50% 50%;
    }
    .play-icon {
        height: 160px;
        width: 160px;
    }
    .btn-subs.btn-more {
        margin-bottom: 28px;
        max-width: 644px;
        font-size: 36px;
    }
    .btn-subs {
        margin: 0 auto 30px;
    }
    .hearts.left-sm {
        background-position: 50% 50%;
    }
    .shop-items {
        padding-top: 20px;
    }
    .vk-follow {
        margin-right: 20px;
    }
    .about-therapy {
        padding-top: 50px;
    }
    .about-therapy-txt {
        padding-bottom: 40px;
        padding-top: 10px;
    }
    .text-salt {
        text-align: center;
    }
    .backgr-red-v2 {
        background-size: 100% 516px;
    }
    /* * Modal * */
    .modal-dialog {
        max-width: 507px;
    }
    .thanks-modal-content {
        border-radius: 6px;
    }
    .form-modal-content {
        padding: 30px 27px 90px 67px;
        border-radius: 6px;
    }
    .close.thanks-close {
        height: 23px;
        width: 23px;
        top: 28px;
        right: 23px;
    }
    .form-modal-text {
        font-size: 18px;
    }
    .form-subs input {
        max-width: 350px;
        font-family: arial;
    }
    .form-subs select {
        height: 45px !important;
        width: 350px;
        font-family: arial;
        border: 3px solid #CDD1D9;
    }
    .btn-check.btn-modal {
        max-width: 350px;
        padding: 10px;
        font-size: 30px;
    }
    .select-type {
        width: auto;
    }
}


/* * Large devices (desktops, 992px and up) * */

@media (min-width: 992px) {
    .header-slide-in {
        max-width: none;
    }
    .header-slide-title {
        font-size: 87px;
        line-height: 1;
        margin-bottom: 60px;
        text-align: center;
    }
    .site-header {
        margin-bottom: 170px;
    }
    .site-header-in {
        background-image: none;
        padding: 275px 0 43px;
    }
    .site-header-in::before {
        content: '';
        background-image: url(../images/header-mountain.png);
        background-image: url(../images/header-mountain.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 1280px;
        height: 461px;
        position: absolute;
        left: 50%;
        bottom: -60px;
        transform: translateX(-50%);
    }
    .site-header-in .container {
        position: relative;
    }
    .header-slide-button {
        width: 515px;
        margin: 0 auto;
    }
    .header-slide-rest {
        position: relative;
    }
    .header-slide-social {
        margin-right: 300px;
        z-index: 100;
        position: absolute;
        right: 50%;
        margin-top: 5px;
    }
    .header-slide-whatsapp {
        font-size: 25px;
        margin-bottom: 0;
    }
    .header-bottom {
        margin-top: 35px;
    }
    .header-bottom-left-1 {
        font-size: 27px;
    }
    .header-bottom-left-2 {
        font-size: 50px;
    }
    .header-bottom-right {
        background-image: url(../images/icons/plus-big.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: auto 100%;
        padding-right: 180px;
        height: 144px;
    }
    /* Для тех, у кого выключен кол центра */
    .NO-CC {
        background-image: none !important;
        padding-right: 0px !important;
        width: 100%;
        padding-top: 120px;
    }

    .header-bottom-right-0cc {
        font-size: 35px;
        line-height: 1;
        padding-left: 40px;
    }
    /* /Для тех, у кого выключен кол центра */
    .header-bottom-right-1 {
        font-size: 46px;
    }
    .header-bottom-right-2 {
        font-size: 25px;
    }
    .site-header .slick-prev,
    .site-header .slick-next {
        display: block !important;
    }
    .site-header .slick-prev {
        left: -100px;
    }
    .site-header .slick-next {
        right: -100px;
    }
    .header-bottom-right-1 {
        margin-bottom: 10px;
    }
    .header-bottom-right-1 a {
        background-size: auto 35px;
        padding-left: 40px;
    }
    .test-drive-in {
        background-position: 0 6%;
        background-size: 160px auto;
        max-width: 900px;
        padding-left: 190px;
    }
    .test-drive-header {
        font-size: 87px;
    }
    .test-drive-txt {
        font-size: 54px;
        padding-bottom: 56px;
    }
    .btn-check.btn-drive {
        max-width: 540px;
    }
    .test-drive {
        padding-bottom: 30px;
    }
    .salt-room-txt {
        padding-top: 27px;
        padding-left: 15px;
    }
    .maxi {
        padding-top: 17px;
    }
    .gallery-pic {
        margin: 0 -15px;
    }
    .gallery-pic>div {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .numbers {
        padding-top: 57px;
        padding-bottom: 88px;
    }
    .info-benefits {
        margin-bottom: 151px;
    }
    .backgr-red.border-round {
        padding: 0 10px 0 20px;
    }
    .border-round span {
        position: relative;
        top: -20px;
    }
    .therapy-benefits-header {
        font-size: 110px;
        padding-top: 30px;
    }
    .therapy-benefits-numbers {
        font-size: 189px;
    }
    .therapy-benefits-txt {
        font-size: 70px;
        padding-bottom: 25px;
    }
    .calculation-header {
        font-size: 53px;
        text-align: right;
        padding-right: 80px;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .calculation-numbers {
        font-size: 117px;
    }
    .calculation-txt {
        padding-bottom: 40px;
    }
    .about-therapy-txt {
        padding-bottom: 70px;
    }
    .calculation-txt {
        font-size: 35px;
    }
    .about-therapy-header {
        font-size: 89px;
        padding-bottom: 18px;
    }
    .subcription {
        padding-top: 50px;
        padding-bottom: 85px;
    }
    .btn-subs {
        font-size: 36px;
        max-width: 641px;
    }
    .vk-icon {
        font-size: 35px;
    }
    .backgr-expect {
        border-radius: 15px;
        -webkit-box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        margin-bottom: 70px;
    }
    .backgr-blue {
        border-radius: 15px;
    }
    .backgr-red-v1 {
        padding-bottom: 80px;
        background-image: url(../images/backgr-red-big.png);
        background-size: 100% 784px;
    }
    .backgr-red-v2 {
        padding-bottom: 80px;
        background-image: url(../images/backgr-red-big.png);
        background-size: 100% 730px;
    }
    .backgr-red {
        background-color: #EF0655;
        padding: 0 20px;
        margin-left: -20px;
    }
    .border-round-up {
        border-radius: 20px 20px 20px 0;
    }
    .border-round-down {
        border-radius: 0 20px 20px 20px;
    }
    .expect-txt {
        font-size: 110px;
    }
    .text-salt {
        font-size: 43px;
        line-height: 1;
    }
    .lungs-icon {
        background-image: url(../images/icons/lungs-icon-big.svg);
        margin-right: 45px
    }
    .icon-desc {
        margin-bottom: 100px;
    }
    .men-big-icon,
    .people-icon,
    .men-sm-icon {
        margin-right: 45px;
    }
    .expect-header {
        font-size: 50px;
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .expect-header .big-txt {
        font-size: 86px;
    }
    .expect-desc {
        display: flex;
        font-size: 35px;
        align-items: center;
    }
    .get-info {
        padding-top: 48px;
    }
    .txt-info {
        text-align: right;
        padding-right: 100px;
    }
    .info-red {
        line-height: 1;
    }
    .info-desc {
        padding-bottom: 40px;
        line-height: 1.8;
    }
    .video-box {
        padding-top: 25px;
    }
    .video-link img {
        max-width: 543px;
        height: auto;
        -webkit-box-shadow: 0px 46px 32px -26px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 46px 32px -26px rgba(0, 0, 0, 0.16);
    }
    .video-link-icon {
        width: 172px;
        height: 172px;
        background-position: 60% 50%;
        background-size: 88px 76px;
    }
    .video-link-overlay-text {
        font-size: 36px;
    }
    .info-desc {
        padding-bottom: 41px;
    }
    .btn-check-box {
        padding-bottom: 20px;
    }
    .btn-check {
        font-size: 36px;
        max-width: 540px;
        padding-bottom: 10px;
    }
    .children-for-free {
        font-size: 42px;
        padding-bottom: 35px;
    }
    .stike-icon {
        height: 109px;
        width: 58px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .treatment-header {
        font-size: 110px;
    }
    .stars {
        height: 36px;
        margin-top: 35px;
    }
    .treatment-txt {
        font-size: 50px;
    }
    .btn-infos {
        font-size: 36px;
        width: 320px;
    }
    .discounts {
        padding-top: 44px;
        font-size: 45px;
        line-height: 1;
    }
    .backgr-shop {
        border-radius: 15px;
        -webkit-box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        box-shadow: -1px 55px 37px -32px rgba(0, 0, 0, 0.33);
        margin-bottom: 100px;
        padding-top: 90px;
    }
    .has-bubble {
        padding-left: 30px;
        padding-right: 30px;
        background-size: 100% auto;
        margin-left: -10px;
    }
    .shop-price {
        padding-left: 35px;
    }
    .shop-items {
        padding-top: 0;
    }
    .img-item {
        height: 160px;
        width: 160px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .features li {
        font-size: 35px;
    }
    .features li::before {
        top: 10px;
        left: -5px;
        width: 33px;
    }
    .features li:first-child::before {
        height: 28px;
    }
    .features li:nth-child(2)::before {
        height: 26px;
    }
    .features li:nth-child(3)::before {
        height: 30px;
    }
    .shop-price {
        padding-top: 0;
    }
    .follow-us {
        padding-top: 0;
    }
    .follow-us-header {
        font-size: 89px;
        padding-bottom: 10px;
    }
    .shop-text,
    .shop-items {
        margin-bottom: 35px;
    }
    .vk-follow {
        margin-right: 101px;
    }
    .social-links .vk-follow a {
        font-size: 50px;
    }
    .vk-follow .fa-vk {
        height: 91px;
        width: 91px; 
    }
    .vk-follow .fab.fa-vk {
        font-size: 49px;
    }
    .social-links .instagram-follow a {
        font-size: 50px;
    }
    .instagram-follow .fab.fa-instagram {
        font-size: 49px;
    }
    .instagram-follow .fa-instagram {
        height: 91px;
        width: 91px;
    }
    .hearts {
        margin-top: 14px;
        height: 33px;
        margin-bottom: 45px;
    }
    .indications {
        padding-bottom: 50px;
    }
    .decoration-line {
        height: 50px;
        margin-bottom: 30px;
    }
    .indications-header {
        font-size: 89px;
    }
    .diseases-header-txt {
        font-size: 30px;
    }
    .precautions-header {
        font-size: 89px;
        line-height: 1.3;
    }
    .btn-box {
        padding-top: 50px;
        padding-bottom: 1px;
    }
    .btn-get {
        font-size: 36px;
        padding: 8px 20px 8px 20px;
    }
    .home-footer {
        font-size: 25px;
    }
    .text-big {
        font-size: 110px;
        line-height: 1.6;
    }
    .text-small {
        font-size: 41px;
    }
    .home-footer {
        padding: 114px 0 97px;
    }
    .home-footer::before {
        width: calc(100% - 160px);
    }
    .location-desc {
        margin-bottom: 50px;
    }
    .contacts-wrap {
        padding-top: 18.75vw;
        // background-size: auto auto;
    }
    .phone {
        text-align: right;
    }
    .social {
        font-size: 33px;
    }
    .phone-number {
        font-size: 81px;
    }
    .phone-number a {
        background-size: 65px auto;
        padding-left: 75px;
        background-position: 60% auto;
    }
    .social .fa-vk {
        font-size: 36px;
    }
    .social .fa-instagram {
        font-size: 33px;
    }
    .social .fa-odnoklassniki {
        font-size: 29px;
    }
    .logo-footer {
        background-position: 15px 50%;
    }
    .contacts {
        margin-bottom: 100px;
    }
    .address-list {
        padding-bottom: 80px;
    }
    .address-list .address {
        margin-bottom: 36px;
        font-size: 35px;
        padding-top: 0;
    }
    .address-smaller {
        font-size: 25px;
    }
    .diseases-header-txt-in::after {
        top: -5px;
    }
}


/* * Extra large devices (large desktops, 1200px and up) * */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    /* * Main nav * */
    #main-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 140px;
        z-index: 1000;
        transition: none;
    }
    .logo {
        position: absolute;
    }
    #main-nav-container {
        display: block !important;
        width: 100%;
    }
    .main-nav-items>ul>li {
        position: relative;
        font-size: 21px;
        line-height: 1;
        transition: all .3s;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
    }
    .main-nav-items>ul>li>a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 0 6px;
        margin-left: 0;
    }
    .main-nav-items>ul>li:nth-child(1) {
        margin-right: 70px;
    }
    .main-nav-items>ul>li:nth-child(2) {
        margin-right: 105px;
    }
    .main-nav-items>ul>li:nth-child(3) {
        margin-right: 370px;
    }
    .main-nav-btn {
        opacity: 0;
        position: absolute;
        z-index: -1;
        font-size: 21px;
        padding: 10px 0;
        width: 184px;
        min-width: 184px;
        margin: 16px 0 0 40px;
    }
    .logo {
        background-image: url(../images/logo-header.svg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 100% auto;
        width: 160px;
        height: 112px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(calc(-50% + 25px), -50%);
        transition: none;
    }
    .nav-fixed-2 #main-nav {
        position: fixed;
        top: 0;
        background-color: rgba(29, 106, 255, 0.5);
        backdrop-filter: saturate(180%) blur(10px);
        -moz-backdrop-filter: saturate(180%) blur(10px);
        -webkit-backdrop-filter: saturate(180%) blur(10px);
        -ms-backdrop-filter: saturate(180%) blur(10px);
        height: 80px;
        z-index: 970;
    }
    .nav-fixed-2 .site-header {
        z-index: 980;
    }
    .nav-fixed-2 .logo {
        width: 89px;
        height: 48px;
        left: 0;
        top: 13px;
        transform: translate(0, 0);
    }
    .nav-fixed-2 .main-nav-items>ul>li {
        padding-top: 20px;
    }
    .nav-fixed-2 .main-nav-items>ul>li:nth-child(1) {
        margin-left: auto;
    }
    .nav-fixed-2 .main-nav-items>ul>li:nth-child(1),
    .nav-fixed-2 .main-nav-items>ul>li:nth-child(2),
    .nav-fixed-2 .main-nav-items>ul>li:nth-child(3) {
        margin-right: 30px;
    }
    .nav-fixed-2 .main-nav-btn {
        opacity: 1;
        position: relative;
        z-index: 1001;
    }
}


/* Retina-specific stuff here */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {}

.Tour {
    cursor: pointer;
    position: relative;
    top: 0px;
    transition: 0.1s;
}
.Tour:hover {
    cursor: pointer;
    text-shadow: 0 10px 10px rgba(0,0,0,0.2);
    top: -5px;
}