@charset "UTF-8";

/* $accentColorSec: #f9f5e8;
$darkGrey: #151d28;
$lightGrey: #edf0f5; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&display=swap');

/*normalize*/

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

/* @media (max-width: 768px) {
  * {
    font-size: 14px;
  }
} */

/* @media (max-width: 650px) {
  * {
    font-size: 13px;
  }
} */

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

b nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
/*  font-family: "TTCommons";*/
  font-family: 'Montserrat', sans-serif;
}

/* .body {
  height: 100vh;
} */

input,
button,
textarea {
  font-family: inherit;
}

input:focus {
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a {
  color: #ffffff;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

li > a,
.notFound__link,
.link__underline,
.company__link .company__span,
.company__link .company__path {
  -webkit-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
}

li > a:hover,
.notFound__link:hover,
.link__underline:hover,
.company__link:hover .company__span {
  color: #29e3f9 !important;
}

li > a:active,
.notFound__link:active,
.link__underline:active,
.company__link:active .company__span {
  color: #17b6c9 !important;
}

.company__link:hover .company__path {
  fill: #29e3f9 !important;
}

.company__link:active .company__path {
  fill: #17b6c9 !important;
}

img {
  vertical-align: top;
}

/* Modal */

.popup-fade {
  display: none;
}

.popup-fade:before {
  content: '';
  background: #000;
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  opacity: 0.3;
  z-index: 9999;
}

.popup-wrapper {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;  
  background: #fff;
  border-radius: 4px; 
  z-index: 99999;
  opacity: 1; 
  color: #242424;
}

.popup-close {
  color: #000;
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* ^^^ Modal ^^^ */

.container,
.container-md {
  max-width: 1220px;
  height: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.container-md {
  overflow: visible;
  max-width: 70.75rem;
}

.body--noscroll {
  overflow: hidden;
}

.page_screen_full {
  height: 100vh !important;
}

.page {
  background-color: #1d1c39;
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  /*   transition: background 0.2s ease-in-out 0.2s; */
}

.page:after {
  position: absolute;
  content: "";
  top: -25.4375rem;
  bottom: auto;
  left: 54%;
  right: 0;
  margin: auto;
  background: url("../assets/svg/main/main/Ellipse-full.svg");
  -o-object-fit: cover;
  object-fit: cover;
  width: 73.3125rem;
  height: 73.3125rem;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   @media (max-width: 1920px {
    width: 45%;
  } */
}

.page__wrapper {
  position: relative;
}

.page__wrapper--overflow {
  position: relative;
  overflow: visible;
}

.page__navigtion {
  padding-left: 0.75rem;
  position: absolute;
  content: "";
  top: 1.75rem;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.page__sidebar {
  height: calc(100% - 4.125rem);
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page__sidebar--active {
  visibility: visible;
}

.section--main-background .section__content .page__navigtion {
  padding-left: 0;
}

.page--contact {
  height: calc(100vh - 12.5rem !important);
}

.page--mail {
  background: url("../assets/backgrounds/mail/main-background.png") no-repeat center center/cover;
}

.page--base {
  background: url("../assets/backgrounds/base/main-background.png") no-repeat center center/cover;
}

.page_sec_color {
  background: #192942;
}

.navigtion-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigtion-page__item + .navigtion-page__item {
  margin-left: 1.625rem;
  position: relative;
}

.navigtion-page__item + .navigtion-page__item:before {
  position: absolute;
  content: url("../assets/svg/page-pagination-icon.svg");
  top: -0.3125rem;
  bottom: 0;
  left: -0.9375rem;
  right: auto;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
}

.navigtion-page__item + .navigtion-page__item > .navigtion-page__link {
  opacity: 0.6;
}

.section__header {
  margin-top: 120px;
  margin-bottom: 4.375rem;
}

.section__content {
  padding-bottom: 130px;
}

.community .section__content {
  padding-bottom: 60px;
}
.section__title {
  z-index: 1;
  line-height: 3.25rem;
  font-size: 2.8125rem;
  max-width: 800px;
  text-align: center;
  margin: auto;
  letter-spacing: 0.02em;
  font-weight: 700;
  /* @include flexbox(column, space-between, center); */
}

.section__sec-title {
  margin: auto;
  margin-top: 1.875rem !important;
  text-align: center;
}

.section__title-span {
  line-height: 1.5rem;
  font-family: "Nunito";
  font-size: 1.25rem;
  font-weight: 600;
}

.section--main-background {
  background-color: #2d2c45 !important;
  background-image: none !important;
}

.section--main-background:after {
  content: none;
}

.page_screen_full + .section--sec {
  padding-top: 1.25rem;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item__title {
  line-height: 1.875rem;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 1.125rem;
}

.item__title-modal {
  line-height: 1.875rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.item__title-medium {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.item__text {  
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0.75rem;
}
.updates-main__text.item__text{
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
}
.item__text-medium {
  line-height: 1.4375rem;
  font-weight: 400;
  font-size: 0.9375rem;
}

.item__price {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.item__main-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.item__sec-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
}

.link__underline:hover {
  color: #29e3f9;
  text-decoration: underline;
}

.link__underline:active {
  color: #17b6c9;
  text-decoration: underline;
}

.mg_top_none {
  margin-top: 0 !important;
}

.order {
  margin-top: 0;
  display: grid;
  grid-row-gap: 5rem;
  grid-column-gap: 1.875rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(23.75rem, 23.75rem));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* border: 1px solid; */
}

.order__wrapper {
  background: url("../assets/svg/dashed-image-medium.svg");
  background-size: contain;
  background-repeat: no-repeat;
  /*Horizontal*/
  position: relative;
}

.order__item {
  margin: 2.625rem auto;
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order__title {
  margin-top: 0;
}

.order__text {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  max-width: 20rem;
  margin-top: 0.75rem;
}

.order__num {
  position: absolute;
  content: "";
  top: -2.34375rem;
  bottom: 0;
  left: 1.34375rem;
  right: auto;
  margin: auto;
  background: -o-linear-gradient(348.38deg, #1549d0 -3.13%, #17cdcd 174.19%);
  background: linear-gradient(101.62deg, #1549d0 -3.13%, #17cdcd 174.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.125rem;
  line-height: 3.625rem;
  font-weight: 700;
}

.switch-radio__item + .switch-radio__item {
  margin-top: 0.625rem;
}

.switch-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switch-radio__input-wrapper {
  position: relative;
}

.switch-radio__input {
  position: relative;
  width: 1.125rem;
  z-index: 1;
  height: 1.125rem;
  opacity: 0;
}

.switch-radio__input:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -50%;
  right: 0;
  margin: auto;
  border-radius: 62.5rem;
  background-color: #ffffff;
}

.switch-radio__input:checked ~ .custom-radio > .custom-radio__field:before {
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.switch-radio__label {
  margin-top: 0;
  margin-left: 0.75rem;
  padding-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/**/
.link {
   padding: 10px 20px;
   display: inline-block;
   background-color: #444;
   color: #fff;
   border-radius: 3px;
   text-decoration: none;
}

.footer-modal.modal {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   border-radius: 12px;
   max-width: 450px;
   padding: 20px; 
   z-index: 20;
   background-color: #fff;
   display: none;
   color: #000;
}

.footer-modal.modal.is-show,
.footer-overlay.overlay.is-show{
   display: block;
   visibility: visible;
}

.footer-modal .modal__cross {
   position: absolute;
   top: 20px;
   right: 20px;
   
   width: 20px;
   height: 20px;
   cursor: pointer;

}

.footer-overlay.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .4);
   z-index: 10;
   display: none;
}
/**/

.custom-radio {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 0;
  border-radius: 62.5rem;
  background-color: #ffffff;
}

.custom-radio__field {
  position: relative;
  height: 100%;
  width: 100%;
}

.custom-radio__field:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  border-radius: 62.5rem;
  z-index: 2;
  background: transparent;
}

.opportunity__body,
.suit__body,
.suitBase__body {
  margin-top: 5.625rem !important;
}

/* $accentColorSec: #f9f5e8;
$darkGrey: #151d28;
$lightGrey: #edf0f5; */

/** NOTE: When this is updated, refresh ripple.js' minified version. */

/**
 * contains a ripple. Will normally grow to fixed size (200px/200px, not
 * related to the holder itself.
 */

/* .rippleJS {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000) !important;
} */

.btn__main,
.btn__transparent,
.btn__linear {
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
  margin-bottom: 0.5rem;
}

.btn__main .rippleJS,
.btn__transparent .rippleJS,
.btn__linear .rippleJS {
  opacity: 1;
  border-radius: 0.25rem;
  /** parent border-radius minus border width */
}

.btn__transparent {
  overflow: hidden;
}

.btn__transparent .rippleJS {
  top: -2%;
  left: -1%;
  overflow: hidden;
  height: 104%;
  width: 102%;
}

.btn__main .rippleJS .ripple {
  opacity: 1;
  background: #eceff4 !important;
}
.btn.btn__shadow.btn__popup.btn__linear.item__text.contact-form__btn{
  text-align: center !important;
  margin: 0;
}
.btn__transparent .rippleJS .ripple
.afbf_submit_block .rippleJS .ripple{
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #26c2e9), to(#46aef7)) !important;
  background: -o-linear-gradient(left, #16d9e3 0%, #26c2e9 47%, #46aef7 100%) !important;
  background: linear-gradient(90deg, #16d9e3 0%, #26c2e9 47%, #46aef7 100%) !important;
  /*  background: red !important; */
}

.btn__linear .rippleJS .ripple,
.afbf_submit_block .rippleJS .ripple{
  background: #44d5fc;
}

.btn__wave {
  z-index: 1;
  --status: unactive;
}

.wave {
  position: absolute;
  content: "";
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  z-index: -1;
  border-radius: 625rem;
  background-color: purple;
  --height: "";
  width: 10%;
  opacity: 1;
  height: --height;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  will-change: opacity;
}

.btn {
  /*   &__wave:active .wave:not(:first-child) {
    --opacity: 0.1;
    opacity: var(--opacity) !important;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out,
      opacity 0s ease-in-out;
  } */
}

.btn__wave:active .wave {
  --opacity: 1;
  opacity: var(--opacity) !important;
  /* important */
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.wave_active {
  opacity: 0;
  /*   opacity: 0.2; */
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: --height;
}

.notFound {
  overflow: hidden;
  margin-top: 5.625rem;
}

.notFound__content {
  /* margin-top: 50px; */
  height: 100%;
  position: relative;
}

.notFound__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notFound__title {
  text-transform: uppercase;
  margin-top: 2.1875rem;
  margin-left: 2.0625rem;
}

.notFound__sec-title {
  max-width: 61.25rem;
}

.notFound__text {
  margin-top: 1.6875rem;
  max-width: 38rem;
}

.articles {
  background: url("../assets/backgrounds/main/programm-background.svg") no-repeat center center/cover;
}

.articles__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.articles__header {
  /*     margin-top: 50px; */
}

.articles__pages {
  margin-top: 4.375rem;
}

.articles__footer {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles__line {
  margin-top: 2rem;
  height: 0.0625rem;
  background-color: #2b4263;
}

.article {
  background: url("../assets/backgrounds/main/programm-background.svg") no-repeat center center/cover;
  /*   &__right {
    margin-left: 135px;
  } */
}

.article__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.article__main {
  /*    margin-top: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.article__interest,
.article__articles,
.article__directions {
  margin-top: 7.5rem;
}

.article__img {
  margin-bottom: 2.5rem;
}

.article-data {
  margin-right: 3.0625rem;
}

.article-data ul{
  padding-left: 15px;
  margin-top: 20px;
}
.article-data ul li{
  list-style: circle;
  padding-left: 10px;
  line-height: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-top: 10px;
}

.article-data__text {
  margin-top: 0;
  max-width: 48.3125rem;
}

.article-data__text + .article-data__text {
  margin-top: 1.4375rem;
}

.article-data__text-overflow {
  margin-top: 1.25rem;
}

.difference {
  background: url("../assets/backgrounds/base/difference-background.svg") no-repeat center center/cover;
}

.difference__title {
  max-width: 50.6875rem;
}

.difference__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.difference__sec-title {
  max-width: 28.1875rem;
}

.difference__right {
  margin-left: 2.5rem;
}

.difference__item + .difference__item {
  margin-top: 9.5rem;
}

.difference__item:nth-child(2) {
  margin-left: 5.125rem;
}

.difference__item:nth-child(2) .item-difference__order::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
}

.item-difference {
  display: grid;
  grid-template-areas: "order title" "order text" ".     text" ".     text";
  grid-template-columns: 0.18fr 1fr;
  grid-template-rows: 0.4fr 1fr 1fr 1fr;
  margin: 0;
}

.item-difference__title {
  margin-top: 0;
}

.item-difference__left {
  grid-area: order;
}

.item-difference__title {
  z-index: 1;
  grid-area: title;
}

.item-difference__text {
  z-index: 1;
  grid-area: text;
  max-width: 30.25rem;
}

.item-difference__right {
  margin-left: 0.75rem;
  z-index: 1;
}

.item-difference__sec {
  margin-left: 0.625rem;
}

.item-difference__order {
  font-size: 4.75rem;
  font-weight: 700;
  z-index: 1;
  padding-top: 0.75rem;
  position: relative;
  /*   display: flex;
  justify-content: center; */
  display: block;
}

.item-difference__order::after {
  position: absolute;
  content: "";
  top: -0.3125rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6.25rem;
  width: 7.625rem;
  height: 7.625rem;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.direction {
  background: url("../assets/backgrounds/base/direction-background.svg") no-repeat center center/cover;
  /*   &__item + &__item {

  } */
  /*   &__item::marker {
    content: url("../../assets/svg/ellipse-list.svg");

  } */
}

.direction__section {
  padding-bottom: 2.5rem;
}

.direction__body {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.direction__body-wrapper {
  z-index: 1;
  margin: 1.0625rem;
}

.direction__background {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../../assets/svg/dashed-image-large.svg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*   max-height: 100%;
  transition: max-height 0.3s ease-in-out; */
  /*   overflow: visible;
  border: 8px solid transparent;
  -webkit-border-image: url("../assets/svg/dashed-image-large.svg"); */
}

.direction__background-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  /*     object-fit: cover;
  display: block; */
}

.direction__background-rect {
  width: 100%;
  height: 100%;
}

.direction__content {
  margin-bottom: 1rem;
}

.direction__content-overflow {
  margin-top: 0;
  overflow: hidden;
  height: initial !important;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.direction__content-overflow--visible {
  visibility: visible !important;
}

.direction__title {
  max-width: 30.0625rem;
}

.direction__main-title {
  max-width: 28.9375rem;
}

.direction__list {
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  /*     display: flex;
  overflow: hidden;
  flex-wrap: wrap; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.direction__list + .direction__list {
  margin-top: 1rem;
}

.direction__list:hover {
  max-height: 62.5rem;
}

.direction__item {
  margin-top: 0;
}

.direction__accordion {
  z-index: 2;
  display: none;
}

.direction__item--margin {
  margin-left: 1rem;
  padding-left: 1.125rem;
  position: relative;
}

.direction__item--margin:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -0.3125rem;
  right: auto;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
}

.direction__icon {
  margin-left: 0.75rem;
}

.direction__accordion-body--hide .direction__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.download {
  background: url("../assets/backgrounds/base/download-background.svg") no-repeat center center/cover;
}

.download__section {
  padding-bottom: 2.5rem;
}

.download__title {
  max-width: 51.875rem;
  text-align: center;
  margin: 0 auto;
}

.download__header {
  margin-bottom: 2rem;
}

.download__sec-title {
  right: 0;
  left: 0;
  top: -1.25rem;
  text-align: center;
  bottom: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download__body {
  position: relative;
}

.download__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download__text {
  margin-top: 0;
  max-width: 37.8125rem;
  text-align: center;
}

.download__btn {
  width: 17.3125rem;
  height: 3.625rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #29c2e8), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #29c2e8 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #29c2e8 47%, #46aef7 100%);
  position: relative;
}

.download__btn:after {
  position: absolute;
  content: url("../../assets/svg/bases/download/icon.svg");
  top: 0;
  bottom: 0;
  left: 1.875rem;
  right: auto;
  margin: auto;
  height: 1.5rem;
}

.download__footer {
  margin-top: 3.125rem;
}

.download__info {
  max-width: 31.25rem;
  margin-left: 0.625rem;
  margin: auto;
  position: relative;
}

.download__info:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -0.625rem;
  right: auto;
  margin: auto;
  width: 0.125rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.download__use {
  position: absolute;
  content: "";
  top: -5.3125rem;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6.25rem;
  width: 9.5rem;
  height: 9.5rem;
  background: url("../assets/svg/ellipse.svg") no-repeat center center/cover;
}

.use-download__text {
  text-align: center;
}

.getInformation {
  background: url("../assets/backgrounds/base/getInformation-background.svg") no-repeat center center/cover;
}

.getInformation__section {
  padding-bottom: 2.5rem;
}

.getInformation__title {
  max-width: 50.6875rem;
  text-align: center;
  margin: 0 auto;
}

.getInformation__header {
  margin-bottom: 2rem;
}

.getInformation__sec-title {
  right: 0;
  left: 0;
  top: -3.125rem;
  text-align: center;
  bottom: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-stroke: 0.0625rem #1d56e9;
}

.getInformation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.getInformation__text {
  margin-top: 0;
  max-width: 55rem;
  text-align: center;
}

.parametres {
  background: url("../assets/backgrounds/base/parametres-background.svg") no-repeat center center/cover;
}

.parametres__section {
  padding-bottom: 3.75rem;
}

.parametres__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parametres__main-title {
  max-width: 55.5rem;
}

.parametres__sec-title {
  max-width: 35.1875rem;
}

.parametres__left {
  height: 100%;
  /*     margin-bottom: 80px; */
}

.parametres__list {
  display: grid;
  grid-template-columns: 14.375rem 7.5rem;
  grid-column-gap: 0;
}

.parametres__img {
  margin-top: -2.5rem;
}

.parametres__text {
  margin-top: 4.375rem;
  max-width: 28.625rem;
}

.parametres__item {
  margin-left: 1rem;
  margin-top: 1.125rem;
  padding-left: 1.125rem;
}

.parametres__item::marker {
  content: url("../../assets/svg/check.svg");
}

.suitBase {
  background: url("../assets/backgrounds/base/suit-background.svg") no-repeat center center/cover;
}

.suitBase__header {
  margin-bottom: 6.75rem;
}

.suitBase__body {
  /*     @include flexbox(row, space-between, space-between); */
  margin-top: 0;
  display: grid;
  grid-row-gap: 4.6875rem;
  grid-column-gap: 2rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fit, minmax(18.75rem, 0.8fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-areas: ".  b ." "a b d" "a c d" ".  c  .";
  justify-content: center;
}

.suitBase__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.suitBase__item:nth-child(1) {
  grid-area: a;
}

.suitBase__item:nth-child(2) {
  grid-area: b;
}

.suitBase__item:nth-child(3) {
  grid-area: c;
}

.suitBase__item:nth-child(4) {
  grid-area: d;
}

.item-suitBase {
  background-color: #3f3d5f;
  border-radius: 0.75rem;
  position: relative;
  padding-bottom: 1rem;
}

.item-suitBase__wrapper {
  margin-top: 4rem;
  margin-left: 1.5rem;
}

.item-suitBase__img {
  position: absolute;
  content: "";
  top: -16rem;
  bottom: 0;
  left: 1.34375rem;
  right: auto;
  margin: auto;
}

.item-suitBase__text {
  max-width: 20rem;
}

.btn {
  outline: none;
  background-color: transparent;
  margin-top: 0;
  position: relative;
  height: 3.125rem;
  border-radius: 0.25rem;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  /*   &:active {
    background-color: #0c3ab1 !important;
  } */
}

.btn:hover {
  -webkit-box-shadow: 0 0 0.625rem rgb 0 0 0/30%;
  box-shadow: 0 0 0.625rem rgb 0 0 0/30%;
}

.btn:not(:active) .btn__span {
  -webkit-transition: z-index 0s ease-in-out;
  -o-transition: z-index 0s ease-in-out;
  transition: z-index 0s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.btn:active .btn__span {
  z-index: 1;
}

.btn__noBorder {
  border: none !important;
}

.btn__main {
  background-color: #ffffff;
  color: #0e1e35;
  position: relative;
}

.btn__main:after {
  position: absolute;
  content: url("../assets/svg/chevron-right.svg");
  top: 0;
  bottom: 0;
  left: auto;
  right: 1.125rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.75rem;
}

.btn__main:hover {
  border: none;
}

.btn__span {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-left: 1.75rem;
  z-index: 0;
}

.btn__toggler {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.btn__transparent {
  background-color: transparent;
  border: 0.0625rem solid #ffffff;
}

.btn__transparent:active {
  border: none;
}

.btn__linear,
.btn__transparent {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__transparent .btn__span,
.btn__linear .btn__span {
  margin-left: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.btn__shadow {
  color: #ffffff;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(36, 192, 226, 0.1);
  box-shadow: 0 0.625rem 1.875rem 0 rgba(36, 192, 226, 0.1);
}

.btn__linear {
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #26c2e9), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #26c2e9 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #26c2e9 47%, #46aef7 100%);
}

.btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.incDec-btn {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  /*    &:active  &__item  {

   } */
}

.incDec-btn__item {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.incDec-btn:active .incDec-btn__item {
  fill: #ffffff;
}

.incDec-btn:active .incDec-btn__body {
  fill: url(#paint0_linear);
}

/* .incDec-btn--minus {
  position: relative;
} */

.incDec-btn--minus .incDec-btn__horiz {
  display: none;
}

.contact {
  margin-top: 7.75rem;
  /* 
   &__footer {
     @include grid(
       0,
       80px,
       30px,
       1,
       1fr,
       auto-fill,
       277px,
       277px
     );
   }
  */
}

.contact__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.contact__left {
  margin-top: 4.375rem;
}

.contact__right {
  margin-top: -2.625rem;
  padding: 0 !important;
}

.contact__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact__item + .contact__item {
  margin-top: 2.375rem;
}

.contact__form {
  width: 30.125rem;
  /*  width: calc(482 / 1200 * 100%); */
}

.contact__title {
  text-align: left !important;
  margin-right: auto;
}

.item-contact__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.item-contact__right {
  margin-left: 1.125rem;
}

.item-contact__img {
  margin-top: 1.125rem;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2.625rem 3.25rem;
  /*   &__content {
    margin-top: 100px;
  } */
}

.contact-form__title {
  color: initial;
  margin-top: 0;
  margin-right: auto;
}

.contact-form__item,
.contact-form__btn {
  width: 100%;
  margin-top: 1.125rem;
}

.contact-form__btn {
  width: 100%;
}

.contact-form__text {
  font-size: 0.875rem;
  color: #9497b1;
  line-height: 1.25rem;
}

.contact-form__link {
  color: inherit;
  text-decoration: underline !important;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  height: 3.125rem;
  background-color: #f3f6fb;
  color: #9497b1;
  padding-left: 1.375rem;
  line-height: 1.375rem;
  border-radius: 0.5rem;
}

.contact-form__textarea {
  padding-top: 0.875rem;
  height: 3.875rem;
  resize: none;
}

.contact-form__input:focus {
  outline: none;
}

.card__blue {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1549d0;
  visibility: hidden;
  opacity: 0;
}

.card__dark {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0e1e35;
  visibility: visible;
  opacity: 1;
}

.card:hover .card__blue {
  background-color: #255ae3;
  visibility: visible;
  opacity: 1;
}

.card:hover .card__dark {
  background-color: #0b213f;
  visibility: hidden;
  opacity: 0;
}

/*     transition: background 0.3s ease-in-out;
    &:hover .item-suit {
      background-color: #0b213f;
    } */

.footer {
  width: 100%;
  background-color: #131320;
}

.footer__nav {
  display: block !important;
}

.footer__logo {
  margin: 2.1875rem 0;
}

.footer__content,
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__list {
  width: 43.0625rem !important;
}

.company {
  background-color: #0c0c13;
}

.company__logo {
  margin: 1rem auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company__span {
  color: #cfd2d7;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin-left: 0.1875rem;
}

.hamburger-menu {
  cursor: pointer;
  width: 3.125rem;
}

.hamburger-menu__content {
  width: 100%;
  height: 100%;
}

.hamburger-menu__line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  -webkit-transform: translate(-40%, -45%);
  -ms-transform: translate(-40%, -45%);
  transform: translate(-40%, -45%);
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger-menu__line--1,
.hamburger-menu__line--3 {
  --total-length: 126.64183044433594;
}

.hamburger-menu__line--2 {
  --total-length: 70;
}

.hamburger-menu__content--active > .hamburger-menu__line--1,
.hamburger-menu__content--active > .hamburger-menu__line--3 {
  --offset: -94.1149185097;
  --length: 22.627416998;
}

.hamburger-menu__content--active > .hamburger-menu__line--2 {
  --offset: -50;
  --length: 0;
}

.header {
  padding: 1.0625rem 0;
  width: 100%;
  background-color: rgba(23, 22, 41, 0.2);
}

.header__logo,
.header__hamburger-menu {
  z-index: 10;
}

.header__content,
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__title {
  margin-top: 0.75rem;
}

.header__btn {
  width: 9.875rem;
}

.header__btn:after {
  content: url("../assets/svg/header/contact.svg");
  top: 0.375rem;
}

.header__hamburger-menu {
  display: none;
}

.nav__list {
  width: 49.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__items {
  margin-top: 0;
}

.nav__link {
  position: relative;
  /*    transition: background-clip 0.2s ease-in-out; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  left: -4%;
  bottom: -0.5625rem;
  height: 0.25rem;
  border-radius: 62.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.nav__link:hover .nav__stroke {
  stroke: #29e3f9;
}

.nav__link:active .nav__stroke {
  stroke: #17b6c9;
}

.nav__stroke {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.nav__link--active:hover {
  color: #ffffff !important;
}

.nav__link--active:active {
  color: #ffffff !important;
}

.nav__link--active::after {
  width: 110% !important;
}

.nav__icon {
  margin-right: 0.625rem;
}

/* .card__small-blue {
  animation: 2s linear 0s infinite alternate small-blue-color;
  transition: none !important;
} */

.card__green {
  -webkit-animation: 3s linear 0s infinite alternate green-color;
  animation: 3s linear 0s infinite alternate green-color;
}

.card__greenSec {
  -webkit-animation: 3s linear 0s infinite alternate green-colorSec;
  animation: 3s linear 0s infinite alternate green-colorSec;
}

.card__big-red {
  -webkit-animation: 3s linear 0s infinite alternate big-red-color;
  animation: 3s linear 0s infinite alternate big-red-color;
}

.card__big-redSec {
  -webkit-animation: 3s linear 0s infinite alternate big-red-colorSec;
  animation: 3s linear 0s infinite alternate big-red-colorSec;
}

.card__greenToBlue {
  -webkit-animation: 3s linear 0s infinite alternate greenToBlue-color;
  animation: 3s linear 0s infinite alternate greenToBlue-color;
}

.card__greenToBlueSec {
  -webkit-animation: 3s linear 0s infinite alternate greenToBlueSec-color;
  animation: 3s linear 0s infinite alternate greenToBlueSec-color;
}

.card__blueToPurple {
  -webkit-animation: 3s linear 0s infinite alternate blueToPurple-color;
  animation: 3s linear 0s infinite alternate blueToPurple-color;
}

.card__blueToRed {
  -webkit-animation: 3s linear 0s infinite alternate blueToRed-color;
  animation: 3s linear 0s infinite alternate blueToRed-color;
}

.card__blueToRedLine {
  -webkit-animation: 3s linear 0s infinite alternate blueToRedLine-color;
  animation: 3s linear 0s infinite alternate blueToRedLine-color;
}

.card__blueToRedCircle {
  -webkit-animation: 3s linear 0s infinite alternate blueToRedCircle-color;
  animation: 3s linear 0s infinite alternate blueToRedCircle-color;
}

.card .card__big-red {
  /*   animation: 3s step-start 0s infinite big-red-color; */
  /* animation-timing-function: step-start; */
  /*  1.8s linear 0s step-end infinite big-red-color-backward; */
}

.card__big-green-filter {
  -webkit-animation: 2s linear 0s infinite alternate big-green-color;
  animation: 2s linear 0s infinite alternate big-green-color;
  /*   background: linear-gradient(
      122.06deg,
      rgba(255, 255, 255, 0.051) -10.44%,
      rgba(255, 255, 255, 0.1) 32.27%,
      rgba(255, 255, 255, 0) 34.06%
    ),
    rgba(106, 195, 126, 0.3); */
}

@-webkit-keyframes small-blue-color {
  0% {
    fill: #1549d0;
  }

  100% {
    fill: red;
  }
}

@keyframes small-blue-color {
  0% {
    fill: #1549d0;
  }

  100% {
    fill: red;
  }
}

@-webkit-keyframes green-color {
  from {
    fill: #6ac37e;
  }

  to {
    fill: #1bffff;
  }
}

@keyframes green-color {
  from {
    fill: #6ac37e;
  }

  to {
    fill: #1bffff;
  }
}

@-webkit-keyframes green-colorSec {
  from {
    fill: #4cf253;
  }

  to {
    fill: #4cf2c0;
  }
}

@keyframes green-colorSec {
  from {
    fill: #4cf253;
  }

  to {
    fill: #4cf2c0;
  }
}

@-webkit-keyframes big-red-color {
  0% {
    fill: #dd2265;
  }

  100% {
    fill: #5418ff;
  }
}

@keyframes big-red-color {
  0% {
    fill: #dd2265;
  }

  100% {
    fill: #5418ff;
  }
}

@-webkit-keyframes big-red-colorSec {
  0% {
    fill: #dd2265;
  }

  100% {
    fill: #5115d0;
  }
}

@keyframes big-red-colorSec {
  0% {
    fill: #dd2265;
  }

  100% {
    fill: #5115d0;
  }
}

@-webkit-keyframes greenToBlue-color {
  from {
    fill: #6ac37e;
  }

  to {
    fill: #1549d0;
  }
}

@keyframes greenToBlue-color {
  from {
    fill: #6ac37e;
  }

  to {
    fill: #1549d0;
  }
}

@-webkit-keyframes greenToBlueSec-color {
  from {
    fill: #4cf253;
  }

  to {
    fill: #275de8;
  }
}

@keyframes greenToBlueSec-color {
  from {
    fill: #4cf253;
  }

  to {
    fill: #275de8;
  }
}

@-webkit-keyframes blueToPurple-color {
  from {
    fill: #1549d0;
  }

  to {
    fill: #5115d0;
  }
}

@keyframes blueToPurple-color {
  from {
    fill: #1549d0;
  }

  to {
    fill: #5115d0;
  }
}

@-webkit-keyframes blueToRed-color {
  from {
    fill: #1549d0;
  }

  to {
    fill: #dd2265;
  }
}

@keyframes blueToRed-color {
  from {
    fill: #1549d0;
  }

  to {
    fill: #dd2265;
  }
}

@-webkit-keyframes blueToRedLine-color {
  from {
    fill: #5092de;
  }

  to {
    fill: #ffdfeb;
  }
}

@keyframes blueToRedLine-color {
  from {
    fill: #5092de;
  }

  to {
    fill: #ffdfeb;
  }
}

@-webkit-keyframes blueToRedCircle-color {
  from {
    fill: #2f80ed;
  }

  to {
    fill: #ff045e;
  }
}

@keyframes blueToRedCircle-color {
  from {
    fill: #2f80ed;
  }

  to {
    fill: #ff045e;
  }
}

/* Portrait tablets and medium desktops */

/* Portrait tablets and small desktops */

/* Landscape phones and portrait tablets */

/* Landscape phones and smaller */

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  top: 0;
  left: 0;
  z-index: 2;
}

.popup__body {
  min-height: 100%;
  /* @include flexbox(column, center, center); */
}

.popup__item {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}
.footer-modal .popup__item {
  position: static;
}
.popup__modal {
  visibility: hidden;
  padding-left: 1rem;
  /*     @include flexbox(column, center, center); */
}

.popup__modal-wrapper {
  padding: 2.25rem;
  background-color: #ffffff !important;
  color: initial !important;
  border-radius: 0.75rem;
  position: relative;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  max-width: 28.125rem;
  /*  margin-right: 16px; */
}

.popup__modal-wrapper--margin {
  margin-right: 1rem;
}

.popup__modal--active {
  visibility: visible;
  padding: 0 1rem;
}

.popup__modal--active .popup__modal-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.popup__modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 1.1875rem;
  bottom: auto;
  left: auto;
  right: 1.1875rem;
  margin: auto;
}

.popup--hidden {
  visibility: hidden;
}

.modal-reference {
  max-width: 51.9375rem;
}

.modal-reference__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-reference__text {
  margin-top: 0.625rem;
}

.reference-info__text {
  margin-top: 0;
  color: initial;
  margin-left: 0.625rem;
}

.service {
  /* 
   &__footer {
     @include grid(
       0,
       80px,
       30px,
       1,
       1fr,
       auto-fill,
       277px,
       277px
     );
   }
  */
}

.service__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.service__directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.service__interest{
  display: none;
}
.service__articles,
.service__directions {
  margin-top: 40px;
}
.service__directions ul{
  padding-left: 15px;
  margin-top: 20px;
}
.service__directions ul li{
  list-style: circle;
  padding-left: 10px;
  line-height: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-top: 10px;
}
.service__right {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.contact__right .alx_feed_back form{
  padding: 40px;
}
.contact__right .afbf_error_block {
  display: none !important;
}
.contact__right .afbf_item_pole.error_pole .afbf_error_text::after{
  display: none;
}
.service-data {
  display: grid;
  grid-template-areas: "img price type btn" "img text text text";
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.service-data__item:nth-child(1) {
  grid-area: img;
}

.service-data__item:nth-child(2) {
  grid-area: price;
}

.service-data__item:nth-child(3) {
  grid-area: type;
}

.service-data__item:nth-child(4) {
  grid-area: btn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.service-data__item:nth-child(5) {
  grid-area: text;
}

.service-data__img-wrapper {
  width: 15.125rem;
  height: 15.125rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-data__btn {
  width: 8.125rem;
  color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0.8125rem;
}

.service-data__btn .btn__span {
  margin: 0;
}

.service-data__item:nth-child(1) {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}

.service-data__item:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.item-datas__amount {
  font-size: 1.75rem !important;
  font-weight: 500 !important;
}

.interest-service__body {
  margin-top: 1.5rem !important;
}

.interest-service__img {
  margin-left: -1.6875rem;
}

.interest-service__resizer {
  position: absolute;
  visibility: hidden;
  left: -62.5rem;
  width: 0.625rem;
}

.item-service__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.item-service__right {
  margin-left: 1.125rem;
}

.item-service__img {
  margin-top: 1.125rem;
}

.articles-content {
  margin-top: 1.5rem;
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fit, minmax(17.5rem, 1fr));
  justify-items: left;
}

.articles-content__resizer {
  position: absolute;
  visibility: hidden;
  left: -62.5rem;
  width: 0.625rem;
}

.usefull-article__body,
.usefull-article__link {
  margin-top: 1.25rem;
}

.usefull-article__header {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  /*   z-index: 1; */
}

.usefull-article__img {
  width: 100%;
}

.usefull-article__title {
  margin-bottom: 1.25rem;
}

.usefull-article__date {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}

.usefull-article__link {
  text-decoration: underline;
}

.date-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
  border-top-right-radius: 0.75rem;
  z-index: 0;
  height: 2.0625rem;
  width: 6.3125rem;
}

.date-article__text {
  font-size: 0.8125rem;
  margin-top: 0.1875rem;
}

.services {
  background: #192942;
}

.services__title {
  font-size: 3.125rem;
  font-weight: 700;
}

.services__header {
  /*     margin-top: 50px; */
}

.services__pages {
  margin-top: 4.375rem;
}

.services__footer {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__line {
  margin-top: 2rem;
  height: 0.0625rem;
  background-color: #302f4b;
}

.content-services {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fit, minmax(15.9375rem, 1fr));
  justify-items: center;
}

.content-services__item {
  /*    height: 316px; */
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #3f3d5f;
  border-radius: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 23%;
  min-height: 293px;
}

.content-services__item:hover .services-item__title {
  opacity: 0;
}

.content-services__item:hover .services-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  margin-top: 2rem;
}

.content-services__item:hover .services-item__btn:after {
  content: none;
}

.content-services__item:nth-child(even) .services-item__header::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #6381ee));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #6381ee 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #6381ee 99.88%);
}

.pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__item + .pagination__item {
  margin-left: 1.1875rem;
}

.pagination__btn {
  z-index: 0;
  position: relative;
}

.pagination__btn:hover {
  color: #29e3f9;
}

.pagination__btn:active {
  color: #17b6c9;
}

.pagination__btn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 1px;
  left: -8px;
  right: 0;
  margin: auto;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  height: 1.375rem;
  width: 1.375rem;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.pagination__arrow {
  fill: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.pagination__btn--active:hover {
  color: #1549d0 !important;
}

.pagination__btn--active:active {
  color: #1549d0 !important;
}

.pagination__btn--active::after {
  opacity: 1;
}

.filter {
  /*   --body-transform: 0;
      transform: translate(var(--body-transform)); */
}

.filter__body {
  /*     --body-transform: 0;
  transform: translate(var(--body-transform)); */
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.services-item__header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* 
  background: url("../assets/svg/main/advantages/Intersect.svg") no-repeat
  center center/cover; */
}

.services-item__header::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -25%;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 150%;
  /*     width: 100%;
  height: 100%; */
  z-index: -1;
}

.services-item__btn {
  margin-bottom: 2.4375rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*  display: none; */
}

.services-item__btn::after {
  content: "" !important;
}

.services-item__btn .btn__span {
  margin: auto;
}

.services-item__background {
  position: absolute;
  content: url("../assets/svg/main/advantages/intersect.svg");
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.services-item__body {
  position: relative;
  padding: 0 0.75rem;
}

.services-item__text,
.services-item__title {
  text-align: center;
}

.services-item__title {
  max-width: 9.6875rem;
  margin: auto;
  margin-top: 1.75rem;
  margin-bottom: 2.0625rem;
}

.services-item__text {
  margin: auto;
  max-width: 20.125rem;
}

.services-item__text-short {
  max-width: 19.5rem;
}

.services-item__img {
  margin: auto;
  display: block;
}

.sidebar {
  z-index: 2;
}

.sidebar__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 22;
}

.sidebar__content {
  /*  flex: 0.5; */
  height: 100%;
  width: 30rem;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  padding: 5.125rem 1rem;
  background: url("../assets/backgrounds/menu-background.svg") no-repeat center center/cover;
  will-change: transform;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .3s ease-in-out;
  /*  transform: translateX(-100%); */
  /*  inset 0px 0px 0px rgba(0, 0, 0, 0.16),
    inset 0px 0px 0px rgba(0, 0, 0, 0.16); */
}

.sidebar__content--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sidebar__content--visible {
  visibility: visible;
}

.sidebar__menu {
  position: relative;
}

.sidebar__login-link {
  width: 5rem !important;
  position: relative !important;
  /*     &::before {
    left: 0.8rem;

  } */
}

.mobile-menu {
  overflow: hidden;
}

.mobile-menu__wrapper {
  /* transform: translateX(-200px; */
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  margin-top: 5.875rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu .mobile-menu__nested-margin {
  margin-top: -3rem;
}

.mobile-menu__item {
  height: 3rem;
  display: none;
}

.mobile-menu__item--active {
  display: block;
}

.mobile-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-top: 0;
}

.overlay {
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(0, 0, 0, 0.36);
  height: 100%;
  visibility: hidden;
}

.overlay--show {
  -webkit-transition: visibility 0s ease-in-out 0.35s;
  -o-transition: visibility 0s ease-in-out 0.35s;
  transition: visibility 0s ease-in-out 0.35s;
  visibility: visible;
}

.slider__toggle-btn {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: auto;
  right: 4.125rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  background-color: #1549d0;
}

.slider__toggle-btn:nth-child(1) {
  right: auto;
  left: 4.125rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__toggle-btn--unactive {
  display: none;
}

.slider__item--unActive {
  opacity: 0.3;
}

.slider--smooth {
  -webkit-transition: -webkit-transform 0.5s ease-in-out !important;
  transition: -webkit-transform 0.5s ease-in-out !important;
  -o-transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out !important;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
}

.circe-togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem;
}

.circe-togglers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.circe-togglers__item {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
  opacity: 0.43;
  cursor: pointer;
}

.circe-togglers__item + .circe-togglers__item {
  margin-left: 0.75rem;
}

.circe-togglers__item--active {
  opacity: 1;
}

.afterMailing {
  background: url("../assets/backgrounds/mail/afterMailing-background.svg") no-repeat center center/cover;
}

.afterMailing__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.afterMailing__sec-title {
  max-width: 28.1875rem;
}

.afterMailing__right {
  margin-left: 2.5rem;
}

.afterMailing__item + .afterMailing__item {
  margin-top: 5rem;
}

.afterMailing__item:nth-child(2) {
  margin-left: 5.125rem;
}

.item-afterMailing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.item-afterMailing__title {
  margin-top: 0;
}

.item-afterMailing__text {
  max-width: 24rem;
}

.item-afterMailing__right {
  margin-left: 1rem;
}

.item-afterMailing__order {
  font-size: 3.875rem;
  font-weight: 700;
}

.cities {
  z-index: 1;
  overflow: hidden;
  background: #2e2d44;
  /*   &__item::marker {
    content: url("../../assets/svg/ellipse-list.svg");

  } */
}

.cities__map {
  position: absolute;
  content: "";
  top: -1.5625rem;
  bottom: 0;
  left: -19rem;
  right: auto;
  margin: none;
  z-index: -1;
}

.cities__section {
  padding-bottom: 2.5rem;
}

.cities__body,
.cities__section {
  overflow: visible;
}

.cities__header {
  margin-bottom: 1.875rem;
}

.cities__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cities__left {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
}

.cities__right {
  z-index: 1;
  position: relative;
}

.cities__list,
.cities__list-hidden {
  margin-top: 0;
  display: grid;
  grid-row-gap: 1.125rem;
  grid-column-gap: 0;
  grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(12.5rem, 0.3fr));
}

.cities__content {
  margin-bottom: 1.125rem;
}

.cities__content-hidden {
  --max-heightCities: 0;
  max-height: var(--max-heightCities);
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}

.cities__item {
  margin-left: 1rem;
  padding-left: 1.125rem;
  max-width: 12.5rem;
  margin-top: 0;
  position: relative;
  display: list-item;
  /*     list-style: ; */
}

.cities__item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -0.3125rem;
  right: auto;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.cities__accordion {
  margin-top: 0.875rem;
}

.cities__link {
  margin-left: 1rem;
}

.cities__icon {
  margin-left: 0.75rem;
}

.cities__accordion-body--hide .cities__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-accordion__body {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text-accordion__link {
  margin-top: 0 !important;
  text-decoration: underline;
}

.text-accordion__icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.effect {
  background: url("../assets/backgrounds/mail/effect-background.svg") no-repeat center center/cover;
}

.effect__section {
  padding-bottom: 2.5rem;
}

.effect__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1rem;
}

.effect__main-title {
  max-width: 55.3125rem;
}

.effect__title {
  max-width: 36.5625rem;
}

.effect__left {
  height: 100%;
  /*     margin-bottom: 80px; */
}

.effect__list {
  margin-top: 2rem;
}

.effect__img {
  margin-top: -2.5rem;
}

.effect__text {
  margin-top: 4.375rem;
  max-width: 28.625rem;
}

.effect__item::marker {
  content: url("../../assets/svg/check.svg");
}

.effect__resizer {
  position: absolute;
  visibility: hidden;
  width: 0.625rem;
}

.item-effect__img {
  margin: auto;
  display: block;
}

.item-effect__text {
  max-width: 13.6875rem;
  text-align: center;
}

.footer-effect__text {
  text-align: center;
  max-width: 46.5rem;
  margin: auto;
  margin-top: 16.875rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tariffsec {
  background: -o-linear-gradient(349.26deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
  background: linear-gradient(100.74deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
  /*   &__body {
  } */
}

.tariffsec__title {
  max-width: 33.6875rem;
}

.tariffsec__slider {
  margin-top: 0;
  display: grid;
  grid-row-gap: 5rem;
  grid-column-gap: 1.875rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(23.75rem, 23.75rem));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tariffsec__card {
  background-color: #2c2c45;
  -webkit-box-shadow: 0 0.3125rem 3.125rem 0.125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3125rem 3.125rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}

.tariffsec__card--base {
  background-color: #3f3d5f;
}

.tariffsec__togglers {
  display: none;
}

.tariffsec__resizer {
  position: absolute;
  visibility: hidden;
  left: -62.5rem;
  width: 0.625rem;
}

.tariffsec--base {
  background: #2e2d44;
}

.card-tariffsec {
  /*   &__sale {
    max-width: 374px;
    margin-top: 18px;

  } */
}

.card-tariffsec__header,
.card-tariffsec__price,
.card-tariffsec__togglers,
.card-tariffsec__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-tariffsec__header {
  padding: 2rem 2.5rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.card-tariffsec__header-sm {
  padding: 2rem 1.75rem;
}

.card-tariffsec__body {
  margin-top: 2.125rem;
  padding: 0 2.5rem;
  padding-bottom: 3.125rem;
}

.card-tariffsec__body-sm {
  padding: 0 1.75rem;
}

.card-tariffsec__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.375rem;
}

.card-tariffsec__header-center {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(21, 27, 60, 0.1);
  box-shadow: 0 0.625rem 1.875rem rgba(21, 27, 60, 0.1);
}

.card-tariffsec__title {
  margin-top: 0;
  font-size: 1.625rem;
}

.card-tariffsec__footer {
  margin-top: 2rem;
}

.card-tariffsec__line {
  margin: 0 0.9375rem;
  height: 0.0625rem;
  background-color: #474761;
}

.card-tariffsec__span {
  opacity: 0.8;
}

.card-tariffsec__switch {
  margin-left: 13.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.item-tariffseccard__amount {
  font-size: 2.25rem;
  line-height: 3.625rem;
  font-weight: 700;
}

.item-tariffseccard__date {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.item-tariffseccard__text {
  max-width: 16.8125rem;
  line-height: 1.625rem;
  margin-top: 2rem;
}

.item-tariffseccard__free {
  background: -o-linear-gradient(314.92deg, #2cf2e3 13.13%, #23de6c 86.12%);
  background: linear-gradient(135.08deg, #2cf2e3 13.13%, #23de6c 86.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.footer-tariffsec__btn {
  -webkit-filter: drop-shadow(0 0.625rem 1.875rem rgba(36, 110, 226, 0.1));
  filter: drop-shadow(0 0.625rem 1.875rem rgba(36, 110, 226, 0.1));
  width: 18.5rem;
  margin-top: 0 !important;
}

.suit {
  background: url("../assets/backgrounds/mail/suit-background.svg") no-repeat center center/cover;
}

.suit__header {
  margin-bottom: 6.75rem;
}

.suit__body {
  /*     @include flexbox(row, space-between, space-between); */
  margin-top: 0;
  display: grid;
  grid-row-gap: 4.6875rem;
  grid-column-gap: 2rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fit, minmax(18.75rem, 0.8fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.suit__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-suit {
  background-color: #3f3d5f;
  border-radius: 0.75rem;
  position: relative;
  padding-bottom: 2rem;
}

.item-suit__wrapper {
  margin-top: 4rem;
  margin-left: 1.5rem;
}

.item-suit__img {
  position: absolute;
  content: "";
  top: -16rem;
  bottom: 0;
  left: 1.34375rem;
  right: auto;
  margin: auto;
}

.item-suit__text {
  max-width: 20rem;
}

.opportunity-feature__title {
  margin-top: 2.59375rem;
}

.opportunity-feature__text {
  margin-top: 0.75rem;
  text-align: center;
  max-width: 14.125rem;
}

.opportunity-feature__img {
  height: 5.0625rem;
}

.work {
  background: url("../assets/backgrounds/main/cooperartion-background.svg") no-repeat center center/cover;
}

.work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work__right {
  margin-left: 1.625rem;
}

.work__sec-title {
  max-width: 28.1875rem;
}

.work__advantage {
  margin-left: 0.75rem;
  max-width: 34.625rem;
}

.work__item:nth-child(1) {
  margin-top: 2.375rem;
}

.work__item {
  margin-top: 4.75rem;
}

.work__item:nth-child(2),
.work__item:nth-child(3) {
  margin-left: 5.125rem;
}

.item-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.item-work__title {
  margin-top: 0;
  max-width: 13.0625rem;
}

.item-work__text {
  max-width: 24rem;
}

.item-work__right {
  margin-left: 1rem;
}

.item-work__order {
  font-size: 3.875rem;
  font-weight: 700;
}

.advantages {
  background-color: #2e2d44;
  /*   &__item + &__item {
    margin-left: 32px;
  } */
}

.advantages__slider {
  margin-top: 0;
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(26.75rem, 22.75rem));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 95px;
}

.advantages__item {
  /*    height: 316px; */
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3f3d5f;
  border-radius: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*     &:before {

    background-size: contain;
    width: 100%;
    z-index: -1;
  } */
}

.advantages__item:nth-child(2) .item-advantages__text {
  max-width: 15.125rem;
}

.advantages__item:nth-child(2) .item-advantages__text {
  max-width: 15.125rem;
}

.advantages__resizer {
  position: absolute;
  visibility: hidden;
  left: -62.5rem;
  width: 0.625rem;
}

.item-advantages {
  /*   padding-bottom: 34px;
  */
  /*   &__wrapper {
    @include flexbox(column, baseline, baseline);
  } */
}

.item-advantages__header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* 
  background: url("../assets/svg/main/advantages/Intersect.svg") no-repeat
  center center/cover; */
  height: 230px;
}

.item-advantages__header::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -25%;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#16d9e3), color-stop(47%, #30c7ec), to(#46aef7));
  background: -o-linear-gradient(left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 150%;
  /*     width: 100%;
  height: 100%; */
  z-index: -1;
}

.item-advantages__background {
  position: absolute;
  content: url("../assets/svg/main/advantages/intersect.svg");
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.item-advantages__body {
  height: 10rem;
}

.item-advantages__text,
.item-advantages__title {
  text-align: center;
}

.item-advantages__title {
  margin-top: 1.75rem;
}

.item-advantages__text {
  margin: auto;
  max-width: 20.125rem;
}

.item-advantages__text-short {
  max-width: 19.5rem;
}

.item-advantages__img {
  margin: auto;
  display: block;
}

.community {
  background: #1a1932 url("../assets/backgrounds/main/cooperartion-background.svg") no-repeat center center/cover;
}

.community__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.community__sec-title {
  max-width: 28.1875rem;
}

.community__advantage {
  margin-left: 0.75rem;
  max-width: 34.625rem;
}

.community__item {
  margin-top: 5rem;
}

.community__item:nth-child(2) {
  margin-left: 5.125rem;
}

.item-community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.item-community__title {
  margin-top: 0;
}

.item-community__text {
  max-width: 24rem;
}

.item-community__right {
  margin-left: 1rem;
}

.item-community__order {
  font-size: 3.875rem;
  font-weight: 700;
}

.get {
  background: url("../assets/backgrounds/main/get-background.svg") no-repeat center center/cover;
}

.get__header {
  margin-bottom: 2.5rem;
}

.get__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.get__left {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.get__left,
.get__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.get__right {
  margin-left: 9.1875rem;
  margin-top: 1.25rem;
}

.get__list {
  padding-top: 3.125rem;
}

.get__img {
  margin-top: 0;
}

.get__item {
  margin-left: 1rem;
  padding-left: 1.125rem;
  font-weight: 400;
}

.get__item + .get__item {
  margin-top: 1.125rem;
}

.get__item::marker {
  content: url("../../assets/svg/check.svg");
}

.faq {
  background: #2e2d44;
  /*   background: url("../../../assets/backgrounds/main/FAQ-background.svg") no-repeat
    center center/cover; */
}

.faq-btn {
  float: right;
}

.item-faq {
  overflow: hidden;
  cursor: pointer;
  border-bottom: 0.0625rem solid #3f3d5f;
}

.item-faq__wrapper {
  margin: 2rem 0;
}

.item-faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -0.75rem;
}

.item-faq__body {
  cursor: auto;
}

.item-faq__title {
  margin-top: 0;
  font-size: 1.75rem;
  margin-right: 0.625rem;
}

.item-faq__text {
  max-width: 59.6875rem;
  overflow: hidden;
  display: none;
  /*--max-heightFaq: 0;
  max-height: var(--max-heightFaq);*/
  /*height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    transition: max-height 0.7s cubic-bezier(0.94, 0.43, 0, 0.51); */
}

.item-faq__right {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 2.25rem;
  width: 2.25rem;
}

.item-faq__togglers {
  height: 2.25rem;
  width: 2.25rem;
  position: relative;
}

.item-faq__underline {
  background-color: #2b4263;
  width: 100%;
  height: 0.0625rem;
  margin-top: 2rem;
}

.item-faq__toggler {
  height: 2.25rem;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main {
  overflow: hidden;
  margin-top: 5.25rem;
  padding-bottom: 60px;
}

.main__wrapper {
  overflow: visible;
}

.main__body {
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 2.25rem;
}

.main__body--mg-b {
  margin-top: 16rem;
}

.main__body--base {
  width: 34.4375rem;
}

.main__body-wrapper {
  /*     position: relative;

  position: relative; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* margin-top: 50px; */
  height: 100%;
  position: relative;
}

.main__left {
  margin-top: 80px;
}

.main__left--email {
  margin-top: 2.1875rem;
}

.main__title,
.main__title-base {
  font-size: 51px;
  font-weight: 700;
  margin-top: 1.75rem;
  max-width: 35rem;
}

.main__title{
  line-height: 62px;
}
.main__title--sec {
  font-size: 2.8125rem;
}

.main__elipse-mobile {
  display: none;
}

.main__tariffs-btn {
  width: 140px;
}

.main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
  position: relative;
}

.main__downloads,
.main__updates {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__downloads {
  width: 7.34375rem;
  height: 7.34375rem;
  left: 0;
  right: -22rem;
  top: auto;
  bottom: 0;
}

.main__updates {
  width: 9.125rem;
  height: 9.125rem;
  left: 0;
  right: -7rem;
  top: 10.625rem;
}

.main__text,
.main__text-base {
  margin-top: 58px;
  max-width: 340px;
  line-height: 24px;
  font-size: 14px;
}

.main__left .main__title-span {
font-size: 10px;
font-weight: 600;
}
.main__title-span {
  color: #22dddd;
}

.main__title-base {
  max-width: 51rem;
}

.main__text-base {
  max-width: 35.5rem;
}

.main__tariffs {
  margin-top: 3.8125rem;
}

.main--mail {
  margin-top: 7.125rem;
}

.downloads-main {
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2));
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%);
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%);
}

.downloads-main__title {
  margin: 0;
}

.updates-main {
  background: url("../assets/svg/ellipse.svg") no-repeat center center/cover;
  border-radius: 6.25rem;
}

.updates-main__title {
  margin: 0;
  text-align: center;
}

.opportunity {
  background: #2c2b45 url("../assets/backgrounds/main/opportunity-background.svg") no-repeat center center/cover;
}

.opportunity__header {
  margin-bottom: 130px;
}

.opportunity__body {
  /*     @include flexbox(row, space-between, space-between); */
  margin-top: 0;
  display: grid;
  grid-row-gap: 75px;
  grid-column-gap: 60px;
  grid-template: repeat(1, 1fr)/repeat(auto-fit, minmax(18.75rem, 0.8fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}

.opportunity__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-opportunity {
  background-color: #3f3d5f;
  border-radius: 0.75rem;
  position: relative;
  padding-bottom: 2rem;
}

.item-opportunity__wrapper {
  margin-top: 4rem;
  margin-left: 1.5rem;
}

.item-opportunity__img {
  position: absolute;
  content: "";
  top: -16rem;
  bottom: 0;
  left: 1.34375rem;
  right: auto;
  margin: auto;
}

.item-opportunity__text {
  max-width: 30rem;
}

.opportunity-feature__title {
  margin-top: 2.59375rem;
}

.opportunity-feature__text {
  margin-top: 0.75rem;
  text-align: center;
  max-width: 14.125rem;
}

.opportunity-feature__img {
  height: 5.0625rem;
}

.programm {
  background: -o-linear-gradient(349.26deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
  background: linear-gradient(100.74deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
}

.programm__title {
  max-width: 49rem;
}

.programm__sec-title {
  max-width: 41.875rem;
}

.programm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.programm__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.programm__resizer {
  position: absolute;
  visibility: hidden;
  width: 0.625rem;
}

.programm-content {
  /*   &__body {
    margin-top: 50px;
  } */
}

.programm-content__title {
  text-align: center;
  margin-top: 0;
  font-size: 1.375rem !important;
}

.programm-content__body {
  display: grid;
  grid-template-areas: "header header header" "first img third" "second img fourth";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.4fr 1fr 1fr;
}

.programm-content__item:nth-child(1) {
  grid-area: header;
}

.programm-content__item:nth-child(2) {
  grid-area: first;
}

.programm-content__item:nth-child(2) > .item-programm {
  margin-top: 5.75rem;
  margin-left: 6.0625rem;
}

.programm-content__item:nth-child(2) .item-programm__title {
  max-width: 31.8125rem;
}

.programm-content__item:nth-child(3) {
  grid-area: second;
}

.programm-content__item:nth-child(3) > .item-programm {
  margin-top: 1.8125rem;
}

.programm-content__item:nth-child(3) .item-programm__title {
  max-width: 10.875rem;
}

.programm-content__item:nth-child(4) {
  grid-area: third;
}

.programm-content__item:nth-child(4) > .item-programm {
  margin-top: 5.75rem;
  margin-left: 1.25rem;
}

.programm-content__item:nth-child(5) {
  grid-area: fourth;
}

.programm-content__item:nth-child(5) > .item-programm {
  margin-top: 1.8125rem;
  margin-left: 4.375rem;
}

.programm-content__item:nth-child(6) {
  grid-area: img;
}

.item-programm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.item-programm__title {
  margin-top: 0;
}

.item-programm__text {
  max-width: 24rem;
}

.item-programm__right {
  margin-left: 1rem;
}

.item-programm__order {
  font-size: 3.875rem;
  font-weight: 700;
}

.mailing__text {
  max-width: 33.875rem;
}

.mailing__img {
  margin-top: -1.875rem;
}

.tariff {
  background: -o-linear-gradient(349.26deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
  background: linear-gradient(100.74deg, #191830 0%, #1e1d38 48.96%, #191830 100.96%);
}

.tariff__title {
  max-width: 24.6875rem;
}

.tariff__card {
  background-color: #2c2c45;
  -webkit-box-shadow: 0 0.3125rem 3.125rem 0.125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3125rem 3.125rem 0.125rem rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0 3.125rem;
  padding-top: 2.6875rem;
  padding-bottom: 2.5rem;
  border-radius: 0.75rem;
  margin-top: 2.5rem;
}

.tariff__switch {
  display: none !important;
}

.tariff__switch--active {
  display: block !important;
}

.togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.togglers__button {
  color: #ffffff;
  width: 12.25rem;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.togglers__button:after {
  content: none;
}

.togglers__button:nth-child(1) {
  /*background: url("/local/templates/main_template/assets/svg/button-linear-bg-left.svg") no-repeat center center/cover;*/
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #4d6de2;
}

.togglers__button.togglers__button--active {
  border: none !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.49%, #83a6ff), color-stop(99.88%, #4d6de2)) !important;
  background: -o-linear-gradient(left, #83a6ff -0.49%, #4d6de2 99.88%) !important;
  background: linear-gradient(90deg, #83a6ff -0.49%, #4d6de2 99.88%) !important;
}

.togglers__button:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #4d6de2;
  /*background: url("/local/templates/main_template/assets/svg/button-linear-bg.svg") no-repeat center;*/
}

.card-tariff__header,
.card-tariff__price,
.card-tariff__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-tariff__price {
  padding-top: 0.75rem;
  flex-basis: 40%;
}

.card-tariff__togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-tariff__body {
  margin-top: 2rem;
}

.card-tariff__text {
  /* max-width: 269px; */
  line-height: 1.625rem;
  margin-top: 0;
}

.card-tariff__line {
  margin-top: 2rem;
  height: 0.0625rem;
  background-color: #474761;
}

.card-tariff__span {
  opacity: 0.8;
}

.card-tariff__switch {
  margin-left: 13.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.total-price__amount,
.total-price__amount-rub {
  font-size: 3.125rem;
  line-height: 3.625rem;
  font-weight: 700;
}

.total-price__amount-rub {
  margin-left: 1rem;
}

.total-price__text {
  margin-left: 1rem;
  margin-top: 0;
}

.togglers-tariff__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.0625rem;
}

.togglers-tariff__text {
  margin-top: 0;
}

.togglers-tariff__item:nth-child(2),
.togglers-tariff__item:nth-child(4) {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}

.togglers-tariff__item {
  /*   margin-left: 207px; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.togglers-tariff__sale {
  max-width: 23.375rem;
  margin-top: 1.125rem;
}

.togglers-tariff__input-content {
  margin-bottom: 8.5625rem;
  -webkit-box-flex: 1.8;
  -ms-flex: 1.8;
  flex: 1.8;
}

.togglers-tariff__input {
  width: 23.625rem;
  height: 3.125rem;
  background-color: #f3f6fb;
  color: #9497b1;
  padding-left: 1.375rem;
  line-height: 1.375rem;
  border-radius: 0.25rem;
}

.togglers-tariff__footer {
  margin-top: 1.125rem;
}

.btn-tariff__toggler {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-tariff__item + .btn-tariff__item {
  margin-left: 0.75rem;
}

.btn-tariff__amount {
  margin-top: 0;
  padding-top: 0.375rem;
}

.footer-tariff__btn {
  width: 12.5rem;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0e1e35;
  background-color: #ffffff;
}

.footer-tariff__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8.6875rem;
}

.footer-tariff__btn,
.footer-tariff__info {
  margin-top: -2rem;
}

.footer-tariff__span {
  margin-left: -1.5625rem !important;
}

.footer-tariff__text-info {
  color: #ffffff;
  margin-left: 0.75rem;
  text-decoration: underline;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .interest-service__slider-item:hover .services-item__body {
    height: 7.5625rem;
  }

  .services-item__btn {
    position: absolute;
    content: "";
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    margin: 0 0.75rem;
    visibility: hidden;
  }
}

@media (max-width: 1224px) {
  .page:after {
    top: -29.8125rem;
  }

  .nav,
  .header__contacts {
    display: none;
  }

  .header {
    background: rgba(23, 22, 41, 0.82);
  }

  .header__hamburger-menu {
    display: block;
  }

  .main__body-wrapper,
  .effect__img {
    /*    margin-top: 10%; */
    width: 100%;
  }

  .main__illustration {
    width: 42vw;
  }

  .main__email-illustration {
    margin-top: -20% !important;
  }

  .main__body--mg-b {
    margin-top: 10rem;
    width: 46%;
  }

  .main__cards {
    /*   width: 73.3%;
    bottom: 159%;
    left: 16%; */
    width: 35%;
    bottom: calc(200 / 1224 * 100%);
    /* margin-left: calc(76 / 991 * 100%); */
  }

  /*   .main__plains {
     width: 40%;
   }
  */

  /*   .main__plain-left {
    bottom: auto;
    top: -21%;
    left: 15%;
    transform: rotate(0);
  }
  .main__plain-right {
    right: 11%;
    bottom: 100%;
  } */

  /*   .advantages__item,
  .advantages__item-center {
    min-width: 40%;
  } */

  .item-programm {
    margin-left: 0 !important;
  }

  /*   .advantages__item:nth-child(3),
  .advantages__item-center {
    margin-left: 32px !important;
  } */

  /*   .programm__item + .programm__item {
    margin-left: 0;
  } */

  /*   .advantages__item-center {
     position: static;
     margin: 0;
     height: 343px;
   }
  */

  /*   .item-advantages {
    margin-left: 40px !important;
  } */

  /*   .advantages__item-center .item-advantages__title {
    margin-top: 32px;
  }
  .advantages__item:nth-child(3) .item-advantages .item-advantages__title {
    margin-top: 18px;
  } */

  .suit__item-mm,
  .suit__item-sm {
    margin-top: 0;
  }

  /*   .togglers-tariff__item:nth-child(3) .togglers-tariff__header {
    margin-bottom: 50px;
  } */

  .afterMailing__right {
    margin-top: 3.625rem;
  }

  .suit__item {
    grid-area: auto !important;
    margin-top: 0 !important;
  }

  .suitBase__body {
    grid-template-areas: none;
  }

  .suitBase__item {
    grid-area: auto !important;
  }

  .item-suitBase__text {
    max-width: initial;
    margin-right: 0.625rem;
  }

  .work__order {
    margin-top: 3.75rem;
  }

  .cities__list,
  .cities__list-hidden {
    grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(11.125rem, 0.3fr));
  }

  .direction__content-overflow {
    margin-top: 0;
    margin-bottom: 0;
    --max-heightDirection: 0;
    max-height: var(--max-heightDirection);
  }

  .direction__accordion {
    margin-bottom: 1.25rem;
    margin-left: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__right {
    margin-left: 2.625rem;
  }

  .interest-service__slider,
  .usefull-articles__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0;
  }

  .interest-service__slider-item + .interest-service__slider-item,
  .articles-content__slide + .articles-content__slide {
    margin-left: 1.875rem;
  }

  .interest-service__slider-item {
    min-width: 26%;
  }

  .articles-content__slide {
    min-width: 31%;
  }

  /*   .interest-service__slider-item .services-item__img {
    width: 100%;
  } */

  .advantages__resizer,
  .programm__resizer,
  .interest-service__resizer,
  .articles-content__resizer {
    width: 0.5625rem;
  }
}

@media (max-width: 991px) {
  .service__left,
  .article__right {
    display: none;
  }

  .footer__nav {
    display: block;
  }

  .notFound__illustration {
    width: 62%;
  }

  .footer__nav {
    margin-bottom: 3.125rem;
  }

  .footer__logo {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company__logo {
    float: left;
  }

  .main__title,
  .main__title-base,
  .section__title,
  .total-price__amount,
  .total-price__amount-rub,
  .service__title,
  .services__title,
  .articles__title,
  .article__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .getInformation__sec-title {
    top: -1.25rem;
  }

  /*  .page {
    height: 100%;
  } */

  .page--contact {
    height: 100% !important;
  }

  .main__content--base {
    margin-bottom: 6.25rem;
  }

  .main__text,
  .main__text-base {
    line-height: 1.6875rem;
    font-size: 1.125rem;
  }

  .main__illustration {
    margin-top: -3%;
  }

  .main__base-illustration {
    margin-bottom: 28.875rem;
  }

  .community__body,
  .afterMailing__body,
  .work__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .community__img,
  .afterMailing__img,
  .work__img {
    width: 100%;
  }

  /*   .advantages__item,
   .advantages__item-center {
     min-width: 50%;
     height: 316px;
   }
   .advantages__item:nth-child(3),
   .advantages__item-center {
     margin-left: 27px !important;
   }
  */

  .programm-content__body {
    display: grid;
    grid-template-areas: "img img img" "header header header" "first first first" "second second second" "third third third" "fourth fourth fourth";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  }

  .programm-content__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .programm-content__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .item-programm {
    margin-top: 0 !important;
  }

  .item-programm__title {
    max-width: none !important;
  }

  /*   .programm__item {
    min-width: 30%;
  }
  .programm__item + .programm__item {
    margin-left: 16px;
  }
  .programm__item {
    font-size: 17px;
  } */

  .get__left {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .get__right {
    margin-left: 3.125rem !important;
    margin-right: 0 !important;
  }

  .download__use {
    display: none;
  }

  .main__downloads,
  .main__updates {
    /*    right: -7rem;
    left: auto;
    top: 961px; */
    bottom: -6.25rem;
  }

  .section__header {
    margin-top: 6.875rem;
    margin-bottom: 3.4375rem;
  }

  .section__second {
    margin-top: 6.875rem;
  }

  /*   .service__header,
  .services__body,
  .articles__body,
  .contact__left {
    margin-top: 60px;
  } */

  .main,
  .contact {
    overflow: hidden;
    margin-top: calc(124 / 991 * 100%);
  }

  .section__content {
    padding-bottom: 6.875rem;
  }

  .get__left,
  .cities__left {
    margin-bottom: 0;
  }

  /*   .item__text {
    font-size: 15px;
    line-height: 24px;
  } */

  /*   .opportunity__body {
     grid-column-gap: 128px;
   }
  */

  .mailing__right {
    margin-left: 0.625rem;
  }

  .mailing__img {
    width: 100%;
    margin-top: 0;
  }

  .order__text,
  .switch-radio__label,
  .item__text-medium {
    font-size: 0.875rem;
  }

  .item__title-medium {
    font-size: 1.0625rem;
  }

  .card-tariff__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-tariff__switch {
    margin-left: 0;
  }

  .togglers-tariff__item:nth-child(3) {
    margin-left: calc(133 / 991 * 100%);
  }

  .togglers-tariff__item:nth-child(4) {
    margin-left: calc(76 / 991 * 100%);
  }

  .card-tariff__footer {
    margin-top: 1.875rem;
  }

  .item-faq__underline {
    margin-top: 1.0625rem;
  }

  .item-faq__wrapper {
    margin: 1.75rem 0;
  }

  /* .afterMailing__body, */

  .get__img,
  .parametres__img {
    width: 100%;
  }

  .cities__list,
  .cities__list-hidden {
    margin-top: 0;
    display: grid;
    grid-row-gap: 1.125rem;
    grid-column-gap: 0;
    grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(10.5rem, 0.3fr));
  }

  .cities__img {
    width: 100%;
  }

  .cities__map {
    width: 250%;
  }

  .cities__right {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
  }

  .difference__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .difference__item:nth-child(2) {
    margin-left: 0;
  }

  .difference__item + .difference__item {
    margin-top: 1.875rem !important;
  }

  .service__right {
    margin-left: 2.0625rem;
  }

  .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__right {
    margin-top: 3.125rem;
  }

  .item-datas__title {
    margin-top: 0 !important;
    margin-bottom: 0.75rem;
  }

  .service-data {
    grid-template-areas: "img price type ." "img text text text" "img btn btn btn";
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-rows: 0.7fr 1fr 1fr;
  }

  .service-data__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-data__btn {
    width: 100%;
  }

  .service-data__img-wrapper {
    margin-bottom: 3.4375rem;
    margin-right: 1.25rem;
  }

  .article-data {
    margin: 0;
  }

  .article-data__text {
    max-width: initial;
  }

  .advantages__resizer,
  .programm__resizer,
  .interest-service__resizer,
  .articles-content__resizer {
    width: 0.5rem;
  }

  /* .filter__body {
    min-width: 1116px;
  } */

  .interest-service__slider-item + .interest-service__slider-item,
  .articles-content__slide + .articles-content__slide {
    margin-left: 1.5625rem;
  }

  .interest-service__slider-item,
  .articles-content__slide {
    min-width: 36%;
  }

  .filter__body {
    --body-transform: 0;
    -webkit-transform: translate(var(--body-transform));
    -ms-transform: translate(var(--body-transform));
    transform: translate(var(--body-transform));
  }
}

@media (max-width: 768px) {
  .main__title,
  .main__title-base,
  .section__title,
  .service__title,
  .services__title,
  .articles__title,
  .article__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .logo__img {
    width: auto;
    height: 2rem;
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .footer__item + .footer__item {
    margin-top: 0.875rem;
  }

  .main__text,
  .main__text-base {
    line-height: 1.5625rem;
    font-size: 1rem;
  }

  .item-opportunity__wrapper,
  .item-suit__wrapper,
  .item-suitBase__wrapper {
    margin-left: 1.125rem;
  }

  .get__left {
    display: none;
  }

  .get__list {
    padding-top: 0;
  }

  .get__right {
    margin-left: 0 !important;
    margin-top: 0;
  }

  /*   .service__header,
  .services__body,
  .articles__body,
  .contact__left {
    margin-top: 50px;
  } */

  .main__downloads {
    /* top: calc(961 / 1251 * 100%); */
  }

  /*   .advantages__item,
  .advantages__item-center {
    min-width: 60%;
  } */

  .programm__item {
    min-width: 35%;
  }

  /* 
   .advantages__item:nth-child(3),
   .advantages__item-center {
     margin-left: 26px !important;
   }
  */

  .section__header {
    margin-top: 5rem;
    margin-bottom: 2.8125rem;
  }

  .section__second {
    margin-top: 5rem;
  }

  .section__content {
    padding-bottom: 5rem;
  }

  .item__title {
    font-size: 1.3125rem;
  }

  .item__title-medium {
    font-size: 1rem;
  }

  .item__text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  /*   .total-price__amount,
  .total-price__amount-rub {
    font-size: 36px;
    line-height: 36px;
  } */

  /*   .order__text,
  .switch-radio__label,
  .item__text-medium {
    font-size: 13px;
  } */

  .cities__left,
  .cities__right {
    width: 100%;
  }

  .cities__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cities__map {
    width: 250%;
    left: -26%;
    top: -6.375rem;
  }

  .cities__img {
    margin-left: auto;
    width: 76%;
    margin-top: -2.5625rem;
    margin-right: -0.9375rem;
  }

  .cities__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .effect__item {
    min-width: 28%;
  }

  .cities__link {
    margin-left: 0;
  }

  .item-faq__underline {
    margin-top: 0.75rem;
  }

  .item-faq__wrapper {
    margin: 1.5rem 0;
  }

  .faq-btn {
    width: 1.5rem;
  }

  .direction__list + .direction__list {
    margin-top: 0.625rem;
  }

  .direction__content-overflow--visible,
  .direction__content {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }

  .item-suit__text {
    max-width: initial;
  }

  .service-data {
    grid-template-areas: "price img" "type img" "text text" "btn btn";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 6.25rem 6.25rem 1fr 5rem;
  }

  .service-data__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-data__btn {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .service-data__img-wrapper {
    margin: 0;
    width: 11.125rem;
    height: 11.125rem;
  }

  .service-data__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .service-data__img-content {
    height: 66%;
  }

  .service-data__text {
    margin-top: 3.125rem;
  }

  .content-services__item:hover .services-item__title {
    display: block;
  }

  .content-services__item:hover .services-item__btn {
    margin-top: 0;
  }

  .services-item__btn {
    margin: 0 1.1875rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.0625rem !important;
  }

  .services-item__title {
    margin-bottom: 0.9375rem;
  }

  .popup__modal-wrapper {
    padding: 1.875rem;
  }

  .advantages__resizer,
  .programm__resizer,
  .effect__resizer {
    width: 0.4375rem;
  }

  /*   .filter__body {
    min-width: 972px;
  } */

  .sidebar__content {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .page:after {
    content: none;
    /*  left: -18%; */
    /*  width: calc(1173 / 653 * 100%); */
    /*   width: 187%; */
    /*    height: 24.3125rem; */
    /*   bottom: 67%; */
  }

  .header {
    padding: 0;
  }

  .main__elipse-mobile {
    display: block;
    z-index: -1;
    width: 200%;
    /*   min-width: 790px; */
    position: absolute;
    content: "";
    top: -145%;
    bottom: auto;
    left: -25%;
    right: auto;
    margin: auto;
  }

  .main {
    margin-top: calc(70 / 991 * 100%);
    overflow: visible;
  }

  .main__title-span {
    display: none;
  }

  .main__title,
  .main__title--sec {
    font-weight: 500;
  }

  .main__text {
    margin-top: 2rem;
  }

  .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__left,
  .main__tariffs {
    margin-top: 0;
  }

  .main__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .main__illustration {
    width: 85%;
  }

  .main__content--base {
    margin-bottom: 16.25rem;
  }

  .main__downloads {
    bottom: -16.25rem;
    right: 0;
    left: auto;
  }

  .main__updates {
    left: 0;
    right: auto;
    bottom: -11.25rem;
    top: auto;
  }

  .community__body,
  .afterMailing__body,
  .work__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .community__item:nth-child(2),
  .afterMailing__item:nth-child(2),
  .work__item:nth-child(3),
  .work__item:nth-child(2),
  .work__right,
  .afterMailing__right {
    margin-left: 0;
  }

  .community__item,
  .afterMailing__item,
  .work__item {
    margin-top: 3.125rem;
  }

  .item-work__order,
  .item-afterMailing__order,
  .item-community__order,
  .item-programm__order {
    font-size: 3.3125rem;
  }

  /*   .advantages__item,
  .advantages__item-center {
    min-width: 75%;
  } */

  .programm__item {
    min-width: 44%;
  }

  /*   .advantages__item:nth-child(3),
  .advantages__item-center {
    margin-left: 19px !important;
  } */

  /*   .card-tariff__togglers {
    justify-content: space-between;
  } */

  .card-tariff__header,
  .card-tariff__togglers,
  .card-tariff__footer,
  .programm__body,
  .parametres__body,
  .service-data__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .parametres__right {
    margin: 5.0625rem auto;
    margin-bottom: 0;
  }

  .parametres__left {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .togglers-tariff__item:nth-child(3),
  .togglers-tariff__item:nth-child(4),
  .footer-tariff__info,
  .service-data__item,
  .mailing__right,
  .service-data__btn,
  .service-data__item,
  .service__right {
    margin-left: 0 !important;
  }

  .togglers-tariff__input-content {
    margin-bottom: 1.5625rem;
  }

  .togglers-tariff__item:nth-child(4) .togglers-tariff__header {
    margin-bottom: 0;
  }

  .total-price__text {
    margin-left: 1.375rem;
    padding: 0 !important;
  }

  .btn__transparent,
  .btn__main {
    margin-top: 2rem;
  }

  .card-tariff__switch,
  .card-tariff__body,
  .footer-tariff__info,
  .card-tariff__line,
  .togglers-tariff__item + .togglers-tariff__item {
    margin-top: 1.5rem;
  }

  /*   .btn__main,
  .btn__main .togglers-tariff__btn {
    margin-top: 14px;
  } */

  /*   .service-data__item + .service-data__item {
    margin-top: 20px;
  } */

  .switch-radio__item + .switch-radio__item,
  .service-data__text {
    margin-top: 1rem;
  }

  .footer-tariff__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-tariff__btn,
  .main__body--base,
  .togglers-tariff__input,
  .togglers-tariff__input-content {
    width: 100%;
  }

  .effect__item {
    min-width: 40%;
  }

  .item-effect__text {
    max-width: initial;
  }

  .mailing__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact__left {
    margin-top: 2.5rem;
  }

  .service-data {
    position: relative;
  }

  .item-datas__text {
    margin-bottom: 1.125rem;
  }

  .service__directions {
    margin-top: 7.3125rem;
  }

  .advantages__resizer,
  .programm__resizer,
  .interest-service__resizer,
  .articles-content__resizer,
  .effect__resizer {
    width: 0.375rem;
  }

  .interest-service__slider-item,
  .articles-content__slide {
    min-width: 43%;
  }

  .slider__toggle-btn {
    right: calc(66 / 650 * 100%);
    height: 2.125rem;
    width: 2.125rem;
  }

  .slider__toggle-btn:nth-child(1) {
    left: calc(66 / 650 * 100%);
  }

  .slider__toggle-img {
    height: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .section__header {
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
  }

  .section__second {
    margin-top: 3.125rem;
  }

  .section--main-background .section__content .section__header {
    margin-top: 5rem;
  }

  .section__sec-title {
    text-align: left;
  }

  .main__body {
    margin-top: 1.25rem;
  }

  .main__body--email {
    margin-top: 0;
  }

  .main__illustration {
    /*   width: calc(712 / 480 * 100%);
    margin-left: -23%; */
    /*     position: absolute;
    left: 0;
    right: 0; */
  }

  .main__email-illustration {
    width: calc(643 / 480 * 100%);
  }

  .logo__img {
    height: 1.625rem;
  }

  .header__hamburger-menu {
    width: 2.625rem;
  }

  /*   .service__header,
  .services__body,
  .articles__body,
  .articlee__body,
  .contact__left {
    margin-top: 40px;
  } */

  .section__content {
    padding-bottom: 3.125rem;
  }

  .main {
    margin-top: 0.75rem;
  }

  .contact {
    margin-top: 3rem;
  }

  .main__plain-left {
    top: -18%;
    width: 28%;
    left: 0;
  }

  .main__title,
  .section__title,
  .main__title-base,
  .service__title,
  .services__title,
  .articles__title,
  .article__title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .section__title {
    font-weight: 500;
  }

  .main__title,
  .main__text,
  .main__title-base,
  .main__text-base,
  .section__title,
  .getInformation__text,
  .download__text,
  .download__info {
    text-align: left;
  }

  .main__text,
  .main__text-base {
    line-height: 1.5rem;
    font-size: 0.9375rem;
  }

  .main__tariffs-btn .btn__span {
    margin: auto;
  }

  .main__cards {
    width: 54.1666666667%;
  }

  .notFound__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .notFound__title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }

  .notFound__illustration {
    margin-top: 1.25rem;
  }

  .item-opportunity__wrapper,
  .item-suit__wrapper,
  .item-suitBase__wrapper {
    margin-left: 0.75rem;
  }

  .community__item,
  .afterMailing__item,
  .work__item {
    margin-top: 1.5rem;
  }

  .community__item:nth-child(1),
  .work__item:nth-child(1) {
    margin-top: 2.5rem;
  }

  .item-work__order,
  .item-afterMailing__order,
  .item-community__order,
  .item-programm__order {
    font-size: 2.8125rem;
  }

  .advantages__item + .advantages__item {
    margin-left: 1.5rem;
  }

  .parametres__list {
    grid-template-columns: 12.375rem 7.5rem;
  }

  /*   .advantages__item,
  .advantages__item-center, */

  .programm__item {
    min-width: 94%;
  }

  .get__item {
    font-size: 1rem !important;
    padding-left: 0.8125rem;
  }

  /*   .item-advantages {
    margin-left: 20px !important;
    margin-top: 15px;
  }
  .item-advantages__text {
    max-width: 280px;
  } */

  /*   .advantages__item:nth-child(3),
  .advantages__item-center, */

  .programm__item + .programm__item {
    margin-left: 0.75rem !important;
  }

  .item__title {
    font-size: 1.25rem;
  }

  /*   .item-faq__title,
   .item-work__title,
   .item-programm__title,
   .services-item__text {
     font-size: 16px !important);
   }
  */

  .item__title-medium {
    font-size: 0.8125rem;
  }

  /*   .item__text {
    font-size: 13px;
  } */

  .item-community__text {
    width: 17.1875rem;
  }

  /*   .total-price__amount,
  .total-price__amount-rub {
    font-size: 34px;
    line-height: 32px;
  } */

  .tariff__card {
    padding: 1rem;
    padding-bottom: 3.125rem;
  }

  /*   .card-tariff__text {
    font-size: 12px;
    line-height: 15px;
  } */

  .tariffsec__card + .tariffsec__card {
    margin-left: 1.25rem;
  }

  .btn,
  .item-programm__img {
    width: 100%;
  }

  .total-price__amount-rub {
    margin-left: 0.5rem;
  }

  .total-price__text {
    margin-left: 0.75rem;
  }

  .card-tariff__footer {
    margin-top: 0;
  }

  .togglers-tariff__btn {
    margin-top: 0.875rem;
  }

  .footer-tariff__btn {
    font-size: 0.875rem;
    height: 3.125rem;
  }

  .item-faq__underline {
    margin-top: 0.4375rem;
  }

  .item-faq__wrapper {
    margin: 1.25rem 0;
  }

  .cities__list,
  .cities__list-hidden {
    grid-column-gap: 1rem;
    grid-template: repeat(1, 1fr)/repeat(auto-fill, minmax(8.75rem, 0.3fr));
  }

  .cities__item {
    margin-left: 0.3125rem;
    padding-left: 1rem;
  }

  .tariffsec__slider,
  .advantages__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0;
  }

  .tariffsec__card,
  .advantages__item {
    min-width: 100%;
  }

  .card-tariffsec__body,
  .card-tariffsec__header {
    padding: 0 1.25rem;
    margin-top: 1.875rem;
    padding-bottom: 2.5rem;
  }

  .afterMailing__item {
    margin-top: 0;
  }

  .afterMailing__item + .afterMailing__item {
    margin-top: 1.5rem;
  }

  .item-difference {
    grid-template-areas: "order title ." "text text text";
    grid-template-columns: 3.4375rem 0.8fr 1fr;
    grid-template-rows: 0.2fr 1fr;
  }

  .item-difference__sec {
    margin-left: 0;
  }

  .item-difference__order {
    font-size: 2.625rem;
  }

  .item-difference__order:after {
    width: 4.125rem;
    height: 4.125rem;
  }

  .item-difference__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .effect__item {
    min-width: 70%;
  }

  .footer-effect__text {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 34%;
  }

  .modal-reference__text {
    line-height: 1.1875rem;
  }

  .modal-reference__text + .modal-reference__text {
    margin-top: 0.3125rem;
  }

  .popup__modal-wrapper {
    margin-top: 0;
    padding: 1.5625rem 0.75rem;
  }

  .card-tariffsec__header-center,
  .card-tariffsec__header {
    padding: 1.25rem;
    margin-top: 0;
  }

  .circe-togglers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .suit__item {
    width: 18.625rem;
    height: 14.375rem;
  }

  .afterMailing__right {
    margin-top: 2.875rem;
  }

  .direction__list + .direction__list {
    margin-top: 0;
  }

  .direction__content-overflow--visible,
  .direction__content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service__right {
    margin-left: 0;
  }

  /*   .direction__content-overflow--visible {
  } */

  .advantages__resizer,
  .programm__resizer,
  .tariffsec__resizer,
  .interest-service__resizer,
  .articles-content__resizer,
  .effect__resizer {
    width: 0.3125rem;
  }

  /*   .filter__body {
    min-width: 729px;
  } */

  /*   .services-item__img {
    width: 100%;
  } */

  .services__pages {
    margin-top: 1.875rem;
  }

  .services-item__title {
    max-width: initial;
  }

  .services-item__btn {
    width: auto;
  }

  .service-data {
    grid-template-rows: 5.25rem 6.25rem 1fr 5rem;
  }

  .service-data__img-wrapper {
    margin: 0;
    width: 8.375rem;
    height: 8.375rem;
  }

  /*   .service-data__img {
    display: flex;
    align-items: center;
    align-items: end;
    justify-content: flex-end;
  } */

  /*   .service-data__img-content {
    height: 66%;
  } */

  .item-datas__title {
    margin-bottom: 0;
  }

  .interest-service__slider-item,
  .articles-content__slide {
    min-width: 93%;
  }

  .interest-service__slider-item + .interest-service__slider-item,
  .articles-content__slide + .articles-content__slide {
    margin-left: 1.25rem;
  }

  .sidebar__login-link {
    font-size: 1.15rem !important;
  }
}

@media (max-height: 1000px) {
  .page--contact {
    height: 100% !important;
  }
}