@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?epxna5");
  src: url("../fonts/icomoon.eot?epxna5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?epxna5") format("truetype"), url("../fonts/icomoon.woff?epxna5") format("woff"), url("../fonts/icomoon.svg?epxna5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yandex:before {
  content: "\e922";
}

.icon-search:before {
  content: "\e900";
}

.icon-burger-menu-close:before {
  content: "\e901";
}

.icon-people:before {
  content: "\e902";
}

.icon-building-2:before {
  content: "\e903";
}

.icon-building:before {
  content: "\e904";
}

.icon-hand-tap:before {
  content: "\e905";
}

.icon-burger-menu-open:before {
  content: "\e906";
}

.icon-checkmark-normal:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-double-quotes:before {
  content: "\e90b";
}

.icon-calc-minus:before {
  content: "\e90c";
}

.icon-calc-plus:before {
  content: "\e90d";
}

.icon-download:before {
  content: "\e90e";
}

.icon-question-answer:before {
  content: "\e90f";
}

.icon-chart:before {
  content: "\e910";
}

.icon-moneybag:before {
  content: "\e911";
}

.icon-star:before {
  content: "\e912";
}

.icon-chevron:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-telegram:before {
  content: "\e915";
}

.icon-whatsapp:before {
  content: "\e916";
}

.icon-mail:before {
  content: "\e917";
}

.icon-location:before {
  content: "\e918";
}

.icon-photo:before {
  content: "\e919";
}

.icon-checkmark-bold:before {
  content: "\e91a";
}

.icon-box:before {
  content: "\e91b";
}

.icon-lock:before {
  content: "\e91c";
}

.icon-document:before {
  content: "\e91d";
}

.icon-computer:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-checkmark-filled:before {
  content: "\e920";
}

.icon-arrow:before {
  content: "\e921";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1228px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --space-between: 90px;
  --primary-10: rgb(235, 170, 36, .1);
  --primary-100: rgb(235, 170, 36);
  --gray-bg: rgb(245, 245, 245);
  --darkblue-bg: rgb(22, 33, 45);
  --error-color: rgba(236,28,36,1);
  --black-50: rgb(51, 51, 51, .5);
  --black-60: rgb(51, 51, 51, .6);
  --black-100: rgb(51, 51, 51);
  --white-5: rgba(255, 255, 255, .05);
  --white-10: rgba(255, 255, 255, .1);
  --white-25: rgba(255, 255, 255, .25);
  --white-50: rgba(255, 255, 255, .5);
  --white-100: rgba(255, 255, 255, 1);
}

/***** Mixins *****/
@media screen and (max-width: 1199px) {
  :root {
    --space-between: 70px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-offset: 10px;
    --space-between: 60px;
  }
}
.scrollbar-y {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-bg) transparent;
}

@supports selector(::-webkit-scrollbar) {
  .scrollbar-y::-webkit-scrollbar {
    width: 6px;
  }
  .scrollbar-y::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-y::-webkit-scrollbar-thumb {
    background: var(--gray-bg);
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
  }
}
.scrollbar-x {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-bg) transparent;
}

@supports selector(::-webkit-scrollbar) {
  .scrollbar-x::-webkit-scrollbar {
    height: 6px;
  }
  .scrollbar-x::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-x::-webkit-scrollbar-thumb {
    background: var(--gray-bg);
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black-50);
  background: var(--white-100);
  position: relative;
  max-width: 100%;
  width: 100%;
}

[id] {
  scroll-margin-top: var(--space-between);
}

section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: var(--space-between);
  padding-bottom: var(--space-between);
  overflow-x: hidden;
  z-index: 0;
}
section.pt0 {
  padding-top: 0 !important;
}
section.pb0 {
  padding-bottom: 0 !important;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .dis-scroll {
    overflow: hidden;
  }
  .dis-scroll .header {
    overflow-x: visible;
  }
}
.hidden,
.screen-reader-text {
  display: none !important;
}

.link-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .link-center {
    margin-top: 30px;
  }
}
.popup-window-titlebar,
.block-info {
  display: none !important;
}

.city-change .bx-sls {
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-bottom: 0 !important;
}

.city-change .quick-locations__val {
  width: 50%;
}

.bx-ui-sls-quick-locations.quick-locations {
  height: 430px !important;
}

@media (max-width: 1024px) {
  .geolocation {
    float: unset !important;
    position: static !important;
    right: auto !important;
  }
  .pop-up.city-confirm {
    left: 0px !important;
  }
  .pop-up.city-confirm::before {
    left: 28px !important;
  }
}
/***** COMPONENTS GLOBAL *****/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white-100);
  background: var(--white-5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
}
.header-mob {
  display: none;
}
.header-nav {
  width: 100%;
  background: var(--white-5);
}
.header-nav-close {
  display: none;
}
.header-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 44px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-nav-menu > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-nav-menu > li:not(:last-child) {
  margin-right: 32px;
}
.header-nav-menu > li > a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--white-100);
}
.header-nav-menu > li .sub-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 2.5px 0 0 4px;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: var(--white-100);
}
.header-top {
  width: 100%;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top .address {
  width: 380px;
  padding-left: 24px;
}
.header-top .address p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
}
.header-top .address::before {
  top: -1px;
}
.header-top .tel {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.header-top-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-top-phones {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.header-top-phones a:not(:last-child) {
  margin-right: 16px;
}
.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
  height: auto;
  flex-shrink: 0;
}
.header-logo img {
  width: 180px;
  height: auto;
}
.header-city {
  position: relative;
  display: inline-flex;
  max-width: 190px;
  margin-top: 6px;
  min-height: 20px;
  padding-left: 28px;
  transition: color 0.3s ease;
}
.header-city::before {
  content: "\e918";
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-100);
}
.header-city > .geolocation > .geolocation__link {
  color: var(--white-100);
  text-decoration: underline !important;
  border-bottom: 0 !important;
}
.header-city > .geolocation > .geolocation__link svg {
  display: none;
}
.header-city > .geolocation > .geolocation__link > .geolocation__value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.header-city > .geolocation > .popup-window-overlay {
  display: none !important;
}
.header-city .your-city {
  color: var(--black-100);
}
.header-city:hover::before {
  color: var(--primary-100) !important;
}
.header-city:hover > .geolocation > .geolocation__link {
  color: var(--primary-100) !important;
}
.header-callback {
  margin-left: auto;
  margin-top: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  color: var(--primary-100);
}
.header-callback:hover {
  color: var(--white-100);
}
.header-bottom {
  width: 100%;
  border-top: 1px solid var(--white-25);
}

@media screen and (min-width: 1200px) {
  .header-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-nav-menu > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    min-height: 44px;
  }
  .header-nav-menu > li:not(:last-child) {
    margin-right: 34px;
  }
  .header-nav-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white-100);
  }
  .header-nav-menu > li > .sub-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 0 0 4px;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: var(--white-100);
    transition: all 0.3s ease;
  }
  .header-nav-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 20px;
    width: 360px;
    color: var(--black-100);
    border-radius: 10px;
    background: var(--white-100);
    border-top: 3px solid var(--primary-100);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .header-nav-menu > li > .sub-menu a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    color: var(--black-100);
    transition: color 0.3s ease;
  }
  .header-nav-menu > li > .sub-menu a:hover {
    color: var(--primary-100) !important;
  }
  .header-nav-menu > li:hover > .sub-menu-button {
    transform: rotate(180deg);
  }
  .header-nav-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 0;
    width: 1228px;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li > a {
    display: inline-flex;
    margin-bottom: 14px;
    color: #7F7F7F;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li .sub-menu-button {
    display: none;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li > ul {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li > ul li {
    display: inline-flex;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li > ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li > ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    color: var(--black-100);
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(1), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(2), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(3), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(5), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(6), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(7) {
    padding-right: 20px;
  }
  .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(5), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(6), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(7), .header-nav-menu > li:nth-child(1) > .sub-menu > li:nth-child(8) {
    padding-top: 20px;
    border-top: 1px solid #EBEBEB;
  }
  .header-nav-menu > li:nth-child(8) > .sub-menu {
    width: 200px;
  }
  .header-nav-menu > li:not(:first-child) > ul {
    display: flex;
    flex-direction: column;
  }
  .header-nav-menu > li:not(:first-child) > ul li {
    display: inline-flex;
  }
  .header-nav-menu > li:not(:first-child) > ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .header-nav-menu > li:nth-child(8) > .sub-menu {
    width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    overflow-x: hidden;
    transition: all 0.3s ease;
  }
  .header-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px var(--container-offset);
  }
  .header-nav {
    position: fixed;
    right: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px var(--container-offset) 64px;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: var(--darkblue-bg);
    transition: right 0.4s ease;
  }
  .header-nav-close, .header-nav-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: auto;
    cursor: pointer;
  }
  .header-nav-close i, .header-nav-open i {
    font-size: 28px;
  }
  .header-nav-close {
    margin-bottom: 20px;
  }
  .header-nav.open {
    right: 0;
    z-index: 1000;
  }
  .header-nav-menu {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    min-height: auto;
  }
  .header-nav-menu > li {
    width: 100%;
  }
  .header-nav-menu > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-nav-menu > li > a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--white-100);
  }
  .header-nav-menu > li .sub-menu-button {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }
  .header-nav-menu > li.menu-item-has-children {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header-nav-menu > li.menu-item-has-children > a {
    margin-right: 6px;
    max-width: calc(100% - 22px);
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0 0 0 16px;
    list-style: none;
    margin: 0;
    width: 100%;
    max-height: none;
    overflow-y: none;
    z-index: 1000;
    overflow: hidden;
    height: 0;
    transition: 0.3s ease;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu-button {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    margin-bottom: 14px;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li > a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--white-100);
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
    margin-right: 6px;
    max-width: calc(100% - 22px);
    color: var(--white-50);
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 4px;
    list-style: none;
    padding-left: 16px;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li {
    margin-bottom: 14px;
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li > a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--white-100);
  }
  .header-nav-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu-button {
    color: var(--white-50);
    transform: rotate(-180deg);
  }
  .header-nav-menu > li.menu-item-has-children.open > .sub-menu {
    position: relative;
    margin-top: 14px;
    margin-bottom: 4px;
    overflow: visible;
    height: auto;
  }
  .header-nav-menu > li.menu-item-has-children.open > .sub-menu-button {
    transform: rotate(-180deg);
  }
  .header-top {
    order: 10;
    width: 100%;
    margin-top: 36px;
  }
  .header-top .container {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 36px 0 0 0;
    width: 100%;
    border-top: 1px solid var(--white-10);
    row-gap: 24px;
  }
  .header-top .container .header-logo {
    display: none;
  }
  .header-top .address {
    width: 100%;
    padding-left: 28px;
  }
  .header-top-phones {
    justify-content: flex-start;
    flex-direction: column;
  }
  .header-top-phones a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .header-top .socials {
    order: 11;
  }
  .header-city {
    max-width: 100%;
    margin-top: 8px;
  }
  .header-callback {
    margin-left: 0;
    margin-top: 8px;
    font-size: 16px;
  }
  .header-bottom {
    border-top: 0;
  }
  .header-bottom .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-mob {
    padding: 12px var(--container-offset);
  }
  .header-nav-close, .header-nav-open {
    width: 24px;
    height: 24px;
  }
  .header-nav-close i, .header-nav-open i {
    font-size: 24px;
  }
  .header-logo {
    width: 140px;
  }
  .header-logo img {
    width: 140px;
  }
}
.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.footer-main {
  display: grid;
  grid-template-columns: 4fr 5fr 3fr;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}
.footer-info p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 300px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  color: var(--white-50);
}
.footer-info p:not(:last-child) {
  margin-bottom: 12px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.footer-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.footer-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.footer-list li {
  display: inline-flex;
}
.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-list li a {
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  color: var(--white-50);
  transition: all 0.3s ease;
}
.footer-list li a:hover {
  text-decoration: underline;
  color: var(--white-100);
}
.footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-nav-item {
  width: fit-content;
}
.footer-nav-item:not(:last-child) {
  margin-right: 70px;
}
.footer-contacts .address {
  margin-bottom: 24px;
}
.footer-contacts .address p {
  font-size: 16px;
  font-weight: normal;
}
.footer-contacts .email {
  margin-bottom: 24px;
}
.footer-contacts .tel {
  margin-bottom: 12px;
}
.footer-contacts .socials {
  margin-top: 12px;
}
.footer-contacts .socials a {
  width: 38px;
  height: 38px;
}
.footer-contacts .socials a i {
  font-size: 38px;
}
.footer-contacts .address::before, .footer-contacts .email::before, .footer-contacts .tel::before, .footer-contacts .socials a {
  color: var(--primary-100) !important;
}
.footer-bottom {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--white-10);
}
.footer-legal {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  gap: 20px 40px;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.footer-legal li {
  display: inline-flex;
}
.footer-legal li a {
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  color: var(--white-50);
  transition: all 0.3s ease;
}
.footer-legal li a:hover {
  text-decoration: underline;
  color: var(--white-100);
}
.footer-text {
  width: 100%;
  max-width: 740px;
}
.footer-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-50);
}
.footer-text p:not(:last-child) {
  margin-bottom: 14px;
}

@media screen and (max-width: 1199px) {
  .footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .footer-info p {
    max-width: 100%;
  }
  .footer-info p:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin-bottom: 16px;
  }
  .footer-nav {
    width: calc(66.66% - 20px);
  }
  .footer-nav-item {
    width: calc(50% - 10px);
  }
  .footer-nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .footer-contacts {
    width: calc(33.33% - 10px);
  }
  .footer-contacts .address {
    margin-bottom: 20px;
  }
  .footer-contacts .email {
    margin-bottom: 20px;
  }
  .footer-contacts .socials {
    margin-top: 8px;
  }
  .footer-bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    flex-direction: column;
    gap: 36px;
  }
  .footer-nav {
    flex-direction: column;
    width: 100%;
  }
  .footer-nav-item {
    width: 100%;
  }
  .footer-nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 36px;
  }
  .footer-contacts {
    width: 100%;
  }
  .footer-bottom {
    margin-top: 30px;
    padding-top: 36px;
  }
  .footer-legal {
    gap: 10px;
    margin-bottom: 20px;
  }
  .footer-text {
    max-width: 100%;
  }
}
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: fit-content;
  min-height: 60px;
  padding: 18px 70px 18px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100) !important;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: var(--primary-100);
  transition: all 0.3s ease;
}
.button-primary::before {
  content: "\e921";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "icomoon";
  font-size: 20px;
  color: var(--black-100);
  border-radius: 50px;
  background-color: var(--white-100);
}
.button-primary:hover {
  transform: translateY(-5px);
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: fit-content;
  min-height: 60px;
  padding: 18px 70px 18px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100) !important;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: var(--darkblue-bg);
  transition: all 0.3s ease;
}
.button-secondary::before {
  content: "\e921";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "icomoon";
  font-size: 20px;
  color: var(--black-100);
  border-radius: 50px;
  background-color: var(--white-100);
}
.button-secondary:hover {
  transform: translateY(-5px);
}

.section-heading {
  width: 100%;
  margin-bottom: 70px;
}
.section-heading.center {
  text-align: center;
}
.section-heading.light .section-title {
  color: var(--white-100);
}
.section-heading.light .section-subtitle {
  color: var(--white-50);
}
.section-heading--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--black-100);
}
.section-title:not(:last-child) {
  margin-bottom: 20px;
}
.section-title__wrapper {
  width: calc(58% - 5px);
}
.section-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: var(--black-50);
}
.section-subtitle__wrapper {
  width: calc(42% - 5px);
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 50px;
  }
  .section-heading--row {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .section-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .section-title__wrapper {
    width: 100%;
  }
  .section-title__wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-subtitle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 36px;
  }
  .section-title {
    font-size: 26px;
  }
  .section-title:not(:last-child) {
    margin-bottom: 14px;
  }
  .section-title__wrapper:not(:last-child) {
    margin-bottom: 14px;
  }
}
.swiper {
  width: 100%;
}
.swiper-buttons {
  display: flex;
  align-items: center;
}
.swiper-buttons .slider-button-prev:not(:last-child),
.swiper-buttons .slider-button-next:not(:last-child) {
  margin-right: 5px;
}

.slider-button-prev, .slider-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
  color: var(--white-100) !important;
  border-radius: 5px;
  outline: none;
  background-color: var(--primary-100);
  transition: all 0.3s ease;
  z-index: 0;
  cursor: pointer;
}
.slider-button-prev::after, .slider-button-next::after {
  content: "\e913";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: var(--white-100);
}
@media screen and (min-width: 1025px) {
  .slider-button-prev:hover, .slider-button-next:hover {
    transform: translateY(-2px);
  }
}
.slider-button-prev.swiper-button-lock, .slider-button-next.swiper-button-lock {
  display: none !important;
}
.slider-button-prev.swiper-button-disabled, .slider-button-next.swiper-button-disabled {
  opacity: 0.5;
  transform: translateY(0) !important;
  cursor: auto;
}
.slider-button-prev::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.slider-button-next::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.form-input {
  width: 100%;
  height: 52px;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black-100);
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  background: #F5F5F5;
  transition: 0.3s ease;
}
.form-input::placeholder {
  color: #7F7F7F;
}
.form-input.wpcf7-not-valid {
  border-color: var(--error-color) !important;
}
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.form-group textarea {
  resize: none;
  max-width: 100%;
  width: 100%;
  height: 128px;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black-100);
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  background: #F5F5F5;
  transition: 0.3s ease;
}
.form-group textarea::placeholder {
  color: #7F7F7F;
}
.form-group textarea.wpcf7-not-valid {
  border-color: var(--error-color) !important;
}
.form-group.light .form-input,
.form-group.light textarea {
  color: var(--white-100);
  background: var(--white-5);
}
.form-group.light .form-input::placeholder,
.form-group.light textarea::placeholder {
  color: var(--white-50);
}
.form-group.light .wpcf7-acceptance .wpcf7-list-item span {
  color: var(--white-50);
}
.form-group.light .wpcf7-acceptance .wpcf7-list-item span a:hover {
  color: var(--white-100);
}
.form-group--acceptance {
  margin-top: 24px;
  margin-bottom: 0 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(30, 30, 30, 0.7);
}
.form-group--acceptance p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(30, 30, 30, 0.7);
}
.form-group--acceptance a {
  text-decoration: none !important;
  color: var(--primary-color) !important;
}
.form-group--acceptance.form-group--light p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.form-group--acceptance.form-group--light a {
  color: var(--white-color) !important;
}
.form-group--acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin-bottom: 0;
}
.form-group--submit {
  margin-bottom: 0 !important;
}
.form-accept {
  margin-top: 6px;
  margin-bottom: 20px;
}

.wpcf7-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.wpcf7-form p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.wpcf7-form .button-primary {
  width: 100%;
}

.wpcf7-spinner,
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 24px;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
  z-index: 10;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #7F7F7F;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item span a:hover {
  text-decoration: underline;
  color: var(--black-100);
}
.wpcf7-acceptance .wpcf7-list-item span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 2px solid var(--primary-100);
  background: none;
}
.wpcf7-acceptance .wpcf7-list-item span::after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: "icomoon";
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: var(--white-100);
  border-radius: 5px;
  background: var(--primary-100);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
}
.checkbox:not(:last-child) {
  margin-bottom: 20px;
}
.checkbox-input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}
.checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black-100);
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
}
.checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid var(--primary-100);
  background: var(--white-100);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.checkbox-label::after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "icomoon";
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: var(--white-100);
  border-radius: 5px;
  background: var(--primary-100);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.checkbox-input:checked + .checkbox-label::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .checkbox {
    min-height: 24px;
  }
  .checkbox:not(:last-child) {
    margin-bottom: 14px;
  }
  .checkbox-input {
    width: 24px;
    height: 24px;
  }
  .checkbox-label {
    padding-left: 34px;
    font-size: 15px;
  }
  .checkbox-label::before {
    width: 24px;
    height: 24px;
  }
  .checkbox-label::after {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion-item {
  width: 100%;
  min-height: 60px;
  padding: 10px 10px 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: var(--white-100);
}
.accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion-header h3 {
  margin-top: auto !important;
  margin-bottom: auto !important;
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-100);
  transition: color 0.3s ease;
}
.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--primary-100);
  transition: all 0.3s ease;
}
.accordion-icon::before, .accordion-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: var(--white-100);
  transition: opacity 0.3s ease;
}
.accordion-icon::before {
  content: "\e90a";
}
.accordion-icon::after {
  content: "\e909";
  opacity: 0;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}
.accordion-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.accordion-content p:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-content ul, .accordion-content ol {
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.accordion-content ul:not(:first-child), .accordion-content ol:not(:first-child) {
  margin-top: 16px;
}
.accordion-content ul:not(:last-child), .accordion-content ol:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-open .accordion-icon::before {
  opacity: 0;
}
.accordion-open .accordion-icon::after {
  opacity: 1;
}
.accordion-open .accordion-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .accordion-item {
    padding-left: 14px;
  }
  .accordion-header h3 {
    width: calc(100% - 52px);
    font-size: 17px;
    line-height: 1.15;
  }
  .accordion-icon::before, .accordion-icon::after {
    font-size: 20px;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .accordion-content p:not(:last-child) {
    margin-bottom: 10px;
  }
  .accordion-content ul, .accordion-content ol {
    padding-left: 20px;
  }
  .accordion-content ul:not(:first-child), .accordion-content ol:not(:first-child) {
    margin-top: 10px;
  }
  .accordion-content ul:not(:last-child), .accordion-content ol:not(:last-child) {
    margin-bottom: 10px;
  }
  .accordion-open .accordion-content {
    margin-bottom: 0;
  }
}
.component-yandex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 220px;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--white-5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.3s ease;
}
.component-yandex__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 24px;
}
.component-yandex__logo i {
  margin-left: 2px;
  margin-right: 6px;
  font-size: 20px;
  color: #FC3F1D;
  border-radius: 50%;
  background: var(--white-100);
}
.component-yandex__logo span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-100);
}
.component-yandex__stars {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.component-yandex__stars i {
  font-size: 24px;
  color: #FEC700;
}
.component-yandex__label {
  width: 100%;
  margin-top: 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #ebebeb;
}
.component-yandex:hover {
  background-color: var(--white-10);
}

/* contacts start */
.address {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 20px;
  padding-left: 28px;
  color: var(--white-100);
}
.address p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.address p.address-rejime {
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: var(--white-50);
}
.address::before {
  content: "\e918";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: inherit;
}

.tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 20px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: var(--white-100) !important;
  transition: color 0.3s ease;
}
.tel::before {
  content: "\e914";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: inherit;
}
.tel:hover {
  text-decoration: underline;
  color: var(--primary-100) !important;
}

.email {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 18px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  text-decoration: none;
  color: var(--white-50) !important;
  transition: color 0.3s ease;
}
.email::before {
  content: "\e917";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-100);
}
.email:hover {
  text-decoration: underline;
  color: var(--primary-100) !important;
}
.email:hover::before {
  color: var(--primary-100);
}

.socials {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none !important;
  color: var(--white-100);
  transition: all 0.3s ease;
}
.socials a i {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.socials a:hover {
  color: var(--primary-100);
  transform: translateY(-2px);
}

/* contacts end */
@media screen and (max-width: 767px) {
  .address p.address-rejime {
    margin-top: 5px;
  }
}
.tabs-tooltip {
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ABABAB;
}
.tabs-tooltip i {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #929292;
  flex-shrink: 0;
  margin-right: 8px;
}
.tabs-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-bg) transparent;
}
@supports selector(::-webkit-scrollbar) {
  .tabs-nav::-webkit-scrollbar {
    height: 6px;
  }
  .tabs-nav::-webkit-scrollbar-track {
    background: transparent;
  }
  .tabs-nav::-webkit-scrollbar-thumb {
    background: var(--gray-bg);
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
  }
}
.tabs.light .tabs-nav {
  scrollbar-color: var(--white-25) transparent;
}
@supports selector(::-webkit-scrollbar) {
  .tabs.light .tabs-nav::-webkit-scrollbar-thumb {
    background: var(--white-25);
  }
}
.tabs.light .tab-btn {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #7F7F7F;
  border-radius: 100px;
  border: 0;
  outline: none;
  background: none;
  background-color: var(--gray-bg);
  transition: all 0.3s ease;
}
.tab-btn:not(:last-child) {
  margin-right: 10px;
}
.tab-btn:hover {
  opacity: 0.8;
}
.tab-btn.active {
  opacity: 1 !important;
  color: var(--white-100) !important;
  background-color: var(--primary-100) !important;
}
.tab-pane {
  display: none;
  width: 100%;
}
.tab-pane.active {
  display: block;
}

@media screen and (max-width: 1199px) {
  .tabs-tooltip {
    display: inline-flex;
  }
  .tabs-nav {
    width: calc(100% + var(--container-offset) * 2);
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: var(--container-offset);
    padding-right: var(--container-offset);
  }
  .tab-btn {
    min-height: 38px;
    padding: 9px 14px;
    font-size: 16px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .tabs-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 374px) {
  .tab-btn {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 14px;
  }
}
.table {
  width: 100%;
  min-width: 600px;
  text-align: left;
  border-collapse: collapse;
  vertical-align: middle;
}
.table a {
  text-decoration: underline;
  color: var(--primary-100);
}
.table a:hover {
  text-decoration: none;
}
.table-wrapper {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--white-50) transparent;
}
@supports selector(::-webkit-scrollbar) {
  .table-wrapper .scrollbar-x::-webkit-scrollbar {
    height: 6px;
  }
  .table-wrapper .scrollbar-x::-webkit-scrollbar-track {
    background: transparent;
  }
  .table-wrapper .scrollbar-x::-webkit-scrollbar-thumb {
    background: var(--white-50);
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
  }
}
.table-wrapper:not(:last-child) {
  margin-bottom: 28px;
}
.table th {
  vertical-align: middle;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background: var(--white-25);
}
.table th p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.table td {
  vertical-align: middle;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  background: none;
}
.table td p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.table td p.fluid {
  display: inline-block;
  padding: 6px 10px;
  font-size: 18px;
  text-align: center;
  color: var(--white-100);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
}
.table tr {
  vertical-align: middle;
}
.table tr:nth-child(even) {
  background: var(--white-5);
}
.table tr:nth-child(even) td p.fluid {
  background: var(--darkblue-bg);
}
.table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table tr th:first-child {
  border-radius: 10px 0 0 0;
}
.table tr th:last-child {
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 1199px) {
  .table-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .table th {
    padding: 16px;
    font-size: 16px;
    line-height: 1.1;
  }
  .table th p {
    font-size: 16px;
    line-height: 1.1;
  }
  .table td {
    min-width: 200px;
    padding: 16px;
    font-size: 16px;
    line-height: 1.1;
  }
  .table td:nth-child(1) {
    min-width: 250px;
  }
  .table td p {
    font-size: 16px;
    line-height: 1.1;
  }
  .table td p.fluid {
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .table th {
    padding: 12px;
    font-size: 15px;
    line-height: 1;
  }
  .table th p {
    font-size: 15px;
    line-height: 1;
  }
  .table td {
    min-width: 100px;
    padding: 12px;
    font-size: 15px;
    line-height: 1;
  }
  .table td:nth-child(1) {
    min-width: 250px;
  }
  .table td p {
    font-size: 15px;
    line-height: 1;
  }
  .table td p.fluid {
    font-size: 13px;
  }
}
.fancybox__backdrop {
  background: rgba(22, 33, 45, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox__slide {
  padding: 16px !important;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: auto !important;
}

.is-close-button {
  top: 15px !important;
  right: 15px !important;
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  outline: none !important;
  opacity: 1 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  transition: opacity 0.3s ease;
}
.is-close-button svg {
  display: none;
}
.is-close-button::after {
  font-family: "icomoon";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  content: "\e908";
  color: var(--black-100);
  transition: color 0.3s ease;
}
.is-close-button:hover::after {
  color: var(--primary-100);
}

.modal {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 10px;
  background: var(--white-100);
  z-index: 0;
  cursor: auto !important;
}
.modal-team {
  padding-right: 40px;
  padding-left: 40px;
}
.modal-team__heading:not(:last-child) {
  margin-bottom: 30px;
}
.modal-team__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  color: var(--black-100);
}
.modal-team__position {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.modal-team__experience {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: var(--black-100);
}
.modal-team__group {
  width: 100%;
}
.modal-team__group:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.modal-team__group-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-100);
}
.modal-team__group-title:not(:last-child) {
  margin-bottom: 14px;
}
.modal-team__group-list p {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: var(--black-60);
}
.modal-team__group-list p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.6;
}
.modal-team__group-list p:not(:last-child) {
  margin-bottom: 12px;
}
.modal-team__group-interview > span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.modal-team__group-interview > span:not(:first-child) {
  margin-top: 20px;
}
.modal-team__group-interview > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: var(--black-100);
}
.modal-heading:not(:last-child) {
  margin-bottom: 40px;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  color: var(--black-100);
}
.modal-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.modal .wpcf7 {
  width: 100%;
}
.modal .wpcf7 .button-primary {
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .fancybox__slide {
    padding: 10px !important;
  }
  .is-close-button {
    top: 14px !important;
    right: 14px !important;
    width: 20px !important;
    height: 20px !important;
  }
  .is-close-button::after {
    font-size: 20px;
  }
  .modal {
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 14px;
  }
  .modal-team {
    padding-right: 14px;
    padding-left: 14px;
  }
  .modal-team__heading:not(:last-child) {
    margin-bottom: 24px;
  }
  .modal-team__name {
    font-size: 26px;
    line-height: 1.2;
  }
  .modal-team__position {
    margin-top: 14px;
  }
  .modal-team__experience {
    margin-top: 6px;
  }
  .modal-team__group-list p:not(:last-child) {
    margin-bottom: 10px;
  }
  .modal-heading:not(:last-child) {
    margin-bottom: 24px;
  }
  .modal-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .modal-subtitle {
    margin-top: 14px;
  }
}
.select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.select-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: normal;
  color: var(--black-100);
  display: block;
  display: none;
}
.select-wrapper {
  position: relative;
}
.select-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -10;
  cursor: pointer;
  font-size: 16px;
}
.select-custom {
  position: relative;
  padding: 14px 40px 14px 14px;
  border: 1px solid var(--gray-bg);
  border-radius: 5px;
  background: var(--gray-bg);
  cursor: pointer;
  transition: all 0.2s ease;
  height: 48px;
  display: flex;
  align-items: center;
  user-select: none;
}
.select-custom.active {
  border-color: var(--primary-100);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-custom.active .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select-custom.active .select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.select-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #7F7F7F;
}
.select-selected {
  font-size: 16px;
  font-weight: normal;
  color: var(--black-100);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: var(--darkblue-bg);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-options {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -1px;
  background: var(--gray-bg);
  border: 1px solid var(--primary-100);
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  max-height: 400px;
  overflow-y: auto;
}
.select-option {
  padding: 12px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black-100);
  cursor: pointer;
  transition: all 0.2s ease;
}
.select-option:hover {
  background: #ebebeb;
  color: var(--primary-100);
}
.select-option.selected {
  background: #ebebeb;
  color: var(--primary-100);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .select-label {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .select-field {
    font-size: 15px;
  }
  .select-custom {
    padding: 12px 36px 12px 14px;
    height: 44px;
  }
  .select-placeholder {
    font-size: 15px;
  }
  .select-selected {
    font-size: 15px;
  }
  .select-arrow {
    right: 12px;
    font-size: 15px;
  }
  .select-option {
    padding: 10px 14px;
    font-size: 15px;
    line-height: 1.1;
  }
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  margin-top: -28px;
  font-family: "Manrope", sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 12px !important;
  background: #F5F5F5 !important; /* Цвет ползунка */
  border-radius: 30px !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 12px !important;
  background: #16212D !important;
  border-radius: 30px !important;
}
.irs-handle {
  top: 30px !important;
  width: 24px !important;
  height: 24px !important;
  background: #16212D !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.irs-handle:hover {
  transform: scale(1);
  box-shadow: none !important;
}
.irs-grid {
  bottom: -8px !important;
}
.irs-grid-pol {
  display: none !important;
}
.irs-grid-text {
  font-size: 16px !important;
  font-weight: normal;
  color: #7F7F7F !important; /* Цвет чисел подсказок */
  line-height: 1;
  padding-top: 28px !important; /* Отступ для цифр */
  cursor: default !important;
  user-select: none;
}
.irs-min, .irs-max, .irs-single {
  display: none !important;
}

.range-slider:not(:last-child) {
  margin-bottom: 40px;
}
.range-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.range-slider__title {
  font-size: 16px;
  font-weight: normal;
  color: var(--black-100);
  margin: 0;
}
.range-slider__value {
  font-size: 20px;
  font-weight: bold;
  color: #16212D;
  min-width: 80px;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s ease;
}
.range-slider__input {
  display: none;
}

@media screen and (max-width: 767px) {
  .irs-line {
    height: 8px !important;
  }
  .irs-bar {
    height: 8px !important;
  }
  .irs-handle {
    top: 30px !important;
    width: 18px !important;
    height: 18px !important;
  }
  .irs-grid {
    bottom: -2px !important;
  }
  .irs-grid-text {
    font-size: 12px !important;
  }
  .range-slider:not(:last-child) {
    margin-bottom: 24px;
  }
  .range-slider__header {
    margin-bottom: 4px;
  }
  .range-slider__title {
    font-size: 15px;
  }
  .range-slider__value {
    font-size: 16px;
    min-width: 40px;
    margin-left: 8px;
  }
}
.decor-graphic,
.decor-icon {
  display: none;
}

@media screen and (min-width: 1580px) {
  .decor-icon {
    display: block;
    width: 200px;
    height: 200px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
  }
  .decor-icon--top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .decor-icon--bottom {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .decor-graphic {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 1200px;
    height: 1200px;
    opacity: 0.3;
    background-image: url("../img/graphic-decor.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.hero {
  position: relative;
  padding-top: 190px;
  padding-bottom: 60px;
  text-align: center;
  color: var(--white-100);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 33, 45, 0.7);
  z-index: -1;
}
.hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hero__content:not(:last-child) {
  margin-bottom: 70px;
}
.hero__title {
  margin: 0 auto 20px auto;
  font-size: 62px;
  font-weight: 800;
  line-height: 1;
}
.hero__subtitle {
  margin: 0 auto;
  max-width: 940px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.36;
}
.hero__subtitle:not(:last-child) {
  margin-bottom: 45px;
}
.hero .component-yandex {
  margin: 20px auto 0;
}
.hero__benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.hero__benefits-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: calc(33.33% - 27px);
}
.hero__benefits-item:not(:last-child) {
  padding-right: 45px;
  margin-right: 45px;
  position: relative;
}
.hero__benefits-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 30px;
  background: var(--white-25);
}
.hero__benefits-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
  padding: 9px;
  font-size: 22px;
  border-radius: 5px;
  background-color: var(--white-25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero__benefits-content {
  margin-top: auto;
  margin-bottom: auto;
}
.hero__benefits-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--white-100);
}
.hero__benefits-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}

.home .hero__content:not(:last-child) {
  margin-bottom: 95px;
}
.home .hero__title {
  max-width: 960px;
  font-size: 82px;
  line-height: 1.1;
  text-transform: capitalize;
}
.home .hero__benefits-item:nth-child(1) {
  width: calc(37% - 16px);
}
.home .hero__benefits-item:nth-child(2) {
  width: calc(30% - 16px);
}
.home .hero__benefits-item:nth-child(3) {
  width: calc(33% - 16px);
}
.home .hero__benefits-item:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
}
.home .hero__benefits-item:not(:last-child)::after {
  display: none;
}
.home .hero__benefits-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
}

.single-service .hero {
  padding-top: 230px;
}
.single-service .hero__content:not(:last-child) {
  margin-bottom: 135px;
}
.single-service .hero__title {
  max-width: 1100px;
  text-transform: capitalize;
}
.single-service .hero__benefits-item:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
.single-service .hero__benefits-item:nth-child(1) {
  width: calc(35% - 20px);
}
.single-service .hero__benefits-item:nth-child(2) {
  width: calc(35% - 20px);
}
.single-service .hero__benefits-item:nth-child(3) {
  width: calc(30% - 20px);
}

.page-about .hero__title,
.page-prices .hero__title {
  font-size: 68px;
}

@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: 60px;
  }
  .hero__benefits-item {
    width: calc(33.33% - 20px);
  }
  .hero__benefits-item:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
  }
  .hero__benefits-title {
    font-size: 18px;
  }
  .hero__benefits-text {
    font-size: 16px;
  }
  .home .hero__content:not(:last-child) {
    margin-bottom: 70px;
  }
  .home .hero__title {
    max-width: 780px;
    font-size: 60px;
  }
  .single-service .hero {
    padding-top: 180px;
  }
  .single-service .hero__content:not(:last-child) {
    margin-bottom: 100px;
  }
  .page-about .hero__title,
.page-prices .hero__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
  }
  .hero__content:not(:last-child) {
    margin-bottom: 50px !important;
  }
  .hero__title {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 40px !important;
  }
  .hero__subtitle {
    max-width: 350px;
    font-size: 18px;
  }
  .hero__subtitle:not(:last-child) {
    margin-bottom: 35px;
  }
  .hero .component-yandex {
    margin-top: 16px;
  }
  .hero__benefits {
    justify-content: flex-start;
    flex-direction: column;
  }
  .hero__benefits-item {
    width: 100% !important;
  }
  .hero__benefits-item:not(:last-child) {
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
  .hero__benefits-item:not(:last-child)::after {
    display: none;
  }
  .hero__benefits-title {
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .home .hero__benefits-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .single-service .hero__benefits-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 359px) {
  .home .hero__title,
.single-service .hero__title,
.page-prices .hero__title {
    font-size: 32px !important;
  }
}
.advantages__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.advantages__stats {
  width: calc(58% - 5px);
}
.advantages__stat {
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-50);
}
.advantages__stat-value {
  margin-bottom: 12px;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-100);
}
.advantages__stat span {
  display: block;
}
.advantages__stat:not(:last-child) {
  margin-bottom: 56px;
}
.advantages__image {
  width: calc(42% - 5px);
}
.advantages__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 51/34;
  background-color: #f5f5f5;
}
.advantages__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1199px) {
  .advantages__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .advantages__stats {
    width: 100%;
  }
  .advantages__stat {
    max-width: 100%;
  }
  .advantages__stat-value {
    margin-bottom: 8px;
    font-size: 40px;
  }
  .advantages__stat:not(:last-child) {
    margin-bottom: 40px;
  }
  .advantages__image {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__stat-value {
    margin-bottom: 6px;
    font-size: 32px;
  }
  .advantages__stat:not(:last-child) {
    margin-bottom: 30px;
  }
  .advantages__image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1580px) {
  .home .advantages {
    overflow-y: hidden;
  }
  .home .advantages .decor-graphic--left {
    top: 140px;
    left: -340px;
    width: 1000px;
    height: 1000px;
    transform: rotate(140deg);
  }
  .home .advantages .decor-graphic--right {
    top: -820px;
    right: -40px;
    transform: rotate(-96deg);
  }
  .page-about .advantages {
    overflow-y: hidden;
  }
  .page-about .advantages .decor-graphic--left {
    display: none;
  }
  .page-about .advantages .decor-graphic--right {
    top: -20px;
    right: -40px;
    transform: rotate(-96deg);
  }
}
.why-us__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.why-us__cards-item {
  width: 100%;
  padding: 20px 24px 36px 20px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: var(--white-100);
}
.why-us__cards-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 28px;
  color: var(--primary-100);
  border-radius: 5px;
  background-color: var(--primary-10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.why-us__cards-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-100);
}
.why-us__cards-text {
  margin-top: 10px;
}
.why-us__cards-text p {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: var(--black-60);
}
.why-us__cards-text p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-100);
  opacity: 0.6;
}
.why-us__cards-text p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .why-us__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .why-us__cards-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-us__cards-item {
    padding: 14px;
  }
  .why-us__cards-title {
    font-size: 24px;
  }
  .why-us__cards-text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.reviews {
  overflow-x: hidden;
  background: var(--gray-bg);
}
.reviews__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reviews__platforms {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 4);
  padding: 20px 20px 24px 20px;
  color: var(--white-100);
  border-radius: 5px;
  background: var(--darkblue-bg);
}
.reviews__platforms-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.reviews__platforms-list {
  margin-top: auto;
}
.reviews__platform:not(:last-child) {
  margin-bottom: 20px;
}
.reviews__platform-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
}
.reviews__platform-rating {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.reviews__platform-rating::before {
  content: "\e912";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
}
.reviews__slider {
  width: calc((100% - 30px) / 4 * 3 + 20px);
}
.reviews__swiper {
  height: 100%;
}
.reviews__slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.reviews__author {
  width: 100%;
  min-height: 106px;
  margin-bottom: 3px;
  padding: 18px 16px 18px 16px;
  border-radius: 5px;
  background: var(--white-100);
}
.reviews__author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-100);
}
.reviews__author-position {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  width: 100%;
  padding: 16px 16px 20px 16px;
  border-radius: 5px;
  background: var(--white-100);
  z-index: 0;
}
.reviews__content::before {
  content: "\e90b";
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: "icomoon";
  font-size: 28px;
  line-height: 1;
  color: #7F7F7F;
  z-index: 1;
}
.reviews__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.reviews__stars i {
  font-size: 24px;
  color: #FEC700;
}
.reviews__text {
  margin: auto 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.reviews__text:not(:last-child) {
  margin-bottom: 10px;
}
.reviews__date {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.reviews__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .reviews__platforms {
    width: calc((100% - 20px) / 3);
  }
  .reviews__slider {
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }
}
@media screen and (max-width: 899px) {
  .reviews__platforms {
    width: calc((100% - 10px) / 2);
  }
  .reviews__slider {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .reviews__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .reviews__platforms {
    width: 100%;
    padding: 16px;
  }
  .reviews__platform:not(:last-child) {
    margin-bottom: 16px;
  }
  .reviews__platform-name {
    margin-bottom: 8px;
  }
  .reviews__platform-rating {
    padding-left: 28px;
    font-size: 18px;
  }
  .reviews__platform-rating::before {
    font-size: 20px;
  }
  .reviews__slider {
    width: 100%;
    margin-top: 20px;
  }
  .reviews__swiper {
    height: auto;
    overflow: unset;
  }
  .reviews__swiper .swiper-wrapper {
    overflow: unset;
  }
  .reviews__slide {
    width: 300px;
  }
  .reviews__author {
    min-height: 96px;
    padding: 14px;
  }
  .reviews__author-name {
    font-size: 20px;
  }
  .reviews__author-position {
    margin-top: 6px;
  }
  .reviews__content {
    padding: 14px;
  }
  .reviews__content::before {
    top: 14px;
    font-size: 24px;
  }
  .reviews__stars {
    margin-bottom: 20px;
  }
  .reviews__stars i {
    font-size: 22px;
  }
  .reviews__date {
    font-size: 14px;
  }
  .reviews__bottom {
    justify-content: center;
    margin-top: 30px;
  }
  .reviews__bottom .button-primary {
    width: 100%;
  }
  .reviews__bottom .swiper-buttons {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .reviews__slide {
    width: 270px;
  }
}
@media screen and (min-width: 1580px) {
  .reviews {
    overflow-y: hidden;
  }
  .reviews .decor-graphic--left {
    top: -230px;
    left: -40px;
    transform: rotate(70deg);
  }
}
.team .section-title {
  max-width: 570px;
}
.team__item {
  display: flex;
  justify-content: space-between;
}
.team__item-photo {
  width: calc(46% - 5px);
}
.team__item-photo picture {
  display: block;
  width: 100%;
  aspect-ratio: 176/218;
  background-color: #f5f5f5;
}
.team__item-photo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.team__item-info {
  display: flex;
  flex-direction: column;
  width: calc(54% - 5px);
  padding-top: 4px;
  padding-bottom: 4px;
}
.team__item-info h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black-100);
}
.team__item-info p {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #7F7F7F;
}
.team__item-info a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary-100);
  position: relative;
}
.team__item-info a::after {
  content: "\e921";
  display: block;
  margin-left: 4px;
  font-family: "icomoon";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .team__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 60px 30px;
    transform: none !important;
  }
  .team__item {
    width: calc(50% - 20px);
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .team__container {
    gap: 80px 30px;
  }
  .team__item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .team__swiper,
.team .swiper-wrapper {
    overflow: unset;
  }
  .team__item {
    width: 300px !important;
    flex-shrink: 0;
  }
  .team__item-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .team__item-info h3 {
    font-size: 18px;
  }
  .team__item-info p {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .team__item-info a {
    font-size: 16px;
  }
  .team__item-info a::after {
    font-size: 19px;
  }
}
@media screen and (min-width: 1580px) {
  .team {
    overflow-y: hidden;
  }
  .team .decor-graphic--left {
    top: -120px;
    left: -100px;
    transform: rotate(160deg);
  }
  .team::after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 10px;
    width: 520px;
    height: 340px;
    background-image: url("../img/team-decor.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
.clients .section-heading {
  margin-bottom: 40px;
}
.clients .swiper {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}
.clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  height: auto !important;
  padding-right: 35px;
  padding-left: 35px;
}
.clients .swiper-slide picture {
  display: block;
}
.clients .swiper-slide picture img {
  max-width: 360px;
  max-height: 144px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@media screen and (max-width: 1199px) {
  .clients .swiper-slide {
    padding-right: 25px;
    padding-left: 25px;
  }
  .clients .swiper-slide picture img {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 100px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .clients .section-heading {
    margin-bottom: 20px;
  }
  .clients .swiper-slide {
    padding-right: 15px;
    padding-left: 15px;
  }
  .clients .swiper-slide picture img {
    max-width: 160px;
    max-height: 64px;
  }
}
.faq .section-heading .section-title {
  max-width: 600px;
}

@media screen and (max-width: 1199px) {
  .faq .section-heading .section-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq .link-center {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1580px) {
  .home .faq {
    overflow-y: hidden;
  }
  .home .faq .decor-graphic--left {
    top: -180px;
    left: -300px;
    transform: rotate(96deg);
  }
  .single-service .faq {
    overflow-y: hidden;
  }
  .single-service .faq .decor-graphic--left {
    top: -80px;
    left: -100px;
    transform: rotate(160deg);
  }
}
.geography {
  overflow-x: hidden;
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.geography .section-heading {
  margin-bottom: 40px;
}
.geography .section-title {
  max-width: 540px;
}
.geography__container {
  position: relative;
  width: 100%;
  min-height: 660px;
  padding-top: 40px;
  z-index: 0;
}
.geography__map picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1228/660;
  z-index: -1;
}
.geography__map picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1228/660;
}
.geography__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(42% - 5px);
  margin-left: auto;
  padding-bottom: 60px;
  gap: 16px;
}
.geography__list h3 {
  width: 100%;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-100);
}
.geography__list ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  column-gap: 10px;
}
.geography__list ul li {
  display: inline-flex;
  width: calc(50% - 5px);
}
.geography__list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.geography__list ul li a {
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primary-100);
}
.geography__list ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .geography .section-title {
    max-width: 100%;
  }
  .geography__container {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
  .geography__list {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .geography .section-heading {
    margin-bottom: 28px;
  }
  .geography__map picture {
    width: 110%;
    max-width: none;
    left: -5%;
  }
  .geography__list {
    row-gap: 10px;
  }
  .geography__list h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .geography__list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .geography__list ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .geography__list {
    column-gap: 16px;
  }
  .geography__list ul {
    column-gap: 6px;
  }
  .geography__list ul li {
    width: calc(50% - 3px);
  }
  .geography__list ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .geography__list ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1580px) {
  .geography .decor-icon--left {
    left: 40px;
    top: 50%;
  }
}
.video {
  padding-bottom: 70px;
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.video .section-heading {
  margin-bottom: 50px;
}
.video-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 920px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 92/52;
  margin-left: auto;
  margin-right: auto;
}
.video-link picture {
  display: block;
  width: 100%;
  aspect-ratio: 92/52;
}
.video-link picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 92/52;
}

@media screen and (max-width: 1199px) {
  .video .section-heading {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding-bottom: 60px;
  }
}
.cta.padding-t0 {
  padding-top: 0 !important;
}
.cta.padding-b0 {
  padding-bottom: 0 !important;
}
.cta__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: var(--white-color);
  padding: 40px 30px;
  border-radius: 10px;
  background: var(--darkblue-bg);
}
.cta__container .section-heading {
  margin-bottom: 30px;
}
.cta__content {
  width: 560px;
  max-width: calc(100% - 520px);
}
.cta__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.cta__form {
  width: 480px;
}
.cta__form .cta__links {
  display: none;
}
.cta2 .cta__container {
  position: relative;
  z-index: 0;
}
.cta2 .cta__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), -50%);
  width: 150px;
  height: 150px;
  background-image: url("../img/cta-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  z-index: -1;
}
.cta2 .cta__container .section-heading {
  margin-bottom: 10px;
}
.cta2 .cta__form .section-subtitle {
  margin-bottom: 20px;
  color: var(--white-50);
}
.cta2 .cta__form .cta__links {
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 1199px) {
  .cta__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .cta__container .section-heading {
    margin-bottom: 40px;
  }
  .cta__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .cta__form {
    width: 100%;
  }
  .cta2 .cta__container::before {
    top: auto;
    left: auto;
    bottom: 40px;
    right: 48px;
    transform: rotate(-20deg);
    width: 100px;
    height: 100px;
  }
  .cta2 .cta__container .section-heading {
    margin-bottom: 0;
  }
  .cta2 .cta__content {
    margin-bottom: 14px;
  }
  .cta2 .cta__form .section-subtitle {
    margin-bottom: 36px;
  }
  .cta2 .cta__form .cta__links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .cta__container {
    padding: 20px 14px;
  }
  .cta__container .section-heading {
    margin-bottom: 0;
  }
  .cta__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .cta__content .cta__links {
    display: none;
  }
  .cta__links {
    gap: 10px 16px;
  }
  .cta__form {
    width: 100%;
  }
  .cta__form .cta__links {
    display: flex;
    margin-top: 30px;
  }
  .cta2 .cta__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cta2 .cta__container::before {
    bottom: 24px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1580px) {
  .cta {
    overflow-y: hidden;
  }
  .cta .decor-graphic--right {
    top: -60px;
    right: -100px;
    transform: rotate(-20deg);
    width: 600px;
    height: 600px;
  }
  .cta2 .decor-graphic--left {
    top: -690px;
    left: -720px;
    transform: rotate(-20deg);
  }
  .cta2 .decor-graphic--right {
    top: -180px;
    right: -160px;
    transform: rotate(-112deg);
    width: 1200px;
    height: 1200px;
  }
}
.about {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.about__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about__content {
  width: calc(58% - 5px);
  padding: 30px;
  border-radius: 10px;
  background: var(--white-5);
}
.about__content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.about__content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #ebebeb;
}
.about__content p:not(:last-child) {
  margin-bottom: 15px;
}
.about__content h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #ebebeb;
}
.about__content h4:not(:first-child) {
  margin-top: 30px;
}
.about__content h4:not(:last-child) {
  margin-bottom: 20px;
}
.about__content ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #ebebeb;
}
.about__content ul:not(:first-child) {
  margin-top: 15px;
}
.about__content ul:not(:last-child) {
  margin-bottom: 15px;
}
.about__content ul li {
  position: relative;
  padding-left: 13px;
}
.about__content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: var(--primary-100);
  opacity: 0.6;
}
.about__content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.about__image {
  width: calc(42% - 5px);
}
.about__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  .about__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .about__content {
    width: 100%;
  }
  .about__image {
    width: 100%;
    margin-top: 10px;
  }
  .about__image picture {
    height: auto;
  }
  .about__image picture img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about__content {
    padding: 20px 14px;
  }
  .about__content h3 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .about__content h4:not(:first-child) {
    margin-top: 16px;
  }
  .about__content h4:not(:last-child) {
    margin-bottom: 14px;
  }
}
.similar-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.similar-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  padding: 10px 20px 10px 35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--black-100);
  border-radius: 50px;
  border: 1px solid #EBEBEB;
  background-color: var(--white-100);
}
.similar-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-100);
}
@media screen and (min-width: 1025px) {
  .similar-links a:hover {
    color: var(--primary-100);
    border-color: var(--primary-100);
  }
}

@media screen and (max-width: 1199px) {
  .similar-links a {
    padding: 8px 18px 8px 33px;
    font-size: 18px;
  }
  .similar-links a::before {
    left: 14px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .similar-links {
    gap: 6px;
  }
  .similar-links a {
    padding: 7px 12px 7px 25px;
    font-size: 16px;
  }
  .similar-links a::before {
    left: 11px;
    width: 6px;
    height: 6px;
  }
}
.safe {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.safe__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.safe__cards-item {
  width: 100%;
  padding: 20px 20px 24px 20px;
  border-radius: 10px;
  background: var(--white-5);
}
.safe__cards-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 24px;
  color: var(--primary-100);
  border-radius: 5px;
  background-color: var(--darkblue-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.safe__cards-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.safe__cards-text {
  margin-top: 20px;
}
.safe__cards-text p {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #f5f5f5;
}
.safe__cards-text p::before {
  content: "\e91a";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: var(--primary-100);
}
.safe__cards-text p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .safe__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .safe__cards-item {
    padding: 14px 14px 16px 14px;
  }
  .safe__cards-icon {
    margin-bottom: 14px;
  }
  .safe__cards-title {
    font-size: 20px;
  }
  .safe__cards-text {
    margin-top: 14px;
  }
  .safe__cards-text p {
    padding-left: 24px;
  }
  .safe__cards-text p::before {
    font-size: 18px;
  }
  .safe__cards-text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1580px) {
  .safe .decor-icon--left {
    left: 40px;
    top: 90px;
  }
  .safe .decor-icon--right {
    right: 24px;
    bottom: 30px;
    transform: rotate(90deg);
  }
}
.includes {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.includes__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.includes__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: var(--white-5);
}
.includes__item::before {
  content: "\e920";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 7px;
  font-family: "icomoon";
  font-size: 18px;
  color: var(--primary-100);
  border-radius: 5px;
  background-color: var(--darkblue-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.includes__item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.includes__risks {
  width: 100%;
  margin-top: 30px;
  padding: 20px 20px 22px 20px;
  color: var(--white-100);
  border-radius: 5px;
  background: var(--white-5);
}
.includes__risks h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.includes__risks ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
}
.includes__risks ul li {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #f0f0f0;
}
.includes__risks ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-100);
}
.includes__risks .button-primary {
  display: none;
}

@media screen and (max-width: 767px) {
  .includes__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .includes__item p {
    font-size: 16px;
  }
  .includes__risks {
    margin-top: 30px;
    padding: 20px 14px 24px 14px;
  }
  .includes__risks h3 {
    font-size: 20px;
  }
  .includes__risks ul {
    gap: 16px 16px;
  }
  .includes__risks .button-primary {
    display: inline-flex;
    margin-top: 24px;
  }
  .includes .link-center {
    display: none;
  }
}
@media screen and (min-width: 1580px) {
  .includes .decor-icon--left {
    left: 40px;
    top: 90px;
  }
  .includes .decor-icon--right {
    right: 24px;
    bottom: 30px;
    transform: rotate(90deg);
  }
}
.prices {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.prices .section-heading {
  margin-bottom: 60px;
}
.prices .section-title {
  max-width: 600px;
}
.prices-table {
  width: 100%;
}
.prices-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
}
.prices-table-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.prices-table-row:nth-child(odd) .prices-table-col--right p {
  background-color: var(--darkblue-bg);
}
.prices-table-row:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.prices-table-row:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prices-table-col--left p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--white-100);
}
.prices-table-col--right {
  margin-left: 16px;
  flex-shrink: 0;
}
.prices-table-col--right p {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--white-100);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
}
.prices__bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
}
.prices__bottom.center {
  text-align: center;
}
.prices__bottom p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 860px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.prices__bottom p:not(:last-child) {
  margin-bottom: 40px;
}
.prices__factors {
  width: 100%;
  margin-top: 80px;
  padding: 32px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
.prices__factors h3 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 600;
}
.prices__factors ol {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.prices__factors ol li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  border-radius: 5px;
  background: var(--darkblue-bg);
  counter-increment: ol-counter;
}
.prices__factors ol li::before {
  content: "0" counter(ol-counter);
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-100);
}
.prices__factors ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .prices .section-heading {
    margin-bottom: 40px;
  }
  .prices .section-title {
    max-width: 100%;
  }
  .prices-table-row {
    padding: 12px 16px;
  }
  .prices-table-row:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .prices-table-row:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .prices-table-col--left p {
    font-size: 18px;
  }
  .prices-table-col--right p {
    font-size: 16px;
  }
  .prices__bottom {
    margin-top: 40px;
    padding-top: 20px;
  }
  .prices__bottom.center {
    text-align: left;
  }
  .prices__bottom p {
    max-width: 100%;
    font-size: 20px;
  }
  .prices__bottom p:not(:last-child) {
    margin-bottom: 28px;
  }
  .prices__factors {
    margin-top: 48px;
    padding: 24px 20px;
  }
  .prices__factors h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .prices .section-heading {
    margin-bottom: 32px;
  }
  .prices-table-row {
    padding: 10px 14px;
  }
  .prices-table-col--left p {
    font-size: 16px;
    line-height: 1.1;
  }
  .prices-table-col--right {
    text-align: right;
    flex-shrink: 1;
    min-width: 124px;
  }
  .prices-table-col--right p {
    padding: 5px 8px;
    font-size: 15px;
  }
  .prices__bottom {
    margin-top: 32px;
    padding-top: 20px;
  }
  .prices__factors {
    margin-top: 40px;
    padding: 20px 14px;
  }
  .prices__factors h3 {
    font-size: 20px;
  }
  .prices__factors ol li {
    align-items: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .prices-table-row {
    padding: 8px 10px;
  }
  .prices-table-col--left p {
    font-size: 14px;
  }
  .prices-table-col--right {
    min-width: 100px;
  }
  .prices-table-col--right p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1580px) {
  .prices {
    position: relative;
    z-index: 0;
  }
  .prices::before {
    content: "";
    position: absolute;
    top: 660px;
    left: -100px;
    width: 480px;
    height: 480px;
    background-image: url("../img/prices-decor.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    z-index: -1;
  }
}
.steps {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.steps__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.steps__content {
  width: calc(58% - 5px);
}
.steps__image {
  width: calc(42% - 5px);
}
.steps__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 51/39;
  border-radius: 5px;
}
.steps__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.steps__list {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.steps__item {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 0;
  counter-increment: ol-counter;
}
.steps__item::before {
  content: "0" counter(ol-counter);
  display: block;
  flex-shrink: 0;
  min-width: 60px;
  margin-right: 25px;
  font-size: 45px;
  font-weight: 800;
  line-height: 0.9;
  text-align: center;
  color: var(--white-100);
}
.steps__item::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background: var(--white-25);
}
.steps__item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #7F7F7F;
}
.steps__item p a {
  text-decoration: none;
  color: var(--primary-100);
}
.steps__item p a:hover {
  text-decoration: underline;
}
.steps__item:not(:last-child) {
  margin-bottom: 30px;
}
.steps__bottom p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .steps__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .steps__content {
    width: 100%;
  }
  .steps__image {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .steps__image {
    margin-top: 36px;
  }
  .steps__item {
    min-height: 100px;
  }
  .steps__item::before {
    margin-right: 10px;
    font-size: 32px;
  }
  .steps__item::after {
    top: 38px;
    height: calc(100% - 40px);
  }
  .steps__item p {
    font-size: 18px;
    line-height: 1.2;
  }
  .steps__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .steps__bottom p {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .steps__item p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1580px) {
  .steps .decor-icon--left {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .steps .decor-icon--right {
    right: 30px;
    bottom: 60px;
    transform: rotate(90deg);
  }
}
.contacts {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.contacts__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contacts__content {
  width: calc(58% - 5px);
  padding: 30px;
  border-radius: 10px;
  background: var(--white-5);
}
.contacts__content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.contacts__content ol {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 28px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  color: #EBEBEB;
}
.contacts__content ol li:not(:last-child) {
  margin-bottom: 12px;
}
.contacts__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 15px;
}
.contacts__map {
  width: calc(42% - 5px);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white-5);
}
.contacts__map .yandex-map {
  width: 100% !important;
  height: 100% !important;
}
.contacts .address::before, .contacts .tel::before, .contacts .email::before, .contacts .socials a {
  color: var(--primary-100);
}

@media screen and (max-width: 1199px) {
  .contacts__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .contacts__content {
    width: 100%;
  }
  .contacts__map {
    width: 100%;
    height: 400px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__content {
    padding: 20px 14px;
  }
  .contacts__content h3 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .contacts__links .tel {
    order: -10;
  }
  .contacts__map {
    height: 270px;
  }
}
.economy {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.economy-table {
  width: 100%;
}
.economy-table-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.economy-table-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.economy-table-row:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: var(--white-25);
}
.economy-table-row:first-child .economy-table-col p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--white-100);
  border-radius: 0;
  background: none;
}
.economy-table-row:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.economy-table-row:last-child .economy-table-col:nth-child(2) p, .economy-table-row:last-child .economy-table-col:nth-child(3) p {
  color: var(--black-100);
  background: var(--white-100);
}
.economy-table-col:first-child {
  width: 50%;
  padding: 20px;
}
.economy-table-col:first-child p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--white-100);
}
.economy-table-col:nth-child(2), .economy-table-col:nth-child(3) {
  width: 25%;
  padding: 20px;
}
.economy-table-col:nth-child(2) p, .economy-table-col:nth-child(3) p {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--white-100);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
}
.economy-table-col:nth-child(3) {
  background: var(--white-5);
}
.economy-table-col:nth-child(3) p {
  background: var(--darkblue-bg);
}
.economy-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  min-height: 50px;
  width: 25%;
  padding: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  background: var(--primary-100);
}

@media screen and (max-width: 1199px) {
  .economy-table-row:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .economy-table-row:first-child .economy-table-col p {
    font-size: 18px !important;
    line-height: 1.1;
  }
  .economy-table-row:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .economy-table-col:first-child {
    padding: 12px 16px !important;
  }
  .economy-table-col:first-child p {
    font-size: 18px;
    line-height: 1.1;
  }
  .economy-table-col:nth-child(2), .economy-table-col:nth-child(3) {
    padding: 12px 16px !important;
  }
  .economy-table-col:nth-child(2) p, .economy-table-col:nth-child(3) p {
    font-size: 16px;
    line-height: 1.1;
  }
  .economy-value {
    margin-top: 16px;
    min-height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .economy .section-heading {
    margin-bottom: 32px;
  }
  .economy-table {
    width: 700px;
    flex-shrink: 0;
  }
  .economy-table-wrapper {
    padding-bottom: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--white-25) transparent;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  @supports selector(::-webkit-scrollbar) {
    .economy-table-wrapper::-webkit-scrollbar {
      height: 6px;
    }
    .economy-table-wrapper::-webkit-scrollbar-track {
      background: transparent;
    }
    .economy-table-wrapper::-webkit-scrollbar-thumb {
      background: var(--white-25);
      border-radius: 10px;
      border: 4px solid transparent;
      background-clip: padding-box;
    }
  }
  .economy-table-row:first-child .economy-table-col {
    display: inline-flex;
    padding: 14px 14px !important;
  }
  .economy-table-row:first-child .economy-table-col p {
    font-size: 16px !important;
  }
  .economy-table-col:first-child {
    width: 300px;
    padding: 12px 14px !important;
  }
  .economy-table-col:first-child p {
    font-size: 16px;
  }
  .economy-table-col:nth-child(2), .economy-table-col:nth-child(3) {
    width: 200px;
    padding: 12px 14px !important;
  }
  .economy-table-col:nth-child(2) p, .economy-table-col:nth-child(3) p {
    padding: 6px 10px;
    font-size: 14px;
  }
  .economy-value {
    width: fit-content;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 374px) {
  .economy-table {
    width: 520px;
  }
  .economy-table-row:first-child .economy-table-col {
    padding: 10px !important;
  }
  .economy-table-row:first-child .economy-table-col p {
    font-size: 14px !important;
  }
  .economy-table-col:first-child {
    width: 200px;
    padding: 8px 10px !important;
  }
  .economy-table-col:first-child p {
    font-size: 14px !important;
  }
  .economy-table-col:nth-child(2), .economy-table-col:nth-child(3) {
    width: 160px;
    padding: 8px 10px !important;
  }
  .economy-table-col:nth-child(2) p, .economy-table-col:nth-child(3) p {
    padding: 4px 7px;
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1580px) {
  .economy .decor-icon--left {
    left: 24px;
    bottom: 30px;
    transform: rotate(180deg);
  }
  .economy .decor-icon--right {
    right: 24px;
    top: 30px;
  }
}
.cost {
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.cost-item {
  width: 100%;
  max-width: 100%;
}
.cost-item:not(:last-child) {
  margin-bottom: 90px;
}
.cost .section-heading {
  margin-bottom: 48px;
}
.cost-points {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.cost-point {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 15px;
  padding: 10px 20px 10px 35px;
  border-radius: 100px;
  background: var(--white-10);
}
.cost-point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-100);
}
.cost-point:nth-child(odd) {
  margin-right: 20px;
}
.cost-point p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}

@media screen and (max-width: 1199px) {
  .cost-item:not(:last-child) {
    margin-bottom: 70px;
  }
  .cost .section-heading {
    margin-bottom: 36px;
  }
  .cost-point {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 10px 20px 10px 30px;
  }
  .cost-point::before {
    left: 12px;
    width: 8px;
    height: 8px;
  }
  .cost-point:nth-child(odd) {
    margin-right: 10px;
  }
  .cost-point p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cost-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .cost .section-heading {
    margin-bottom: 30px;
  }
  .cost-point {
    width: 100%;
    padding: 10px 15px 10px 30px;
  }
  .cost-point:nth-child(odd) {
    margin-right: 0;
  }
  .cost-point p {
    font-size: 15px;
  }
}
.qualif {
  overflow-x: hidden;
  background: var(--white-100);
}
.qualif__slider {
  width: 100%;
}
.qualif__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 30/32;
  border-radius: 10px;
  overflow: hidden;
}
.qualif__slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.qualif__slide picture {
  display: block;
  width: 100%;
  aspect-ratio: 30/32;
  background-color: #ebebeb;
}
.qualif__slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qualif .swiper-buttons {
  margin-top: 20px;
  width: 100%;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .qualif .swiper-buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .qualif__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .qualif__swiper {
    overflow: unset;
  }
  .qualif__swiper .swiper-wrapper {
    overflow: unset;
  }
  .qualif__slide {
    width: 300px;
  }
}
@media screen and (max-width: 359px) {
  .qualif__slide {
    width: 270px;
  }
}
.official {
  overflow-x: hidden;
  color: var(--white-100);
  background: var(--darkblue-bg);
}
.official__slider {
  width: 100%;
}
.official__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 30/32;
  border-radius: 10px;
  overflow: hidden;
}
.official__slide picture {
  display: block;
  width: 100%;
  aspect-ratio: 30/32;
  background-color: var(--white-5);
}
.official__slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official__info {
  margin-top: 80px;
  position: relative;
  width: 100%;
  padding: 24px 20px;
  border-radius: 10px;
  background: var(--white-5);
}
.official__info::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc((100% - 30px) / 4 * 2 + 10px);
  height: 1px;
  background: var(--white-10);
}
.official__info > h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white-100);
}
.official__info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.official__info-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 12px 12px 16px;
  border-radius: 5px;
  background: var(--darkblue-bg);
}
.official__info-card i {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--primary-100);
}
.official__info-card p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .official__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .official__swiper {
    overflow: unset;
  }
  .official__swiper .swiper-wrapper {
    overflow: unset;
  }
  .official__slide {
    width: 300px;
  }
  .official__info {
    margin-top: 48px;
    padding: 16px 16px;
  }
  .official__info::before {
    display: none;
  }
  .official__info > h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .official__info-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .official__info-card {
    padding: 10px 10px 10px 14px;
  }
  .official__info-card p {
    line-height: 1.1;
  }
  .official .link-center {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 359px) {
  .official__slide {
    width: 270px;
  }
}
@media screen and (min-width: 1580px) {
  .official .decor-icon--right {
    right: 24px;
    top: 30px;
  }
}
.calc-wrapper {
  width: 100%;
  padding: 20px 20px 40px 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background: var(--white-100);
  position: relative;
}
.calc-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.calc-left {
  width: 60%;
  padding-right: 20px;
  border-right: 1px solid #ebebeb;
}
.calc-left__title {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  font-weight: 600;
  color: var(--black-100);
}
.calc-right {
  width: 40%;
  padding-left: 30px;
}
.calc-total {
  width: 100%;
}
.calc-total__label {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #7f7f7f;
}
.calc-total__price {
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  color: var(--black-100);
}
.calc-total .button-primary {
  margin-top: 30px;
}
.calc-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: unset;
}
.calc-section:not(:last-child) {
  margin-bottom: 40px;
}
.calc-section--selects {
  z-index: 100;
}
.calc-selectors {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 10px;
  width: 100%;
  max-width: 100%;
}
.calc-selectors .select {
  width: calc(50% - 5px);
}

@media screen and (max-width: 1199px) {
  .calc {
    overflow-x: hidden;
  }
  .calc-wrapper {
    padding: 20px;
    border-radius: 16px;
  }
  .calc-container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .calc-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .calc-left__title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .calc-right {
    width: 100%;
    padding-left: 0;
    position: static;
    top: auto;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
  }
  .calc-total__label {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .calc-total__price {
    font-size: 60px;
  }
  .calc-total .button-primary {
    margin-top: 20px;
  }
  .calc-section:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .calc-wrapper {
    padding: 16px 10px;
  }
  .calc-left__title {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .calc-right {
    margin-top: 24px;
    padding-top: 16px;
  }
  .calc-total__label {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .calc-total__price {
    font-size: 44px;
  }
  .calc-total .button-primary {
    margin-top: 16px;
  }
  .calc-section:not(:last-child) {
    margin-bottom: 20px;
  }
  .calc-selectors {
    flex-direction: column;
    gap: 10px;
  }
  .calc-selectors .select {
    width: 100%;
  }
}
@media screen and (min-width: 1580px) {
  .calc {
    overflow-y: hidden;
  }
  .calc .decor-graphic--left {
    top: 200px;
    left: -400px;
    transform: rotate(160deg);
  }
  .calc .decor-graphic--right {
    bottom: -600px;
    right: -700px;
    transform: rotate(160deg);
  }
}
.error404 {
  padding-top: 120px;
}
.error404 .header {
  background: var(--darkblue-bg);
}

.s404 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.s404-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 120px);
  padding-top: 60px;
  padding-bottom: 120px;
}
.s404-pretitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--primary-100);
}
.s404-title {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  color: var(--black-100);
}

@media screen and (max-width: 1199px) {
  .error404 {
    padding-top: 66px;
  }
  .s404-container {
    min-height: calc(100vh - 66px);
  }
  .s404-pretitle {
    font-size: 120px;
  }
  .s404-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .error404 {
    padding-top: 54px;
  }
  .s404-container {
    min-height: calc(100vh - 54px);
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s404-pretitle {
    font-size: 100px;
  }
  .s404-title {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 28px;
  }
}