@charset "UTF-8";
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    display: block;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:root {
    --container-width: 1360px;
    --container-padding: 20px;
    --font-family: "Object Sans", sans-serif;
    --color-dark: #080b0f;
    --color-white: #FFFFFF;
    --tags: #556473;
    --text-color: #000000;
    --text-color-2: #555555;
    --light-main-color-1: #00b4d8;
    --main-color-1: #86CCE9;
    --dark-main-color-1: #D54423;
    --light-main-color-2: #E3EBFF;
    --main-color-2: #0077b6;
    --dark-main-color-2: #4A62A3;
    --inforows: #424e59;
    --inforow-bg: #eaedf2;
    --inforow-bg-1: #FFFFFF;
    --inforow-bg-2: #F4F4FC;
    --inforow-bg-3: #F9F7F5;
    --inforow-bg-4: #D3D5D9;
    --inforow-bg-5: #caf0f8;
    --decor-color: rgba(0, 0, 0, 0.1);
    --color-gray: #8a8a8e;
    --color-light-gray: #cececf;
	--main-bg: #FFFFFF;
}

/* Gotham */
@font-face {
  font-family: "Object Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Object Sans Regular"), local("Object-Sans-Regular"),
        url("../fonts/ObjectSans/ObjectSans-Regular.woff2") format("woff2"),
        url("../fonts/ObjectSans/ObjectSans-Regular.woff") format("woff"),
        url("../fonts/ObjectSans/ObjectSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Object Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Object Sans Regular"), local("Object-Sans-Regular"),
        url("../fonts/ObjectSans/ObjectSans-Regular.woff2") format("woff2"),
        url("../fonts/ObjectSans/ObjectSans-Regular.woff") format("woff"),
        url("../fonts/ObjectSans/ObjectSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Object Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Object Sans Heavy"), local("Object-Sans-Heavy"),
        url("../fonts/ObjectSans/ObjectSans-Heavy.woff2") format("woff2"),
        url("../fonts/ObjectSans/ObjectSans-Heavy.woff") format("woff"),
        url("../fonts/ObjectSans/ObjectSans-Heavy.ttf") format("truetype");
}
/* Общие glob */
.no-scroll,
body.burger-lock,
body.lock {
    overflow-y: hidden;
}

body {
    margin: 0;
    overflow-y: auto;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
    font-family: var(--font-family);
    background-color: var(--main-bg);
}

body a {
    color: inherit;
}

.hide {
    display: none;
}

.show:not(.hide) {
    display: block;
}

html.lock {
    overflow-y: hidden;
}

html.lock:before {
    opacity: 1;
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%;
}

.section-offset {
    margin-bottom: 160px;
}

.section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.network {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--main-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.network:hover {
    background-color: var(--light-main-color-2);
}

.network:hover svg path {
    fill: var(--main-color-2);
}

.logo {
    display: block;
    overflow: hidden;
    max-width: 180px;
    min-width: 180px;
    width: 100%;
    height: auto;
}

.logo picture {
    width: 100%;
    height: 100%;
}

.logo picture img {
    width: 100%;
    height: 100%;
}

.underline-link {
    position: relative;
    text-decoration: none;
}

.underline-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--main-color-1);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.underline-link:hover::after {
    width: 100%;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 105px;
    right: 60px;
    background: var(--main-color-1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-top:hover {
    background: #fff;
    border-color: var(--main-color-1);
}

.scroll-top:hover svg path {
    fill: var(--main-color-1);
}

.scroll-top.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.photo-zoom {
    position: relative;
}

.photo-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(45deg, rgba(97, 171, 186, 0.25) 50%, rgba(0, 119, 182, 0.25));
    opacity: 0;
    border-radius: 15px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.photo-zoom:hover::before,
.photo-zoom:hover::after {
    opacity: 1;
}

/*  buttons */
.primary-btn,
.secondary-btn,
.tertiary-btn {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    border-radius: 40px;
    padding: 12px 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.primary-btn {
    color: var(--color-white);
    background: var(--main-color-2);
    position: relative;
    overflow: hidden;
	border: 1px solid var(--main-color-2);
}

.primary-btn:hover {
    background: var(--color-white);
    color: var(--main-color-1);
	border: 1px solid var(--main-color-1);
}

.primary-btn:active {
    background: var(--color-white);
    color: var(--main-color-1);
	border: 1px solid var(--main-color-1);
}

.primary-btn:disabled {
    background: var(--color-gray);
    color: var(--color-white);
	border: 1px solid var(--main-color-1);
}

.secondary-btn {
    color: var(--main-color-1);
    background: var(--inforow-bg-5);
}

.secondary-btn:hover {
    background: var(--light-main-color-1);
    color: var(--dark-main-color-1);
}

.secondary-btn:active {
    background: var(--light-main-color-2);
    color: var(--color-gray);
}

.secondary-btn:disabled {
    background: var(--light-main-color-2);
    color: var(--color-gray);
}

.tertiary-btn {
    color: var(--main-color-1);
    border: 1px solid var(--main-color-1);
}

.tertiary-btn:hover {
    color: #000;
    border-color: #000;
}

.tertiary-btn:active {
    background: rgba(103, 114, 129, 0.7);
    color: #fff;
}

.tertiary-btn:disabled {
    background: var(--light-main-color-2);
    color: var(--color-gray);
}

.btn-arrow {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    color: var(--main-color-1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-color-1);
    border-right: 1px solid var(--main-color-1);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 8px;
}

.btn-arrow:hover {
    opacity: 0.7;
}

.padding-offset {
    padding: 100px 0;
}

.btn-circle {
    display: block;
    border-radius: 25px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: var(--main-color-1);
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-circle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid inherit;
    border-right: 1px solid inherit;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-circle:hover {
    opacity: 0.5;
}

.btn-more.active::after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}

/*  titles  */
.title-subtitle,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6 {
    font-family: var(--font-family);
    line-height: 100%;
    color: var(--text-color);
}

.title-subtitle {
    font-size: 58px;
    font-weight: 700;
}

.title-h1 {
    font-size: 40px;
    line-height: 100%;
}

.title-h2 {
    font-size: 34px;
}

.title-h3 {
    font-size: 24px;
}

.title-h4 {
    font-size: 22px;
}

.title-h5 {
    font-size: 18px;
}

.title-h6 {
    font-size: 16px;
    line-height: 111%;
}

.phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--main-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--main-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phone:hover {
    color: var(--main-color-2);
}

.phone-btn,
.phone-btn-white {
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phone-btn svg path,
.phone-btn-white svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phone-btn-white {
    color: var(--color-white);
    background: var(--main-color-2);
	border: 1px solid var(--main-color-2);
}

.phone-btn-white:hover {
    background: var(--main-color-1);
    color: var(--color-white);
}

.phone-btn-white:hover svg path {
    fill: var(--color-white);
    stroke: var(--color-white);
}

.phone-btn {
    background: var(--main-color-1);
    color: var(--color-white);
}

.phone-btn:hover {
    background: var(--color-white);
    color: var(--main-color-1);
}

.phone-btn:hover svg path {
    fill: var(--main-color-1);
    stroke: var(--main-color-1);
}

/*  form  */
.input {
    background: var(--inforow-bg-2);
    border-radius: 40px;
    padding: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.input::-moz-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.input:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.input::-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.input:hover {
    background: var(--inforow-bg-5);
}

.input:focus {
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
}

.input:active {
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.input-wrapper {
    position: relative;
}

.input-error {
    display: none;
    position: absolute;
    bottom: -3px;
    left: 15px;
    font-size: 11px;
    color: #ff4a37;
}

.input-clear {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 5;
    cursor: pointer;
}

.textarea {
    background: var(--inforow-bg-2);
    border-radius: 20px;
    padding: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 142px;
    resize: none;
}

.textarea::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.textarea::-moz-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.textarea:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.textarea::-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.textarea:hover {
    background: var(--inforow-bg-5);
}

.textarea:focus {
    outline: none;
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
}

.textarea:active {
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
    outline: none;
}

.section-link {
    color: var(--main-color-2);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.section-link::after {
    content: ">";
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
}

.section-link:hover {
    color: var(--main-color-1);
}

.politic {
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
}

.politic button {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main-color-2);
}

.politic button:hover {
    opacity: 0.5;
}

/*  search  */
.form-search {
    position: relative;
    width: 100%;
}

.form-search input {
    background: var(--inforow-bg);
    opacity: 0.7;
    width: 100%;
}

.form-search input:focus {
    opacity: 1;
}

.form-search img {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

/* select */
.select {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    padding: 16px 20px;
    background: var(--inforow-bg-2);
    opacity: 0.7;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select:placeholder {
    font-size: 14px;
}

.select:hover {
    opacity: 1;
}

.select:focus {
    outline: 1px solid var(--main-color-1);
}

.select option {
    background: var(--inforow-bg-2) ж;
}

.sort_block label {
    display: block;
    font-size: 12px;
    line-height: 140%;
    color: var(--text-color-2);
    margin-bottom: 8px;
}

/* accordion */
.accordion {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.accordion--active .accordion__btn-more {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion__content--active {
    max-height: 800px;
}

/* tabs */
.tab__btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabcontent {
    display: none;
}

.tabcontent--active {
    display: block;
    width: 100%;
    min-height: 100%;
}

.tab-content {
    display: none;
    width: 100%;
}

.tab-content.active {
    display: block;
    width: 100%;
    min-height: 100%;
}

/* rating */
.full-stars {
    text-align: center;
}

.full-stars .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.full-stars input {
    position: absolute;
    left: -9999px;
}

.full-stars label {
    margin: 0;
    cursor: pointer;
}

.full-stars label svg {
    margin: 0 2px;
    height: 18px;
    width: 20px;
    fill: var(--main-color-1);
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.full-stars input:checked ~ label svg {
    fill: transparent;
}

.full-stars .rating-group:hover label svg {
    fill: var(--main-color-1);
}

.full-stars .rating-group input:hover ~ label svg {
    fill: transparent;
}

@media (max-width: 1024px) {
    .padding-offset {
        padding: 70px 0;
    }
}
/*  media global  */
@media (max-width: 800px) {
	
    .section-offset {
        margin-bottom: 80px;
    }

    .section__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .section__top {
        display: contents;
        margin-bottom: 20px;
    }

    .section__btn {
        display: block;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
    }

    .section__inner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

@media (max-width: 688px) {
    .padding-offset {
        padding: 40px 0;
    }

    body {
        font-size: 14px;
    }

    .title-subtitle {
        font-size: 50px;
		font-weight: 700;
    }
	
    .title-h1 {
        font-size: 34px;
    }

    .title-h2 {
        font-size: 22px;
    }

    .title-h3 {
        font-size: 20px;
    }

    .title-h4 {
        font-size: 18px;
    }

    .title-h5 {
        font-size: 16px;
    }

    .title-h6 {
        font-size: 14px;
        line-height: 125%;
    }

    .btn-circle {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .btn-circle::after {
        width: 6px;
        height: 6px;
        margin-right: 1px;
    }

    .phone {
        font-size: 18px;
    }

    .phone-btn,
  .phone-btn-white {
        padding: 10px 24px;
        font-size: 18px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .breadcrumbs,
  .breadcrumbs li {
        gap: 4px;
    }

    .breadcrumbs li,
  .breadcrumbs li a {
        font-size: 12px;
    }

    .logo {
        max-width: 140px;
        min-width: 140px;
    }
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color-1);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color-2);
}

::-webkit-resizer {
    height: 0;
    width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* animation photo */
.img-animation img {
    -webkit-transition: scale 3s ease;
    transition: scale 3s ease;
}

.img-animation {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.img-animation::before {
    border-radius: 20px;
    display: block;
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  /* opacity: 0.5; */
    -webkit-clip-path: circle(0% at 100% 100%);
    clip-path: circle(0% at 100% 100%);
    z-index: 2;
    -webkit-transition: -webkit-clip-path 0.4s ease-in-out;
    transition: -webkit-clip-path 0.4s ease-in-out;
    transition: clip-path 0.4s ease-in-out;
    transition: clip-path 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
}

.img-animation:hover img {
    scale: 1.05;
}

.img-animation:hover::before {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
}

.search-input {
    width: 100%;
}

/* tabs2 */
.tab-content {
    display: none;
    gap: 20px;
}

.tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs2__content {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

.tabs2__close {
    display: none;
}

.tabs2__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.tabs2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6px;
    border-radius: 5px;
    background-color: transparent;
    gap: 6px;
    color: var(--dark-main-color-2);
}

.tab {
    text-align: center;
    font-weight: 500;
    line-height: 1;
    padding: 13px 16px;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.tab:hover {
    background-color: var(--light-main-color-2);
}

.tab.active {
    background-color: var(--light-main-color-2);
}

.tab__icon {
    width: 22px;
    height: 22px;
}

.tab__icon img {
    width: 22px;
    height: 22px;
}

.tabs2__active {
    display: none;
}

/* tabs2 media */

@media (max-width: 1024px) {
		
    .tab {
        font-size: 14px;
    }

    .tabs2__title {
        font-size: 20px;
    }
}

@media (max-width: 688px) {
	
	.intro-screen__main_top {
		max-width: 100% !important;
		width: 100%;
	}
}

@media (max-width: 660px) {
    .sercice_tabs2__active {
        margin-bottom: 20px;
    }

    .tabs2__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid rgba(127, 105, 95, 0.1);
        border-radius: 50%;
        cursor: pointer;
        height: 34px;
        right: 0;
        top: -50px;
        -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
        transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
        width: 34px;
        z-index: 1001;
        background-color: #fff;
    }

    .tabs2__close svg {
        height: 10px;
        width: 10px;
    }

    .tabs2__close:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .tabs2__active-text {
        position: relative;
        width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .tabs2__active-text:before {
        border-right: 2px solid #403429;
        border-top: 2px solid #403429;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        right: 0;
        top: 5px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        width: 8px;
    }

    .tabs2__active {
        display: block;
    }

    .tabs2__active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 20px;
        font-size: 14px;
        width: 100%;
        border-radius: 20px;
        background-color: var(--light-main-color-2);
        color: var(--dark-main-color-2);
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .tabs2__active:hover {
        background-color: var(--inforow-bg-2);
    }

    .tabs2__container {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10020;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        overflow-y: auto;
        bottom: 0;
    }

    .tabs2__content {
        width: 100%;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 60px 20px 20px;
    }

    .tabs2__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: var(--light-main-color-2);
        border: 1px solid rgba(64, 52, 41, 0.231372549);
        width: 100%;
        border-radius: 20px;
        padding: 2px;
        gap: 0;
    }

    .tab {
        padding: 15px 18px;
        border-radius: 20px;
        background: transparent;
        border: 1px solid transparent;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        width: 100%;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .tab:hover {
        background-color: #fff;
    }

    .tab.active {
        background-color: #fff;
    }

    .tabs2 {
        border-radius: 5px;
        width: 100%;
    }

    .tabs2.active .tabs2__wrapper {
        scale: 1;
        pointer-events: all;
        min-width: 100%;
        gap: 1px;
        margin-bottom: 0;
        z-index: 10000000000000000000;
    }

    .tabs2.active .tabs2__container {
        opacity: 1;
        pointer-events: all;
    }

    .tab.active:before {
        display: none;
    }
}

.mobile-link,
.search-item.hide,
.search-item.hide-search {
    display: none;
}

.search-item.show-search:not(.hide) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* swiper CUSTOM */
.swiper {
    width: 100%;
    height: 100%;
}

/* swiper-buttons */
.swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: var(--main-color-2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--dark-main-color-2);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: var(--color-white);
}

/* swiper-pagination  */
.swiper__container {
    padding: 0;
}

.swiper-btns {
    padding: 0 20px;
}

.swiper {
    padding: 0 20px;
}

.swiper__title {
    padding: 0 20px;
}

.swiper__link {
    padding: 0 20px;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination {
    position: static;
    width: auto !important;
}

.swiper-pagination-bullet {
    position: static;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    background: var(--main-color-2);
}

.swiper-pagination-fraction {
    font-weight: 700;
    font-size: 14px;
    background: var(--decor-color);
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-weight: 700;
    font-size: 26px;
    color: var(--main-color-2);
}

.swiper-scrollbar {
    position: static !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.swiper-scrollbar-drag {
    background: var(--color-white);
    border-radius: 10px;
}

@media (max-width: 688px) {
    .swiper-btns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .swiper-pagination {
        display: block;
    }
}
/* header  */
.header {
    display: contents;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    position: relative;
}


.header__main {
    position: sticky;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header__inforow::-webkit-scrollbar,
.header__main::-webkit-scrollbar,
.header__top::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.header__inforow {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
    background: var(--inforow-bg-5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__inforow_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 12px 0px;
}

.header__inforow.hide,
.header__top.hide {
    padding: 0;
}

.header__inforow_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

/* header__top  */

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}

.header__info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header__info_icon {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 12px;
    background: var(--inforow-bg-5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__info_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.header__info_text p:last-child {
    font-size: 14px;
    margin-top: 4px;
    color: var(--text-color);
}

.header__info_location a {
    font-weight: 500;
    line-height: 100%;
    color: var(--main-color-1);
}

.header__info_licence a {
    font-weight: 500;
    line-height: 100%;
    color: var(--main-color-1);
}

.header__info_phone a {
    font-weight: 700;
    font-size: 18px;
    line-height: 111%;
    color: var(--main-color-1);
    text-wrap: nowrap;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.hi_location {
	
}

.hi_licence {
	display: none;
}

.hi_phone {
	
}

@media (max-width: 1150px) {


	.hi_location {
		
	}

	.hi_licence {
		display: flex;
	}

	.hi_phone {
		
	}

}

@media (max-width: 1200px) {

	.header__btns .contacts-btn {
		display: none;
	}

}


/* header__main */
.header__main_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header__menu {
    display: flex;
    gap: 30px;
}

/* header__discount */
.header__discount {
    padding: 12px 0;
    background: var(--main-color-2);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 500px;
}

.header__discount.hidden {
    opacity: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.header__discount p span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--color-white);
    border-radius: 6px;
    padding: 4px 8px;
    background: rgba(227, 235, 255, 0.3);
}

.header__discount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.header__discount p::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 4.55556V16.1111M9 4.55556H5.85715C5.39406 4.55556 4.94996 4.36826 4.62252 4.03485C4.29507 3.70146 4.11111 3.24927 4.11111 2.77778C4.11111 2.30628 4.29507 1.8541 4.62252 1.5207C4.94996 1.1873 5.39406 1 5.85715 1C8.3016 1 9 4.55556 9 4.55556ZM9 4.55556H12.1428C12.606 4.55556 13.05 4.36826 13.3775 4.03485C13.7049 3.70146 13.8889 3.24927 13.8889 2.77778C13.8889 2.30628 13.7049 1.8541 13.3775 1.5207C13.05 1.1873 12.606 1 12.1428 1C9.6984 1 9 4.55556 9 4.55556ZM2.77778 9H15.2222V14.1556C15.2222 15.1512 15.2222 15.6491 15.0284 16.0293C14.858 16.3638 14.586 16.6358 14.2516 16.8062C13.8713 17 13.3734 17 12.3778 17H5.62222C4.62657 17 4.12875 17 3.74846 16.8062C3.41395 16.6358 3.14198 16.3638 2.97155 16.0293C2.77778 15.6491 2.77778 15.1512 2.77778 14.1556V9ZM2.42222 9H15.5778C16.0756 9 16.3245 9 16.5147 8.90311C16.682 8.81787 16.8179 8.68196 16.9031 8.51467C17 8.32453 17 8.07564 17 7.57778V5.97778C17 5.47996 17 5.23104 16.9031 5.0409C16.8179 4.87364 16.682 4.73766 16.5147 4.65244C16.3245 4.55556 16.0756 4.55556 15.5778 4.55556H2.42222C1.9244 4.55556 1.67548 4.55556 1.48534 4.65244C1.31809 4.73766 1.18211 4.87364 1.09688 5.0409C1 5.23104 1 5.47996 1 5.97778V7.57778C1 8.07564 1 8.32453 1.09688 8.51467C1.18211 8.68196 1.31809 8.81787 1.48534 8.90311C1.67548 9 1.9244 9 2.42222 9Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.header__discount_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}

.header__discount_more {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-white);
    padding-right: 15px;
    margin-right: 15px;
}

.header__discount_close {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-white);
    opacity: 0.6;
    padding: 0 15px;
    border-left: 1px solid var(--color-white);
}

.header__discount_more:before,
.header__discount_more:after,
.header__discount_close:before,
.header__discount_close:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: var(--color-white);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
}

.header__discount_more:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 2px);
}

.header__discount_more:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% + 2px);
}

.header__discount_close:before {
    width: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header__discount_close:after {
    width: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__discount_more:hover,
.header__discount_close:hover {
    opacity: 0.5;
}



/* mobile__wrapper */
.header-mobile__wrapper {
    display: none;
}

.header-mobile__wrapper-phone {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.header-mobile__burger-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.header-mobile__eye {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    text-align: right;
    margin-top: -45px;
}

.header-mobile__eye button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-mobile__eye button:hover {
    opacity: 0.6;
}

.header-mobile__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 16px;
}

.header-mobile__phone a {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--main-color-1);
    padding-right: 16px;
    border-right: 1px solid var(--tags);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-mobile__phone a:hover {
    color: var(--main-color-2);
}

.header-mobile__phone img {
    display: block;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 5px;
    background: var(--inforow-bg);
}

.header-mobile__phone p {
    font-size: 12px;
    color: var(--tags);
}

/* burger__menu */
.burger__menu {
    width: 32px;
    height: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
}

.burger__menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--main-color-2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.burger__menu--active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 4px;
}

.burger__menu--active span:nth-child(2) {
    opacity: 0;
}

.burger__menu--active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: 5px;
}

@media (max-width: 1150px) {
    .header-mobile__wrapper {
        display: block;
    }

    .header__inforow {
        font-size: 12px;
    }

    .header__inforow_row {
        padding: 8px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__inforow_row p {
        text-align: center;
    }

    .header__inforow_btns {
        display: none;
    }

    .header__discount {
        position: relative;
    }

    .header__discount p span {
        padding: 2px 8px;
    }

    .header__discount p {
        font-size: 12px;
    }

    .header__discount p::before {
        display: none;
    }

    .header__discount_row {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        gap: 5px;
    }

    .header__discount_more,
    .header__discount_close span {
        display: none;
    }

    .header__discount_btns {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .header__discount_close {
        position: absolute;
        top: 12px;
        right: 8px;
        opacity: 1;
    }

    .header__discount_close:before,
    .header__discount_close:after {
        width: 15px;
    }

    .header__info,
    .header__nav,
    .header__links,
    .header__btns {
        display: none;
    }

    .header__main {
        padding: 20px 0 20px;
    }

    .header__menu--active {
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        z-index: 10;
        height: calc(100vh - 78px);
        overflow-y: auto;
        padding: 20px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header__menu--active::-webkit-scrollbar {
        width: 3px;
    }

    .header__menu--active::-webkit-scrollbar-track {
        background: #DCDCDD;
        border-radius: 3px;
    }

    .header__menu--active::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: var(--main-color-2);
    }

    .header__menu--active .header__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        order: 2;
    }

    .header__menu--active .header__btns {
        display: flex;
    }

}

@media (max-width: 800px) {
    .header-mobile__phone a {
        text-wrap: nowrap;
        font-size: 14px;
    }

    .header-mobile__phone p {
        font-size: 12px;
    }

    .header__btns > * {
        flex-grow: 1;
    }
	
    .header__discount p {
        font-size: 12px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 8px;
    }
}

@media (max-width: 540px) {
    .header-mobile__phone p {
        display: none;
    }

    .header-mobile__phone a {
        padding-right: 0;
        border: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }

    .header__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

/* intro */
.intro-screen {
    padding: 80px 0;
    background: url("../img/intro/intro-bg.jpg") center no-repeat;
    background-size: cover;
}

.intro-screen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.intro-screen__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66%;
            flex: 1 0 66%;
}

.intro-screen__main_top {
/*	background-color: rgba(255, 255, 255, 0.7); */
/*	border-radius: 20px; */
	padding: 24px;
	max-width: 400px;
}

.intro-screen__subtitle {
	    margin-top: 25px;
}

.intro-screen__subtitle ul {}

.intro-screen__subtitle ul li {
/*	color: var(--main-color-2); */
	color: var(--color-white);
    padding-bottom: 10px;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.intro-screen__subtitle ul li::before {
    content: "";
    display: block;
    border-radius: 5px;
    width: 5px;
    height: 5px;
/*  background: var(--main-color-2); */
    background: var(--color-white);
    margin-top: 8px;
}


.intro-screen__subtitle ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
}


.intro-screen__main h1 {
/*	color: var(--main-color-2); */
	color: var(--color-white);
    margin-bottom: 5px;
}

.intro-screen__main p {
    color: var(--main-color-2);
}

.intro-screen__cards ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.intro-screen__cards ul li {
    border-radius: 10px;
    padding: 24px;
    font-size: 16px;
/*	font-weight: 700; */
/*	color: var(--main-color-2); */
	color: var(--color-white);
	background-color: rgba(0, 0, 0, 0.15);
	border: 1px solid var(--color-white);
	transition: all 0.3s ease;
}

.intro-screen__cards ul li:hover {
	background-color: rgba(0, 119, 182, 0.75);
}

.intro-screen__cards ul li svg {
    margin-bottom: 20px;
}

.intro-screen__right {
    border-radius: 20px;
    padding: 10px;
    background: var(--color-white);
;
}

.intro-screen__form {
    padding: 20px 30px;
}

.intro-screen__form_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--text-color);
    margin-bottom: 5px;
}

.intro-screen__form_phone {
    margin-bottom: 12px;
}

.intro-screen__form_subtitle {
    margin-bottom: 26px;
}

.intro-screen__form_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.checkboxform {
	font-size: 10px;
}

.checkboxform a {
	text-decoration: underline;
}

.intro-screen__label {
    padding: 10px 5px;
}

.intro-screen__label ul {
    border-radius: 10px;
    padding: 20px 24px;
    background: var(--main-color-1);
	color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alternative ul {
    background: none;
	color: var(--color-white);
	background: linear-gradient(rgba(0, 119, 182, 0.5), rgba(0, 119, 182, 0.5)), url("../img/intro/car-ambulance.jpg") no-repeat center center;
    background-size: cover;

}

.intro-screen__label ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    font-size: 12px;
	padding: 10px 10px 10px 5px;
}

.intro-screen__label ul li:first-child {
	padding: 10px 20px 10px 10px;
    border-right: 1px solid;
    margin-right: 20px;
}

.alternative ul li:first-child {
    border-right: 1px solid white;
}

@media (max-width: 1060px) {
    .intro-screen__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .intro-screen__label ul {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        border-radius: 10px;
    }

    .intro-screen__label ul:first-child {
        margin-right: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 1060px) {
	
	.intro-screen {
        padding: 80px 0;
		background: url("../img/intro/intro-bg-box.jpg") center no-repeat;
		background-size: cover;
	}

}

@media (max-width: 688px) {
	
	.intro-screen {
        padding: 40px 0;
	}

    .intro-screen__main {
        gap: 29px;
    }

    .intro-screen__main h1 {
        margin-bottom: 0;
    }

    .intro-screen__main_btn {
        width: 100%;
    }

    .intro-screen__cards {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .intro-screen__cards ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .intro-screen__cards ul li {
        padding: 16px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .intro-screen__cards ul li svg {
        width: 25px;
        height: 25px;
        margin: 0;
    }

	.intro-screen__main_top {
		border-radius: 10px;
		width: 100%;
	}

    .intro-screen__right {
        border-radius: 10px;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
	
	.intro-screen__label {
		padding: 0;
	}

    .intro-screen__label ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 10px;
    }

    .intro-screen__form {
        padding: 0;
    }

    .intro-screen__form_title {
        font-size: 18px;
    }

    .intro-screen__form_subtitle {
        margin-bottom: 16px;
    }
}

/* services */
.services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.services__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.services__card {
    border-radius: 30px;
    background: var(--inforow-bg-2);
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
}

.services__card_top {
    padding: 30px 30px 20px 30px;
    position: relative;
    z-index: 10;
}

.services__card_img {
    position: absolute;
    top: 20px;
    right: 0;
}

.services__card_title {
    margin-bottom: 16px;
}

.services__card_title p {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 4px;
}

.services__card_labels ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
}

.services__card_labels ul li {
    border-radius: 30px;
    padding: 8px 16px;
    background: var(--main-color-1);
    font-size: 14px;
    color: var(--color-white);
}

.services__card_inner {
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}


.services__card_list ul li {
    color: var(--text-color);
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(115, 152, 255, 0.3);
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.services__card_list ul li::before {
    content: "";
    display: block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: var(--main-color-1);
    margin-top: 6px;
}


.services__card_list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.services__card_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.services__card_price {
    font-weight: 500;
    font-size: 18px;
}

.swiper-grid-column > .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
}

@media (max-width: 1070px) {
    .services__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .services__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .services__top {
        display: contents;
    }

    .services__btn {
        display: block;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
    }

    .services__cards {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 10px;
    }

    .services__card {
        border-radius: 20px;
    }

    .services__card:nth-child(2) {
        order: 2;
    }
    .services__card:nth-child(4) {
        order: 4;
    }
    .services__card:nth-child(6) {
        order: 6;
    }

    .services__card_top {
        padding: 20px 20px 10px 20px;
    }

    .services__card_img {
        top: 0;
        width: 80px;
        height: 80px;
    }

    .services__card_title p {
        font-size: 18px;
    }

    .services__card_title span {
        font-size: 16px;
    }

    .services__card_labels ul li {
        padding: 6px 12px;
        font-size: 12px;
    }

    .services__card_inner {
        padding: 20px;
    }

    .services__card_bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .services__card_btn {
        padding: 10px;
    }
}


/* stages */
.stages {
    background: var(--inforow-bg-2);
}

.stages__title {
    margin-bottom: 50px;
}

.stages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.stages__cards {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58%;
            flex: 1 0 58%;
}

.stages__cards ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    counter-reset: item;
}

.stages__cards ol li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    border-radius: 30px;
    padding: 30px;
    background: var(--color-white);
    font-size: 14px;
}

.stages__cards ol li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    background: var(--main-color-1);
    font-weight: 700;
    font-size: 14px;
	float: left;
	margin-right: 12px;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.stages__cards ol li span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
	line-height: 28px;
    color: var(--text-color);
}


.stages__img img {
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 1020px) {
    .stages__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .stages__img img {
        max-height: 400px;
    }
}

@media (max-width: 688px) {
    .stages__title {
        margin-bottom: 20px;
    }

    .stages__row {
        gap: 10px;
    }

    .stages__cards ol {
        gap: 10px;
    }

    .stages__cards ol li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .stages__cards ol li span {
        font-size: 16px;
    }

    .stages__img {
        display: none;
    }
}

/* guarantees */
.guarantees__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.guarantees__cards ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.guarantees__cards ul li {
    background: var(--inforow-bg-2);
    border-radius: 30px;
    padding: 20px;
    padding-left: 68px;
    color: var(--text-color-2);
    position: relative;
}

.guarantees__cards ul li span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
    margin-bottom: 14px;
}

.guarantees__cards ul li::before {
    content: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1307 19.4696L21.5307 10.0696L19.6641 8.20293L12.1307 15.7363L8.33073 11.9363L6.46406 13.8029L12.1307 19.4696ZM13.9974 26.6696C12.153 26.6696 10.4196 26.3194 8.7974 25.6189C7.17518 24.9185 5.76406 23.9687 4.56406 22.7696C3.36406 21.5705 2.41429 20.1594 1.71473 18.5363C1.01518 16.9132 0.664953 15.1798 0.664064 13.3363C0.663175 11.4927 1.0134 9.75938 1.71473 8.13626C2.41606 6.51315 3.36584 5.10204 4.56406 3.90293C5.76229 2.70382 7.1734 1.75404 8.7974 1.0536C10.4214 0.353152 12.1547 0.00292969 13.9974 0.00292969C15.8401 0.00292969 17.5734 0.353152 19.1974 1.0536C20.8214 1.75404 22.2325 2.70382 23.4307 3.90293C24.629 5.10204 25.5792 6.51315 26.2814 8.13626C26.9836 9.75938 27.3334 11.4927 27.3307 13.3363C27.3281 15.1798 26.9778 16.9132 26.2801 18.5363C25.5823 20.1594 24.6325 21.5705 23.4307 22.7696C22.229 23.9687 20.8178 24.9189 19.1974 25.6203C17.577 26.3216 15.8436 26.6714 13.9974 26.6696Z' fill='%2386CCE9'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 20px;
    left: 20px;
}

.guarantees__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
}

@media (max-width: 920px) {
    .guarantees__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .guarantees__img img {
        max-height: 460px;
    }
}

@media (max-width: 600px) {
    .guarantees__cards ul li {
        padding: 18px 20px;
    }

    .guarantees__cards ul li span {
        font-size: 16px;
        margin-bottom: 8px;
		line-height: 28px;
    }

    .guarantees__cards ul li::before {
        position: static;
        display: block;
		float: left;
		margin-right:12px;
    }

    .guarantees__img img {
        border-radius: 30px;
        max-height: 300px;
    }
}


/* form */
.form-go {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/form/form-go.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    height: 100%;
}

.form-go__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    height: 100%;
}

.form-go__wrapper {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    min-height: 100%;
	color: var(--color-white);
/*	background-color: rgba(255, 255, 255, 0.7); */
	padding: 40px;
	border-radius: 30px;
}

.form-go__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
	color: var(--color-white);
}

.form-go__subtitle {
    font-size: 16px;
	color: var(--color-white);
    line-height: 111%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.form-go__subtitle ul {}

.form-go__subtitle ul li {
	color: var(--color-white);
    padding-bottom: 10px;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.form-go__subtitle ul li::before {
    content: "";
    display: block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: var(--color-white);
    margin-top: 6px;
}


.form-go__subtitle ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


.form-go__phone-btn {
    font-size: 18px;
    border-radius: 30px;
}

.form-go__content {
    padding: 50px;
    max-width: 520px;
    border-radius: 30px;
    background: var(--color-white);
    min-height: 100%;
    position: relative;
}

.form-go__text {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 30px;
}

.form-go__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    margin-bottom: 32px;
}

.form-go__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 14px;
}

.form-go__network {
    width: 32px;
    height: 32px;
}

.form-go-1 {
    background:  linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/form/form-go-alter.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    height: 100%;
    border-radius: 30px;
}

@media (max-width: 800px) {
	
	.intro-screen {
        padding: 80px 0;
		background: url("../img/intro/intro-bg-tower.jpg") center no-repeat;
		background-size: cover;
	}
	
	.form-go {
		background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/form/form-go-tower.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.form-go-1 {
		background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),url("../img/form/form-go-alter-tower.jpg") no-repeat center center;
		background-size: cover;
	}

}

@media (max-width: 1060px) {
    .form-go {
        border-radius: 20px;
        padding: 40px 0;
    }

    .form-go__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .form-go__wrapper {
        width: 100%;
        padding: 20px;
		border-radius: 20px;
        max-width: 100%;    
	}

    .form-go__content {
        padding: 60px 40px;
        border-radius: 20px;
        max-width: 100%;
    }

    .form-go__content::after {
        display: none;
    }

    .form-go__content::before {
        display: none;
    }
}

@media (max-width: 688px) {
    .form-go__title {
        font-size: 24px;
    }

    .form-go__subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .form-go__phone-btn {
        font-size: 18px;
    }

    .form-go__content {
        padding: 20px;
    }

    .form-go__text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .form-go__inner {
        gap: 12px;
        margin-bottom: 26px;
    }
}

/* reviews */
.reviews {
    padding: 160px 0 80px;
    background: var(--inforow-bg-2);
    overflow: hidden;
}
.reviews__btns {
    display: flex;
    align-items: center;
}
.reviews__swiper {
    padding: 0;
}
.reviews__swiper-slide {
    height: auto;
}
.reviews__card {
    border-radius: 20px;
    padding: 40px;
    background: var(--color-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews__card_top {
    padding-bottom: 18px;
    border-bottom: 1px solid #c7d6dc;
    margin-bottom: 18px;
}
.reviews__card_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.reviews__card_fio {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 140%;
}
.reviews__card_fio p:first-child {
    font-family: var(--second-family);
    font-size: 22px;
    line-height: 140%;
}
.reviews__card_publication {
    font-size: 14px;
    line-height: 140%;
    opacity: 0.6;
    text-align: right;
}
.reviews__card_stars {
    display: flex;
    gap: 4px;
}
.reviews__card_star-active svg path {
    fill: var(--main-color-1);
    opacity: 1;
}
.reviews__card_more::after {
    transform: rotate(135deg);
    margin-bottom: 2px;
}
.reviews__swiper-pagination {
    display: none;
}

@media (max-width: 800px) {
    .reviews {
        padding: 40px 0;
    }
    .reviews__swiper-btns {
        display: none;
    }
    .reviews__cards {
        margin-bottom: 20px;
    }
    .reviews__swiper-pagination {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 700px) {
    .reviews {
        padding: 40px 0;
    }
    .reviews__card {
        padding: 20px;
    }
    .reviews__card_info {
        gap: 12px;
        align-items: start;
    }
    .reviews__card_fio p:first-child {
        font-size: 18px;
    }
}



/* rating */
.rating {
    padding: 80px 0 160px;
    background: var(--inforow-bg-2);
}

.rating__top {
    margin-bottom: 50px;
}

.rating__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.rating__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
}

.rating__card_line {
    border-right: 1px solid var(--decor-color);
}

.rating__card_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.rating__card_estimation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    color: var(--text-color);
}

.rating__card_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.rating__card_star-active svg path {
    fill: var(--main-color-1);
}

.rating__card_info {
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.rating__card_info div p {
    color: var(--text-color-2);
}

.rating__card_info div span {
    font-weight: 500;
    color: var(--text-color);
}

.rating__card_info div p:last-child {
    text-align: right;
}

@media (max-width: 1100px) {
    .rating__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .rating__card_line {
        border-bottom: 1px solid var(--decor-color);
    }
}

@media (max-width: 600px) {
    .rating {
        padding: 40px 0;
    }

    .rating__top {
        margin-bottom: 30px;
    }

    .rating__card_name {
        margin-bottom: 20px;
    }

    .rating__card_logo img {
        max-height: 26px;
    }

    .rating__card_estimation {
        font-size: 22px;
    }

    .rating__card_star, .rating__card_star-active {
        width: 16px;
        height: 16px;
    }

    .rating__card_info p:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 40%;
                flex: 1 0 40%;
        padding-right: 20px;
    }

    .rating__card_info p:last-child {
        text-align: left;
    }

    .rating__card_info span {
        display: block;
        font-weight: 500;
    }
}

/* doctors */
.doctors__swiper-pagination {
    display: none;
}

.doctors__cards {
    margin-bottom: 30px;
}

.doctors__swiper-slide {
    height: auto;
}

.doctors__swiper-slide:not(:last-child) {
    border-right: 1px solid #c7d6dc;
}

.doctors__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    padding: 0 14px;
    height: 100%;
}

.doctors__card_top {
    position: relative;
    background: radial-gradient(circle, rgb(228, 227, 232) 0%, rgb(181, 183, 187) 100%);
    border-radius: 50%;
}

.doctors__card picture img {
    border-radius: 50%;
    height: 100%;
    max-height: 217px;
    min-height: 217px;
    max-width: 217px;
    min-width: 217px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.doctors__card_label {
    border-radius: 20px;
    padding: 6px 10px;
    background: var(--inforow-bg-2);
    color: var(--dark-main-color-2);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.doctors__card_fio {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.doctors__card_post {
    font-size: 14px;
    text-align: center;
}

.doctors__card_btn {
    width: 100%;
}

@media (max-width: 800px) {
    .doctors__swiper-btns {
        display: none;
    }

    .doctors__swiper-pagination {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 688px) {
    .doctors__cards {
        margin-bottom: 30px;
    }

    .doctors__card {
        gap: 25px;
        padding: 0;
        padding-right: 20px;
    }

    .doctors__top {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

/* licenses */
.licenses__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}

.licenses__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 45%;
    padding: 0 20px;
}

.licenses__info > p {
    margin-bottom: 20px;
}

.licenses__top {
    margin-bottom: 50px;
}

.licenses__label {
    font-weight: 500;
    color: var(--main-color-2);
    border-radius: 30px;
    padding: 25px 30px;
    background: var(--inforow-bg-5);
    margin-bottom: 30px !important;
}

.licenses__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 50%;
    display: flex;
    gap: 20px;
}

.licenses__image, .licenses__picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.licenses__picture {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.licenses__picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .licenses__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }

    .licenses__item {
        max-width: 100%;
    }

    .licenses__label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 20px;
        margin-bottom: 30px !important;
    }

    .licenses__top {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .licenses__images {
        flex-direction: column;
        gap: 12px;
    }
    
    .licenses__picture img {
        max-height: 420px;
        object-position: center center;
    }
}

/* popup */
.popup {
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
    width: 100%;
    z-index: 1000;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    overflow-y: auto;
    background: rgba(29, 29, 29, 0.4);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
}

.popup.open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

.popup.open .popup__content {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.popup__body {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 15px;
}

.popup__content {
    width: 100%;
    max-width: 1000px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding: 40px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    background-color: var(--inforow-bg-2);
    border-radius: 20px;
}

.popup__content-response {
    background-color: #fff;
    border-radius: 20px;
    padding: 64px;
    flex-direction: column;
    gap: 24px;
    max-width: 593px;
}

.popup__response-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.popup__response-wrap h3 {
    font-family: var(--second-family);
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup__response-wrap h3::before {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.popup[data-target="popup__sent"] h3::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='140' height='140' viewBox='0 0 140 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='140' height='140' rx='70' fill='%2338B137' fill-opacity='0.1'/%3e%3cpath d='M61.6558 70.6172L66.7841 75.5556L78.3225 64.4444M95 70C95 83.8072 83.8072 95 70 95C64.3433 95 45.002 95 45.002 95C45.002 95 49.3331 84.6003 47.5997 81.1133C45.9357 77.7656 45 73.9922 45 70C45 56.1929 56.1929 45 70 45C83.8072 45 95 56.1929 95 70Z' stroke='%2338B137' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center / cover;
}
.popup[data-target="popup__error"] h3::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='140' height='141' viewBox='0 0 140 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='0.5' width='140' height='140' rx='70' fill='%23FF4A37' fill-opacity='0.1'/%3e%3cpath d='M63.0447 63.3292L76.9336 77.2181M76.9336 63.3292L63.0447 77.2181M95 70.5C95 84.3072 83.8072 95.5 70 95.5C64.3433 95.5 45.002 95.5 45.002 95.5C45.002 95.5 49.3331 85.1003 47.5997 81.6133C45.9357 78.2656 45 74.4922 45 70.5C45 56.6929 56.1929 45.5 70 45.5C83.8072 45.5 95 56.6929 95 70.5Z' stroke='%23FF4A37' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center / cover;
}

.popup-link {
    width: 100%;
}

.popup__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.popup__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--text-color-2);
}

.popup__textarea {
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    resize: none;
    outline: none;
    width: 100%;
}

.popup__input,
.popup__input-city,
.popup__textarea {
    background: #fff;
    border-radius: 40px;
    padding: 14px 17px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.popup__input::-webkit-input-placeholder, .popup__input-city::-webkit-input-placeholder, .popup__textarea::-webkit-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.popup__input::-moz-placeholder, .popup__input-city::-moz-placeholder, .popup__textarea::-moz-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.popup__input:-ms-input-placeholder, .popup__input-city:-ms-input-placeholder, .popup__textarea:-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.popup__input::-ms-input-placeholder, .popup__input-city::-ms-input-placeholder, .popup__textarea::-ms-input-placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.popup__input::placeholder,
.popup__input-city::placeholder,
.popup__textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color-2);
}

.popup__input:hover,
.popup__input-city:hover,
.popup__textarea:hover {
    background: var(--inforow-bg-5);
}

.popup__input:focus,
.popup__input-city:focus,
.popup__textarea:focus {
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
}

.popup__input:active,
.popup__input-city:active,
.popup__textarea:active {
    border: 1px solid var(--main-color-1);
    background: var(--color-white);
}

.select-menu .select-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    background-color: #f5f6f9;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: gray;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.select-menu .select-btn:hover {
    border-color: #7a84a9;
}

.select-arrow {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.select-menu.active .select-arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.select-menu .select-btn__text {
    color: var(--main-color-2);
}

.select-menu .select-btn__text.selected {
    color: var(--main-color-2);
}

.popup__btn {
    width: 100%;
    padding: 14px 30px;
}

.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.popup__form > * {
    -ms-flex-preferred-size: calc(33.3333333% - 6.6666666px);
        flex-basis: calc(33.3333333% - 6.6666666px);
}

.popup__form-question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.popup__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
}

.popup__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
}

.popup__content-politic {
    text-align: left;
}

.popup__content-politic p, .popup__content-politic ul, .popup__content-politic ol {
    margin-bottom: 20px;
}

.popup__content-politic ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup__content-politic ul li {
    display: flex;
    gap: 10px;
    &::before {
        content: "";
        display: block;
        min-width: 8px;
        width: 8px;
        height: 8px;
        background-color: var(--main-color-1);
        border-radius: 50%;
        margin-top: 8px;
    }
}

.popup__content-politic_block {
    padding: 20px;
    border: 1px solid var(--main-color-1);
    border-radius: 10px;
}

.popup-sogl__title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

.close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 20px;
    right: 20px;
    z-index: 1001;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 50%;
    border: 1px solid rgba(127, 105, 95, 0.1);
    cursor: pointer;
}

.close img {
    width: 34px;
    height: 34px;
}

.close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}


@media (max-width: 950px) {
    .tab__search-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .tab__search-list > * {
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
        padding: 10px;
        border-radius: 5px;
    }

    .popup-service__stoks-item {
        padding: 10px;
        border-radius: 10px;
        padding: 20px;
    }

    .popup-service__container {
        border-radius: 10px;
        padding: 20px;
    }

    .popup__content.popup-service__content {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popup-service__stoks {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 100%;
    }

    .popup-service__stoks > * {
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
    }

    .popup__body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .popup__content {
        padding: 40px 20px 40px;
    }

    .popup__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .popup__subtitle {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .popup-search__content .container {
        padding: 0;
    }
}

@media (max-width: 650px) {
    .popup__content {
        padding: 50px 20px 20px 20px;
        border-radius: 20px;
    }

    .popup__form {
        gap: 10px;
    }

    .tab__search-list > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .popup__picture {
        display: none;
    }

    .close {
        top: 10px;
        right: 10px;
    }

    .close img {
        width: 26px;
        height: 26px;
    }

    .popup__input-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popup__response-wrap h3 {
        margin-bottom: 12px;
        font-size: 24px;
        gap: 30px;
    }
    .popup__response-wrap h3::before {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1500px) {
    .tab-content__stoks {
        -ms-flex-preferred-size: calc(40% - 10px);
            flex-basis: calc(40% - 10px);
    }

    .tab-content__wrap {
        -ms-flex-preferred-size: calc(60% - 10px);
            flex-basis: calc(60% - 10px);
    }
}

@media (max-width: 850px) {
    .popup__form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .popup__form > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .tab-content__stoks {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .tab-content__wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .popup-service__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

/* footer */
.footer__main {
    padding: 80px 0;
    background: var(--inforow-bg-2);
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7d6dc;
    margin-bottom: 30px;
}

.footer__contant {
    min-width: 324px;
}

.footer__contant_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.footer__logo {
    display: block;
    max-width: 200px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.footer__item {
    font-size: 14px;
    color: var(--text-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
}

.footer__item a {
    color: var(--main-color-1);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer__phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--main-color-2);
}

.footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-color);
}

.footer__pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer__pay {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    border-radius: 10px;
    background: var(--light-main-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
}

.footer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}

.footer__text-block p {
    font-size: 14px;
    color: #1B1D1D;
    opacity: 0.8;
    margin-bottom: 20px;
}

.footer__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.footer__bottom_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.footer__bottom_links button,
.footer__bottom_links a {
    font-size: 14px;
    color: var(--text-color-2);
    text-decoration: underline;
}

.footer__bottom_links button:hover,
.footer__bottom_links a:hover {
    color: var(--main-color-1);
}

.footer__bottom_btns-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.footer__copy {
    font-size: 12px;
    line-height: 140%;
    color: var(--text-color-2);
}

.footer__copy p:not(:last-child) {
    margin-bottom: 10px;
}

.footer__btn-city {
    color: var(--main-color-1);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .footer__nav_item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 45%;
                flex: 1 0 45%;
    }
}

@media (max-width: 900px) {
    .footer__main {
        padding: 20px 0;
    }

    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 30px;
    }

    .footer__bottom_btns {
        width: 100%;
    }
}

@media (max-width: 688px) {
    .footer__contant {
        min-width: 100%;
    }

    .footer__pay {
        width: 80px;
        height: 50px;
    }

    .footer__bottom {
        gap: 20px;
    }

    .footer__bottom_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 14px;
    }

    .footer__inforow {
        font-size: 12px;
    }
}


.converse-card {
    position: fixed;
    bottom: 30px;
    right: clamp(0rem, -1.4583rem + 5.8333vw, 2.1875rem);
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.converse-card_hide {
    right: -110%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.converse-card__container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.75);
}

button.converse-card__item {
    font-family: inherit;
    font-weight: inherit;
}

.converse-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: none;
    text-decoration: none;
    transition: scale 0.22s ease-in-out;
    border-radius: 40px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.05);
}

.converse-card__item:hover {
    cursor: pointer;
    background: var(--main-color-1);
}

.converse-card__item:hover .converse-card__text {
    color: var(--color-white);
}

.converse-card__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Исходные стили */
.converse-card__item svg rect {
    fill: var(--main-color-1);
    transition: fill 0.3s ease;
}

.converse-card__item svg path {
    fill: white;
    transition: fill 0.3s ease;
}

/* Стили при наведении */
.converse-card__item:hover svg rect {
    fill: white;
}

.converse-card__item:hover svg path {
    fill: var(--main-color-1);
}

.converse-card__item img {
    width: 18px;
    object-fit: contain;
    object-position: center;
}

.converse-card__icon {
    padding: 10px;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.converse-card__icon img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.converse-card__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.16;
    padding: 0;
    margin: 0 12px 0 0;
	color: var(--main-color-2);
}

.converse-card__text:hover {
    color: var(--main-color-1);
}

.converse-card__button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
    padding: 15px;
    border-radius: 50%;
    padding: 10px 12.05px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.75);
}

.converse-card__button:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 1);
}


.converse-card__button:hover svg rect {
    fill: white;
}

.converse-card__button:hover svg path {
    fill: var(--main-color-1);
}


.converse-card__button picture {
    width: 19px;
    height: 14px;
}

.converse-card__button div {
    width: 25px;
    aspect-ratio: 1/1;
    padding-block-start: 2px;
    padding-inline-end: 1px;
}

.converse-card__back-button {
    position: fixed;
    padding: 14px;
    bottom: 30px;
    right: clamp(0rem, -1.4583rem + 5.8333vw, 2.1875rem);
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.converse-card__back-button .converse-card__container {
    background-color: transparent;
    border: none;
}

.converse-card__back-button_hide {
    bottom: -110%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.converse-card__close {
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.converse-card__close svg {
    width: 60px;
    height: 60px;
}

.converse-card__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.converse-card__close img {
    width: 12px;
    object-fit: contain;
    object-position: center;
}

@media(max-width:1150px) {
    .converse-card .converse-card__container {
        padding: 12px;
        position: relative;
    }

    .converse-card .converse-card__button {
        display: none;
    }
}

@media(max-width:900px) {
    .converse-card .converse-card__container {
        padding: 12px;
    }

    .converse-card__container a p,
    button p {
        display: none;
    }

    .converse-card__close {
        padding: 0px;
    }

    .converse-card__container {
        justify-content: flex-end;
    }
}

@media(max-width:650px) {
    .converse-card__container {
        gap: 10px;
    }

    .converse-card__close svg {
        width: 50px;
        height: 50px;
    }

    .converse-card__item {
        gap: 0;
        width: 50px;
        height: 50px;
    }

    .converse-card__item svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width:560px) {

    .converse-card,
    .converse-card__back-button {
        padding: 20px;
    }

    .converse-card__item {
        gap: 10px;
        padding: 0px;
    }

    .converse-card__icon {
        padding: 3px 0;
        width: 24px;
        height: 30px;
    }
}