/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction="horizontal"] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction="horizontal"] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform 0.3s,opacity 0.3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-scrolling .c-scrollbar,.has-scroll-dragging .c-scrollbar{opacity:1}[data-scroll-direction="horizontal"] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction="horizontal"] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction="horizontal"] .c-scrollbar_thumb{right:auto;bottom:0}

body {
    min-width: auto;
}

#page {
    z-index: 1;
    width: 100% !important;
    min-height: 1999.5px;
    background-image: none;
    border-width: 0px;
    border-color: #000000;
    background-color: transparent;
    padding-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
}


.header {
    height: 100px;
    display: flex;
    align-items: center;
}

.header__contacts-part {
    text-align: center;
}

.header__contacts-address {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px;
}

.header__contacts-phone-tel {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    font-family: open-sans, sans-serif;
}

button.popup_element {
    cursor: pointer;
    width: 170px;
    border-width: 0px;
    border-color: transparent;
    background-color: #026CEF;
    border-radius: 5px;
    padding-bottom: 8px;
    top: -11px;
}

button.popup_element:hover {
    border-width: 0px;
    border-color: transparent;
    background-color: #64A2F4;
    border-radius: 0px;
    width: 170px;
    min-height: 0px;
    margin: 0px;
}

.header__contacts {
    display: flex;
}

.header__fixed {
    z-index: 363;
    height: 100px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header__menu-item {
    position: relative;
}

.header__menu-item:before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #939393;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.header__menu-item a {
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 17px;
}

.header__menu-list {
    display: flex;
}

.header__menu-wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.header__menu-list .header__menu-item:last-child:before {
    display: none;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-service__icon-img {
    width: 70px;
}

.store {
    padding: 2% 0 4% 0;
    background: #f5f5f5;
}

.store__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.store__list {
    margin: -15px;
}

.store-block__price-text {
    font-weight: bold;
}

.store-block__price {
    margin-bottom: 8px;
    font-size: 16px;
}

.store-block__inner {
    padding: 15px;
    align-items: stretch;
    display: flex;
}

.store-block__inner-data {
    padding: 15px;
    background: #FFF;
    display: flex;
}

.store-block__img {
    width: 33.33333333%;
}

.store-block__img img {
    width: 100%;
    height: auto;
}

.store-block__info {
    width: 66.66666667%;
}

.store-block__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.store-block {
    width: 50%;
}

.important-data {
    background: #026CEF;
    color: #FFF;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 60px;
    margin-bottom: 15px ;
}

.section__inner {
    width: calc(100% - 30px);
    max-width: 1090px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-page__inner {
    display: flex;
}

.about-page__title {
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 25px;
}

.prices-blocks__block.prices-block {
    display: flex;
    justify-content: center;
}

.footer {
    background: #FFF;
}

.footer__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.button-text {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-advants__item .about-advants__text {
    padding-left: 12px;
    max-width: 170px;
}

.about-page__chair-img {
    width: 100%;
    height: auto;
}

.about-page__info {
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding-top: 11%;
}

.about-page__text {
    text-align: left;
    margin-bottom: 25px;
}

.about-contact__action {
    margin-left: 25px;
}

.about-contact__phone-social {
    color: #556F7A;
    text-align: right;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    margin-left: 72px;
    margin-top: 14px;
    white-space: nowrap;
}

.about-contact__phone-tel {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 31px;
    line-height: 27px;
    font-weight: 700;
    font-family: open-sans, sans-serif;
    white-space: nowrap;
}

.services__text-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 39px;
    color: #026CEF;
}

#u1416-4 {

}

.header__logo {
    width: 100%;
    height: auto;
}

.services__image {
    width: 50%;
    padding-top: 10%;
}

.services__text {
    width: 50%;
}

.services__image-picture img {
    width: 100%;
    height: auto;
}

.services__text {
    padding: 22px 37px;
}

.services__text-item {
    font-size: 17px;
    margin-bottom: 21px;
    line-height: 21px;
}

.about-contact__phone {
    display: flex;
    flex-direction: column;
}

.about-advants {
    display: flex;
    flex-wrap: wrap;    margin-left: -15px;
    margin-right: -95px;
}

.about-advants__item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 42px;
}

span.about-advants__icon {
    margin-left: 19px;
}

.about-page__chair-block {
    position: relative;
}

.section.prices {
    background: #026CEF;
    padding: 2% 0 2% 0;
    color: #FFF;
}

.prices-blocks__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 19px;
    text-align: center;
}

.faq__inner {
    flex-direction: column;
}

.faq__list-wrap {
    padding-left: 35px;
}

.faq__data {
    display: flex;
}

.faq__item:before {
    display: none;
}

.fancybox-bg {
    background: rgba(2,108,239,0.9) !important;
}

.faq__item-q {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 4px;
    color: #026CEF;
}

.faq__item {
    margin-bottom: 18px;
}

.faq__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 19px;
    text-align: center;
}

.faq__item {
    font-size: 17px;
    line-height: 22px;
}

.faq {
    padding: 2% 0 4% 0;
    background: #f5f5f5;
}

.prices-table {
    display: flex;
    justify-content: center;
}

.prices-table__info {
    padding-top: 20px;
}

.prices-table__info p {
    margin-top: 15px;
}

.prices-table table {
    margin-top: 20px;
}

.prices-table table td {
    padding: 8px 10px;
    background: #FFF;
    border: 2px solid #bdbdbd;
}

.prices-blocks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prices-blocks {
    font-size: 17px;
    line-height: 22px;
}

.prices-block__list {
    margin-top: 36px;
}

.prices-block__title {
    font-size: 25px;
}

.prices-block__info {
    padding-left: 23px;
}

.prices-block__inner {
    display: flex;
}

.prices-blocks__block {
    width: 50%;
    padding-bottom: 11%;
}

.services__inner {
    padding-top: 4%;
    padding-bottom: 0;
}

.about-page__main {
    width: 50%;
    padding-right: 11%;
    display: flex;
    flex-direction: column;
    padding-top: 9%;
}

.services__small-scale {
    transform: scale(0.7);
}

.section.services {
    margin-bottom: -5%;
}

.about-page__chair {
    width: 50%;
    padding-top: 22%;
    margin-bottom: -20%;
}

.prices-block__item {
    font-size: 17px;
    margin-top: 26px;
}

.footer-contact__block {
    margin-right: 42px;
    margin-top: 10px;
}

.footer-contact__social {
    color: rgb(85, 111, 122);
}

.our-service__inner {
    flex-direction: column;
}

.footer-contact__phone {
    font-weight: bold;
    font-size: 18px;
    margin-right: 8px;
}

.footer__part-second {
    display: flex;
}

.footer {
    display: flex;
    padding: 15px 0;
}

/* Our Services */

.our-service {
    padding: 0 0 2% 0;
}

.our-service__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 39px;
    text-align: center;
}

.our-service__subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.our-service__description {
    font-size: 17px;
    text-align: center;
    line-height: 22px;
}

.our-service__item {
    width: 33.33333333333%;
    display: flex;
    justify-content: center;
    margin: 3% 0;
}

.our-service__title-level-3 {
    font-size: 25px;
    margin-top: 26px;
    text-align: center;
}

.our-service__item__inner {
    text-align: center;
    padding: 15px;
    max-width: 200px;
}

.our-service__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header__logo-wrap {
    padding-right: 15px;
}

img.prices-block {
    width: 100%;
    height: auto;
}

.other-block {
    display: flex;
}

.other-block__info {
    padding-left: 15px;
}

.other-block__info {
    font-size: 17px;
    line-height: 22px;
}

.other-block__info p {
    margin-bottom: 15px;
}

.other-block__info h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.other-block__img {
    width: 35%;
}

.other-block__img img {
    width: 100%;
    height: auto;
}

.other-block__info {
    width: 65%;
}

.other__inner  {
    flex-direction: column;
}


.other__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 39px;
    text-align: center;
}

ol.custom-counter {
    counter-reset: my-counter;
    padding-left: 0;
    list-style: none;
}

ol.custom-counter li {
    counter-increment: my-counter;
    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;
}

ol.custom-counter li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #026CEF;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.other {
    padding: 2% 0 4% 0;
}

.how {
    padding: 2% 0 4% 0;
    background: #f5f5f5;
}

.curia ul {
    padding-left: 20px;
    list-style: none;
}

.curia ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
}

.curia ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: #026CEF;
    border-radius: 50%;
}

.curia p {
    margin-bottom: 8px;
}

.how__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 39px;
    text-align: center;
}

.step__inner h2 {

    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 39px;
    text-align: center;
}

.advant {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 39px;
    color: #026CEF;
}

.step__info h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 22px;
}

.step__info {
    margin-top: -22px;
}

.step {
    padding: 2% 0 4% 0;
}

.how .highlight {
    font-weight: bold;
}

.how .contact {
    margin-top: 10px;
}

.how__inner {
    flex-direction: column;
    font-size: 17px;
    line-height: 22px;
}

.step__inner {
    display: flex;
    flex-direction: column;
}

.step__data {
    display: flex;
}

.step__info {
    width: 60%;
}

.step__man {
    width: 40%;
}

.step__man img {
    width: 100%;
    height: auto;
}

.prices-table__man img {
    width: 100%;
    height: auto;
}

.prices-table table {
    width: 60%;
}

.prices-table__man {
    width: 40%;
    position: relative;
    left: -34px;
}

.convert button.popup_element {
    background: #FFF;
}

.convert button.popup_element p {
    color: #026CEF !important;
}

.convert .about-contact__phone-tel {
    color: #FFF !important;
}

.convert .about-contact__phone-social {
    color: #FFF;
}

.convert .about-page__info {
    padding-top: 0 !important;
}

.convert__inner {
    justify-content: center;
}

.convert {
    background: #026CEF;
    padding: 2% 0 2% 0;
    color: #FFF;
}

/* Базовый класс загрузки */
.loading {
    position: relative;
}

/* Полупрозрачный фон */
.loading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); /* можно подкорректировать прозрачность */
    z-index: 10;
}

/* Сам спиннер */
.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; /* центрируем */
    border: 4px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
    z-index: 11;
}

/* Анимация вращения */
@keyframes spinner {
    to { transform: rotate(360deg); }
}