:root {
  --var-blue-gradient: linear-gradient(0deg, rgba(0,115,188,1) 0%, rgba(0,116,189,1) 100%);
}

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.fixed {
  overflow-y: hidden;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  height: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

ul {
  padding-left: 18px;
}

ul li {
  /* list-style-type: none; */
}

img {
  vertical-align: top;
}

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

/*--------------------*/

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

html {
  --width__nav-item: 0px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  position: relative;
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  padding: 10px 10px;
  border-radius: 30px;
  background: var(--var-blue-gradient);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.btn:hover {
  background: linear-gradient(0deg, rgb(1, 92, 148) 0%, rgb(0, 116, 189) 100%);
}

.btn_yellow {
  background: linear-gradient(180deg, rgb(255, 215, 0) 0%, rgb(255, 103, 12) 100%);
}

.btn_yellow:hover {
  background: linear-gradient(180deg, rgb(255, 221, 30) 0%, rgb(255, 122, 45) 100%);
}

.circle {
  position: absolute;
  pointer-events: none;
}

.filling {
  display: flex;
  gap: 10px;
  z-index: 2;
  position: relative;
  padding-bottom: 68px;
}

.filling__nav {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 601px;
  padding-top: 25px;
  padding-left: 105px;
}

.filling__nav-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
}

.filling__nav-item {
  color: #326fb7;
  border-radius: 30px;
  padding: 16px 25px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

.filling__nav-item a {
  color: #326fb7;
}

.filling__nav-item:hover {
  color: #fff;
  background: var(--var-blue-gradient);
  z-index: 2;
}


.filling__nav-item:hover a {
  color: #fff;
}


.filling__nav-item:hover::after {
  opacity: 0;
}

.filling__nav-item:not(:last-child) {
  margin-bottom: 2px;
}

.filling__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 300px;
  height: 2px;
  background: #969696;
  transition: 0.1s;
}

.filling__nav-item.active {
  color: #fff;
  background: var(--var-blue-gradient);
  z-index: 2;
}

.filling__nav-item.active a{
  color: #fff;
}

.filling__nav-item.active::after {
  display: none;
}

.filling__content {
  width: 100%;
  flex: 1;
}

.filling__content-block {
  width: 100%;
}

.filling__content-block h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.filling__content-block h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
}

.filling__content-block h3,
.filling__content-block h4,
.filling__content-block h5,
.filling__content-block h6 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.filling__content-block-lead {
  font-size: 16px;
  max-width: 582px;
}

.filling__content-block-lead:not(:last-child) {
  margin-bottom: 20px;
}

.filling__content-block-lead span {
  display: inline-block;
}

.filling__promo {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: -86px;
  z-index: 2;
  position: relative;
  align-items: flex-end;
  margin-bottom: 42px;
}

.filling__promo-circle {
  background: var(--var-blue-gradient);
  width: 163px;
  height: 163px;
  color: #fff;
  align-items: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  outline-width: 0.5px;
  outline: solid;
  outline-offset: 20px;
  outline-color: rgba(50, 112, 183, 0.1764705882);
  position: relative;
}

.filling__promo-circle .circle-mini {
  top: -3px;
  right: 3px;
}

.filling__promo-circle .circle-big {
  top: 34px;
  left: -52px;
}

.filling__promo-circle span {
  font-size: 104px;
  font-weight: bold;
  line-height: 78px;
}

.filling__promo-circle p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

.filling__promo-circle p a {
  color: #fff;
}

.filling__promo-lead {
  color: #326fb7;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.filling__promo-lead span {
  display: block;
}

.filling__content-nav {
  margin-bottom: 11px;
}

.filling__content-nav-item {
  position: relative;
}

.filling__content-nav-item:hover::before {
  opacity: 1;
}

.filling__content-nav-item:not(:last-child)::after {
  content: "/";
}

.filling__content-nav-item::before {
  content: "";
  width: calc(100% - 9px);
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0;
  transition: 0.2s;
}

.filling__content-nav-item:last-child::before {
  width: 100%;
}

.filling__content-employees {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 496px;
  margin-bottom: 20px;
}

.filling__content-employees-item {
  flex: 0 0 calc(50% - 25px);
}

.filling__content-employees-pic {
  margin-bottom: 15px;
}

.filling__content-employees-pic img {
  width: 100%;
}

.filling__content-employees-info {
  text-align: center;
}

.filling__content-employees-info span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

.filling__content-employees-info p {
  display: block;
  font-size: 16px;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 104;
}

.popup.active {
  display: block;
}

.popup::before {
  content: "";
  background: #000000;
  opacity: 0.7;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 104;
}

.popup__title {
  font-weight: 500;
  line-height: 1;
  font-size: 32px;
  text-align: center;
  color: #000;
}

.popup__title span{
  display: block;
  font-size: 23px;
  margin-bottom: 5px;
}

.popup input {
  border: 1px solid var(--var-border-input);
  background: transparent;
  padding: 12px 20px;
  border-radius: 8px;
}

.popup__subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}

.popup__content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
  width: 95%;
  max-width: 540px;
  z-index: 105;
}

.popup__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  min-height: 100%;
}

.popup-close {
  border-radius: 50%;
  background: url(../img/icons/close.png);
  width: 29px;
  height: 29px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  right: 23px;
  top: 27px;
  z-index: 105;
  position: absolute;
  cursor: pointer;
  transition: 0.2s;
}

.popup-close:hover {
  transform: scale(1.1);
}

.popup__btn {
  width: 100%;
  margin-bottom: 10px;
}

.popup__label-list-item {
  margin-bottom: 15px;
}

.popup__label-list-item span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.popup__label-list-item input {
  width: 100%;
  background: #eee;
  height: 40px;
  border: none;
  padding: 0 15px;
  font-size: 15px;
}

.popup__label-list-item input::placeholder {
  font-size: 15px;
}

.popup__label-list-item textarea {
  resize: none;
  padding: 15px;
  height: 100px;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
}

.popup__lead {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.popup__lead a {
  text-decoration: underline;
  transition: 0.2s;
}

.popup__lead a:hover {
  text-decoration: none;
}

.swiper-w {
  margin-top: -35px;
  padding: 0 40px;
  position: relative;
}

.swiper-w .circle-down {
  left: 43%;
  bottom: -22px;
  z-index: 2;
}

.swiper-w .circle-right {
  right: 18px;
  bottom: 40px;
  z-index: 2;
}

.static-text-bg {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -120px;
}

.swiper {
  position: relative;
  border-radius: 20px;
}

.swiper__slide {
  background: #fff;
  position: relative;
  padding-top: 71px;
  padding-bottom: 162px;
  padding-left: calc(50% + 22px);
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}

.swiper__slide::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4c7cb5;
  z-index: 5;
}

.swiper__slide-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.swiper__slide-info .bg {
  position: absolute;
  left: -258px;
  top: -52px;
}

.swiper__slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  padding: 13px 31px;
  border-radius: 28px;
  background: #ff0302;
  color: #fff;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.swiper__slide-btn .circle {
  right: -8px;
  top: -13px;
}

.swiper__slide-pic {
  border-radius: 20px;
}

.swiper__slide-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.swiper__slide-text {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.swiper__slide-text-item:not(:last-child) {
  margin-bottom: 8px;
}

.swiper__slide-tetx-subtitle {
  font-size: 18px;
  text-transform: uppercase;
}

.swiper__slide-text-price {
  font-size: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.swiper__slide-text-price span.crossed {
  text-decoration: line-through;
}

.swiper__text {
  position: absolute;
  z-index: 4;
  top: 82px;
  left: 145px;
}

.swiper__text_mobile {
  display: none;
}

.swiper__text p {
  font-size: 16px;
  max-width: 400px;
}

.swiper__text-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.swiper__text-title span {
  display: block;
}

.swiper__text-btn {
  margin-top: 28px;
  border-radius: 30px;
  padding: 16px 34px;
  position: relative;
}

.swiper__text-btn .circle {
  right: -4px;
  top: -15px;
}

.swiper__button {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(96, 169, 223) 0%, rgb(29, 134, 196) 100%);
  position: absolute;
  top: calc(50% + 10px);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}

.swiper__button:hover {
  background: linear-gradient(180deg, rgb(76, 158, 221) 0%, rgb(29, 134, 196) 100%);
}

.swiper__button-prev {
  left: 18px;
}

.swiper__button-next {
  right: 18px;
}

.swiper__button-next svg {
  transform: rotate(180deg);
}

table.iksweb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  max-width: 570px;
  margin-bottom: 23px;
}

table.iksweb,
table.iksweb td,
table.iksweb th {
  border: 2px solid #4599d3;
}

table.iksweb td,
table.iksweb th {
  height: 35px;
}

table.iksweb th {
  background: #347c99;
  color: #fff;
  font-weight: normal;
}

table.iksweb thead {
  background: #cbe0f1;
  font-weight: bold;
}

table.iksweb thead td {
  padding: 11px 10px 6px 24px;
}

table.iksweb tbody td {
  padding: 14px 10px 5px 24px;
}

.table-w {
  width: 100%;
  overflow: auto;
}

.footer-w {
  background: #202020;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 55px;
}

.footer-w a {
  color: #fff;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 26px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding-left: 84px;
}

.footer__info-item span {
  display: inline-block;
}

.footer__info-item-mail {
  text-decoration: underline;
}

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

.footer__nav-item {
  text-decoration: underline;
}

.footer__social-subtitle {
  margin-bottom: 16px;
}

.footer__social-list {
  display: flex;
  gap: 11px;
}

.header__top-side {
  display: flex;
}

.header__top {
  max-width: 1080px;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  padding-top: 40px;
  font-weight: bold;
  justify-content: space-between;
  padding-bottom: 30px;
}

.header__logo {
  padding-top: 20px;
  position: relative;
}

.header__top-address {
  margin-left: 30px;
  padding-top: 39px;
}

.header__top-address-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 2px;
}

.header__top-address-title span {
  display: block;
}

.header__top-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

.header__top-social .circle-big {
  left: -106px;
  top: -112px;
}

.header__top-social .circle-mini {
  left: -86px;
  top: 48px;
}

.header__top-social-list {
  display: flex;
  gap: 12px;
}

.header__top-social-subtitle {
  font-size: 14px;
  text-align: center;
}

.header__top-social-subtitle span {
  display: block;
}

.header__top-info {
  padding-top: 16px;
  position: relative;
}

.header__top-info .circle-mini {
  left: -3px;
  top: -20px;
}

.header__top-info .circle-big {
  left: -42px;
  top: -11px;
}

.header__top-info-subtitle {
  font-size: 14px;
  margin-bottom: 6px;
}

.header__top-phone {
  display: block;
  font-size: 18px;
}

.header-link {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #005ab4;
  transition: 0.2s;
}

.header-link:hover::before {
  opacity: 1;
}

.header-link::before {
  content: "";
  width: calc(100% - 9px);
  height: 1px;
  bottom: 0px;
  left: 0;
  position: absolute;
  background: #005ab4;
  opacity: 0;
  transition: 0.2s;
}

.header-link:not(:last-child)::after {
  color: #000;
  content: "/";
  text-decoration: none;
}

.header-link:last-child::before {
  width: 100%;
}

.header__nav {
  background: var(--var-blue-gradient);
  padding: 23px 20px;
  border-radius: 40px;
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.header__nav .circle {
  right: 48px;
  bottom: -36px;
}

.header__nav-item {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  line-height: 19px;
  position: relative;
  transition: 0.2s;
}

.header__nav-item:hover {
  color: #fbff86;
  border-bottom: 2px solid #fbff86;
}

.header__nav-item:not(:last-child)::after {
  content: "";
  width: 1.5px;
  height: 46px;
  position: absolute;
  right: -20px;
  top: -12px;
  background: #76add8;
  transform: rotate(10deg);
}

.header__nav-item.active {
  color: #fbff86;
  border-bottom: 2px solid #fbff86;
}

.nav-icon {
  width: 20px;
  height: 15px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--var-header-text);
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #005ab4;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 7px;
}

.nav-icon span:nth-child(3) {
  top: 14px;
}

.nav-icon.open span {
  left: 7px;
}

.nav-icon.open span:nth-child(1) {
  top: 5px;
  transform: rotate(135deg);
  max-width: 30px;
  left: 0px;
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 5px;
  transform: rotate(-135deg);
  max-width: 30px;
  left: 0px;
}

.header__menu {
  display: none;
}

.header-m {
  background: #e7e5e5;
  max-width: 290px;
  width: 63%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  left: -100%;
  transition: 0.4s;
  padding: 37px 15px 0px;
  height: 100vh;
  overflow: auto;
}

.header-m.active {
  left: 0;
}

.header-m__nav-item {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.header-m__nav-item.active {
  color: #fbff86;
}

.header-m__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-m .header__top-social {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.header-m .header__top-social-subtitle {
  margin-bottom: 10px;
  font-size: 15px;
}

.header-m__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 100px;
}

.header-m__close {
  position: absolute;
  right: 10px;
  top: 19px;
}

@media (max-width: 1199px) {
  .filling__nav {
    padding-left: 0px;
    flex: 0 0 500px;
  }

  .swiper__slide-info {
    width: 100%;
  }

  .swiper__text {
    left: 80px;
  }
}

@media (max-width: 1029px) {
  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .filling__content-employees {
    gap: 20px;
  }

  .filling__content-employees-item {
    flex: 0 0 calc(50% - 10px);
  }

  table.iksweb thead td {
    padding: 11px 5px 6px 5px;
  }

  table.iksweb tbody td {
    padding: 11px 5px 6px 5px;
  }

  .header__top {
    flex-wrap: wrap;
  }

  .header__top-social {
    display: none;
  }

  .header__top-social-subtitle {
    text-align: start;
  }

  .header__nav-item {
    font-size: 16px;
  }

  .header__nav-item:not(:last-child)::after {
    height: 38px;
    top: -8px;
  }
}

@media (max-width: 899px) {
  .filling {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .filling__nav {
    flex: 0 0 100%;
  }

  .filling__content {
    padding-top: 50px;
  }

  .filling__content-block-lead {
    max-width: none;
  }

  .filling__promo {
    margin-top: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
  }

  .filling__content-employees {
    max-width: none;
  }

  .filling__content-employees-item {
    flex: 0 0 calc(33.333% - 13.6px);
  }

  .swiper-w {
    margin-top: 0px;
  }

  .static-text-bg {
    position: absolute;
    z-index: 3;
    left: 50%;
    width: 64%;
    top: 51px;
    transform: translate(-50%, 0px);
  }

  .static-text-bg img {
    width: 100%;
  }

  .swiper__slide {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 275px;
  }

  .swiper__slide-info {
    flex-direction: row;
    gap: 20px;
  }

  .swiper__slide-info .bg {
    left: 45%;
    transform: translate(-50%, 0);
  }

  .swiper__slide-text {
    display: flex;
    gap: 20px;
  }

  .swiper__text {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    top: 84px;
  }

  .swiper__text p {
    margin: 0 auto;
  }

  .swiper__text-btn {
    margin: 28px auto 0;
  }

  table.iksweb {
    max-width: none;
  }

  .header__top-side {
    align-items: center;
  }

  .header__top {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }

  .header__logo {
    padding-top: 0px;
  }

  .header__top-address {
    padding-top: 0px;
  }

  .header__top-info {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__menu {
    display: block;
  }
}

@media (max-width: 829px) {
  .footer-w {
    padding-bottom: 20px;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer__nav {
    text-align: center;
    gap: 5px;
  }

  .footer__social-list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .circle {
    display: none;
  }

  .filling__content-employees-item {
    flex: 0 0 calc(50% - 10px);
  }

  .static-text-bg {
    display: none;
  }

  .swiper__slide {
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .swiper__slide-info {
    flex-direction: column;
  }

  .swiper__slide-text {
    flex-direction: column;
    gap: 10px;
  }

  .swiper__text {
    display: none;
    position: static;
    transform: translate(0, 0);
    padding-top: 20px;
  }

  .swiper__text_mobile {
    display: block;
  }
}

@media (max-width: 539px) {
  .filling__nav {
    padding-top: 5px;
  }

  .filling__nav-title {
    font-size: 19px;
  }

  .filling__nav-item {
    font-size: 14px;
    padding: 10px 15px;
  }

  .filling__nav-item:not(:last-child)::after {
    width: 200px;
  }

  .filling__content {
    padding-top: 20px;
  }

  .filling__content-block h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .filling__content-block h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .filling__content-block h3,
  .filling__content-block h4,
  .filling__content-block h5,
  .filling__content-block h6 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .filling__promo {
    margin-bottom: 20px;
  }

  .filling__promo-circle {
    width: 100px;
    height: 100px;
    gap: 3px;
  }

  .filling__promo-circle span {
    font-size: 50px;
    line-height: 50px;
  }

  .filling__promo-circle p {
    font-size: 13px;
  }

  .filling__content-employees-item {
    flex: 0 0 100%;
  }

  .popup__title {
    font-size: 16px;
    line-height: 19px;
  }

  .popup__subtitle {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .popup__content {
    padding: 20px 20px 38px;
  }

  .popup-close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }

  .popup__btn {
    font-size: 13px;
    margin-bottom: 8px;
    padding: 8px 10px;
  }

  .swiper-w {
    padding: 0px;
  }

  .swiper__slide-btn {
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .swiper__slide-text-item:not(:last-child) {
    margin-bottom: 0px;
  }

  .swiper__slide-tetx-subtitle {
    font-size: 16px;
  }

  .swiper__slide-text-price {
    font-size: 18px;
  }

  .swiper__text-title {
    font-size: 20px;
  }

  .swiper__text-btn {
    font-size: 14px;
    padding: 10px 16px;
  }

  .swiper__button {
    width: 40px;
    height: 40px;
  }

  .swiper__button svg {
    width: 10px;
  }

  .swiper__button svg image {
    width: 10px;
  }

  .swiper__button-prev {
    left: -15px;
  }

  .swiper__button-next {
    right: -15px;
  }

  .header__logo {
    width: 60px;
  }

  .header__logo img {
    width: 100%;
  }

  .header__logo .circle {
    display: none;
  }

  .header__top-address {
    display: none;
  }
}

.final__btn-send.sending::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, hsla(0deg, 0%, 100%, 0.08) 25%, transparent 0, transparent 50%, hsla(0deg, 0%, 100%, 0.08) 0, hsla(0deg, 0%, 100%, 0.08) 75%, transparent 0, transparent);
  z-index: 1;
  background-size: 20px 20px;
  -webkit-animation: move 1.5s linear infinite;
  animation: move 1.5s linear infinite;
  border-radius: 20px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }

  to {
    background-position: 20px 20px;
  }
}

.final__field.error input {
  border: solid 1.2px red;
}

.max {
  width: 100%;
}