/* import fonts */

@font-face {
    font-family: "Roboto";
    src: local("Roboto"),
    url(../fonts/Roboto-Light.woff) format("woff"),
    url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"),
    url(../fonts/Roboto-Regular.woff) format("woff"),
    url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"),
    url(../fonts/Roboto-Medium.woff) format("woff"),
    url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"),
    url(../fonts/Roboto-Bold.woff) format("woff"),
    url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 30;
}

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal;
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #A5A5A5;
    font-size: 15px;
    width: 100%;
    border-color: #A5A5A5;
    border-radius: 10px;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #CFD8E1;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
    border-radius: 10px;
    font-size: 15px;
}

textarea {
    border-color: #a5a5a587;
    height: 130px !important;
    padding: 15px;
    resize: none;
}

input::-moz-placeholder {
    color: #A5A5A5;
}

input::-webkit-input-placeholder {
    color: #A5A5A5;
}

input:-ms-input-placeholder {
    color: #A5A5A5;
}

input::placeholder {
    color: #A5A5A5;
}

textarea::-moz-placeholder {
    color: #A5A5A5;
}

textarea::-webkit-textarea-placeholder {
    color: #A5A5A5;
}

textarea:-ms-textarea-placeholder {
    color: #A5A5A5;
}

textarea::placeholder {
    color: #A5A5A5;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #cccccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #cccccc;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #cccccc;
}

.select:focus {
    border-color: #cccccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}


.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

input, textarea, select, button, .btn {
    height: 50px;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group button {
    width: 100%;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c86461;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
}

.agree_field > span {
    padding-left: 25px;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.block-title {
    font-size: 40px;
    font-weight: 600;
}

.logo-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
}

.addr {
    font-size: 20px;
    padding-left: 32px;
    background: url(../img/ico__loc.svg) 0 50% no-repeat;
}

.phone {
    font-size: 20px;
    padding-left: 32px;
    background: url(../img/ico__phone.svg) 0 50% no-repeat;
}

.openhours {
    font-size: 20px;
    padding-left: 32px;
    background: url(../img/ico__clock.svg) 0 50% no-repeat;
}

.swiper {
    padding-bottom: 50px !important;
    padding-top: 35px !important;
}

.swiper-wrapper {
    height: 100% !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-pagination {
}

.swiper-pagination-bullet {
    background: #D8D8D8 !important;
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    position: relative;
    margin: 0 7px !important;
}

.swiper-pagination-bullet-active {
    background: #039fe2 !important;
}

.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #1C1C1B;
}

.hidden {
    display: none !important;
}

.bg-anim {
    /* transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear; */
    position: fixed;
    top: 54%;
    right: 20%;
    z-index: -1;
    max-width: 35%;
    opacity: .6;
}

.bg-anim img {
}

.btn-arrow {
    color: #039fe2;
    font-size: 20px;
    background: url(../img/ico__arrow-btn.svg) 100% 50% no-repeat;
    padding-right: 30px;
    display: inline-block;
    width: auto;
}

.btn-arrow:hover {
    color: #6DA100;
    background: url(../img/ico__arrow-btn_hover.svg) 100% 50% no-repeat;
}

.btn {
    background: #039fe2;
    color: white;
    text-align: center;
    width: 494px;
    display: flex;
    align-items: center;
    border: 1px solid #039fe2;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    border-radius: 10px;
    font-size: 20px;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #6DA100;
    border-color: #6DA100;
}

.btn_showmore {
    background: #F0F3F6;
    border-color: #F0F3F6;
    color: #1C1C1B;
    width: 350px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.btn_showmore:hover {
    background: #CFD8E1;
    border-color: #CFD8E1;
}

/* common styles END */


/*************************************************************************************************************************/

.header__menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0px 0px 20px 0px #0B17371F;
    transform: scale(0.1) rotate(-360deg);
    -webkit-transform: scale(0.1) rotate(-360deg);
    -moz-transform: scale(0.1) rotate(-360deg);
    -ms-transform: scale(0.1) rotate(-360deg);
    -o-transform: scale(0.1) rotate(-360deg);
    transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transform-origin: top right;
    /*right: -100%;
    */
    opacity: 0;
    pointer-events: none;
}

.header__menu-item {
}

.header__menu.active {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    /* right: 0; */
    opacity: 1;
    pointer-events: unset;
}

.header .mob-menu-btn {
    display: flex;
    position: relative;
    width: 32px;
    height: 14px;
    z-index: 1;
    flex-direction: column;
    align-items: flex-end;
    transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
}

.header .mob-menu-btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
}

.header .mob-menu-btn span:nth-child(1) {
    top: 0;
}

.header .mob-menu-btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
    width: 75%;
}

.header .mob-menu-btn span:nth-child(3) {
    bottom: 0;
    width: 50%;
}

.header .mob-menu-btn.active span:nth-child(1) {
    transform-origin: center;
    transform: rotate(-45deg);
    /* top: -6px; */
    top: calc(50% - 1px);
}

.header .mob-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.header .mob-menu-btn.active span:nth-child(3) {
    transform-origin: center;
    transform: rotate(45deg);
    width: 100%;
    bottom: calc(50% - 1px);
}

.header .mob-menu-btn.active {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


.header {
    padding: 37px 0;
    box-shadow: 0px 2px 10px 0px #BBBBBB42;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FEFEFECC;
    backdrop-filter: blur(20px);
}

.header__container {
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo-block {
}

.header__logo {
}

.header__logo1 {
    /*border-right: 2px solid #CFD8E1;*/
    /*padding-right: 20px;*/
}

.header__logo2 {
}

.header__addr {
}

.header__phone {
}


.top_addr_wrap {
    position: relative;
}

.top_addr_wrap .active_addr {
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.top_addr_wrap .active_addr:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/ico_down.svg") 50% no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

.top_addr_wrap .addr_list {
    padding: 10px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 30px;
    left: 22px;
    display: none;
    box-shadow: 0px 2px 10px 0px #BBBBBB42;
}

.top_addr_wrap .addr_list > div {
    font-size: 14px;
    cursor: pointer;
}

.top_addr_wrap .addr_list > div:not(:first-child) {
    margin-top: 10px;
}

/**************************************************************************************************************/


.intro {
    position: relative;
    z-index: 1;
    padding-top: 122px;
}

.intro__slider {
    padding: 0 !important;
}

.intro__bg {
}

.intro__container {
}

.intro__img {
    border-radius: 28px;
    overflow: hidden;
}

.intro__content {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 80px;
    background: #FEFEFECC;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    padding: 30px;
}

.intro__title-block {
}

.intro__title1 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.intro__title2 {
    font-size: 25px;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
}

.intro__title2:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #039fe2;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.intro__title2_ico1:before {
    background-image: url(../img/intro__ico1.svg);
}

.intro__title2_ico2:before {
    background-image: url(../img/intro__ico2.svg);
}

.intro__title3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
}

.intro__btn {
}


/**************************************************************************************************************/


.specials-offer {
    margin-top: 110px;
}

.specials-offer__container {
}

.specials-offer__title {
    padding-bottom: 30px;
}

.specials-offer__content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.9%;
}

.specials-offer__item {
    box-shadow: 0px 0px 20px 0px #0B17371F;
    width: 31.4%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    background: #fff;
}


.specials-offer__image {
}

.specials-offer__img {
}

.specials-offer__item-title {
    margin: 0 15px;
    padding-bottom: 40px;
    font-size: 20px;
    margin-top: 20px;
}

.specials-offer__btn {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: auto;
}

.specials-offer__btn-to-desc {
}

.specials-offer-popup {
}

.specials-offer-popup__container {
    padding: 30px;
    border-radius: 28px;
}

.specials-offer-popup__title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.specials-offer-popup__content {
}

.specials-offer-popup__text {
    text-align: left;
    margin-top: 15px;
}

.specials-offer-popup__list {
    text-align: left;
    margin-top: 15px;
    list-style: disc;
    padding-left: 15px;
}

.specials-offer-popup__list-item {
}

.specials-offer-popup__btn {
    width: 100%;
    margin-top: 20px;
}

.specials-offer__btn_showmore {
}


/**************************************************************************************************************/


.mark {
    margin-top: 110px;
}

.mark__container {
}

.mark__title {
    /* padding-bottom: 30px; */
}

.mark__content {
}

.mark__slider {
}

.mark__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #F6F8FB;
    border-radius: 20px;
    height: 100%;
    filter: grayscale();
    -webkit-filter: grayscale();
}

.mark__item:hover {
    background: #FEFEFE;
    filter: unset;
    -webkit-filter: unset;
    box-shadow: 0px 0px 20px 0px #0B17371F;
}

.mark__item:hover {
}

.mark__item img {
}

.mark__pag {
}


/**************************************************************************************************************/


.services {
    margin-top: 110px;
}

.services__container {
}

.services__title {
    padding-bottom: 30px;
}

.services__content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.9%;
}

.services__item {
    border-radius: 20px;
    background: #F6F8FB;
    width: 31.4%;
    overflow: hidden;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
}

.services__item-title {
    font-size: 20px;
    font-weight: 500;
}

.services__count {
    font-size: 15px;
    color: #A5A5A5;
    padding-bottom: 60px;
}

.services__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.services__img {
}

.services__btn-arrow {
    margin-top: auto;
}

.services__btn-to-desc {
}

.services-popup {
}

.services-popup__container {
    padding: 30px;
    border-radius: 28px;
}

.services-popup__title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.services-popup__content {
}

.services-popup__text {
    text-align: left;
    margin-top: 15px;
}

.services-popup__list {
    text-align: left;
    margin-top: 15px;
    list-style: disc;
    padding-left: 15px;
}

.services-popup__list-item {
}

.services-popup__btn {
    width: 100%;
    margin-top: 20px;
}

.services__btn_showmore {
}


/****************************************************************************************************/


.offer-service {
    margin-top: 100px;
}

.offer-service__container {
}

.offer-service__title {
    padding-bottom: 30px;
}

.offer-service__content {
    position: relative;
}

.offer-service__image {
}

.offer-service__img {
}

.offer-service__img img {
    border-radius: 28px;
}

.offer-service__form {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: 0;
    background: #FEFEFE;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px #0B17371F;
    width: 100%;
    max-width: 545px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offer-service__form .wilgood-btn-open[data-v-886ebc5a] {
    width: 100%;
    padding: 0;
    background: none;
}

.offer-service__form .wilgood-btn-open[data-v-886ebc5a] button[data-v-886ebc5a] {
    background: none;
}

.offer-service__form-title {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
}

.offer-service__form .form-group {
}

.offer-service__form input {
}

.offer-service__form select {
}

.offer-service__form textarea {
}

.offer-service__form-btn {
}


/**************************************************************************************************************/

.why-we-mob {
    display: none !important;
}

.why-we {
    margin-top: 80px;
}

.why-we__container {
}

.why-we__title {
    padding-bottom: 30px;
}

.why-we__content {
}

.why-we__table {
    width: 100%;
    position: relative;
}

.why-we__table tr {
    background: #fff;
}

.why-we__table tr:nth-child(even) {
    background: #F6F8FB;
}

.why-we__table th {
    padding: 20px 10px;
    /* position: relative; */
}

.why-we__table th:nth-child(2):after {
    content: "";
    display: block;
    width: 23.333%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    border: 1px solid #039fe2;
    border-top: 10px solid #039fe2;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #0B17371F;
}

.why-we__table td { /* text-align: center; */
}

.why-we__table td:first-child {
    text-align: left;
    width: 30%;
    font-weight: 400;
    padding-left: 30px;
}

.why-we__table-header {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}

.why-we__table-head-item {
}

.why-we__table-row {
    font-size: 23px;
}

.why-we__table-row td {
    width: 23.333%;
    font-weight: 500;
    padding: 20px 10px;
    padding-left: 6%;
}

td {
}

.why-we__table-name-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-we__table-name-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #039fe2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-we__table-name-ico img {
}

.why-we__table-name-text {
    max-width: 86%;
}

.why-we__table-val-item {
    display: inline-block;
    padding-left: 30px;
}

.why-we .val-item_plus {
    background: url(../img/why-we/why-we__ico-plus.svg) 0 50% no-repeat;
}

.why-we .val-item_minus {
    background: url(../img/why-we/why-we__ico-minus.svg) 0 50% no-repeat;
}

/**************************************************************************************************************/


.about {
    background: #F6F8FB;
    margin-top: 110px;
    padding-top: 150px;
}

.about__container {
}

.about__content {
    background: #FEFEFEE5;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    position: absolute;
    right: 0;
    padding: 30px;
    top: -80px;
}

.about__title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.about__desc {
    font-size: 22px;
    margin-top: 20px;
}

.about__list-title {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}

.about__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.about__list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}

.about__list-item-ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #039fe2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__list-item-ico img {
}

.about__epilog {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.about__btn {
    margin-top: 30px;
    width: 100%;
}

.about__image {
}

.about__img {
}


/**************************************************************************************************************/


.reviews {
    margin-top: 110px;
}

.reviews__container {
}

.reviews__title {
    /* padding-bottom: 30px; */
}

.reviews__content {
}

.reviews__slider {
}

.reviews__item {
    box-shadow: 0px 0px 20px 0px #0B17371F;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    height: 100%;
}

.reviews__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.reviews__item-title {
    font-size: 25px;
}

.reviews__rating {
    display: flex;
    gap: 3px;
}

.reviews__rating img {
}

.reviews__text {
    font-size: 20px;
    margin-top: 20px;
}

.reviews__pag {
}


/**************************************************************************************************************/


.contacts {
    margin-top: 110px;
}

.contacts__container {
}

.contacts__content {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0 30px;
}

.contacts__content .column {
    position: absolute;
}

.contacts__content .column.left {
    top: 0;
    left: 0;
}

.contacts__content .column.right {
    top: 0;
    left: unset;
    right: 0;
}

.contacts__iamge {
}

.contacts__img {
}

.contacts__main {
    background: #FEFEFECC;
    backdrop-filter: blur(10px);
    margin-top: 15px;
    padding: 35px 35px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 420px;
}

.contacts__title {
}

.contacts__addr {
    font-size: 15px;
    background: url(../img/ico__loc_bot.svg) 0 50% no-repeat;
    padding: 2px 0 2px 30px;
}

.contacts__phone {
    font-size: 15px;
    background: url(../img/ico__phone_bot.svg) 0 50% no-repeat;
    padding: 2px 0 2px 30px;
}

.contacts__openhours {
    font-size: 15px;
    padding: 2px 0 2px 30px;
}

.contacts__btn {
    width: 100%;
}


/**************************************************************************************************************/


#map1 {
    height: 655px;
    width: 100%;
    max-width: 100%;
}


/**************************************************************************************************************/


.footer {
    padding: 20px 0;
    color: inherit;
    font-size: 14px;
    background: #1C1C1B;
    color: #fff;
}

.footer__container {
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer__copyright {
}

.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}

.footer__comp-info {
}

.footer__madein {
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.footer__policy {
    color: inherit;
    text-decoration: none;
}

.footer__disclamer {
    font-size: 14px;
    display: none;
    text-align: left;
    padding-top: 35px;
}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1460px) {

    .container {
        max-width: 1082px;
        padding: 0 15px;
    }

    .block-title {
    }

    .logo-block {
    }

    .logo {
    }

    .addr {
    }

    .phone {
    }

    .openhours {
    }

    .swiper {
    }

    .swiper-wrapper {
    }

    .swiper-slide {
    }

    .swiper-pagination {
    }

    .btn-arrow {
    }

    .btn {
    }


    .header__menu {
    }

    .header__menu-item {
    }

    .header .mob-menu-btn {
    }

    .header .mob-menu-btn span {
    }

    .header .mob-menu-btn span:nth-child(1) {
    }

    .header .mob-menu-btn span:nth-child(2) {
    }

    .header .mob-menu-btn span:nth-child(3) {
    }

    .header .mob-menu-btn.active span:nth-child(1) {
    }

    .header .mob-menu-btn.active span:nth-child(2) {
    }

    .header .mob-menu-btn.active span:nth-child(3) {
    }


    .header {
    }

    .header__container {
    }

    .header__content {
    }

    .header__logo-block {
    }

    .header__logo {
    }

    .header__logo1 {
    }

    .header__logo2 {
    }

    .header__addr {
        font-size: 15px;
    }

    .header__phone {
        font-size: 15px;
    }


    /**************************************************************************************************************/
    .intro {
    }

    .intro__slider {
    }

    .intro__bg {
    }

    .intro__container {
    }

    .intro__img {
    }

    .intro__content {
    }

    .intro__title-block {
    }

    .intro__title1 {
    }

    .intro__title2 {
    }

    .intro__title2_ico1 {
    }

    .intro__title2_ico2 {
    }

    .intro__title3 {
    }

    .intro__btn {
    }


    /**************************************************************************************************************/
    .specials-offer {
    }

    .specials-offer__container {
    }

    .specials-offer__title {
    }

    .specials-offer__content {
    }

    .specials-offer__item {
    }

    .specials-offer__image {
    }

    .specials-offer__img {
    }

    .specials-offer__item-title {
    }

    .specials-offer__btn {
    }

    .specials-offer__btn-to-desc {
    }

    .specials-offer-popup {
    }

    .specials-offer-popup__container {
    }

    .specials-offer-popup__title {
    }

    .specials-offer-popup__content {
    }

    .specials-offer-popup__text {
    }

    .specials-offer-popup__list {
    }

    .specials-offer-popup__list-item {
    }

    .specials-offer-popup__btn {
    }

    .specials-offer__btn_showmore {
    }


    /**************************************************************************************************************/
    .mark {
    }

    .mark__container {
    }

    .mark__title {
    }

    .mark__content {
    }

    .mark__slider {
    }

    .mark__item {
    }

    .mark__item img {
    }

    .mark__pag {
    }


    /**************************************************************************************************************/
    .services {
    }

    .services__container {
    }

    .services__title {
    }

    .services__content {
    }

    .services__item {
    }

    .services__item-title {
    }

    .services__count {
    }

    .services__image {
    }

    .services__img {
    }

    .services__btn-arrow {
    }

    .services__btn-to-desc {
    }

    .services-popup {
    }

    .services-popup__container {
    }

    .services-popup__title {
    }

    .services-popup__content {
    }

    .services-popup__btn {
    }

    .services-popup__list {
    }

    .services-popup__list-item {
    }

    .services__btn_showmore {
    }


    /****************************************************************************************************/
    .offer-service {
    }

    .offer-service__container {
    }

    .offer-service__title {
    }

    .offer-service__content {
    }

    .offer-service__image {
    }

    .offer-service__img {
    }

    .offer-service__form {
    }

    .offer-service__form-title {
    }

    .offer-service__form .form-group {
    }

    .offer-service__form input {
    }

    .offer-service__form select {
    }

    .offer-service__form textarea {
    }

    .offer-service__form-btn {
    }


    /**************************************************************************************************************/
    .why-we {
    }

    .why-we__container {
    }

    .why-we__title {
    }

    .why-we__content {
    }

    .why-we__table {
    }

    .why-we__table tr {
    }

    .why-we__table th {
    }

    .why-we__table td {
    }

    .why-we__table-header {
        font-size: 20px;
    }

    .why-we__table-head-item {
    }

    .why-we__table-row {
        font-size: 15px;
    }

    .why-we__table-row td {
    }

    .why-we__table-name-item {
        font-size: 15px;
    }

    .why-we__table-name-ico {
    }

    .why-we__table-name-ico img {
    }

    .why-we__table-name-text {
    }

    .why-we__table-val-item {
    }

    .why-we__table-val-item.val-item_plus {
    }

    .why-we__table-val-item.val-item_minus {
    }

    /**************************************************************************************************************/
    .about {
    }

    .about__container {
    }

    .about__content {
        max-width: 55%;
    }

    .about__title {
    }

    .about__desc {
    }

    .about__list-title {
    }

    .about__list {
    }

    .about__list-item {
    }

    .about__list-item-ico {
    }

    .about__list-item-ico img {
    }

    .about__epilog {
    }

    .about__btn {
    }

    .about__image {
    }

    .about__img {
    }


    /**************************************************************************************************************/
    .reviews {
    }

    .reviews__container {
    }

    .reviews__title {
    }

    .reviews__content {
    }

    .reviews__slider {
    }

    .reviews__item {
    }

    .reviews__intro {
    }

    .reviews__item-title {
        font-size: 20px;
    }

    .reviews__rating {
    }

    .reviews__rating img {
    }

    .reviews__text {
        font-size: 15px;
    }

    .reviews__pag {
    }


    /**************************************************************************************************************/
    .contacts {
    }

    .contacts__container {
        max-width: 100%;
    }

    .contacts__content {
    }

    .contacts__iamge {
    }

    .contacts__img {
    }

    .contacts__main {
    }

    .contacts__title {
    }

    .contacts__addr {
    }

    .contacts__phone {
    }

    .contacts__openhours {
    }

    .contacts__btn {
    }


    /**************************************************************************************************************/
    #map1 {
    }


    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__content {
    }

    .footer__copyright {
    }

    .footer__dislamer-btn {
    }

    .footer__comp-info {
    }

    .footer__madein {
    }

    .footer__policy {
    }

    .footer__disclamer {
    }


}

/* tablets */

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .container {
        max-width: 738px;
        padding: 0 15px;
    }

    .block-title {
    }

    .logo-block {
    }

    .logo {
    }

    .addr {
    }

    .phone {
    }

    .openhours {
    }

    .swiper {
    }

    .swiper-wrapper {
    }

    .swiper-slide {
    }

    .swiper-pagination {
    }

    .btn-arrow {
        font-size: 15px;
    }

    .btn {
        font-size: 15px;
    }

    .header__menu {
    }

    .header__menu-item {
    }

    .header .mob-menu-btn {
    }

    .header .mob-menu-btn span {
    }

    .header .mob-menu-btn span:nth-child(1) {
    }

    .header .mob-menu-btn span:nth-child(2) {
    }

    .header .mob-menu-btn span:nth-child(3) {
    }

    .header .mob-menu-btn.active span:nth-child(1) {
    }

    .header .mob-menu-btn.active span:nth-child(2) {
    }

    .header .mob-menu-btn.active span:nth-child(3) {
    }


    .header {
    }

    .header__container {
    }

    .header__content {
    }

    .header__logo-block {
        max-width: 36%;
    }

    .header__logo {
    }

    .header__logo1 {
    }

    .header__logo2 {
    }

    .header__addr {
        display: none;
    }

    .header__phone {
        font-size: 15px;
    }


    /**************************************************************************************************************/
    .intro {
        padding-top: 84px;
    }

    .intro__slider {
    }

    .intro__bg {
    }

    .intro__container {
    }

    .intro__img {
    }

    .intro__content {
        bottom: 20px;
        left: 40px;
        padding: 15px;
    }

    .intro__title-block {
    }

    .intro__title1 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .intro__title2 {
        font-size: 20px;
        padding-bottom: 10px;
        padding-left: 40px;
    }

    .intro__title2:before {
        width: 30px;
        height: 30px;
        top: calc(50% - 20px);
    }

    .intro__title2_ico1 {
    }

    .intro__title2_ico2 {
    }

    .intro__title3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .intro__btn {
        width: 100%;
    }


    /**************************************************************************************************************/
    .specials-offer {
    }

    .specials-offer__container {
    }

    .specials-offer__title {
    }

    .specials-offer__content {
    }

    .specials-offer__item {
    }

    .specials-offer__image {
    }

    .specials-offer__img {
    }

    .specials-offer__item-title {
        font-size: 15px;
    }

    .specials-offer__btn {
    }

    .specials-offer__btn-to-desc {
    }

    .specials-offer-popup {
    }

    .specials-offer-popup__container {
    }

    .specials-offer-popup__title {
    }

    .specials-offer-popup__content {
    }

    .specials-offer-popup__text {
    }

    .specials-offer-popup__list {
    }

    .specials-offer-popup__list-item {
    }

    .specials-offer-popup__btn {
    }

    .specials-offer__btn_showmore {
    }


    /**************************************************************************************************************/
    .mark {
    }

    .mark__container {
    }

    .mark__title {
    }

    .mark__content {
    }

    .mark__slider {
    }

    .mark__item {
    }

    .mark__item img {
    }

    .mark__pag {
    }


    /**************************************************************************************************************/
    .services {
    }

    .services__container {
    }

    .services__title {
    }

    .services__content {
    }

    .services__item {
    }

    .services__item-title {
        font-size: 15px;
    }

    .services__count {
    }

    .services__image {
    }

    .services__img {
    }

    .services__btn-arrow {
    }

    .services__btn-to-desc {
    }

    .services-popup {
    }

    .services-popup__container {
    }

    .services-popup__title {
    }

    .services-popup__content {
    }

    .services-popup__btn {
    }

    .services-popup__list {
    }

    .services-popup__list-item {
    }

    .services__btn_showmore {
    }


    /****************************************************************************************************/
    .offer-service {
    }

    .offer-service__container {
    }

    .offer-service__title {
    }

    .offer-service__content {
    }

    .offer-service__image {
    }

    .offer-service__img {
    }

    .offer-service__form {
        position: static;
        max-width: 100%;
        margin-top: 15px;
    }

    .offer-service__form-title {
    }

    .offer-service__form .form-group {
    }

    .offer-service__form input {
    }

    .offer-service__form select {
    }

    .offer-service__form textarea {
    }

    .offer-service__form-btn {
    }


    /**************************************************************************************************************/
    .why-we {
    }

    .why-we__container {
    }

    .why-we__title {
    }

    .why-we__content {
    }

    .why-we__table {
    }

    .why-we__table tr {
    }

    .why-we__table th {
    }

    .why-we__table td {
    }

    .why-we__table-header {
        font-size: 17px;
    }

    .why-we__table-head-item {
    }

    .why-we__table-row {
        font-size: 15px;
    }

    .why-we__table-row td {
        padding: 2%;
        padding-left: 4%;
    }

    .why-we__table td:first-child {
        padding-left: 2%;
    }

    .why-we__table-name-item {
    }

    .why-we__table-name-ico {
    }

    .why-we__table-name-ico img {
    }

    .why-we__table-name-text {
        max-width: 50%;
    }

    .why-we__table-val-item {
    }

    .why-we__table-val-item.val-item_plus {
    }

    .why-we__table-val-item.val-item_minus {
    }

    /**************************************************************************************************************/
    .about {
        padding-top: 60px;
    }

    .about__container {
    }

    .about__content {
        position: static;
    }

    .about__title {
    }

    .about__desc {
    }

    .about__list-title {
    }

    .about__list {
    }

    .about__list-item {
    }

    .about__list-item-ico {
    }

    .about__list-item-ico img {
    }

    .about__epilog {
    }

    .about__btn {
    }

    .about__image {
    }

    .about__img {
    }


    /**************************************************************************************************************/
    .reviews {
    }

    .reviews__container {
    }

    .reviews__title {
    }

    .reviews__content {
    }

    .reviews__slider {
    }

    .reviews__item {
    }

    .reviews__intro {
    }

    .reviews__item-title {
        font-size: 18px;
    }

    .reviews__rating {
    }

    .reviews__rating img {
    }

    .reviews__text {
        font-size: 13px;
    }

    .reviews__pag {
    }


    /**************************************************************************************************************/
    .contacts {
    }

    .contacts__container {
        max-width: 100%;
    }

    .contacts__content {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-evenly;
        flex-flow: unset;
        left: 0;
        margin-bottom: 30px;
    }

    .contacts__content .column {
        position: relative;
    }

    .contacts__iamge {
    }

    .contacts__img {
    }

    .contacts__main {
        min-width: auto;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px #0B17371F;
    }

    .contacts__title {
    }

    .contacts__addr {
    }

    .contacts__phone {
    }

    .contacts__openhours {
    }

    .contacts__btn {
    }


    /**************************************************************************************************************/
    #map1 {
    }


    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__content {
    }

    .footer__copyright {
    }

    .footer__dislamer-btn {
    }

    .footer__comp-info {
    }

    .footer__madein {
    }

    .footer__policy {
    }

    .footer__disclamer {
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .contacts__content {
        padding: 0;
    }

    .contacts__content .column {
        width: 48%;
    }

    .contacts__main {
        width: 100%;
    }

    .contacts__main nobr {
        white-space: wrap;
    }
}

/* mobiles */

@media only screen and (max-width: 767px) {
    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .block-title {
        font-size: 6vw;
    }

    .logo-block {
    }

    .logo {
    }

    .addr {
    }

    .phone {
    }

    .openhours {
    }

    .swiper {
    }

    .swiper-wrapper {
    }

    .swiper-slide {
    }

    .swiper-pagination {
    }

    .btn-arrow {
        font-size: 15px;
        background-size: auto 80%;
        padding-right: 25px;
    }

    .btn {
        width: 100%;
        height: 40px;
        font-size: 15px;
    }

    .bg-anim {
        top: 10%;
        right: 15px;
        z-index: -1;
        max-width: 70%;
    }

    .header__menu {
        width: 100%;
    }

    .header__menu-item {
    }

    .header .mob-menu-btn {
    }

    .header .mob-menu-btn span {
    }

    .header .mob-menu-btn span:nth-child(1) {
    }

    .header .mob-menu-btn span:nth-child(2) {
    }

    .header .mob-menu-btn span:nth-child(3) {
    }

    .header .mob-menu-btn.active span:nth-child(1) {
    }

    .header .mob-menu-btn.active span:nth-child(2) {
    }

    .header .mob-menu-btn.active span:nth-child(3) {
    }


    .header {
        padding: 10px 0;
    }

    .header__container {
    }

    .header__content {
        flex-wrap: wrap;
        gap: 5px;
    }

    .header__logo-block {
        max-width: 80%;
    }

    .header__logo {
    }

    .header__logo1 {
    }

    .header__logo2 {
    }

    .header__addr {
        display: none;
    }

    .header__phone {
        order: 1;
        font-size: 4.5vw;
        /* position: fixed; */
        z-index: 100;
        top: 58px;
        left: 0;
        padding: 2vw 0;
        /* background-color: #ffffffd4; */
        background-size: auto 35%;
        background-position-x: 23%;
        width: 100%;
        text-align: center;
        /* box-shadow: 0px -2px 10px 0px #BBBBBB42; */
    }


    /**************************************************************************************************************/
    .intro {
        padding-top: 28vw;
    }

    .intro__slider {
    }

    .intro__bg {
    }

    .intro__container {
    }

    .intro__img {
        border-radius: 28px 28px 0 0;
    }

    .intro__content {
        position: static;
        padding: 15px;
        /* margin-top: 20px; */
        background: #F6F8FB;
    }

    .intro__title-block {
    }

    .intro__title1 {
        font-size: 7.2vw;
        padding: 0;
        margin-bottom: 2vw;
        font-weight: 500;
    }

    .intro__title2 {
        font-size: 4.5vw;
        padding: 0;
        padding-left: 8vw;
        margin-bottom: 2vw;
    }

    .intro__title2:before {
        width: 7vw;
        height: 7vw;
        top: -0.5vw;
        background-size: 60%;
    }

    .intro__title2_ico1 {
    }

    .intro__title2_ico2 {
    }

    .intro__title3 {
        font-size: 5vw;
    }

    .intro__btn {
        width: 100%;
    }


    /**************************************************************************************************************/
    .specials-offer {
        margin-top: 50px;
    }

    .specials-offer__container {
    }

    .specials-offer__title {
        padding-bottom: 15px;
    }

    .specials-offer__content {
        gap: 20px;
    }

    .specials-offer__item {
        width: 100%;
    }

    .specials-offer__image {
    }

    .specials-offer__img {
    }

    .specials-offer__img img {
        width: 100%;
    }

    .specials-offer__item-title {
        font-size: 15px;
        padding-bottom: 15px;
        font-size: 5.5vw;
    }

    .specials-offer__btn {
        width: calc(100% - 30px);
    }

    .specials-offer__btn-to-desc {
    }

    .specials-offer-popup {
    }

    .specials-offer-popup__container {
    }

    .specials-offer-popup__title {
    }

    .specials-offer-popup__content {
    }

    .specials-offer-popup__text {
    }

    .specials-offer-popup__list {
    }

    .specials-offer-popup__list-item {
    }

    .specials-offer-popup__btn {
    }

    .specials-offer__btn_showmore {
    }


    /**************************************************************************************************************/
    .mark {
        margin-top: 50px;
    }

    .mark__container {
    }

    .mark__title {
        padding-bottom: 15px;
    }

    .mark__content {
    }

    .mark__slider {
        padding-top: 15px !important;
    }

    .mark__item {
        padding: 15px;
    }

    .mark__item img {
    }

    .mark__pag {
    }


    /**************************************************************************************************************/
    .services {
        margin-top: 50px;
    }

    .services__container {
    }

    .services__title {
        padding-bottom: 15px;
    }

    .services__content {
        gap: 20px;
    }

    .services__item {
        width: 100%;
    }

    .services__item-title {
        font-size: 4vw;
    }

    .services__count {
    }

    .services__image {
    }

    .services__img {
    }

    .services__btn-arrow {
    }

    .services__btn-to-desc {
    }

    .services-popup {
    }

    .services-popup__container {
    }

    .services-popup__title {
    }

    .services-popup__content {
    }

    .services-popup__btn {
    }

    .services-popup__list {
    }

    .services-popup__list-item {
    }

    .services__btn_showmore {
    }


    /****************************************************************************************************/
    .offer-service {
        margin-top: 50px;
    }

    .offer-service__container {
    }

    .offer-service__title {
        padding-bottom: 15px;
    }

    .offer-service__content {
    }

    .offer-service__image {
    }

    .offer-service__img {
    }

    .offer-service__form {
        position: static;
        margin-top: 20px;
        padding: 15px;
    }

    .offer-service__form-title {
        font-size: 4vw;
    }

    .offer-service__form .form-group {
    }

    .offer-service__form input {
    }

    .offer-service__form select {
    }

    .offer-service__form textarea {
    }

    .offer-service__form-btn {
    }


    /**************************************************************************************************************/
    .why-we__content_mob {

    }

    .why-we__content_mob {
        padding-top: 10px !important;
    }

    .why-we-mob__item {
        padding-top: 20px;
        border-radius: 10px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .why-we-mob .swiper-slide:first-child .why-we-mob__item {
        border: 1px solid #039fe2;
        border-top: 10px solid #039fe2;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 0px #0B17371F;
    }

    .why-we-mob__item-title {
        text-align: center;
        font-weight: 500;
        font-size: 6vw;
    }

    .why-we-mob .swiper-slide:first-child .why-we-mob__item-title {
        padding-bottom: 2px;
        border-bottom: 2px solid #039fe2;
    }

    .why-we-mob__item-text {
        width: 100%;
        margin-top: 10px;
    }

    .why-we-mob__item-row {
        padding: 3vw 0;
        padding-left: 12vw;
        font-size: 4.5vw;
        background-position-x: 5% !important;
    }

    .why-we-mob__item-row:nth-child(odd) {
        background-color: #F6F8FB;
    }

    .why-we-mob {
        display: block !important;
    }

    .why-we {
        margin-top: 50px;
    }

    .why-we__container {
    }

    .why-we__title {
        padding-bottom: 15px;
    }

    .why-we__content {
        overflow: scroll;
        display: none;
    }

    .why-we__table {
        width: auto;
    }

    .why-we__table tr {
    }

    .why-we__table th {
        padding: 3vw 2vw;
    }

    .why-we__table td {
        padding: 1vw !important;
        padding-left: 5vw !important;
    }

    .why-we__table td:first-child {
    }

    .why-we__table-header {
        font-size: 4vw;
    }

    .why-we__table-head-item {
    }

    .why-we__table th:nth-child(2):after {
        left: 40vw;
        width: 25vw;
        border-top: 4px solid #039fe2;
    }

    .why-we__table-row {
        font-size: 3.5vw;
    }

    .why-we__table-row td {
        width: auto !important;
    }

    .why-we__table-name-item {
        gap: 2vw;
    }

    .why-we__table-name-ico {
        width: 6vw;
        height: 6vw;
        padding: 1.5vw;
    }

    .why-we__table-name-ico img {
    }

    .why-we__table-name-text {
        max-width: 65%;
    }

    .why-we__table-val-item {
        background-size: auto 70% !important;
        padding-left: 4vw;
    }

    .why-we__table-val-item.val-item_plus {
    }

    .why-we__table-val-item.val-item_minus {
    }

    /**************************************************************************************************************/
    .about {
        margin-top: 50px;
        padding-top: 50px;
    }

    .about__container {
    }

    .about__content {
        position: static;
        padding: 20px 15px;
    }

    .about__title {
        font-size: 5.5vw;
        text-align: left;
    }

    .about__desc {
        font-size: 5vw;
    }

    .about__list-title {
        font-size: 4vw;
    }

    .about__list {
        font-size: 3vw;
        gap: 5px;
    }

    .about__list-item {
        font-size: 4vw;
    }

    .about__list-item-ico {
        width: 7vw;
        height: 7vw;
        padding: 1.5vw;
    }

    .about__list-item-text {
        max-width: 84%;
    }

    .about__list-item-ico img {
    }

    .about__epilog {
        font-size: 4vw;
    }

    .about__btn {
    }

    .about__image {
    }

    .about__img {
        display: flex;
        justify-content: flex-end;
    }


    /**************************************************************************************************************/
    .reviews {
        margin-top: 50px;
    }

    .reviews__container {
    }

    .reviews__title {
    }

    .reviews__content {
    }

    .reviews__slider {
    }

    .reviews__item {
    }

    .reviews__intro {
    }

    .reviews__item-title {
        font-size: 4vw;
    }

    .reviews__rating {
    }

    .reviews__rating img {
    }

    .reviews__text {
        font-size: 3vw;
    }

    .reviews__pag {
    }


    /**************************************************************************************************************/
    .contacts {
        margin-top: 50px;
    }

    .contacts__container {
    }

    .contacts {}
    .contacts__container {}
    .contacts__content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        gap: 10px 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .contacts__content .column {
        position: relative;
    }

    .contacts__iamge {}
    .contacts__img {}
    .contacts__main {
        min-width: auto;
        padding: 20px;
        box-shadow: 0px 0px 20px 0px #0B17371F;
        width: 100%;
    }
    .contacts__title {}
    .contacts__addr {}
    .contacts__phone {}
    .contacts__openhours {}
    .contacts__btn {}


    .contacts__addr nobr {
        white-space: wrap;
    }

    /**************************************************************************************************************/
    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% 50% !important;
        margin-top: 20px;
    }


    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__content {
        flex-direction: column;
        text-align: center;
    }

    .footer__copyright {
    }

    .footer__dislamer-btn {
    }

    .footer__comp-info {
    }

    .footer__madein {
    }

    .footer__policy {
    }

    .footer__disclamer {
    }


    /************************************************************************/


}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 592px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

.why-we .val-item_plus {
    background: url(../why-we/why-we__ico-plus.svg) 0 50% no-repeat;
}

.why-we .val-item_minus {
    background: url(../why-we/why-we__ico-minus.svg) 0 50% no-repeat;
}


/* **************************************************************************************************************************************** */

/* media END*/







html, body { height: 100%; }
body { overflow-x: hidden; }

:root{
  --bg:#e7ecf3; --text:#1f2937; --card:#eef3fb; --primary:#2563eb; --muted:#6b7280;
  --shadow-1:-10px -10px 20px #ffffff, 10px 10px 20px #c7ccd6;
  --inset-1:inset -8px -8px 16px #ffffff, inset 8px 8px 16px #c7ccd6;
  --radius:18px; --transition:160ms ease;
}
html[data-theme="dark"]{
  --bg:#0f141b; --text:#e5e7eb; --card:#161b23; --primary:#60a5fa; --muted:#9ca3af;
  --shadow-1:-10px -10px 20px rgba(255,255,255,.05), 10px 10px 20px rgba(0,0,0,.7);
  --inset-1:inset -8px -8px 16px rgba(255,255,255,.06), inset 8px 8px 16px rgba(0,0,0,.7);
}
body{
  margin:0; display:flex; flex-direction:column; min-height:100vh;
  font-family:Roboto, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg); color:var(--text); line-height:1.55;
}

/* NAVBAR */
.navbar{ margin 0; position:sticky; top:0; z-index:100; background:var(--bg); box-shadow:var(--shadow-1); backdrop-filter:blur(4px); }
.nav-inner{ display:flex; align-items:center; gap:12px; }
.brand{ font-weight:800; letter-spacing:.3px; text-decoration:none; color:var(--text); padding:10px 16px; border-radius:var(--radius); box-shadow:var(--shadow-1); }
.nav-center{ flex:1; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.nav-center a{ text-decoration:none; color:var(--text); padding:8px 12px; border-radius:14px; background:var(--bg); box-shadow:var(--shadow-1); transition:transform var(--transition), filter var(--transition); }
.nav-center a:hover{ filter:brightness(1.05); transform:translateY(-1px); }
.nav-right{ display:flex; align-items:center; gap:8px; }
.icon-btn{ display:inline-flex; align-items:center; justify-content:center; width:2.4rem; height:2.4rem; border-radius:50%; border:none; cursor:pointer; background:var(--bg); color:var(--text); box-shadow:var(--shadow-1); transition:transform var(--transition); }
.icon-btn:hover{ transform:translateY(-1px); }
.icon-btn:active{ box-shadow:var(--inset-1); }

/* Drawer (мобильное меню) */
.mobile-menu-toggle{ display:none; }
.backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.25); opacity:0; visibility:hidden; transition:opacity .18s ease, visibility .18s ease; }
.drawer{ position:fixed; top:0; right:0; height:100vh; width:min(82vw,360px); background:var(--bg); box-shadow:-12px 0 24px rgba(0,0,0,.2); transform:translateX(100%); transition:transform .22s ease; z-index:120; display:flex; flex-direction:column; }
.drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:16px 18px; box-shadow:var(--shadow-1); }
.drawer-body{ padding:12px 18px 24px; display:grid; gap:10px; }
.drawer-link{ display:block; padding:10px 12px; border-radius:14px; text-decoration:none; color:var(--text); background:var(--bg); box-shadow:var(--shadow-1); }
.backdrop.open{ opacity:1; visibility:visible; }
.drawer.open{ transform:none; }

@media (max-width:900px){
  .nav-center{ display:none; }
  .mobile-menu-toggle{ display:inline-flex; }
}

/* CONTENT */
main.container{ flex:1; }

/* FOOTER */
.footer{ padding: 20px 0;
    color: inherit;
    font-size: 14px;
    background: #1C1C1B;
    color: #fff; }
.muted{ color:var(--muted); }

/* CARDS */
.card{ background:var(--card); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow-1); transition:transform var(--transition), box-shadow var(--transition); }
.card:hover{ transform:translateY(-2px); }
.card-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:24px; }

/* FORMS */
form{ background:var(--card); padding:20px; border-radius:var(--radius); box-shadow:var(--shadow-1); }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="datetime-local"], textarea, select{
  width:100%; padding:12px 14px; margin:6px 0 14px; border-radius:14px; border:none; background:var(--bg); color:var(--text); box-shadow:var(--inset-1);
}
input::placeholder, textarea::placeholder{ color:var(--muted); }
input[type="submit"], .btn-link, button{ padding:10px 14px; border-radius:14px; border:none; cursor:pointer; background:var(--bg); color:var(--text); box-shadow:var(--shadow-1); text-decoration:none; }
input[type="submit"]:active, .btn-link:active, button:active{ box-shadow:var(--inset-1); }
.btn-link, button{ white-space:nowrap; }

/* =============== */
/* АДАПТИВ ТАБЛИЦ */
/* =============== */

.table-wrap{ overflow-x:auto; }
table.rtable{ width:100%; border-collapse:separate; border-spacing:0 10px; min-width:740px; }
.rtable thead th{ text-align:left; background:var(--bg); color:var(--text); padding:12px 14px; box-shadow:var(--shadow-1); }
.rtable tbody td{ background:var(--card); color:var(--text); padding:12px 14px; word-break:break-word; }
.rtable tbody tr{ box-shadow:var(--shadow-1); border-radius:var(--radius); }
.rtable td.actions{ display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.rtable td.actions form{ display:inline; }

/* Мобильные карточки */
@media (max-width:820px){
  .table-wrap{ overflow:visible; }
  table.rtable{ min-width:0; border-spacing:0; }
  .rtable thead{ display:none; }
  .rtable, .rtable tbody, .rtable tr, .rtable td{ display:block; width:100%; }
  .rtable tbody tr{
    margin:12px 0; padding:12px; border-radius:var(--radius); background:var(--card); box-shadow:var(--shadow-1);
  }
  .rtable tbody td{
    padding:6px 0; display:grid; grid-template-columns:130px 1fr; gap:8px; align-items:baseline; background:transparent; box-shadow:none;
  }
  .rtable tbody td::before{
    content:attr(data-label); color:var(--muted); font-size:.92rem; line-height:1.4; white-space:nowrap;
  }
  .rtable td.actions{ display:flex; gap:10px; margin-top:8px; grid-template-columns:none; }
}

/* Сообщения */
.messages{ margin-top:16px; list-style:none; padding-left:0; }
.messages li{ padding:12px 14px; border-radius:12px; margin-bottom:10px; box-shadow:var(--shadow-1); background:var(--card); }

