@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url(../fonts/icomoon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

[class*="icon-"]::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-check-big:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-time:before {
  content: "";
}

:root {
  --mainColor: #ffffff;
  --blueColor: #252660;
  --darkBlue: #1f205a;
  --yellColor: #e9b85b;
  --darkYellow: #9d7222;
  --darkColor: #111111;
  --redColor: #f80303;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

*::after,
*::before {
  display: inline-block;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--mainColor);
  line-height: 1;
  font-family: Lato;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: Lato;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

input,
textarea {
  width: 100%;
}

label {
  display: inline-block;
}

button,
option,
select {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}
.col a{
  text-decoration: none;
}
.col ul{
  text-decoration: none;
}
.col ul li{
  text-decoration: none;
  padding: 5px 5px;
  border-radius: 6px;
  /* background: #000000c4 !important; */
}
img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*="__container"] {
  max-width: 83.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.25rem 1fr minmax(auto, 81rem) 1fr 1.25rem;
}

[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}

.button {
  padding: 0.75rem 1.5rem;
  background-color: #ffc14b;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  color: var(--darkColor);
  text-align: center;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
}

.button--fw {
  width: 100%;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0.25rem;
  width: 100%;
  display: block;
  padding: 0.3125rem 0.625rem;
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  caret-color: inherit;
  outline: 0;
  line-height: 125.5%;
  color: var(--blueColor);
  font-weight: 700;
}

.input._form-focus {
  border-color: #ffc14b;
}

.input._form-error {
  border-color: var(--redColor);
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}

.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 0 0;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible + .checkbox__text:before {
  box-shadow: 0 0 5px #000;
}

.checkbox__input:checked + .checkbox__text:before {
  background: url(../image/check-big.svg) center/70% 70% no-repeat;
}

.checkbox__label {
  cursor: pointer;
  position: relative;
}

.checkbox__text {
  display: inline-flex;
  gap: 10px;
  align-self: center;
  line-height: 125.5%;
  transition: color 0.3s;
}

._form-error .checkbox__text::before {
  border-color: var(--redColor);
}

.checkbox__text:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid var(--mainColor);
  border-radius: 0.1875rem;
  background-color: var(--mainColor);
}

.list-style-disc li {
  list-style: disc;
}

.checkbox__text span {
  align-self: center;
}

.menu__list {
  display: flex;
}

.menu__link {
  line-height: 100%;
  font-weight: 600;
  transition: color 0.3s;
  color: var(--mainColor);
  font-size: 18px;
  text-decoration: none;
}
.list-unstyled li{
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.menu__link._active {
  color: #ffc14b;
}

.icon-menu {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: var(--blueColor);
  padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  width: 100%;
  max-width: 25rem;
  border-radius: 0.625rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 1;
  font-size: 1.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__close svg path {
  stroke: #ffc14b;
  stroke-width: 0.125rem;
}

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

.popup__title {
  font-size: 1.625rem;
  line-height: 120%;
  margin-bottom: 1.875rem;
  text-align: center;
}

.popup__line:not(:last-child) {
  margin-bottom: 1.25rem;
}

.popup__top {
  line-height: 125.5%;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

.popup__button {
  width: 100%;
  padding: 0.625rem;
  line-height: 1;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.popup__text {
  line-height: 125.5%;
  text-align: center;
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ibg--top {
  -o-object-position: top;
  object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
  object-position: left;
}

.ibg--right {
  -o-object-position: right;
  object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .header {
    background-color: var(--blueColor) !important;
  }
}

@media (min-width: 768px) {
  .header {
    background: linear-gradient(to bottom, #252660 0%, #252660 67%, #32336d 68%, #262867 100%);
  }
}

.header-right__soc_mobile {
  display: none;
}

.header__top {
  display: flex;
}

.header__logo img {
  /* aspect-ratio: 28/20; */
  width: 146px;
}

.header-right__button {
  text-decoration: none;
}

.header-right__button:hover {
/*  text-decoration: underline;*/
}

.header__logo .slogan {
  margin-top: 1rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  text-align: center;
}

.header__infos {
  display: flex;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1rem;
}

.header__infos a.header__info {
  transition: color 0.3s;
}

.header__info {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--mainColor);
  text-decoration: none;
  margin-bottom: 6px;
}

.header__info::before {
  align-self: flex-start;
  margin-top: 6px;
  color: #ffc14b;
  font-size: 16px;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc14b;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right__left {
  display: flex;
  flex-direction: column;
}

.header-right__phone {
  color: #ffc14b;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none;
}

.header-right__button {
  transition: color 0.3s;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-60 {
  margin-bottom: 60px;
}


.mb-80 {
  margin-bottom: 80px;
}



.mb-100 {
  margin-bottom: 100px;
}


.header-right__socs {
  display: flex;
  gap: 0.625rem;
}

.header-right__soc {
  /*display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 2.625rem;
        border-radius: .25rem;
        background-color: var(--darkBlue)*/
}

.header-right__soc img {
  /*max-width: 1.0625rem;*/
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer {
  background-color: var(--blueColor);
}

.footer__container {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  display: flex;
}

.footer__logo img {
  width: 161px;
}

.footer__info {
  font-size: 1rem;
  line-height: 150%;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  transition: color 0.3s;
  text-decoration: none;
  color: var(--mainColor);
}

.footer__info::before {
  align-self: flex-start;
  margin-top: 0.1875rem;
  color: #ffc14b;
  font-size: 0.875rem;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__info:not(:last-child) {
  margin-bottom: 1.25rem;
}

.footer__socs {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.footer__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  flex: 0 0 2.625rem;
  border-radius: 0.25rem;
  background-color: var(--darkBlue);
}

.footer__soc img {
  max-width: 1.0625rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.footer__list {
  flex: 1 1 auto;
  padding: 0;
}

.footer__list:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__item:first-child {
  font-weight: 700;
}

.footer__link {
  /*font-size: 14px;*/
  line-height: 150%;
  transition: color 0.3s;
  color: var(--mainColor);
  text-decoration: none;
}

.footer__metro {
  background-color: var(--darkBlue);
  border-radius: 0.25rem;
  padding: 0.75rem 1.5625rem;
  font-weight: 700;
  color: #ffc14b;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

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

.first {
  position: relative;
  flex: 1 1 100%;
}

.first__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.first__body {
  display: flex;
  gap: 0.6875rem;
  position: relative;
}

.first__content {
  width: 38.125rem;
  align-self: center;
  position: relative;
  z-index: 1;
}

.first__title {
  line-height: 120%;
  font-weight: 700;
}

.first__item {
  font-size: 18px;
  line-height: 150%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.first__item span {
  align-self: center;
}

.first__item::before {
  width: 1.5rem;
  flex: 0 0 1.5rem;
  height: 1.75rem;
  color: #ffc14b;
  font-size: 1.5rem;
  padding-top: 0.25rem;
}

.first__bottom,
.first__reviews {
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
}

.first__reviews {
  margin-top: 0.25rem;
  column-gap: 0.5rem;
}

.first__reviews p {
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: #fff;
}

.first__bigcheck {
  display: flex;
  gap: 1.25rem;
  line-height: 150%;
  max-width: 14.375rem;
  align-items: center;
}

.first__bigcheck::before {
  color: #ffc14b;
}

.first__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.row-prices-updated {
  margin: 25px 0;
}

.row-prices-updated * {
  transition: ease all .3s;
}

.row-prices-updated .col:hover .row-prices-updated-top {
  background-color: #252660;
  transition: ease all .3s;
}

.row-prices-updated .col:hover .row-prices-updated-title  {
  color: white;
  transition: ease all .3s;
}

.row-prices-updated .col > div {
  overflow: hidden;
  transition: ease all .3s;
}

.row-prices-updated .col:hover > div {
  -webkit-box-shadow: 6px 16px 40px -19px rgba(128, 128, 136, 1)!important;
  -moz-box-shadow: 6px 16px 40px -19px rgba(128, 128, 136, 1)!important;
  box-shadow: 6px 16px 40px -19px rgba(128, 128, 136, 1)!important;
}

.row-prices-updated .col:hover > div {
  border: 1px solid #252660;
}

.card.row-prices-card-simple,
.row-prices-card-simple {
  border: 1px solid #21215f;
  border-radius: 13px !important;
  background: #dddddd00;
}

.row-prices-card-simple .card-header {
  border-color: #0c0c0c;
}

.first__button__tg {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background: #4935d2;
  /* border: 2px solid #ffffff; */
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  min-width: 248px;
  text-decoration: none;
  transition: ease all 0.3s;
}

.first__bottom__buttons {
  margin-bottom: 16px;
}

.first__button__tg:hover {
  /* opacity: 0.8; */
  transition: ease all 0.3s;
  background: #2f1ea0;
}

.row-prices-card-simple .card-body {
  border: 1px solid #ffeeee;
  background: #fff;
}

.row-prices-card-simple .row-prices-updated-top {
  background-color: #5252b3;
}

.row-prices-updated .btn:hover,
.row-prices-updated .btn:active {
  background-color: #ffd483 !important;
  border-color: #ffd483 !important;
}

.row-prices-updated .card-body-inner li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 8px 50px;
}

#featured-3 .row-prices-updated .card-body-inner li {
  padding: 8px 16px;
}

.table-fix-sizes td:first-child {
    width: 40%;
/*  font-size: 14px;*/
}

.adService a {
  color: #454679;
  text-decoration: none;
}

.row-prices-updated .card-body {
  padding-right: 0;
  padding-left: 0;
}

.row-prices-updated .card-header {
  padding: 140px 0 20px;
  background-repeat: no-repeat;
  background-position: center 20px;
  border-radius: 0px !important;
}

.row-prices-updated-top-i1 {
  background-image: url(../image/icons/i1.svg);
}

.row-prices-updated-top-i2 {
  background-image: url(../image/icons/i2.svg);
}

.row-prices-updated-top-i3 {
  background-image: url(../image/icons/i3.svg);
}

.row-prices-updated .pricing-card-title {
  color: #373737;
  font-weight: 800;
  font-size: 37.97px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

.row-prices-updated-title {
  font-weight: 600;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}


.row-prices-card-simple .row-prices-updated-title {
  color: #ffffff;
}

.row-prices-updated .card-body .btn {
  max-width: 194px;
  background: #ffc14b;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #212529;
  border-color: #ffc14b;
  margin: 0 auto;
}

  .first {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.25rem 1fr minmax(auto, 81rem) 1fr 1.25rem;
    background: url(../image/main.png);
    background-size: contain;
    background-position: right;
    background-color: #141425;
    background-repeat: no-repeat;
  }
@media (min-width: 29.99875em) {
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
  }

  .footer__column {
    flex: 1 1 calc((100% - 80px) / 3);
  }

  .footer__metro {
    align-self: flex-start;
  }
}

@media (min-width: 47.99875em) {
  .checkbox__text {
    font-size: 0.875rem;
  }

  .menu .header-right,
  .menu .header__infos {
    display: none;
  }

  .menu__list {
    gap: 0.625rem;
    margin-bottom: 0;
    justify-content: space-between;
  }

  .menu__link._active::before {
    opacity: 1;
  }

  .menu__link {
    position: relative;
  }

  .menu__link::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.125rem;
    background-color: #ffc14b;
    width: 100%;
    bottom: -1.25rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .header__top {
    gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
  }

  .header__toptext {
    display: none;
  }

  .header__infos {
    row-gap: 0.1rem;
    align-items: center;
    flex-wrap: wrap;
  }

  .header__bigphone {
    display: none;
  }

  .header-right__left {
    align-items: end;
  }

  .footer {
    padding: 1.25rem 0;
  }

  .footer__container {
    gap: 2.5rem;
  }

  .footer__left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer__logo {
    width: 12.3125rem;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__infos:not(:last-child) {
  }

  .footer__socs {
  }

  .footer__menu {
    /*flex: 0 1 52.375rem;*/
    flex: 0 1 54.375rem;
  }

  .first {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.25rem 1fr minmax(auto, 81rem) 1fr 1.25rem;
    background: url(../image/main.png);
    background-size: contain;
    background-position: right;
    background-color: #141425;
    background-repeat: no-repeat;
  }

  .first > * {
    min-width: 0;
    grid-column: 3/6;
  }

  .first__content {
    padding: 3.25rem 0;
  }

  .first__items {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 1.5rem;
    row-gap: 1rem;
  }

  .first__item {
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .first__bottom {
    align-items: center;
  }

  .first__bigcheck::before {
    width: 25px;
    /* flex: 0 0 2.25rem; */
    height: 2.625rem;
    padding-top: 0.375rem;
    font-size: 2rem;
  }

  .first__reviews {
    align-items: center;
  }
  .first__content .first__reviews {
    justify-content: flex-end;
  }
  .first__image {
    flex: 1 1 auto;
    position: relative;
  }
}

@media (min-width: 61.99875em) {
  .menu__link::before {
    /*bottom: -1.875rem*/
  }

  .header {
    padding: 1rem 0 1rem 0;
  }

  .header__top:not(:last-child) {
    margin-bottom: 10px;
  }

  .header__logo {
    flex: 0 0 12.3125rem;
  }

  .header-right {
    gap: 1.2rem;
  }

  .header-right__phone {
    font-size: 1.5625rem;
  }

  .first__title {
    font-size: 3.25rem;
    margin-bottom: 3.125rem;
  }

  .first__items {
    margin-bottom: 30px;
  }
}

@media (max-width: 61.99875em) {
  .header {
    padding: 1rem 0;
  }

  .header__top:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .header__logo {
    flex: 0 0 8.75rem;
  }

  .header-right {
    gap: 0.625rem;
  }

  .header-right__phone {
    font-size: 1.375rem;
  }

  .first__title {
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
  }

  .first__items {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 47.99875em) {
  .checkbox__text {
    font-size: 0.75rem;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    transition: left 0.3s;
    background-color: var(--darkBlue);
    z-index: 4;
    padding-top: 3.875rem;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 3.875rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    background-color: var(--blueColor);
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__list {
    gap: 1.875rem;
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }

  .icon-menu {
    display: block;
    position: fixed;
    width: 2.625rem;
    height: 2.625rem;
    z-index: 5;
    border-radius: 0.25rem;
    background-color: #ffc14b;
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.5625rem;
    position: absolute;
    width: calc(100% - 1.125rem);
    height: 0.125rem;
    background-color: var(--darkColor);
  }

  .icon-menu::before {
    top: 0.625rem;
  }

  .icon-menu::after {
    bottom: 0.625rem;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header {
    padding: 0.625rem 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
  }

  .header__container {
    display: flex;
    gap: 0.5625rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .header__top:not(:last-child) {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .header__top {
    flex-direction: column;
    gap: 0.4375rem;
  }

  .header__top .header-right,
  .header__top .header__infos {
    display: none;
  }

  .header-right__soc_mobile {
    display: inline-block;
    margin-left: auto;
  }

  .header__top .header__toptext {
    display: none;
  }

  .header__logo {
    flex: 1 1 auto;
    width: 12.3125rem;
    position: relative;
    z-index: 5;
  }

  .header__toptext {
    font-size: 1.0225rem;
    color: #ffc14b;
    position: relative;
    z-index: 5;
  }

  .header__infos {
    row-gap: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.875rem 1.25rem;
  }
.header__bigphone span{
  display: block;
  color: #eaeaf1;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}
  .header__bigphone:before{
    font-size: 13px;
    margin-top: 2px;
  }
    
    .header__bigphone {
    width: 162px;
    border-radius: 0.25rem;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    margin-right: 40px;
    color: #ffc14b;
    font-size: 17px;
    position: relative;
    margin-left: 5px;
    z-index: 5;
    display: flex;
    text-align: end;
    flex-wrap: wrap;
    font-weight: 600;
    text-decoration: none;
  }

  .header-right {
    gap: 1.625rem;
    background-color: var(--blueColor);
    padding: 1.875rem 1.25rem;
  }

  .header-right__left {
    align-items: flex-start;
  }

  .header-right__phone {
    font-size: 1.125rem;
    line-height: 150%;
  }

  .header-right__button {
    line-height: 150%;
  }

  .header-right__socs {
    flex-wrap: wrap;
  }

  .footer {
    padding: 3.125rem 0;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__left {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__left:not(:last-child) {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #ffc14b;
  }

  .footer__logo {
    order: 1;
    flex: 0 0 10.125rem;
  }

  .footer__infos {
    order: 3;
  }

  .footer__socs {
    order: 2;
  }

  .first {
    display: flex;
    background-size: 140%;
    padding-top: 90px;
    background-position: -0% 42%;
    background-color: #111239;
  }

  .first__body {
    padding: 0 1.25rem;
    width: 100%;
  }

  .first__content {
    padding: 3.125rem 0;
    width: 100%;
  }

  .first__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .first__bottom {
    flex-direction: column;
  }

  .first__button {
    width: 100%;
    text-decoration: none;
  }

  .first__bigcheck::before {
    width: 1.5rem;
    flex: 0 0 1.5rem;
    height: 2rem;
    padding-top: 0.4375rem;
    font-size: 1.5rem;
  }

  .first__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 29.99875em) {
  .header__logo {
    width: 100px;
  }

  .footer__column:not(:last-child) {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #ffc14b;
  }

  .first__title {
    font-size: 1.75rem;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background-color: #099734 !important;
  }

  .checkbox__text:hover {
    color: var(--textColor);
  }

  .menu__link:hover {
    color: #ffc14b;
  }

  .menu__link:hover::before {
    opacity: 1;
  }

  .popup__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .header__infos a.header__info:hover {
    color: #ffc14b;
  }

  .header-right__phone:hover {
    color: var(--darkYellow);
  }

  .header-right__button:hover {
    color: #ffc14b;
  }

  .header-right__soc:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer__info:hover {
    color: #ffc14b;
  }

  .footer__soc:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer__link:hover {
    color: #ffc14b;
  }
}

/* design faq block */
:root {
  --section-default-color: #fff;
  --section-primary-color: #f8f8f8;
  --section-secondary-color: #222;

  --faq-section-background: #fff;
  --faq-section-title-color: #45494e;

  --faq-item-border: 1px;
  --faq-item-border-radius: 10px;
  --faq-item-border-color: #d8d8d8;

  --faq-header-background: #f5f5f5;
  --faq-header-background-hover: #f5f5f5;
  --faq-header-background-active: #f5f5f5;
  --faq-header-font-size: 14px;

  --faq-answer-background: #fff;
  --faq-answer-background-hover: #fff;
  --faq-answer-background-active: #fff;
  --faq-answer-font-size: 14px;

  --faq-toggle-background: #e76e76;
  --faq-toggle-background-hover: #e76e76;
  --faq-toggle-color: #fff;
  --faq-toggle-color-hover: #fff;
}

/* Cтили блока */
.faq.section {
  background-color: var(--background-color, transparent);
  margin-right: auto;
  margin-left: auto;
}

.faq.section__container {
  padding: 0 !important;
}

.faq.section *,
.faq.section ::before,
.faq.section ::after {
  box-sizing: border-box;
}

.faq.section .section__header {
  margin: 0 0 20px;
}

.faq.section .section--left_header .section__container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 12px;
}

.faq.section .section--left_header .section__header {
  width: 100%;
}

.faq.section .section--left_header .section__content {
  width: 100%;
}

.faq.section .section__title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.143;
  color: var(--faq-section-title-color, #000);
  letter-spacing: -0.02em;
}

.faq.section .accordion {
  width: 100%;
  margin: 0 auto;
}

.faq.section .accordion__item {
  border: var(--faq-item-border, 1px) solid
    var(--faq-item-border-color, #d8d8d8);
  border-radius: var(--faq-item-border-radius, 5px);
  overflow: hidden;
  break-inside: avoid;
  page-break-inside: avoid;
}

.faq.section .accordion__item:nth-child(n + 2) {
  margin-top: 20px;
}

.faq.section .accordion__item-header {
  cursor: pointer;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 20px;
  font-size: var(--faq-header-font-size, 14px);
  font-weight: 700;
  color: #45494e;
  transition: background-color 0.2s;
}

.faq.section .accordion__item-header::after {
  content: "\002B";
  display: flex;
  flex: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: var(--faq-toggle-background, #e9e9e9);
  border-radius: 50px;
  font-size: 24px;
  font-weight: 400;
  color: var(--faq-toggle-color, #000);
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}

.faq.section .accordion__item-header:hover::after {
  background-color: var(--faq-toggle-background-hover, #f5f5f5);
  color: var(--faq-toggle-color-hover, #000);
}

.faq.section .accordion__item-header:hover {
  background-color: #e9e9e9;
}

.faq.section .accordion__item-content {
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: var(--faq-answer-font-size, 14px);
  color: var(--faq-item-content-color, #333);
  line-height: 1.42;
}

.faq.section .accordion__item-content > :first-child {
  margin-top: 0;
}

.faq.section .accordion-content > :last-child {
  margin-bottom: 0;
}

.faq.section .accordion__item--active .accordion__item-header::after {
  content: "\2212";
}

.faq.section .accordion__item--active .accordion__item-content {
  padding: 20px;
  max-height: 1000px;
}

.faq.section .accordion__item p,
.faq.section .accordion__item ul,
.faq.section .accordion__item ol {
  margin: 0.5em 0;
}


.exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 660px;
    width: 90%;
}
.exit-window-popup-descr {
  font-size: 1rem;
  margin: 10px auto;
}
.popup-buttons {
    margin-top: 20px;
}

.btn {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-stay {
    background: #007bff;
    color: white;
}

.exit-window-popup-title {color: #454679;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 16px;
}

.btn-leave {
    background: #6c757d;
    color: white;
}

.exit-window-popup.adService .b2,
.exit-window-popup.adService {background:none!important;}
.exit-window-popup.adService .b2 a {padding:14px;}
.exit-window-popup-buttons {display: flex;  gap: 16px;  align-items: stretch;}
.exit-window-popup .btn-stay {
  position: absolute;
    background-image: url(../image/close-x-svgom.svg);
    background-color: transparent;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
}


.exit-window-popup.adService .first__button {
  min-height:42px;
}

@media screen and (max-width:1199px) {
  .exit-window-popup-buttons {
    flex-direction: column;
      gap: 0;
  }
}



@media (min-width: 640px) {
  .faq.section .section {
    padding: 30px 24px;
  }

  .faq.section .section--left_header .section__container {
    column-gap: 24px;
  }
}

@media (min-width: 960px) {
  .faq.section .section {
    padding: 30px 24px;
  }

  .faq.section .section__header {
    margin: 0 0 30px;
  }

  .faq.section .section--left_header .section__container {
    column-gap: 36px;
  }

  .faq.section .section--left_header .section__header {
    width: calc(33.333% - 18px);
    margin-bottom: 0;
  }

  .faq.section .section--left_header .section__content {
    width: calc(66.667% - 18px);
  }

  .faq.section .section--two_column .accordion {
    column-count: 2;
    column-gap: 20px;
    margin-top: -20px;
  }

  .faq.section .section--two_column .accordion__item {
    display: inline-block;
    height: auto;
    margin-top: 20px;
  }

  .faq.section .section__title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .faq.section .tabs__nav {
    max-width: 280px;
  }
}

@media (min-width: 1200px) {
  .faq.section .section {
    padding: 50px;
  }

  .faq.section .section--left_header .section__container {
    column-gap: 40px;
  }

  .faq.section .section--left_header .section__header {
    width: calc(33.333% - 24px);
  }

  .faq.section .section--left_header .section__content {
    width: calc(66.667% - 24px);
  }
}
/* !design faq block */

/* block services */
.adService {
  background-color: #f4f6f8;
}
.adService .b1 {
  background-repeat: no-repeat;
}
.adService .b1 h2 {
  font-size: 1.8rem;
  color: #454679;
}
.adService .b1 h2 span {
  color: #fbb140;
}
.adService .b1 p.subtitle {
  width: 45%;
  font-size: 1.1rem;
}

.adService .b1 h2 {
  width: 40%;
}

.adService .b1 .phone {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  align-items: center;
}
.adService .b1 .phone * {
  display: block;
}
.adService .b1 .phone p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #252660;
  margin-bottom: 0;
}
.adService .b2 * {
  color: #fff;
}
.adService .b2 h3 {
  font-size: 2rem;
}
.adService .b2 a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 0.85rem;
}
.adService .b2 a.tg {
  background: #28a7e8;
}
.adService .b2 a.wa {
  background: #0dc143;
}

.table-bottom-btn {
  text-align: center;
  margin: 10px auto;
}

.banner-phone {
  background: #F4F6F8;
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.banner-phone__h {
  box-sizing: border-box;
  color: #454679;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.275;
  padding: 42px 36px;
  width: 50%;
}

.color-dy {
  color: #ffc14b;
}

.banner-phone__cont {
  background: #404275;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  justify-content: center;
  line-height: 1.2;
  padding-left: 4.69vw;
  position: relative;
  width: 50%;
  z-index: 2;
}

.banner-phone__cont::before {
  background: #404275;
  content: '';
  height: 100%;
  width: 87px;
  position: absolute;
  left: -44px;
  top: 0;
  z-index: -1;
  transform: skew(-25deg);
}

.banner-phone__phone {
  background: url('../image/phone-wh.svg') no-repeat 0 center;
  color: white;
  font-size: 37.5px;
  font-weight: 700;
  padding-left: 58px;
  text-decoration: none;
}

.banner-phone__p {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px){
  div.position-sticky {
    max-width: 250px;
    /*position: fixed!important;*/
    right: 0;
    left: unset;
  }
  .position-sticky p {
    font-size: 14px!important;
  }
}

@media (min-width: 1200px) {
  .adService {
    background-image: url("../image/service/bg-lg.png");
    background-position: right center;
    background-size: auto 100%;
  }
}

@media (max-width: 1199px) {
  .banner-phone__h {
    font-size: 26px;
    line-height: 1.2695;
    padding: 29.5px 26px;
    width: 53%;
  }
  .banner-phone__p {
    margin-bottom: 13px;
  }
  .banner-phone__cont::before {
    left: -29px;
    width: 58px;
  }
  .banner-phone__cont {
    font-size: 16px;
    width: 47%;
  }
  .banner-phone__phone {
    background-size: 24px auto;
    font-size: 24px;
    padding-left: 38px;
  }
  .adService .b2 {
    background-color: #252660;
    width: 100%;
  }
  .row-prices-updated .row-prices-updated-title {
    font-size: 22px;
    padding: 0 30px;
    line-height: 1.2em;
  }
  .row-prices-updated .card-body-inner li {
    padding: 8px 15px;
    font-size: 14px;
  }
  .row-prices-updated .pricing-card-title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .row-prices-updated .card-header {
    background-size: 60px;
    padding: 96px 0 20px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .adService .b1 {
    background-image: url("../image/service/bg-md.png");
    background-position: top right;
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .adService .b1 {
    background-image: url("../image/service/bg-sm.png");
    background-size: 100%;
  }
  .first__bottom__buttons {
    flex-direction: column-reverse;
  }
  .adService .b1 p.subtitle {
    width: 100%;
  }
  .adService .b1 h2 {
    width: 100%;
  }

}
@media (max-width: 767px) {
  .banner-phone {
    flex-direction: column;
  }
  .banner-phone__h,
  .banner-phone__cont {
    width: 100%;
  }
  .banner-phone__h {
    padding: 31.5px 26px;
  }
  .banner-phone__cont {
    line-height: 1.2005;
    padding: 32px 26px;
  }
  .banner-phone__cont::before {
    display: none;
  }
  .row-prices-updated .row-prices-updated-title {
    padding: 0 5px;
    font-size: 20px;
  }
  .row-prices-updated {
    gap: 15px;
  }
}

@media (max-width: 680px) {
  .adService .b1 {
    padding: 10px 20px !important;
  }

  #big_light_70000001098229889{
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .adService .b1 p.subtitle {
    width: 60%;
  }
}
/* !block services */

.adService .b1 .phone img {
  flex-shrink: 0;
}

.mt-1rem {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .first__content {
    padding: 1rem 0;
  }
  .first__title,
  .first__items {
    margin-bottom: 1rem;
  }
  .first__item {
    font-size: 1rem;
  }
  .first__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  #custom-cards {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .uslugi-bc-wrap {
    display: none;
  }
  .uslugi-bc-wrap + .container {
    padding-top: 1.5rem !important;
  }
  .mb-1rem-xs {
    margin-bottom: 1rem;
  }
}

@media (max-width: 567px) {
  .menu__body::before {
    height: 5.875rem;
  }
  .menu__body {
    padding-top: 5.875rem;
  }
  .footer__item:first-child {
    font-weight: 400;
  }
  .footer__metro {
    background: none;
    color: white;
    font-weight: 400;
    padding: 0;
    text-align: left;
  }
  .footer__list {
    padding-left: 0;
  }
}

@media (max-width: 359px) {
  .banner-phone__h {
    font-size: 22px;
  }
  .banner-phone__phone {
    background-size: 20px auto;
    font-size: 20px;
    padding-left: 32px;
  }
}

.purple-number-benefits-items-3-in-row {
  flex-wrap: wrap;
}


.purple-number-benefits-items-el {
  background-color: #21215f;
  border-radius: 16px;
  padding: 24px;
  color: white;
}

.purple-number-benefits-items-3-in-row .purple-number-benefits-items-el {
  flex: 0 0 32%;
  margin: 10px 0;
}

.purple-number-benefits-items-3-in-row .purple-number-benefits-items-el-title {
  font-size: 26px;
}

.purple-number-benefits-items-el-title {
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 16px;
  border-bottom: 4px solid #ffc14b;
  letter-spacing: 0%;  
}

.purple-number-benefits-items-el-title > span {
  font-size: 32px;
}

.purple-number-benefits-items-el-descr {
  padding-top: 16px;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.purple-number-benefits-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.purple-number-benefits-items-el {
  flex: 0 0 24%;
}

.purple-number-benefits {
  margin: 30px 0 40px;
}

.stat-nashim-partnerom {
  background-color: #F4F6F8;
  padding: 38px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-nashim-partnerom > div {
  flex: 0 0 49%;
}

.stat-nashim-partnerom-l {
  color: #212529;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 150%;
}

.stat-nashim-partnerom-r {
  color: #212529;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.backlist{
  background: #21215f;
  color: #fff;
  padding: 35px 0px;
}
.prem{

}
.prem p{
  
}
.prem .text-body-emphasis{
  font-weight: 700;
}
.numbered-items-el-t {
  position: static;
  border-radius: 50%;
  background: #ffc14b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  color: #252660;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.numbered-items-el-m {
  color: #252660;
  margin: 20px 0;
  font-weight: 600;
  font-style: Semibold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.numbered-items-el-b  {
  color: #252660;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.numbered-items-el {
  flex: 0 0 24%;
  position: relative;
}

.numbered-items-el::before {
  content: " ";
  width: 100%;
  position: absolute;
  top: 22px;
  max-width: 80%;
  text-align: right;
  right: 0;
  border-bottom: 2px dotted #252660
}

.numbered-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;  
}


@media screen and (max-width: 1399px){
  .purple-number-benefits-items {
    flex-wrap: wrap;
  }
  .purple-number-benefits-items-el {
    flex: 0 0 49%;
  }

  .purple-number-benefits-items-3-in-row .purple-number-benefits-items-el {
    flex: 0 0 48%;
  }


  .numbered-items-el::before {
    max-width: 90%;
  }

  .stat-nashim-partnerom-l {
    font-size: 26px;
  }

  .numbered-items {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .numbered-items-el {
    flex: 0 0 48%;
    margin: 18px 0;
  }

  .numbered-items-el-m {
    color: #252660;
    margin: 14px 0;
  }

  .numbered-items .numbered-items-el:nth-child(even)::before {
    border-width: 0;
  }
}

@media screen and (max-width: 767px){
  .purple-number-benefits-items-3-in-row .purple-number-benefits-items-el-title {
    font-size: 24px;
  }

  .purple-number-benefits-items-3-in-row .purple-number-benefits-items-el {
    flex: 0 0 100%;
  }
.header__logo img {
    width: 87px;
}
  .numbered-items-el {
    flex: 0 0 100%;
  }
  .numbered-items .numbered-items-el:nth-child(even)::before {
    border-width: 2px;
  }

  .feature-cols-wrap .fs-4 br {
    display: none;
  }

  .stat-nashim-partnerom-l {
    font-size: 28px;
  }
  .stat-nashim-partnerom {
    flex-wrap: wrap;
  }
  
.header__menu{position: relative;right: 35px;top: -21px;z-index: 9999999999999999999;}
  .stat-nashim-partnerom > div {
    flex: 0 0 100%;
  }

  .stat-nashim-partnerom-l {
    margin-bottom: 14px;
  }

  .purple-number-benefits-items-el {
    flex: 0 0 100%;
  }

  .purple-number-benefits-items-el-title br {
    display: none;
  }
}



