@font-face {
    font-family: "Cygre";
    font-style: normal;
    font-weight: normal;
    src: local("Cygre"),
       url("/fonts/Cygre-Regular.woff2") format("woff2")
}
@font-face {
    font-family: "Cygre";
    font-style: normal;
    font-weight: bold;
    src: local("Cygre"),
       url("/fonts/Cygre-Bold.woff2") format("woff2")
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.form-control:active,
.btn:active,
.form-control:focus,
.btn:focus,
.modal-header .btn-close:active,
.modal-header .btn-close:focus {
    box-shadow: none !important;
}
.pulse-anime {
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
}
@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
    }
}
    
@keyframes pulsing {
    0% {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
    }
}
@media (max-width: 575px) {
    .second-menu {
        justify-content: space-between;
    }
}
@media (max-width: 400px) {
    .main-logo {
        display: none;
    }
}
@media (max-width: 340px) {
    .main-phone-icon {
        display: none;
    }
}
.btn-primary {
    background-color: #0059C3;
    border-color: #0059C3;
}
.btn-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.first-screen {
    background: url("../img/first-screen-bg.png");
    background-size: cover;
    background-color: white;
}
.problems-block {
    background-color: #F6F6F6;
}
@media (min-width: 1146px) {
    .problems-block {
        background: url("../img/problems-block-bg.png");
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .first-screen {
        background: url("../img/fst-scr-mob-bg.png") no-repeat;
        background-size: contain;
        background-color: white;
    }
}
.nav-panel--sticky:not(.nav-panel--stuck) {
    display: none;
}
.nav-panel--stuck {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    -moz-box-shadow: 0 1px rgb(0 0 0 / 4%), inset 0 -1px rgb(0 0 0 / 4%), 0 1px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px rgb(0 0 0 / 4%), inset 0 -1px rgb(0 0 0 / 4%), 0 1px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 1px rgb(0 0 0 / 4%), inset 0 -1px rgb(0 0 0 / 4%), 0 1px 20px rgb(0 0 0 / 15%);
    -o-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -o-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -webkit-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.nav-panel--stuck.nav-panel--show {
    border-top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.bg-spine-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}
.bg-spine {
    position: absolute;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.2;
    left: -5%;
}
.bg-spine-2 {
    top: -300px;
}
.card {
    border: none;
    border-radius: 25px;
    z-index: 1;
}
.z-index-3 {
    z-index: 3;
}
.border-radius-20 {
    border-radius: 20px;
}
.header__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0.24;
    height: 1.5px;
    background: #5A5F73;
    position: relative;
    top: 2px;
}
.radius-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.simpt-img {
    position: absolute;
    left: 45%;
    top: 42%;
}
.simpt-img figcaption {
    position: relative;
    top: -155px;
    font-size: 18px;
    line-height: 21px;
    color: white;
}
.mob-circle img {
    width: 165px;
    height: auto;
}
.mob-circle figcaption {
    position: relative;
    top: -118px;
    font-size: 17px;
    line-height: 19px;
    color: white;
    width: 165px;
}
body {
    font-family: "Cygre";
}
.main-title {
    line-height: 1.1;
}
.subtitle {
    font-size: 2.2rem;
}
.form-discl {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .fsc-cbody {
        padding-left: 110px;
    }    
}
.plus-d {
    margin-top: -2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .form-discl {
        font-size: 10px;
    }
    .free-sign {
        font-size: 1.1rem!important;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    .simpt-img {
        left: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .simpt-img {
        left: 63%;
    }
}
.container {
    max-width: 1400px;
}
.blue-color {
    color: #0059C3;
}
.gray-light {
    color: #CED0D5;
}
.gray-dark {
    color: #5A5F73;
}
.title-where {
    color: #5A5F73;
    opacity: 0.7;
}
.section-title {
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 575px) {
    .mobile-wrapper {
        position: relative;
        top: -114px;
    }
    .fstscr-form {
        position: relative;
        top: -55px;
    }
    .lead {
        font-size: 1rem;
    }
    .form-discl {
        font-size: 9px;
    }
    .fsc-cbody {
        margin-bottom: -50px;
    }
}
@media (max-width: 991px) {
    .lady-symptoms {
        border-radius: 20px;
    }
    .card-symptoms {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        max-width: 470px;
        margin: -20px auto 0 auto;
    }
}
@media (min-width: 992px) {
    .card-symptoms {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 490px;
    }
}
@media (max-width: 545px) {
    .section-title {
        font-size: 33px;
    }
}
@media (max-width: 374px) {
    .section-title {
        font-size: 27px;
    }
}
@media (min-width: 992px) {
    .osteo-block {
        width: 284px;
    }
    .skol-block {
        position: absolute;
        right: -85px;
        bottom: 125px;
    }
    .grizh-block {
        position: absolute;
        bottom: 0;
        left: 30%;
    }
}
.point-explain {
    border-top: 2px solid #0059C3;
}
.exp-end-point {
    font-size: 70px;
    position: relative;
    right: -4px;
    top: -28px;
}
.testims-block {
    margin-top: -75px;
}
.ratio-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.video-wrapper {
    border: 1px solid;
    border-radius: 15px;
    padding: 10px;
}
.video {
    position: relative;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
}
.video .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.video .video-poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video .video-poster .shorts-text {
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 10px 10px 0 15px;
    opacity: 0.85;
    background-repeat: repeat-x;
    background-image: url("../img/video/shorts/shorts-bg.png");
    position: absolute;
}
.video .video-poster .play {
    position: absolute;
    border: none;
    top: 50%;
    left: 50%;
}
.video .shorts-btn {
    background: transparent;
}
.video .blue-pulse-btn {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(0, 89, 195, 0.8);
}
.video .video-poster .blue-pulse-btn::after,
.video .video-poster .blue-pulse-btn::before {
    content: '';
    position: absolute;
    border: 2px solid #0059C3;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}
.video .video-poster .blue-pulse-btn::after {
    animation-delay: 1.25s;
}
.video .shorts-btn img {
    width: 70px;
    height: auto;
    margin-left: -42px;
    margin-top: -30px;
}
.video .video-poster .blue-pulse-btn img {
    width: 24px;
    height: 24px;
    margin-left: 9px;
}
.video .video-poster:hover .blue-pulse-btn {
    background: rgba(0, 89, 195, 0.9);
}
.video .video-bg {
    width: 100%;
    height: 100%;
}
.video .video-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-right {
    -moz-animation: slide-right 1.5s ease-in-out infinite alternate both;
    -webkit-animation: slide-right 1.5s ease-in-out infinite alternate both;
    animation: slide-right 1.5s ease-in-out infinite alternate both;
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.qanda {
    background-color: #F6F6F6;
}
.accordion-item {
    border-top: 2px solid #0059C3 !important;
    border: none;
    background: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button {
    background: none;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button::before {
    flex-shrink: 0;
    margin-left: auto;
    content: "В·";
    color: #CED0D5;
    font-size: 50px;
    margin-right: auto;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: -13.5px;
}
.accordion-button:not(.collapsed)::before {
    color: #0059C3;
}
.accordion-button::after {
    background-image: url("../img/icons/icon-plus.png");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/icon-cross.png");
}
@media (max-width: 767px) {
    .ymap iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        align-items: flex-start;
        padding: 20px;
    }
    .nav-link:focus,
    .nav-link:active {
        outline: none;
    }
}
.social-icon {
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #5A5F73;
    border-radius: 50%;
    color: #5A5F73;
    text-align: center;
}
.social-icon i {
    line-height: 32px;
}
.social-icon:hover {
    color: #0059C3;
    border-color: #0059C3;
}
.bottom-overlay {
    margin-top: -33px;
}
@media (max-width: 1193px) {
    .bottom-overlay {
        margin-top: -27px;
    }
}
@media (max-width: 822px) {
    .bottom-overlay {
        margin-top: -22px;
    }
}
@media (max-width: 681px) {
    .bottom-overlay {
        margin-top: -18px;
    }
}
@media (max-width: 575px) {
    .bottom-overlay {
        margin-top: -15px;
    }
}
@media (max-width: 435px) {
    .bottom-overlay {
        margin-top: -11px;
    }
}
@media (max-width: 300px) {
    .bottom-overlay {
        margin-top: -8px;
    }
}
@media (min-width: 992px) {
    .footer-column {
        border-left: 1px solid #DEE2E6;
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .atstbot {
        position: absolute;
        top: 35px;
        left: 59%;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .atstbot {
        position: relative;
        top: -40px;
        right: 20%;
    }
}
.thanks {
    background: url("../img/thanks-bg.png") no-repeat;
    background-size: cover;
}
@media (max-width: 900px) {
    .thanks {
        background: #F6F6F6;
        background-size: auto;
    }
}