* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 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 {
  font-size: 20px;
  line-height: 130%;
  font-family: "Akrobat";
  font-weight: 400;
  color: #051d5e;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

label {
  cursor: pointer;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

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

textarea {
  resize: none;
}

a {
  color: #051d5e;
}

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

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

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}

@font-face {
  font-family: "Akrobat";
  src: url("fonts/Akrobat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("fonts/Akrobat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("fonts/Akrobat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.container {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 30px;
}
.container .container {
  padding: 0;
}

.swiper-pagination-bullets-dynamic {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 362px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #051d5e;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 24px 45px;
  background: #d31d1d;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-size: 25px;
  font-family: "Akrobat";
}
.btn path {
  fill: #fff;
}
.btn:hover {
  color: #fff;
  background: #a70707;
}
.btn.white {
  background: #fff;
  border: 1px solid rgba(5, 29, 94, 0.3);
  color: #051d5e;
}
.btn.white:hover {
  background: #051d5e;
  border-color: #051d5e;
  color: #fff;
}
.btn.gray {
  background: #e6e6e6;
  color: #051d5e;
}
.btn.blue {
  background: #051d5e;
  border-color: #051d5e;
  color: #fff;
}
.btn.blue:hover {
  background: #2d4b9b;
  border-color: #2d4b9b;
}
.btn.lightblue {
  background: #239cd7;
  color: #fff;
  min-width: 247px;
}
.btn.lightblue:hover {
  background: #4779ff;
}

.header {
  position: sticky;
  z-index: 100;
  top: -80px;
  background: #fff;
  padding: 20px 0 0 0;
  -webkit-box-shadow: 0px 4px 9px -2px rgba(5, 29, 94, 0.1);
  box-shadow: 0px 4px 9px -2px rgba(5, 29, 94, 0.1);
}
.header a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header a:hover {
  color: #2d4b9b;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__logo {
  width: 220px;
}
.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.header__location.mobile {
  display: none;
}
.header__location-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header__location-box {
  position: relative;
}
.header__location-body {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 7px 0;
  display: none;
}
.header__location-body a {
  display: block;
}
.header__location-body a:not(:last-child) {
  margin: 0 0 6px 0;
}
.header .btn {
  min-width: unset;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}
.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.header__group:not(:last-child) {
  margin: 0 auto;
}
.header__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__group-item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__social {
  gap: 12px;
}
.header__social a:not(.no-hover):hover path {
  fill: #2d4b9b;
}
.header__social path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
  padding: 22px 0;
}
.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__menu-link.mobile {
  display: none;
}
.header__menu-item {
  position: relative;
}
.header__menu-item svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__menu-item:hover svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header__menu-item:hover .header__submenu {
  opacity: 1;
  visibility: visible;
}
.header__search {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0 0 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__search.active {
  opacity: 1;
  visibility: visible;
}
.header__search .container {
  padding: 0 30px;
}
.header__search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.header__search .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.header__search .form__input {
  padding: 0 150px 0 28px;
  height: 54px;
}
.header__submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 345px;
  padding: 22px 0 0 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__submenu.radius {
  overflow: visible;
}
.header__submenu-box {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0 0 0 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__submenu ul {
  padding: 22px 30px 22px 30px;
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(5, 29, 94, 0.3);
}
.header__submenu ul li {
  position: relative;
}
.header__submenu ul li:hover .header__submenu-box {
  opacity: 1;
  visibility: visible;
}
.header__submenu ul li:not(:last-child) {
  margin: 0 0 12px 0;
}
.header__submenu ul ul {
  background: #fff;
  border-radius: 0;
  width: 200px;
}
.header__submenu svg {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  pointer-events: none;
}
.header__submenu a, .header__submenu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__submenu a svg, .header__submenu span svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__burger, .header__mobile, .header__close {
  display: none;
}
.footer {
  padding: 40px 0;
  background: #e6e6e6;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}
.footer__inner:not(:last-child) {
  margin: 0 0 22px 0;
}
.footer a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer a:hover {
  color: #2d4b9b;
}
.footer p:not(:last-child), .footer li:not(:last-child) {
  margin: 0 0 15px 0;
}
.footer ul li:first-child {
  margin: 0 0 20px 0;
}
.footer b {
  font-family: "Rubik";
}
.footer__left {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__logo {
  display: block;
  margin: 0 0 40px 0;
}
.footer__textbox:not(:last-child) {
  margin: 0 0 40px 0;
}
.footer__group {
  max-width: 838px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 89px;
}
.footer .social {
  margin: 20px 0 0 0;
}
.footer__right p:first-child {
  margin: 0 0 20px 0;
}
.footer__btn {
  display: none;
}
.footer__eye {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.footer__eye svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rubik";
  font-weight: 600;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  display: block;
}

h2,
.h2 {
  font-size: 46px;
  line-height: 71px;
}

h3,
.h3,
.section-heading {
  font-size: 40px;
  line-height: 60px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.h5 {
  font-size: 30px;
  line-height: 37px;
}

h6,
.h6 {
  font-size: 24px;
  line-height: normal;
}

.text {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.text-1 {
  font-size: 28px;
  line-height: 36px;
}

.text-3 {
  font-size: 24px;
  line-height: 30px;
}

.text-4 {
  font-size: 20px;
  line-height: 140%;
}

.text-small {
  font-size: 18px;
  line-height: 130%;
}

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

.text-transform {
  text-transform: uppercase;
}

.text-left {
  text-align: left !important;
}

picture img {
  margin: 0 !important;
}

blockquote {
  padding: 36px 66px 36px 119px;
  border-radius: 20px;
  position: relative;
  background: #051d5e;
  color: #fff;
  margin: 50px 0;
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
}
blockquote::after {
  content: "";
  width: 10px;
  height: calc(100% - 40px);
  background: #fff;
  position: absolute;
  left: 54px;
  top: 20px;
}
blockquote::before {
  content: "";
  width: 40px;
  height: 44px;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 38px;
  background: #051d5e url(../img/svg/p-quote.svg) no-repeat;
  background-position: center;
}

main ul:not([class]) li {
  position: relative;
  padding: 0 0 0 20px;
}
main ul:not([class]) li:not(:last-child) {
  margin: 0 0 10px 0;
}
main ul:not([class]) li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d31d1d;
  position: absolute;
  top: 9px;
  left: 0;
}

.section-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.section-heading p {
  text-transform: none;
}

.radius {
  border-radius: 10px;
  overflow: hidden;
}

.rub {
  font-weight: 500;
}

b {
  font-weight: 600;
}

.text-center {
  text-align: center;
}
.text-center.offset {
  margin: 0 0 50px 0;
}
.text-center .section-heading {
  margin: 0 0 30px 0;
}

.btn-text {
  font-family: "Akrobat";
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.headline-text {
  font-family: "Rubik";
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 65px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.swiper-button-prev.hover-border:hover,
.swiper-button-next.hover-border:hover {
  border-color: rgba(5, 29, 94, 0.3);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-pagination {
  font-size: 10px;
  line-height: normal;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid rgba(5, 29, 94, 0.3);
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #051d5e;
  border-color: #051d5e;
}

.centered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.grid__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid__inner.grid-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.grid__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid__item.has-hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.grid__item.has-hover:hover {
  background: #eaf0ff;
}
.grid__item.border {
  padding: 25px;
}
.grid__item.border.small-padding {
  padding: 15px;
}
.grid__item.left-align {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding: 20px 10px 20px 20px;
}
.grid__item-icon {
  margin: 0 0 20px 0;
}
.grid__item-text.grow {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid__item-text.grow .grid__item-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid__item-name {
  margin: 0 0 15px 0;
}

.low-vision {
  margin: 0 0 0 10px;
}

.main-screen {
  position: relative;
  color: #fff;
  margin: 0 0 100px 0;
  background: #051d5e;
}
.main-screen h4, .main-screen .h4 {
  margin: 0 0 20px 0;
  font-family: "Akrobat";
  font-weight: 700;
}
.main-screen ul:not([class]) li::before {
  top: 15px;
}
.main-screen__subheading {
  margin: 0 0 12px 0;
  font-weight: 500;
}
.main-screen__subheading.large {
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.main-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-screen__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-screen.inner-page .main-screen__heading {
  max-width: unset;
}
.main-screen.no-preview .main-screen__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-screen.no-preview .main-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-screen.no-preview .main-screen__content {
  position: relative;
  z-index: 2;
}
.main-screen.cut-container .main-screen__heading {
  max-width: 884px;
}
.main-screen.crop {
  min-height: 615px;
}
.main-screen.crop .main-screen__content {
  position: relative;
}
.main-screen.crop .main-screen__img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-screen.crop .main-screen__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.main-screen .btn {
  margin: 38px 0 0 0;
}
.main-screen__textbox {
  max-width: 852px;
  margin: 0 0 40px 0;
}
.main-screen__textbox + .btn {
  margin: 0;
}
.main-screen__textbox.large {
  max-width: 1110px;
}
.main-screen__textbox.largest {
  max-width: 1350px;
}
.main-screen__descr {
  max-width: 524px;
}
.main-screen__title {
  display: block;
  font-weight: 700;
  position: relative;
}
.main-screen__title::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 70px;
  height: 4px;
  background: url(../img/main-decor.png) no-repeat;
  background-size: 100% 100%;
}
.main-screen p:not(:last-child) {
  margin: 0 0 15px 0 !important;
}
.main-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-screen__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.main-screen__content.static {
  position: relative;
  width: auto;
  height: auto;
}
.main-screen__content.small-offset {
  padding: 50px 0;
}
.main-screen__content.small-offset .main-screen__group {
  margin: 30px 0 0 0;
}
.main-screen__heading {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 63px;
  margin: 0 0 15px 0;
  letter-spacing: -0.02em;
}
.main-screen__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 38px 0 40px 0;
  max-width: 837px;
}
.main-screen__text {
  position: relative;
}
.main-screen__text.no-pseudo {
  opacity: 0.8;
}
.main-screen__text.no-pseudo::before {
  content: none;
}
.main-screen__text::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 70px;
  height: 4px;
  background: url(../img/main-decor.png) no-repeat;
  background-size: 100% 100%;
}
.main-screen__item {
  padding: 48px 30px 43px 30px;
  background: rgba(117, 140, 184, 0.5);
}
.main-screen__item.small {
  padding: 28px 20px 25px 20px;
}
.main-screen__person {
  width: 333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.main-screen__decor {
  width: 356px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main-screen__decor img {
  width: 100%;
  height: 100%;
}
.main-screen__quote {
  position: relative;
  padding: 40px 0 0 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 53px;
}
.main-screen__quote-author {
  margin: 25px 0 0 0;
}
.main-screen__quote-author .h6 {
  margin: 0 0 5px 0;
}
.main-screen__quote-author .text-4 {
  opacity: 0.5;
}
.main-screen__quote .main-screen__heading {
  margin: 0 0 15px 0 !important;
}
.main-screen__quote h4, .main-screen__quote .h4, .main-screen__quote h6, .main-screen__quote .h6 {
  font-family: "Rubik";
}
.main-screen__quote .h6 {
  margin: 0 0 5px 0;
}
.main-screen__quote-main {
  margin: 0 0 25px 0 !important;
}
.main-screen__quote-main p:not(:last-child) {
  margin: 0 0 30px 0;
}
.main-screen__quote-inner {
  padding: 0 0 50px 0;
  position: relative;
}
.main-screen__quote-inner::before {
  content: "";
  width: 10px;
  height: calc(100% - 117px);
  background: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 40px;
  left: -62px;
}
.main-screen__quote::before {
  content: "";
  width: 10px;
  height: 50px;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.main-screen__quote::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  top: 70px;
  left: -15px;
  background: url(../img/svg/main-quote.svg) no-repeat;
  background-size: 100% 100%;
}
.main-screen.quote .main-screen__content {
  padding-bottom: 0;
}
.main-screen.quote .main-screen__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-screen.quote .main-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.section {
  margin: 80px 0;
}

.description-block {
  margin: 50px 0 0 0;
}

.numbers__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.numbers__inner.grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.numbers__inner.grid-2 .numbers__item::before {
  content: none;
}
.numbers__item {
  padding: 41px 30px;
  position: relative;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 0 10px 10px 10px;
}
.numbers__item::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff url(../img/svg/corner.svg) no-repeat;
  background-size: 28px 28px;
}
.numbers__item-head {
  margin: 0 0 5px 0 !important;
  color: #d31d1d;
}
.numbers__head {
  margin: 0 0 5px 0;
}

.format__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.format__list {
  padding: 0;
}
.format__list b {
  color: #d31d1d;
}
.format__list-item {
  position: relative;
  padding: 0 0 0 26px;
}
.format__list-item:not(:last-child) {
  margin: 0 0 15px 0;
}
.format__list-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/svg/format-marker.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.format__item {
  padding: 30px 20px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.format__item p:not(:last-child) {
  margin: 0 0 20px 0;
}
.format__item b {
  font-family: "Rubik";
}
.format__item-inner {
  max-width: calc(100% - 67px);
}
.format__item:hover {
  -webkit-box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 12px 0 rgba(0, 0, 0, 0.09), 23px 14px 16px 0 rgba(0, 0, 0, 0.05), 41px 24px 19px 0 rgba(0, 0, 0, 0.01), 65px 38px 21px 0 rgba(0, 0, 0, 0);
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 12px 0 rgba(0, 0, 0, 0.09), 23px 14px 16px 0 rgba(0, 0, 0, 0.05), 41px 24px 19px 0 rgba(0, 0, 0, 0.01), 65px 38px 21px 0 rgba(0, 0, 0, 0);
}
.format__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.format__item::before {
  content: "";
  width: 84px;
  height: 187px;
  background: url(../img/svg/format-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.format__item.span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.format__item-head {
  margin: 0 0 25px 0;
}
.format__item-heading {
  margin: 0 0 5px 0 !important;
}
.format__item-subhead {
  opacity: 0.7;
}

.conditions__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.conditions__item {
  padding: 30px;
  background: #e6e6e6;
  min-height: 144px;
  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;
}
.conditions__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.conditions__item.span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.conditions__item-name {
  margin: 0 0 15px 0 !important;
}
.conditions__item-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 152px;
}
.conditions__item.big {
  padding: 40px 30px;
  position: relative;
  display: block;
}
.conditions__item.big .conditions__item-text {
  padding: 0;
}
.conditions__item.big .conditions__item-text::before {
  content: none;
}
.conditions__item:not(:last-child) {
  margin: 0 0 30px 0;
}
.conditions__item-heading {
  margin: 0 0 20px 0;
}
.conditions__item-text {
  padding: 0 0 0 30px;
  position: relative;
}
.conditions__item-text:not(:last-child) {
  margin: 0 0 40px 0;
}
.conditions__item-text::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 50%, 100% 100%, 0 95%, 0% 50%);
  clip-path: polygon(0 0, 100% 5%, 100% 50%, 100% 100%, 0 95%, 0% 50%);
  background: #d31d1d;
  min-height: 84px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.play-btn path, .play-btn circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.play-btn:hover circle {
  fill-opacity: 1;
  fill: #6f7b9c;
}
.play-btn:hover path {
  fill: #fff;
}

.video__inner {
  position: relative;
  display: block;
}
.video__inner.modern .video__logo {
  position: absolute;
  top: 50px;
  left: 40px;
}
.video__inner.modern .play-btn {
  width: 100px;
  height: 100px;
}
.video__inner.modern .play-btn svg {
  width: 100%;
  height: 100%;
}
.video__mobile {
  display: none;
}
.video__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 620px;
  padding: 50px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.video__text.large {
  max-width: 770px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.video__heading {
  font-size: 140px;
  line-height: 112px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.video__author, .video__descr {
  letter-spacing: 0.02em;
}
.video__author span, .video__descr span {
  display: block;
}
.video__author {
  padding: 20px 20px 20px 50px;
  position: relative;
  font-size: 55px;
  line-height: 130%;
  background: #d31d1d;
  margin: 0 0 5px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  width: calc(100% + 50px);
  position: relative;
  left: -50px;
}
.video__author.blue {
  background: #051d5e;
}
.video__descr {
  margin: 0 0 20px 0;
  font-size: 50px;
  line-height: 100%;
}
.video__logo {
  margin-top: auto;
}

.end-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-main .main-screen {
  margin: 0;
}
.page-main .top-page {
  padding: 40px 0;
}
.page-main + .section {
  margin-top: 30px;
}

.process {
  position: relative;
  z-index: 1;
  min-height: 1045px;
  padding: 30px 0;
  counter-reset: section;
}
.process.small {
  min-height: 734px;
}
.process.zero-counter {
  counter-reset: section -1;
  background: #e6e6e6;
}
.process.zero-counter .process__content {
  max-width: unset;
}
.process.auto-height {
  min-height: unset;
}
.process__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.process__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.process__content {
  max-width: 744px;
  width: 100%;
  padding: 11px 0 37px 30px;
  border-left: 1px solid #051d5e;
}
.process__item {
  position: relative;
}
.process__item p:not(:last-child) {
  margin: 0 0 12px 0;
}
.process__item ul:not([class]) li::before {
  top: 11px;
}
.process__item::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #d31d1d;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -41px;
}
.process__item::before {
  counter-increment: section;
  content: "0" counter(section);
  font-size: 20px;
  line-height: normal;
  color: #051d5e;
  opacity: 0.5;
  position: absolute;
  top: 7px;
  left: -96px;
  font-weight: 600;
  font-family: "Rubik";
}
.process__item:not(:last-child) {
  margin: 0 0 45px 0;
}
.process__item-heading {
  margin: 0 0 15px 0;
}
.process__bottom.end-box {
  margin: 30px 0 0 0;
  padding-left: 0 !important;
}
.process__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 45px 0;
}
.process__head * {
  margin: 0 !important;
}

.noUi-connect {
  background: #e6e6e6;
}

.noUi-connects {
  border-radius: 10px;
  height: 8px;
  background: #051d5e;
}

.noUi-handle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #051d5e;
  top: -9px;
  left: 60px;
  z-index: 2;
  cursor: -webkit-grab;
  cursor: grab;
}
.noUi-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.noUi-base,
.noUi-connects {
  z-index: unset;
}

.border {
  border: 1px solid rgba(5, 29, 94, 0.3);
}

.input-error {
  color: rgb(190, 12, 12);
}
.input-error a {
  color: rgb(190, 12, 12);
}
.input-error .form__input {
  border-color: rgb(190, 12, 12);
}
.input-error .form__input::-webkit-input-placeholder {
  color: rgb(190, 12, 12);
}
.input-error .form__input::-moz-placeholder {
  color: rgb(190, 12, 12);
}
.input-error .form__input:-ms-input-placeholder {
  color: rgb(190, 12, 12);
}
.input-error .form__input::-ms-input-placeholder {
  color: rgb(190, 12, 12);
}
.input-error .form__input::placeholder {
  color: rgb(190, 12, 12);
}
.input-error .form__checkbox-text::before {
  border-color: rgb(190, 12, 12);
}

@-moz-document url-prefix() {
  .form__cities {
    scrollbar-width: thin;
    scrollbar-color: #d31d1d #eaf0ff;
  }
}
.city-box {
  padding: 25px 30px;
  background: #fff;
}

.form__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
.form__cities {
  max-height: 412px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.form__cities::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-appearance: none;
}
.form__cities::-webkit-scrollbar-track {
  background: #eaf0ff;
}
.form__cities::-webkit-scrollbar-thumb {
  background-color: #d31d1d;
  border-radius: 24px;
  background-clip: padding-box;
}
.form__cities-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.form__cities-item:not(:last-child) {
  margin: 0 0 8px 0;
}
.form__cities-link {
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form__cities-link:hover {
  color: #d31d1d;
}
.form__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__file label {
  gap: 15px;
}
.form__file:not(label) {
  margin: 0 0 25px 0;
  gap: 5px;
}
.form__file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.form__file-info {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__file-info:hover .form__file-popup {
  opacity: 1;
  visibility: visible;
}
.form__file-popup {
  padding: 0 0 0 20px;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  line-height: normal;
}
.form__file-popup::before {
  content: "";
  width: 14px;
  height: 14px;
  background: black;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.form__file-popup-inner {
  background: black;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  display: block;
}
.form__file input {
  display: none;
}
.form__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.form__message {
  margin: 0 !important;
}
.form__input {
  display: block;
  width: 100%;
  padding: 28px;
  height: 80px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 10px;
  color: rgba(5, 29, 94, 0.7);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form__input.active {
  border-radius: 10px 10px 0 0;
}
.form__input::-webkit-input-placeholder {
  color: rgba(5, 29, 94, 0.7);
}
.form__input::-moz-placeholder {
  color: rgba(5, 29, 94, 0.7);
}
.form__input:-ms-input-placeholder {
  color: rgba(5, 29, 94, 0.7);
}
.form__input::-ms-input-placeholder {
  color: rgba(5, 29, 94, 0.7);
}
.form__input::placeholder {
  color: rgba(5, 29, 94, 0.7);
}
.form p {
  margin: 0 0 12px 0;
}
.form a {
  text-decoration: underline;
}
.form a:hover {
  text-decoration: none;
}
.form__checkbox input {
  display: none;
}
.form__checkbox input:checked + .form__checkbox-text::after {
  opacity: 1;
  visibility: visible;
}
.form__checkbox-text {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
}
.form__checkbox-text::before, .form__checkbox-text::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}
.form__checkbox-text::before {
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 5px;
}
.form__checkbox-text::after {
  background: url(../img/svg/checkbox.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.calc__wrapper {
  padding: 30px;
  background: #e6e6e6;
}
.calc__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.calc__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.calc__col:first-child .calc__item:first-child {
  border-radius: 10px 10px 0 0;
}
.calc__col:first-child .calc__item:last-child {
  border-radius: 0 0 10px 10px;
}
.calc__sliders {
  position: relative;
  padding: 0 12px 0 0;
}
.calc__sliders-values {
  margin: 6px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 16px;
  line-height: normal;
}
.calc__sliders-values span:nth-child(2) {
  text-align: center;
}
.calc__sliders-values span:last-child {
  text-align: right;
}
.calc__sliders::after {
  content: "";
  height: 8px;
  width: 12px;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  right: 4px;
  border-radius: 0 10px 10px 0;
  pointer-events: none;
}
.calc__item {
  background: #fff;
  padding: 27px;
}
.calc__item.radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calc__item.radius .btn {
  margin-top: auto;
}
.calc__item .h4, .calc__item h4 {
  margin: 0 0 40px 0;
}
.calc__item-name {
  margin: 0 0 15px 0;
}
.calc__item label {
  cursor: pointer;
  display: block;
}
.calc__item-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: normal;
}
.calc__item-group input {
  display: none;
}
.calc__item-group input:checked + .calc__item-btn {
  background: #051d5e;
  color: #fff;
  border-color: #051d5e;
}
.calc__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 29px 0;
}
.calc__item-total, .calc__item-input {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #051d5e;
  text-align: right;
  font-family: "Rubik";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calc__item-total span:last-child {
  position: relative;
  top: 1px;
}
.calc__item-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 20px 0 0 0;
}
.calc__item-symbol {
  display: none;
}
.calc__item-symbol.active {
  display: inline;
}
.calc__item-input {
  position: relative;
  top: 1px;
  width: 108px;
}
.calc__item-input.small {
  width: 80px;
}
.calc__item-btn {
  padding: 8px;
  display: block;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.tooltip {
  background: #d31d1d;
  position: absolute;
  z-index: 20;
  border-radius: 15px 15px 15px 0;
  padding: 10px;
  pointer-events: none;
  line-height: normal;
  max-width: 250px;
  display: none;
  color: #fff;
}
.tooltip b {
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
  font-family: "Rubik";
}
.tooltip p {
  font-size: 16px;
}
.tooltip__link {
  display: none;
  margin: 5px 0 0 0;
  text-decoration: underline;
}

.geo__box {
  position: relative;
}
.geo__head {
  text-align: center;
}
.geo__head .section-heading {
  margin: 0 0 15px 0;
}
.geo svg {
  max-width: 100%;
  max-height: 100%;
}
.geo g g {
  position: relative;
}
.geo g:hover g path {
  fill: #d31d1d;
}
.geo g:hover path {
  fill: #e6e6e6;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.25);
}
.geo path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.partners {
  margin: 0 0 40px 0;
}
.partners__item img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.partners__item:hover img {
  -webkit-filter: none;
  filter: none;
}
.partners__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  gap: 35px;
}

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 2px;
}
.arrow-icon svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.chat__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 15px 0;
  gap: 30px;
}
.chat__inner h4, .chat__inner .h4 {
  max-width: calc(100% - 460px);
  margin: 0 auto;
}
.chat__inner::before, .chat__inner::after {
  content: "";
  width: 215px;
  height: 100%;
  background: url(../img/svg/chat-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
.chat__inner::before {
  left: 0;
}
.chat__inner::after {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cards-slider {
  padding: 1px;
}
.cards-slider__item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  background: #fff;
}
.cards-slider__item.no-offset {
  padding: 0 !important;
}
.cards-slider__item ul:not([class]) li {
  padding: 0;
}
.cards-slider__item ul:not([class]) li:not(:last-child) {
  margin: 0 0 5px 0;
}
.cards-slider__item ul:not([class]) li::before {
  content: none;
}
.cards-slider__item b {
  font-weight: 600;
  margin: 10px 0 0 0;
  display: block;
  font-family: "Rubik";
  line-height: normal;
}
.cards-slider__author h4, .cards-slider__author .h4 {
  margin: 0 !important;
}
.cards-slider__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px 0;
}
.cards-slider__head.small-offset {
  margin: 0 0 15px 0;
}
.cards-slider__head p:not(:last-child) {
  margin: 0 0 5px 0;
}
.cards-slider__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cards-slider__rating img {
  width: 24px;
  height: 24px;
}
.cards-slider__date {
  opacity: 0.7;
}
.cards-slider__body {
  margin: 0 0 40px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cards-slider__body p:not(:last-child), .cards-slider__body li:not(:last-child) {
  margin: 0 0 5px 0;
}
.cards-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cards-slider__footer.arrow-link {
  color: #051d5e;
}
.cards-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 0 0;
}
.cards-slider__controls .swiper-button-prev, .cards-slider__controls .swiper-button-next, .cards-slider__controls .swiper-pagination {
  position: static;
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cards-slider__controls .swiper-pagination {
  width: auto;
}
.cards-slider__img {
  position: relative;
  padding-top: 100%;
}
.cards-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partner-icon {
  position: fixed;
  z-index: 60;
  bottom: 60px;
  right: 100px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #051d5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.partner-icon.active {
  opacity: 1;
  visibility: visible;
}
.partner-icon.active::before {
  -webkit-animation: pulse 2s ease-out infinite;
  animation: pulse 2s ease-out infinite;
}
.partner-icon.active::after {
  -webkit-animation: pulse 2s ease-out 1s infinite;
  animation: pulse 2s ease-out 1s infinite;
}
.partner-icon::before, .partner-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background: #051d5e;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.partner-icon__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}
.partner-icon__decor img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.business__inner {
  padding: 30px;
  background: #e6e6e6;
}

.clients__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.clients__item {
  position: relative;
}
.clients__head {
  margin: 0 0 40px 0;
  text-align: center;
}
.clients__head .section-heading:not(:last-child) {
  margin: 0 0 15px 0;
}

.clients-slider__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clients-slider__content {
  padding: 20px 35px 20px 15px;
  background: #051d5e;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  width: calc(100% - 14px);
  position: absolute;
  left: 0;
  bottom: 56px;
  color: #fff;
}
.clients-slider__content b, .clients-slider__content span {
  display: block;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__item circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.social__item:hover circle {
  fill: #2d4b9b;
}

.free-consult__name:not(:last-child) {
  margin: 0 0 15px 0;
}
.free-consult .btn {
  margin: 15px 0 0 0;
}
.free-consult .form__layout {
  margin: 0 0 20px 0;
}
.free-consult__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px;
  background: #eaf0ff;
  position: relative;
}
.free-consult__inner .form__checkbox {
  position: absolute;
  width: calc(50% - 70px);
  left: 40px;
  bottom: 80px;
}

.process.height-auto {
  min-height: unset;
}

.main-screen__content.valign-middle .container {
  height: 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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form .cards-slider__item {
  text-decoration: none;
}

.cards-slider__item:hover .arrow-icon::before {
  max-width: 15px;
}

.cards-slider__footer {
  text-decoration: underline;
}

.cards-slider__item:hover .cards-slider__footer {
  text-decoration: none;
}

.feedback.light .feedback__inner {
  background: #eaf0ff;
}
.feedback__inner {
  padding: 30px;
  background: #e6e6e6;
}
.feedback__content {
  padding: 40px 30px;
  background: #fff;
}
.feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 40px 0 0 0;
}
.feedback .form__layout {
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.feedback .text-5 {
  font-size: 16px;
  line-height: normal;
}
.feedback__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.feedback__layout-text {
  width: 608px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feedback__layout-text ol:not([class]) {
  padding: 0 0 0 25px;
}
.feedback__layout-text ol:not([class]):last-child {
  margin-bottom: 0;
}
.feedback__layout-text ol:not([class]) li::marker {
  font-size: 20px;
  line-height: 24px;
  color: #d31d1d;
  font-family: "Rubik";
  font-weight: 600;
}
.feedback__layout-fields {
  max-width: 654px;
  width: 100%;
}
.feedback__layout-fields .feedback__agree {
  text-align: left;
}
.feedback__layout-fields .btn {
  margin: 40px 0 0 0;
}
.feedback .form__checkbox-text::before,
.feedback .form__checkbox-text::after {
  top: 0;
}
.feedback__agree {
  margin: 20px auto 0 auto;
  text-align: center;
}
.feedback__bottom {
  margin: 59px 0 0 0;
}
.feedback .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 0 0;
}

.team .cards-slider__controls {
  display: none;
}
.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.team .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 30px;
}
.team .smart-layout .swiper-wrapper {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
.team .smart-layout .team__item {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.team .smart-layout .team__item.boss {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.team .smart-layout .team__item.boss .team__item-img {
  padding-top: 99%;
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.team__item-img {
  position: relative;
  padding-top: 100%;
}
.team__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.team__item-body {
  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;
}
.team__item.boss {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.team__item.boss .team__item-img {
  padding-top: 111.95%;
}
.team__item-img {
  margin: 0 0 10px 0;
}
.team__item-name {
  margin: 0 0 5px 0 !important;
}
.team__item-position {
  opacity: 0.5;
}

.myth__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.myth__item {
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.myth__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
}
.myth__item:first-child:hover {
  background: #ddffdb;
  border-color: #ddffdb;
  -webkit-box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
}
.myth__item:first-child:hover ul li::before {
  background: #1ea200;
}
.myth__item:last-child:hover {
  background: #ffd1d1;
  border-color: #ffd1d1;
  -webkit-box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
}
.myth__item:last-child:hover ul li::before {
  background: #ff0000;
}
.myth__item-inner {
  max-width: 614px;
}
.myth__item ul {
  margin: 20px 0 0 0;
}
.myth__item ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.myth__item ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d31d1d;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.myth__item ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.myth.reverce-hover .myth__item:first-child:hover {
  background: #ffd1d1;
  border-color: #ffd1d1;
  -webkit-box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
}
.myth.reverce-hover .myth__item:first-child:hover ul li::before {
  background: #ff0000;
}
.myth.reverce-hover .myth__item:last-child:hover {
  background: #ddffdb;
  border-color: #ddffdb;
  -webkit-box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 1px 9px 0 rgba(0, 0, 0, 0.1), 16px 6px 17px 0 rgba(0, 0, 0, 0.09), 36px 13px 23px 0 rgba(0, 0, 0, 0.05), 63px 22px 27px 0 rgba(0, 0, 0, 0.01), 99px 35px 29px 0 rgba(0, 0, 0, 0);
}
.myth.reverce-hover .myth__item:last-child:hover ul li::before {
  background: #1ea200;
}
.myth.no-hover .myth__item:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border-color: rgba(5, 29, 94, 0.3) !important;
}
.myth.no-hover .myth__item:hover ul li::before {
  background: #d31d1d !important;
}
.myth__box {
  margin: 37px 0 0 0;
  border-radius: 10px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background: #cfe2f3;
}
.myth__box-icon {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.myth__box p:not(:last-child) {
  margin: 0 0 10px 0;
}

.licenses-slider__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}
.licenses-slider__item.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.licenses-slider__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 30px 0;
}

.trust__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.trust__item {
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  min-height: 160px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.trust__item:hover {
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1), 10px 8px 13px 0 rgba(0, 0, 0, 0.09), 22px 17px 17px 0 rgba(0, 0, 0, 0.05), 40px 31px 20px 0 rgba(0, 0, 0, 0.01), 62px 49px 22px 0 rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.1), 10px 8px 13px 0 rgba(0, 0, 0, 0.09), 22px 17px 17px 0 rgba(0, 0, 0, 0.05), 40px 31px 20px 0 rgba(0, 0, 0, 0.01), 62px 49px 22px 0 rgba(0, 0, 0, 0);
}
.trust__item-text + .trust__item-img {
  margin: 13px 0 0 0;
}
.trust__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0 0 0;
}
.trust__bottom-item {
  padding: 25px 42px 45px 42px;
  background: #eaf0ff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trust__bottom-logo {
  margin: 20px 0 0 0;
}
.trust__bottom-inner {
  position: relative;
  padding: 20px 0 0px 42px;
}
.trust__bottom-inner::before {
  content: "";
  width: 10px;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 0;
  background: #051d5e;
  opacity: 0.1;
}
.trust__bottom-inner::after {
  content: "";
  width: 43px;
  height: 65px;
  background: url(../img/svg/tr-quote.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 32px;
  left: -17px;
}
.trust__bottom-author {
  margin: 30px 0 0 0;
}
.trust__bottom-author h6, .trust__bottom-author .h6 {
  margin: 0 0 5px 0;
}
.trust__bottom-author .text-4 {
  opacity: 0.5;
}
.trust__bottom-item.row-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.modal {
  max-width: 1000px;
  width: 100%;
  padding: 60px;
}
.modal .cards-slider__head {
  margin-top: 20px;
}
.modal .fancybox-close-small {
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../img/svg/modal-close.svg) no-repeat;
  background-size: 100% 100%;
  top: 25px;
  right: 60px;
}
.modal .fancybox-close-small svg {
  display: none;
}
.modal.light-blue {
  background: #eaf0ff;
}
.modal.blue {
  background: #051d5e;
  color: #fff;
  max-width: 745px;
}
.modal.blue .form__item:not(.input-error) .form__input {
  color: #fff;
  border-color: #fff;
}
.modal.blue .form__item:not(.input-error) .form__input::-webkit-input-placeholder {
  color: #fff;
}
.modal.blue .form__item:not(.input-error) .form__input::-moz-placeholder {
  color: #fff;
}
.modal.blue .form__item:not(.input-error) .form__input:-ms-input-placeholder {
  color: #fff;
}
.modal.blue .form__item:not(.input-error) .form__input::-ms-input-placeholder {
  color: #fff;
}
.modal.blue .form__item:not(.input-error) .form__input::placeholder {
  color: #fff;
}
.modal.blue .form__checkbox-text::before {
  border-color: #fff;
}
.modal.blue .form__checkbox-text::after {
  background: url(../img/svg/checkbox-white.svg) no-repeat;
  background-size: 100% 100%;
}
.modal.blue .form__input {
  background: transparent;
  color: #fff;
}
.modal.blue a {
  color: #fff;
}
.modal.blue .form__layout {
  margin: 0 0 40px 0;
}
.modal.blue .fancybox-close-small {
  background: transparent;
  top: 15px;
  right: 15px;
}
.modal.blue .fancybox-close-small svg {
  display: inline-block;
  opacity: 1;
}
.modal h4, .modal .h4 {
  margin: 0 0 20px;
}
.modal__text {
  margin: 0 0 42px 0;
}
.modal__text p:not(:last-child) {
  margin: 0 0 20px 0;
}

.solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e6e6e6;
  gap: 25px;
  padding: 26px 30px 0 136px;
}
.solution__heading {
  font-size: 39px;
}
.solution__img {
  width: 470px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.solution__img.big {
  width: 560px;
}
.solution__form {
  background: #fff;
  padding: 30px;
  max-width: 714px;
  margin: 14px 0 40px 0;
}
.solution__form .form__layout, .solution__form .btn {
  margin: 40px 0 0 0;
}

.faq__bottom {
  margin: 40px 0 0 0;
}
.faq__item {
  padding: 38px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__item .various__item-name {
  margin: 0 0 20px 0 !important;
  font-weight: 400;
  font-family: "Akrobat";
}
.faq__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.faq__item-subhead {
  margin: 0 0 30px 0 !important;
}
.faq__item-subname {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
}
.faq__item-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.faq__item-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px 0 0 0;
}
.faq__item:hover {
  -webkit-box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.08), 11px 7px 13px 0 rgba(0, 0, 0, 0.07), 26px 15px 18px 0 rgba(0, 0, 0, 0.04), 45px 27px 21px 0 rgba(0, 0, 0, 0.01), 71px 43px 23px 0 rgba(0, 0, 0, 0);
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.08), 11px 7px 13px 0 rgba(0, 0, 0, 0.07), 26px 15px 18px 0 rgba(0, 0, 0, 0.04), 45px 27px 21px 0 rgba(0, 0, 0, 0.01), 71px 43px 23px 0 rgba(0, 0, 0, 0);
}
.faq__item.active {
  background: #051d5e;
  color: #fff;
}
.faq__item.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq__item.active .faq__item-icon::before, .faq__item.active .faq__item-icon::after {
  background: #fff;
  opacity: 1;
  height: 2px;
}
.faq__item:not(:last-child) {
  margin: 0 0 30px 0;
}
.faq__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px 15px;
}
.faq__item-reward {
  font-size: 30px;
  line-height: normal;
  font-family: "Rubik";
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.faq__item-head h5, .faq__item-head .h5 {
  max-width: 1137px;
  margin: 0 !important;
}
.faq__item-head.active .faq__item-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq__item-head.active .faq__item-icon::before {
  opacity: 0;
  visibility: hidden;
}
.faq__item-body {
  display: none;
  max-width: 1137px;
  padding: 21px 0 0 0;
}
.faq__item-body > div > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.faq__item-body > div > div div {
  display: block;
}
.faq__item-body h5, .faq__item-body .h5 {
  font-size: 28px;
  line-height: 36px;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0 15px 0 !important;
}
.faq__item-body h5.decor::before, .faq__item-body .h5.decor::before {
  content: "";
  width: 70px;
  height: 4px;
  background: #d31d1d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}
.faq__item-body h4, .faq__item-body .h4 {
  font-size: 24px;
}
.faq__item-body.full-width {
  max-width: unset;
}
.faq__item-body p:not(:last-child) {
  margin: 0 0 15px 0;
}
.faq__item-icon {
  position: relative;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__item-icon::before, .faq__item-icon::after {
  content: "";
  background: #051d5e;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__item-icon::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.faq__item-icon::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.about-main {
  max-width: 853px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.competitions__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.competitions__inner.grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.competitions__inner.grid-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.competitions__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.competitions__inner.flex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.competitions img {
  width: 100%;
}
.competitions__item {
  position: relative;
  padding: 30px 30px 30px 87px;
}
.competitions__item.flex {
  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;
  padding-left: 61px;
}
.competitions__item.flex::before {
  height: calc(100% - 14px);
}
.competitions__item img {
  width: auto;
}
.competitions__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.competitions__item.span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.competitions__item .h5 {
  margin: 0 0 10px 0;
}
.competitions__item::before {
  content: "";
  width: 53px;
  height: 149px;
  background: url(../img/svg/comp-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-body {
  padding: 0 0 130px 0;
}
.page-body .section:last-child {
  margin-bottom: 0;
}

.top-page {
  padding: 20px 0 50px 0;
}
.top-page + .section {
  margin-top: 0;
}
.top-page h1, .top-page .h1 {
  margin: 40px 0 0 0;
  font-size: 54px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.top-page h1 + p, .top-page .h1 + p {
  text-align: center;
  font-size: 28px;
  line-height: normal;
  margin: 10px 0 0 0;
}

h1,
.h1 {
  font-size: 54px;
  line-height: normal;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__link::after {
  content: url(../img/svg/bread-arrow.svg);
}
.breadcrumbs__item:last-child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.7;
}

.mission__top {
  margin: 0 0 40px 0;
}
.mission__img {
  margin: 0 0 40px 0;
}
.mission__headtext {
  margin: 0 0 20px 0;
}
.mission__content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.mission__content * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.mission__content *:not(:last-child) {
  margin: 0 0 15px 0;
}

.services__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.services__item {
  padding: 20px 100px 40px 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 198px;
}
.services__item .arrow-link {
  padding: 40px 0 0 0;
  margin-top: auto;
}
.services__item ul {
  margin: 10px 0 0 0;
}
.services__item::after {
  content: "";
  width: 84px;
  height: 198px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/svg/serv-decor.svg) no-repeat;
  background-size: 100% 100%;
}
.services__item:hover {
  -webkit-box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1), 11px 6px 13px 0 rgba(0, 0, 0, 0.09), 25px 14px 17px 0 rgba(0, 0, 0, 0.05), 45px 24px 20px 0 rgba(0, 0, 0, 0.01), 70px 38px 22px 0 rgba(0, 0, 0, 0);
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.1), 11px 6px 13px 0 rgba(0, 0, 0, 0.09), 25px 14px 17px 0 rgba(0, 0, 0, 0.05), 45px 24px 20px 0 rgba(0, 0, 0, 0.01), 70px 38px 22px 0 rgba(0, 0, 0, 0);
}

.blog-card {
  padding: 20px 20px 40px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-card:hover {
  -webkit-box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.1), 13px 8px 15px 0 rgba(0, 0, 0, 0.09), 29px 18px 21px 0 rgba(0, 0, 0, 0.05), 52px 32px 24px 0 rgba(0, 0, 0, 0.01), 82px 49px 27px 0 rgba(0, 0, 0, 0);
  box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.1), 13px 8px 15px 0 rgba(0, 0, 0, 0.09), 29px 18px 21px 0 rgba(0, 0, 0, 0.05), 52px 32px 24px 0 rgba(0, 0, 0, 0.01), 82px 49px 27px 0 rgba(0, 0, 0, 0);
}
.blog-card__head {
  padding-top: 63%;
  position: relative;
  margin: 0 0 10px 0;
}
.blog-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card__date {
  opacity: 0.7;
  margin: 0 0 10px 0;
}
.blog-card__descr {
  letter-spacing: 0.02em;
}
.blog-card__descr p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 0 0;
}
.pagination__prev {
  margin: 0 40px 0 0;
}
.pagination__next {
  margin: 0 0 0 40px;
}
.pagination__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination__link line {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination__link:hover, .pagination__link.current {
  background: #d31d1d;
  border-color: #d31d1d;
  color: #fff;
}
.pagination__link:hover line, .pagination__link.current line {
  stroke: #fff;
}
.pagination__link.current {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination__link, .pagination__dots {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textpage.font-update {
  font-size: 20px;
  line-height: 28px;
}
.textpage.font-update .text, .textpage.font-update .text-2, .textpage.font-update .text-3, .textpage.font-update .text-4, .textpage.font-update .text-5, .textpage.font-update .text-small, .textpage.font-update .btn, .textpage.font-update h5, .textpage.font-update .h5, .textpage.font-update h6, .textpage.font-update .h6, .textpage.font-update .main-screen__quote.var-2 .text-4, .textpage.font-update .numbers__item.text-3 {
  font-size: 20px;
  line-height: 28px;
}
.textpage.font-update .form__checkbox-text::before, .textpage.font-update .form__checkbox-text::after {
  top: 4px;
}
.textpage.font-update .clients-slider__content {
  bottom: 0;
}
.textpage.font-update ul:not([class]) li::before {
  top: 10px;
}
.textpage__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid rgba(5, 29, 94, 0.3);
  margin: 0 0 50px 0;
}
.textpage__anchors-item {
  padding: 0 30px 10px 30px;
  position: relative;
  display: block;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
}
.textpage__anchors-item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d31d1d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.textpage__anchors-item.active {
  opacity: 1;
}
.textpage__anchors-item.active::after {
  opacity: 1;
  visibility: visible;
}
.textpage p:not(:last-child) {
  margin: 0 0 30px 0;
}
.textpage h2, .textpage .h2, .textpage h3, .textpage .h3, .textpage h4, .textpage .h4, .textpage h5, .textpage .h5 {
  margin: 80px 0 40px 0;
}
.textpage h2:first-child, .textpage .h2:first-child, .textpage h3:first-child, .textpage .h3:first-child, .textpage h4:first-child, .textpage .h4:first-child, .textpage h5:first-child, .textpage .h5:first-child {
  margin-top: 0;
}
.textpage h6, .textpage .h6 {
  margin: 40px 0 10px 0;
}
.textpage h6:first-child, .textpage .h6:first-child {
  margin-top: 0;
}
.textpage ol {
  padding: 0 0 0 16px;
  margin: 30px 0;
}
.textpage ol li {
  padding: 0 0 0 4px;
}
.textpage ol li:not(:last-child) {
  margin: 0 0 15px 0;
}
.textpage ol:first-child {
  margin-top: 0 !important;
}
.textpage ol:last-child {
  margin-bottom: 0 !important;
}
.textpage img:not(:last-child) {
  margin: 30px 0 80px 0;
}
.textpage ul:not([class]) {
  margin: 30px 0;
}
.textpage ul:not([class]) li::before {
  top: 10px;
}
.textpage ul:not([class]):first-child {
  margin-top: 0 !important;
}
.textpage ul:not([class]):last-child {
  margin-bottom: 0 !important;
}
.textpage dl {
  margin: 0 0 30px 0;
  font-family: "Rubik";
}
.textpage dl dt {
  font-weight: 600;
}
.textpage dl dt:not(:last-child) {
  margin: 0 0 10px 0;
}
.textpage dl dd:not(:last-child) {
  margin: 0 0 10px 0;
}
.textpage table:not([class]) {
  width: 100%;
  margin: 80px 0;
  display: block;
}
.textpage table:not([class]) tbody, .textpage table:not([class]) thead {
  display: block;
}
.textpage table:not([class]) tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textpage table:not([class]) td, .textpage table:not([class]) th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.textpage table:not([class]) dt, .textpage table:not([class]) dd {
  font-weight: 400;
  padding: 0 0 0 26px;
  position: relative;
  font-family: "Akrobat";
}
.textpage table:not([class]) dt::before, .textpage table:not([class]) dd::before {
  position: absolute;
  left: 0;
  content: "";
}
.textpage table:not([class]) dt::before {
  background: url(../img/svg/check-table.svg) no-repeat;
  background-size: 100% 100%;
  top: 4px;
  width: 20px;
  height: 20px;
}
.textpage table:not([class]) dd::before {
  background: #051d5e;
  width: 14px;
  height: 1px;
  top: 14px;
  left: 2px;
}
.textpage table:not([class]) h6, .textpage table:not([class]) .h6 {
  margin-bottom: 10px;
}
.textpage table:not([class]) h6:first-child, .textpage table:not([class]) .h6:first-child {
  margin-top: 0;
}
.textpage table:not([class]) th {
  font-family: "Rubik";
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding: 35px;
  background: #051d5e;
  border-right: 1px solid #fff;
  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;
}
.textpage table:not([class]) th:first-child {
  border-radius: 5px 0 0 0;
}
.textpage table:not([class]) th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
.textpage table:not([class]) tr:last-child td {
  border-bottom: 1px solid rgba(5, 29, 94, 0.3);
}
.textpage table:not([class]) tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.textpage table:not([class]) tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.textpage table:not([class]) td {
  padding: 37px 22px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-width: 1px 0 0px 1px;
}
.textpage table:not([class]) td:last-child {
  border-right: 1px solid rgba(5, 29, 94, 0.3);
}

.page-fill {
  margin: 50px 0;
  font-family: "Rubik";
  font-size: 22px;
  line-height: 130%;
}
.page-fill h5, .page-fill .h5 {
  margin: 0;
}
.page-fill ul:not([class]) {
  padding: 0 0 0 28px;
  border-left: 1px solid rgba(5, 29, 94, 0.7);
  margin: 28px 0 0 0;
}
.page-fill ul:not([class]) li {
  position: relative;
}
.page-fill ul:not([class]) li:not(:last-child) {
  margin: 0 0 20px 0;
}
.page-fill ul:not([class]) li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d31d1d;
  position: absolute;
  top: 10px;
  left: -34px;
}

.price__item {
  padding: 30px;
  border-bottom: 1px solid rgba(5, 29, 94, 0.3);
}
.price__item h6:not(:last-child), .price__item .h6:not(:last-child) {
  margin: 0 0 15px 0;
}
.price__item:first-child {
  border-top: 1px solid rgba(5, 29, 94, 0.3);
}
.price__item-text {
  width: 70%;
}
.price__item-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.price__inner:not(:last-child) {
  margin: 0 0 15px 0;
}

table.price-table {
  border-collapse: collapse;
  width: 100%;
}
table.price-table h6:not(:last-child), table.price-table .h6:not(:last-child) {
  margin: 0 0 10px 0;
}
table.price-table tr {
  vertical-align: top;
}
table.price-table tr:last-child td {
  border-width: 1px 0 1px 0;
}
table.price-table h6, table.price-table .h6 {
  margin: 0;
}
table.price-table p {
  margin: 0;
}
table.price-table p:not(:last-child) {
  margin: 0 0 15px 0;
}
table.price-table td {
  padding: 30px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-width: 1px 0 0 0;
}
table.price-table td:first-child {
  width: 70%;
}
table.price-table td:last-child {
  text-align: right;
}

.anchors__mobile {
  display: none;
}

.anchors-box {
  position: sticky;
  z-index: 10;
  top: 70px;
  background: #fff;
  padding: 10px 0 0 0;
}

.process-ad {
  position: relative;
}
.process-ad__bg {
  position: absolute;
  right: 0;
  top: 70px;
  width: 18.85vw;
}
.process-ad__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
}
.process-ad__item:not(:last-child) {
  margin: 0 0 70px 0;
}
.process-ad__icon {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.various .competitions__inner img {
  width: 100%;
}
.various__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.various__inner.grid-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.various__inner.grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.various__inner.grid-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.various__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.various__inner.flex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 15px);
  flex: 0 0 calc(33% - 15px);
}
.various__inner.flex-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.various__inner.flex-50 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.various__bottom {
  margin: 40px 0 0 0;
}
.various__item {
  padding: 20px 20px 30px 20px;
}
.various__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.various__item.span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.various__item.grim {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.various__item.grim:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.various__item.grim .recieve__body {
  max-width: 625px;
}
.various__item.grim .recieve__head::before {
  color: #051d5e;
  opacity: 0.5;
  margin: 0 0 50px 0;
}
.various__item.fill {
  background: #051d5e;
  color: #fff;
  padding: 40px 30px;
}
.various__item-name {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0 20px 0 !important;
}
.various__item-name:last-child {
  margin-bottom: 0 !important;
}
.various__item-name.fake {
  margin: 0;
}
.various__item-name::before {
  content: "";
  width: 70px;
  height: 4px;
  background: #d31d1d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}
.various__item-name.no-decor::before {
  content: none;
}
.various__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.various__item-content p:not(:last-child) {
  margin: 0 0 15px 0;
}

.competitions .numbers {
  margin: 80px 0 0 0;
}
.competitions__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.competitions__inner.grid-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.competitions__item {
  position: relative;
  padding: 30px 30px 30px 76px;
}
.competitions__item::before {
  content: "";
  width: 52px;
  height: 149px;
  background: url(../img/svg/ci.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.competitions table:not([class]) {
  line-height: normal;
}
.competitions table:not([class]):last-child {
  margin-bottom: 0;
}
.competitions table:not([class]) th {
  font-size: 16px;
}
.competitions table:not([class]) td {
  font-size: 14px;
}
.competitions table:not([class]) th, .competitions table:not([class]) td {
  padding: 10px;
  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;
}

.profi {
  font-weight: 600;
}
.profi__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px 0 0 0;
}
.profi__inner.grid-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.profi__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profi__inner.flex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.profi .conditions__item:not(:last-child) {
  margin: 0;
}

.result__item {
  padding: 45px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-family: "Rubik";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.result__item:hover {
  background: #eaf0ff;
}
.result__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.creation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.creation__descr {
  max-width: 736px;
  width: 100%;
}
.creation__descr p:not(:last-child) {
  margin: 0 0 15px 0;
}
.creation__aside {
  width: 682px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.creation__item {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 88px;
  position: relative;
}
.creation__item a {
  text-decoration: underline;
}
.creation__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.creation__item-rating {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.creation__item-progress {
  position: absolute;
  top: 3px;
  left: 0;
  height: 100%;
  z-index: 2;
  background: url(../img/svg/stars-bg.svg) no-repeat;
}
.creation__item-stars {
  position: relative;
}

.process-advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.process-advantages__item {
  padding: 35px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.process-advantages__item:hover {
  color: #fff;
  background: #051d5e;
  -webkit-box-shadow: 2px 1px 5px 0 rgba(5, 5, 5, 0.2), 8px 4px 8px 0 rgba(5, 5, 5, 0.17), 17px 8px 11px 0 rgba(5, 5, 5, 0.1), 31px 14px 14px 0 rgba(5, 5, 5, 0.03), 48px 22px 15px 0 rgba(5, 5, 5, 0);
  box-shadow: 2px 1px 5px 0 rgba(5, 5, 5, 0.2), 8px 4px 8px 0 rgba(5, 5, 5, 0.17), 17px 8px 11px 0 rgba(5, 5, 5, 0.1), 31px 14px 14px 0 rgba(5, 5, 5, 0.03), 48px 22px 15px 0 rgba(5, 5, 5, 0);
}
.process-advantages__item:hover::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.process-advantages__item::before {
  content: "";
  width: 8px;
  height: 114px;
  background: #d31d1d;
  position: absolute;
  top: -17%;
  left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
}
.process-advantages__item b {
  font-weight: 600;
  font-family: "Rubik";
}
.process-advantages__item p:not(:last-child) {
  margin: 0 0 10px 0;
}

.partners-advantages {
  position: relative;
}
.partners-advantages__decor {
  width: 13.8vw;
  position: absolute;
  top: -120px;
  right: 0;
}
.partners-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.partners-advantages__item:not(:last-child) {
  margin: 0 0 70px 0;
}
.partners-advantages__icon {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts-main__head {
  padding: 30px;
  margin: 0 0 30px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts-main__name {
  margin: 0 0 30px 0;
}
.contacts-main__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contacts-main__requisits {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
}
.contacts-main__requisits .contacts-main__heading {
  margin: 0 0 15px 0;
}
.contacts-main__wrapper {
  max-width: 228px;
}
.contacts-main__wrapper:nth-child(n+3) {
  margin-top: auto;
}
.contacts-main__wrapper p:not(:last-child) {
  margin: 0 0 5px 0;
}
.contacts-main__wrapper:nth-child(odd) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.contacts-main__preview {
  padding-top: 100%;
  position: relative;
}
.contacts-main__preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts-main__heading {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  font-family: "Rubik";
  margin: 0 0 10px 0;
}

.base-price__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.base-price__item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.base-price__item:has(ul) {
  text-align: left;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.base-price__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 0 0 40px 0;
}
.catalog__head-item {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.catalog__head-item-text {
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  width: 100%;
  height: 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;
  padding: 15px;
  text-decoration: none !important;
}
.catalog__head-item-text.active {
  color: #fff;
  background: #051d5e;
  border-color: #051d5e;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-container {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.fancybox-bg {
  background: rgba(5, 29, 94, 0.2);
}

.questions-modal {
  padding: 0 !important;
  background: transparent;
  overflow: visible;
}
.questions-modal .fancybox-close-small {
  background: transparent;
  top: 15px;
  right: 15px;
}
.questions-modal .fancybox-close-small svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questions-modal__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.questions-modal__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.questions-modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.questions-modal__text * {
  margin: 0 !important;
  line-height: normal;
}
.questions-modal__inner {
  position: relative;
  padding: 60px 70px 60px 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 36px;
  background: #eaf0ff;
  border: 1px solid #051d5e;
  max-width: 1085px;
  margin: 0 auto;
}

.catalog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}

.catalog-aside {
  width: 362px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.catalog-aside .sliders {
  padding: 0 8px;
}
.catalog-aside__close {
  display: none;
}
.catalog-aside .form__input {
  height: 53px;
  padding: 10px 35px;
}
.catalog-aside__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 16px 0;
  border-radius: 5px;
  overflow: hidden;
}
.catalog-aside__inputs-item:not(:last-child) {
  border-right: 1px solid rgba(5, 29, 94, 0.3);
}
.catalog-aside__inputs .form__input {
  border: none;
  border-radius: 0;
}
.catalog-aside__more {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: underline;
  margin: 15px 0 0 0;
}
.catalog-aside__buttons {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.catalog-aside__buttons .btn {
  min-width: unset;
  width: 100%;
  font-weight: 600;
}
.catalog-aside__labels.active .form__checkbox:nth-child(n+11) {
  display: block;
}
.catalog-aside__item {
  padding: 20px;
  background: #e6e6e6;
}
.catalog-aside__item.radius {
  overflow: visible;
}
.catalog-aside__item-input {
  position: relative;
}
.catalog-aside__item-input.active .form__input {
  border-radius: 10px 10px 0 0;
}
.catalog-aside__item-input.active .catalog-aside__drop {
  opacity: 1;
  visibility: visible;
}
.catalog-aside__item-input:not(:last-child) {
  margin: 0 0 20px 0;
}
.catalog-aside__item .form__checkbox {
  display: block;
}
.catalog-aside__item .form__checkbox:not(:last-child) {
  margin: 0 0 10px 0;
}
.catalog-aside__item .form__checkbox-text::before {
  background: #fff;
}
.catalog-aside__item .form__checkbox-text::before, .catalog-aside__item .form__checkbox-text::after {
  top: 4px;
}
.catalog-aside__item .noUi-handle {
  width: 12px;
  height: 12px;
}
.catalog-aside__item .noUi-connects {
  height: 1px;
}
.catalog-aside__item .noUi-handle {
  top: -5px;
  left: 27px;
}
.catalog-aside__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.catalog-aside__item .form__input.has-icon {
  padding: 10px 60px 10px 35px;
}
.catalog-aside__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  line-height: normal;
  font-family: "Rubik";
  font-weight: 600;
  cursor: pointer;
}
.catalog-aside__item-head.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.catalog-aside__item-head svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-aside__item-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.catalog-aside__item .form__checkbox:nth-child(n+11) {
  display: none;
}
.catalog-aside__item-body {
  padding: 15px 0 0 0;
  display: none;
}
.catalog-aside__drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-width: 0 1px 1px 1px;
  z-index: 15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.catalog-aside__drop ul {
  max-height: 250px;
  overflow: auto;
}
.catalog-aside__drop ul::-webkit-scrollbar {
  width: 3px;
}
.catalog-aside__drop ul::-webkit-scrollbar-track {
  background: #fff;
}
.catalog-aside__drop ul::-webkit-scrollbar-thumb {
  background-color: #051d5e;
  border-radius: 10px;
}
.catalog-aside__drop ul:not([class]) {
  padding: 0;
}
.catalog-aside__drop ul:not([class]) li::before {
  content: none;
}
.catalog-aside__drop a:not([class]) {
  text-decoration: none;
}

.catalog-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.catalog-content__mobile {
  display: none;
  color: #051d5e;
  font-size: 15px;
  line-height: normal;
}
.catalog-content__head {
  font-family: "Rubik";
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: #e6e6e6;
  padding: 30px 20px;
  margin: 0 0 30px 0;
  overflow: visible;
}
.catalog-content__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.jq-selectbox__select {
  height: 24px;
  border: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font: 20px/26px "Rubik", sans-serif;
  font-weight: 600;
  color: #051d5e;
  text-shadow: none !important;
  padding: 0 30px 0 0;
  width: 210px;
}

.jq-selectbox__trigger {
  width: 15px;
  border: none;
  background: url(../img/svg/chevron.svg) no-repeat center;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__dropdown ul:not([class]) li {
  margin: 0 !important;
  padding: 12px 15px;
}
.jq-selectbox__dropdown ul:not([class]) li::before {
  content: none;
}

.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: black;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.subservices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 80px 0;
}
.subservices__item {
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Rubik";
  font-size: 18px;
  line-height: 20px;
}
.subservices__item:hover {
  background: #d31d1d;
  border-color: #d31d1d;
  color: #fff;
}

.career {
  counter-reset: section;
}
.career__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.career__item-inner {
  max-width: 625px;
}
.career__bottom {
  text-align: center;
  margin: 50px auto 0 auto;
  max-width: 891px;
}
.career__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 30px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  min-height: 350px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.career__item:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.career__item h5, .career__item .h5 {
  margin: 0 0 15px 0;
}
.career__item::before {
  counter-increment: section;
  content: "0" counter(section);
  opacity: 0.5;
  display: block;
  margin: 0 0 50px 0;
}
.career__item.span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.career__item-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 258px;
  height: 100%;
}
.career__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.career-advantages__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.career-advantages__item {
  padding: 30px;
  border: 1px solid rgba(5, 29, 94, 0.3);
}
.career-advantages b {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  font-family: "Rubik";
}
.career-advantages p:not(:last-child) {
  margin: 0 0 15px 0;
}
.career-advantages__img {
  margin: 0 0 30px 0;
}

.no-pagination .swiper-pagination {
  display: none;
}

.members__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.members__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.members__item.radius {
  overflow: visible;
}
.members__item.main {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.members__item:not(.main) .members__item-img {
  padding-top: 80%;
  position: relative;
}
.members__item:not(.main) .members__item-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.members__item.next {
  border: 1px solid rgba(5, 29, 94, 0.3);
  text-align: center;
}
.members__item.next .members__item-img {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 0 6px 0;
}
.members__item.next .members__item-name {
  padding: 15px;
}
.members__item-img {
  position: relative;
  background: #e6e6e6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.members__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.members__item-position {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: #051d5e;
  padding: 8px 10px;
  border-radius: 0 5px 5px 5px;
}
.members__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
}
.members__item-icon img {
  width: auto;
  height: auto;
  position: static !important;
}
.members__item-content {
  padding: 27px 15px 20px 15px;
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-width: 0 1px 1px 1px;
  margin: -7px 0 0 0;
}
.members__item-name {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 8px 0;
  font-family: "Rubik";
}
.members__item-descr {
  opacity: 0.5;
  margin: 0 0 10px 0;
}
.members__item-descr p:not(:last-child) {
  margin: 0 0 10px 0;
}
.members__item-rewarded {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-family: "Rubik";
}
.members__item-inner {
  max-width: 335px;
}

.free table:not([class]) ol:not([class]):last-child, .free table:not([class]) ul:not([class]):last-child {
  margin: 0;
}
.free table:not([class]) th {
  background: transparent;
  color: #051d5e;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-width: 1px 1px 0px 0px;
}
.free table:not([class]) th:first-child {
  border-width: 1px 1px 0px 1px;
}
.free table:not([class]) th:last-child {
  border-width: 1px 1px 0px 0px;
  border-right: 1px solid rgba(5, 29, 94, 0.3);
}
.free table:not([class]) tr:not(:first-child) td:first-child {
  background: #cfe2f3;
}
.free p:not(:last-child) {
  margin: 0 0 15px 0;
}
.free__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.free__main a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.free__main a:hover {
  text-decoration: none;
  color: #2d4b9b;
}
.free__main-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.free__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  margin: 80px 0 0 0;
}
.free__bottom .section-heading {
  margin: 0;
  text-align: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.thanks-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 0 130px 0;
}
.thanks-main__item {
  position: relative;
  min-height: 206px;
  border-radius: 12px;
  overflow: hidden;
  background: #e6e6e6;
}
.thanks-main__item.span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  background: #2c3e7c;
}
.thanks-main__item.span-2 .thanks-main__textbox {
  max-width: 950px;
  color: #fff;
  display: block;
  padding: 30px;
}
.thanks-main__item.span-2 .thanks-main__textbox::before {
  content: none;
}
.thanks-main__decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 179px;
  height: 100%;
}
.thanks-main__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.thanks-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 95px;
}
.thanks-main__textbox {
  width: 100%;
  height: 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;
  padding: 30px 30px 30px 60px;
  max-width: 666px;
}
.thanks-main__textbox::before {
  content: "";
  width: 8px;
  height: calc(100% - 60px);
  background: #d31d1d;
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
}
.thanks-main__heading {
  margin: 0 0 15px 0;
}

.gift__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 15px 0;
}
.gift__heading h2, .gift__heading .h2 {
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  top: 4px;
}
.gift__text {
  margin: 0 0 46px 0;
}
.gift__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1005px;
}
.gift__item {
  min-height: 143px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  color: #051d5e;
}
.gift__item a {
  color: #051d5e;
}
.gift__item.span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.gift__item-name {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: normal;
}
.gift__item .arrow-link {
  margin-top: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gift__item .arrow-link:hover {
  gap: 17px;
}
.gift__item .arrow-link svg {
  position: relative;
  top: 1px;
}
.gift__item-inner {
  position: relative;
  padding: 14px 0 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gift__item-inner::before {
  content: "";
  width: 70px;
  height: 4px;
  background: #d31d1d;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.mission-box__head {
  text-align: center;
  margin: 0 0 40px 0;
}
.mission-box__head .section-heading {
  margin: 0 0 15px 0;
}

.mission-slider__item {
  position: relative;
  padding-top: 21%;
  border-radius: 10px;
  overflow: hidden;
}
.mission-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-risk {
  counter-reset: section;
}
.no-risk__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #eaf0ff;
}
.no-risk__img {
  width: 715px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.no-risk__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.no-risk__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.no-risk__wrapper::before {
  counter-increment: section;
  content: "0" counter(section);
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 600;
  color: #d31d1d;
  position: relative;
  top: 1px;
}
.no-risk__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tasks p {
  margin: 0;
}
.tasks p:not(:last-child) {
  margin: 0 0 20px 0;
}
.tasks .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  border-radius: 10px;
}
.tasks .bg.light {
  background: #eaf0ff;
}
.tasks .bg.gray {
  background: #e6e6e6;
}
.tasks__box {
  position: relative;
}
.tasks__img {
  width: 744px;
  float: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 20px 20px;
  background: #fff;
  position: relative;
  z-index: 5;
  overflow: visible;
  padding: 0 0 30px 30px;
}
.tasks__img img {
  border-radius: 10px;
}
.tasks__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: 10px;
}
.tasks__content {
  position: relative;
}
.tasks__inner.has-bg .tasks__content {
  padding: 20px;
  border-radius: 10px;
}
.tasks__inner.has-bg.gray .tasks__content {
  background: #e6e6e6;
}
.tasks__inner.has-bg .tasks__content {
  padding: 20px;
  border-radius: 10px;
  background: #eaf0ff;
}
.tasks__inner::before, .tasks__inner::after {
  content: "";
  display: table;
  clear: both;
}
.tasks__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 30px;
}
.tasks__inner.flex .tasks__img {
  margin: 0;
  padding: 0;
  float: none;
}

.law-steps__head {
  text-align: center;
  margin: 0 0 40px 0;
}
.law-steps__head .section-heading {
  margin: 0;
}
.law-steps__subheading {
  font-size: 28px;
  line-height: normal;
  margin: 15px 0 0 0;
}
.law-steps__togglers {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.law-steps__togglers.years {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px 0 60px 0;
  padding: 11px 40px 0 40px;
  border-top: 1px solid rgba(5, 29, 94, 0.3);
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.law-steps__btn {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  color: #051d5e;
  font-size: 18px;
  line-height: normal;
}
.law-steps__btn.year {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 50px;
  background: transparent !important;
  color: #051d5e !important;
  font-family: "Rubik";
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.law-steps__btn.year::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d31d1d;
  position: absolute;
  top: -21px;
  left: -8px;
  background: #fff;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.law-steps__btn.year.active::before {
  background: #d31d1d;
}
.law-steps__btn.active {
  background: #051d5e;
  border-color: #051d5e;
  color: #fff;
}

.history-item {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  font-weight: 600;
}
.history-item__img {
  border-radius: 10px;
  overflow: hidden;
}
.history-item__text {
  min-height: 132px;
  padding: 17px 30px;
  border-radius: 10px;
  background: #eaf0ff;
}
.history-item__text:not(:last-child) {
  margin: 0 0 15px 0;
}
.history-item__inner {
  padding: 20px 0 0 0;
  position: relative;
}
.history-item__inner::before {
  content: "";
  width: 132px;
  height: 10px;
  background: #d31d1d;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.important p:not(:last-child) {
  margin: 0 0 20px 0;
}
.important__outer {
  padding: 50px 0;
  position: relative;
  background: #e6e6e6;
}
.important__decor {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 448px;
}
.important__decor img {
  width: 100%;
  height: 100%;
}
.important__inner {
  max-width: 1133px;
}

.recieve {
  counter-reset: section;
}
.recieve__center {
  max-width: 900px;
  text-align: center;
  margin: 20px auto 0 auto;
}
.recieve__decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 242px;
}
.recieve__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.recieve__inner.grid-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.recieve__inner.grid-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.recieve__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recieve__inner.flex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.recieve__head {
  margin: 0 0 15px 0;
}
.recieve__head::before {
  counter-increment: section;
  content: "0" counter(section);
  display: block;
  margin: 0 0 15px 0;
  color: #d31d1d;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  font-family: "Rubik";
}

.warning__inner {
  background: rgba(234, 240, 255, 0.85);
  padding: 12px 16px;
  max-width: 955px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 0;
}

.worker-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.worker-main__img {
  width: 487px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.worker-main__img img {
  border-radius: 10px;
}
.worker-main__content, .worker-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.worker-main__email {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.worker-main__email:hover {
  color: #d31d1d;
}
.worker-main__content {
  padding: 22px;
}
.worker-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.worker-main__name {
  margin: 0 0 5px 0;
}
.worker-main__heading {
  margin: 0 0 15px 0 !important;
}
.worker-main__history {
  margin: 45px 0 0 0;
}

.worker-block b {
  font-weight: 700;
}
.worker-block__inner {
  padding: 50px;
  background: #eaf0ff;
}
.worker-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.worker-block__row:not(:last-child) {
  margin: 0 0 60px 0;
}
.worker-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 970px;
}
.worker-block__img {
  width: 310px;
  height: 310px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.worker-block__img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.after__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin: 30px 0 0 0;
}
.after__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.after__content-item {
  border-bottom: 1px solid rgba(5, 29, 94, 0.3);
}
.after__content-item:first-child {
  border-top: 1px solid rgba(5, 29, 94, 0.3);
}
.after__content-body {
  padding: 0 20px 22px 20px;
  display: none;
}
.after__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 23.5px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.after__content-head.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.after__content-head svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.after__img {
  width: 744px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.total__inner {
  padding: 30px;
  background: #e6e6e6;
}
.total__img {
  width: 714px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 30px;
  float: right;
  background: #fff;
}
.total__text {
  padding: 30px;
  background: #fff;
}
.total__text.radius {
  overflow: visible;
}

.source__inner {
  position: relative;
  padding: 40px;
  background: #e6e6e6;
}
.source__decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 223px;
}
.source__content {
  max-width: calc(100% - 250px);
}
.source__content ul:not([class]) {
  padding: 0 0 0 27px;
  border-left: 1px solid #051d5e;
}
.source__content ul:not([class]) li {
  padding: 0;
  position: relative;
}
.source__content ul:not([class]) li:not(:last-child) {
  margin: 0 0 25px 0;
}
.source__content ul:not([class]) li::before {
  width: 20px;
  height: 20px;
  left: -38px;
  top: 6px;
}

.help__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.help__item {
  position: relative;
  border-radius: 10px;
  padding: 48px 30px 30px 30px;
  min-height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.help__item-name {
  margin: 0 0 5px 0 !important;
}
.help__item-inner {
  max-width: calc(100% - 130px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.help__item-descr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}
.help__item-icon {
  margin: 0 0 15px 0;
}
.help__item::after {
  content: "";
  width: 119px;
  height: 190px;
  background: url(../img/svg/help-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.help__item::before {
  content: "";
  width: 42px;
  height: 42px;
  background: #fff url(../img/help-stroke.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
}

.big-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.big-card__aside {
  width: 486px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.big-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(5, 29, 94, 0.3);
}
.big-card__main:not(:last-child) {
  margin: 0 0 30px 0;
}
.big-card__main img {
  border-radius: 12px;
}
.big-card__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr;
  grid-template-columns: 4fr;
  gap: 10px;
}
.big-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 5px;
}
.big-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.big-card__chars {
  border: 1px solid rgba(5, 29, 94, 0.3);
  padding: 30px 20px 15px 20px;
  border-radius: 10px;
}
.big-card__chars:not(:last-child) {
  margin: 0 0 30px 0;
}
.big-card__table {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  font-family: "Rubik";
  width: 100%;
  border-collapse: collapse;
}
.big-card__table tr {
  position: relative;
  vertical-align: bottom;
}
.big-card__table tr::after {
  content: "";
  width: 99%;
  height: 2px;
  border-bottom: 1px dashed rgba(5, 29, 94, 0.3);
  display: block;
  position: absolute;
  bottom: 21px;
  left: 0;
}
.big-card__table td {
  padding-bottom: 15px;
}
.big-card__table td:not(:last-child) span {
  padding-right: 14px;
}
.big-card__table td:last-child {
  text-align: right;
}
.big-card__table td:last-child span {
  padding-left: 14px;
}
.big-card__table span {
  position: relative;
  z-index: 3;
  background: #fff;
}
.big-card__quote {
  padding: 30px 30px 30px 105px;
  position: relative;
  background: #e6e6e6;
  border-radius: 10px;
  margin-top: auto;
}
.big-card__quote::before {
  content: "";
  width: 10px;
  height: calc(100% - 50px);
  background: #051d5e;
  opacity: 0.1;
  position: absolute;
  top: 25px;
  left: 42px;
}
.big-card__quote::after {
  content: "";
  width: 43px;
  height: 46px;
  background: url(../img/svg/card-quote.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 95px;
  left: 26px;
  z-index: 2;
}
.big-card__quote p:not(:last-child) {
  margin: 0 0 15px 0;
}
.big-card__quote h2, .big-card__quote .h5 {
  margin: 0 0 15px 0;
}
.big-card__bottom {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
.big-card__next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.big-card__next .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  min-width: unset;
  padding-right: 18px;
  padding-left: 18px;
  height: 100%;
}
.big-card__next .btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.big-card__next .btn:hover path {
  fill: #fff;
}
.big-card__adv {
  border: 1px solid rgba(5, 29, 94, 0.3);
  border-radius: 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.big-card__adv .btn {
  position: relative;
  z-index: 3;
  left: 4px;
}
.big-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.big-card__decor {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
}
.big-card__decor img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lawyer-slider__item {
  background: #eaf0ff;
  padding: 40px;
  border-radius: 10px;
}
.lawyer-slider p:not(:last-child) {
  margin: 0 0 20px 0;
}
.lawyer-slider__step {
  opacity: 0.5;
  font-family: "Rubik";
  margin: 0 0 30px 0;
}
.lawyer-slider b {
  font-family: "Rubik";
}
.lawyer-slider .swiper-pagination {
  font-size: 16px;
}
.lawyer-slider .swiper-pagination span {
  position: relative;
}
.lawyer-slider .swiper-pagination-current {
  top: -4px;
  left: 2px;
}
.lawyer-slider .swiper-pagination-total {
  top: 4px;
  right: 2px;
}
.lawyer-slider .swiper-button-next, .lawyer-slider .swiper-button-prev {
  background: #e6e6e6;
}
.lawyer-slider ul, .lawyer-slider ol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 0 0;
}
.rating__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "Rubik";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rating__item:hover {
  color: #d31d1d;
}
.rating__item:not(:last-child) {
  padding: 0 40px 0 0;
  border-right: 1px solid rgba(5, 29, 94, 0.3);
}

.consult-modal {
  background: #eaf0ff;
  padding: 0 54px;
  max-width: 1182px;
}
.consult-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.consult-modal .fancybox-close-small {
  background: transparent;
  top: 15px;
  right: 15px;
}
.consult-modal .fancybox-close-small svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consult-modal__head {
  margin: 0 0 30px 0;
}
.consult-modal__name {
  margin: 0 0 10px 0;
  line-height: 120%;
  max-width: 655px;
}
.consult-modal__img {
  width: 378px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.consult-modal__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 0;
}

.tech-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.tech-grid-2 .btn {
  width: 100%;
}

.meeting__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.meeting__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 0;
  height: 170px;
  padding: 22px 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.meeting__item-logo {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.meeting__item .arrow-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.meeting__item:hover .meeting__item-logo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.meeting__item:hover .arrow-link {
  opacity: 1;
  visibility: visible;
}

.whats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  max-width: 1191px;
  margin: 0 auto;
}
.whats__box {
  padding: 60px;
  background: #eaf0ff;
  border-radius: 10px;
}
.whats__icon {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.whats__text p:not(:last-child) {
  margin: 0 0 10px 0;
}
.whats__text b {
  font-weight: 700;
}

.secrets__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.secrets__item {
  padding: 15px;
  background: #eaf0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.secrets__item-icon {
  margin: 0 0 20px 0;
}
.secrets__item-inner {
  padding: 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.secrets__item-heading {
  margin: 0 0 5px 0;
}

.main-question__head {
  text-align: center;
  margin: 0 0 50px 0;
}
.main-question__head .section-heading {
  margin: 0 0 15px 0;
}
.main-question__body {
  counter-reset: section;
}
.main-question__item {
  padding: 40px;
  border-bottom: 1px solid rgba(5, 29, 94, 0.3);
}
.main-question__item:first-child {
  border-top: 1px solid rgba(5, 29, 94, 0.3);
}
.main-question__item b {
  font-weight: 600;
  font-family: "Rubik";
}
.main-question__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
}
.main-question__inner::before {
  counter-increment: section;
  content: counter(section) ".";
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Rubik";
  color: #d31d1d;
}

.sp-list:not(:last-child) {
  margin: 0 0 30px 0;
}
.sp-list__item {
  position: relative;
  padding: 0 0 0 30px;
}
.sp-list__item:not(:last-child) {
  margin: 0 0 15px 0;
}
.sp-list__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/svg/list-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 11px;
  left: 0;
}

.service-price__inner {
  padding: 30px;
  border-radius: 10px;
  background: #051d5e;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service-price__col:last-child .service-price__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-price__col:last-child .service-price__item .btn {
  margin-top: auto;
}
.service-price__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-price__total:not(:last-child) {
  margin: 0 0 40px 0;
}
.service-price__item {
  background: #fff;
  padding: 27px 30px;
}
.service-price__item.has-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.service-price__item.has-counter::before {
  counter-increment: section;
  content: counter(section);
  font-family: "Rubik";
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #d31d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #051d5e;
}
.service-price__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.service-price__col {
  counter-reset: section;
}
@media screen and (max-width: 1680px) {
  .textpage table:not([class]) td, .textpage table:not([class]) th {
    padding: 15px;
  }
}
@media screen and (max-width: 1620px) {
  .header {
    font-size: 16px;
    padding: 15px 0 0 0;
    top: -70px;
  }
  .header__menu {
    gap: 45px;
    padding: 15px 0;
  }
  .header__left {
    gap: 15px;
  }
  .header__logo {
    width: 160px;
  }
  .header__top {
    gap: 15px;
  }
  .header__group {
    gap: 15px;
  }
  .footer__left {
    width: 180px;
  }
  .footer__group {
    gap: 45px;
  }
  body:has(.warning) .footer {
    padding-bottom: 170px;
  }
  .container {
    max-width: 1261px;
  }
  .worker-block__inner {
    padding: 30px;
  }
  .worker-block__row {
    gap: 30px;
  }
  .worker-block__row:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .worker-block__img {
    width: 240px;
    height: 240px;
  }
  .anchors-box {
    top: 55px;
  }
  .partner-icon {
    width: 80px;
    height: 80px;
    right: 25px;
    bottom: 25px;
  }
  .tasks__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .total__img {
    width: 500px;
  }
  .meeting__item {
    height: 150px;
  }
  .history-item__text {
    min-height: unset;
  }
  .help__item-inner {
    max-width: calc(100% - 80px);
  }
  .help__item::after {
    width: 65px;
    height: 100px;
  }
  .law-steps__btn {
    font-size: 16px;
  }
  .no-risk__img {
    width: 560px;
  }
  .big-card__table {
    font-size: 20px;
  }
  .big-card__chars {
    padding: 20px 20px 5px 20px;
  }
  .format__inner {
    gap: 20px;
  }
  .format__list-item::before {
    top: 5px;
  }
  .faq__item-body h4, .faq__item-body .h4 {
    font-size: 20px;
  }
  .faq__item-body h5, .faq__item-body .h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .important__inner {
    max-width: 800px;
  }
  .tasks__img {
    width: 500px;
  }
  .career__item-inner {
    max-width: 400px;
  }
  .thanks-main__item.span-2 .thanks-main__textbox {
    max-width: 650px;
  }
  .thanks-main__inner {
    gap: 30px;
  }
  .clients__layout {
    gap: 15px;
  }
  .process-ad__item {
    max-width: 60vw;
  }
  .subservices {
    gap: 20px;
  }
  .subservices__item {
    font-size: 16px;
  }
  .textpage__anchors-item {
    font-size: 20px;
    padding: 0 15px 10px 15px;
  }
  .contacts-main__item .contacts-main__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-main__item .contacts-main__layout * {
    grid-column: auto !important;
  }
  .geo svg {
    height: 600px;
  }
  .btn {
    padding: 20px 30px;
  }
  .team__item.boss .team__item-img {
    padding-top: 121%;
  }
  .team .swiper-wrapper {
    gap: 20px;
  }
  .solution__inner {
    padding: 26px 30px 0 30px;
  }
  .after__img {
    width: 550px;
  }
  .main-screen__subheading.large {
    font-size: 24px;
  }
  .main-screen.crop {
    min-height: 490px;
  }
  .main-screen ul:not([class]) li::before {
    top: 12px;
  }
  .main-screen.cut-container .main-screen__heading {
    max-width: 684px;
  }
  .main-screen__content {
    padding: 25px 0;
  }
  .main-screen__content.small-offset {
    padding: 25px 0;
  }
  .main-screen__textbox.largest {
    max-width: 1000px;
  }
  .main-screen__heading {
    font-size: 36px;
    line-height: 42px;
  }
  .main-screen__quote.var-2 {
    max-width: 800px;
  }
  .textpage h2, .textpage .h2, .textpage h3, .textpage .h3, .textpage h4, .textpage .h4, .textpage h5, .textpage .h5, .textpage h6, .textpage .h6 {
    margin: 60px 0 30px 0;
  }
  .textpage ul:not([class]) li::before {
    top: 8px;
  }
  .top-page {
    padding: 20px 0 30px 0;
  }
  .top-page h1, .top-page .h1 {
    font-size: 44px;
    line-height: 50px;
    margin: 30px 0 0 0;
  }
  h1,
  .h1 {
    font-size: 44px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 44px;
  }
  h3,
  .h3,
  .section-heading {
    font-size: 38px;
    line-height: 44px;
  }
  h4,
  .h4 {
    font-size: 26px;
    line-height: 34px;
  }
  h5,
  .h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: normal;
  }
  .text {
    font-size: 24px;
    line-height: 30px;
  }
  .text-1 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-3 {
    font-size: 20px;
    line-height: 26px;
  }
  .text-4 {
    font-size: 18px;
    line-height: 140%;
  }
  .text-small {
    font-size: 16px;
    line-height: 130%;
  }
  .text-5 {
    font-size: 14px;
    line-height: 17px;
  }
  .conditions__item {
    min-height: 126px;
  }
  .conditions__item-decor {
    width: 110px;
  }
  .calc__item-group {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .process {
    min-height: 860px;
  }
  .process__item ul:not([class]) li::before {
    top: 10px;
  }
  .process__item::after {
    top: 5px;
  }
  .process__item::before {
    top: 3px;
    left: -80px;
  }
  .video__heading {
    font-size: 80px;
    line-height: 80px;
  }
  .video__text {
    max-width: 520px;
  }
  .video__author {
    font-size: 40px;
    line-height: 44px;
  }
  .video__descr {
    font-size: 30px;
  }
  .noUi-handle {
    left: 45px;
  }
  .catalog-content .cards-slider__item {
    padding: 15px;
  }
  .catalog-content__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-list__item::before {
    top: 9px;
  }
  .various__item.grim .recieve__body {
    max-width: 456px;
  }
  .various__item.grim .recieve__head::before {
    margin: 0 0 20px 0;
  }
  .warning__inner {
    max-width: 878px;
  }
}
@media screen and (max-width: 1260px) {
  .header__contacts span {
    display: none;
  }
  .footer {
    font-size: 16px;
    line-height: normal;
  }
  body:has(.warning) .footer {
    padding-bottom: 120px;
  }
  .container {
    max-width: 1023px;
  }
  .warning {
    bottom: 0px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: unset;
    padding: 0;
  }
  .warning__inner {
    padding: 12px;
    border-radius: 0;
  }
  .partners-advantages__item {
    gap: 20px;
  }
  .partners-advantages__item:not(:last-child) {
    margin: 0 0 25px 0;
  }
  .partners-advantages__icon {
    width: 40px;
  }
  .partners-advantages__decor {
    display: none;
  }
  .recieve__decor {
    display: none;
  }
  .questions-modal__inner {
    max-width: 800px;
  }
  .result__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .result__item {
    padding: 25px 10px;
  }
  .competitions__inner.grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .competitions__inner.grid-4 .competitions__item {
    min-height: 140px;
  }
  .total__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .total__text {
    padding: 20px;
  }
  .total__img {
    width: auto;
    margin: 0 0 30px 0;
    float: none;
  }
  .main-question__head {
    margin: 0 0 30px 0;
  }
  .meeting__item {
    height: 120px;
  }
  .history-item__text {
    padding: 12px;
    font-size: 18px;
    line-height: normal;
  }
  .history-item__inner::before {
    width: 80px;
    height: 8px;
  }
  .help__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .help__item {
    padding: 45px 20px 20px 20px;
  }
  .no-risk__img {
    width: 420px;
  }
  .law-steps__togglers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .law-steps__btn.year {
    font-size: 32px;
  }
  .format__item {
    padding: 20px 12px;
  }
  .format__item-head {
    margin: 0 0 15px 0;
  }
  .big-card__aside {
    width: 300px;
  }
  .big-card__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-card__next .btn {
    height: auto;
    width: 100%;
  }
  .career-advantages__layout {
    gap: 20px;
  }
  .tasks__img {
    width: 400px;
  }
  .important__inner {
    max-width: 700px;
  }
  .important__decor {
    width: 300px;
  }
  .thanks-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .thanks-main__textbox {
    padding: 20px 20px 20px 45px;
  }
  .thanks-main__textbox::before {
    left: 20px;
  }
  .thanks-main__item.span-2 {
    padding: 20px;
  }
  .thanks-main__item.span-2 .thanks-main__textbox {
    padding: 0;
  }
  .members__layout {
    gap: 20px;
  }
  .career__layout {
    gap: 20px;
  }
  .career__item {
    min-height: unset;
  }
  .career__item::before {
    margin: 0 0 20px 0;
  }
  .career__item-inner {
    max-width: 320px;
  }
  .process-ad__bg {
    width: 180px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .team__item.boss .team__item-img {
    padding-top: 126.3%;
  }
  .clients__layout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .subservices {
    gap: 15px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .subservices__item {
    font-size: 14px;
    padding: 12px;
  }
  .creation__aside {
    width: 520px;
  }
  .catalog-content__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .geo svg {
    height: 500px;
  }
  .contacts-main__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-main__requisits {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .contacts-main__head {
    padding: 20px;
  }
  .btn {
    min-width: 240px;
  }
  .noUi-handle {
    left: 34px;
  }
  .form__file-popup {
    width: 178px;
  }
  .solution h4, .solution .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .solution__img {
    width: 400px;
  }
  .solution__img.big {
    width: 400px;
  }
  .solution__form .form__layout {
    margin: 25px 0 0 0;
  }
  .solution__form .form__layout .btn {
    margin: 25px 0 0 0;
  }
  .video__heading {
    font-size: 50px;
    line-height: 50px;
  }
  .video__text {
    max-width: 420px;
  }
  .video__author {
    font-size: 30px;
    line-height: 36px;
  }
  .video__descr {
    font-size: 24px;
    line-height: normal;
  }
  .video .play-btn {
    width: 80px;
    height: 80px;
  }
  .video .play-btn svg {
    width: 100%;
    height: 100%;
  }
  .after__img {
    width: 400px;
  }
  .main-screen__group {
    margin: 20px 0;
  }
  .main-screen ul:not([class]) li::before {
    top: 7px;
  }
  .main-screen.quote {
    min-height: 361px;
  }
  .main-screen__person {
    width: 260px;
  }
  .main-screen__quote.var-2 {
    max-width: 600px;
  }
  .main-screen__quote.var-2 .main-screen__quote-inner {
    padding-bottom: 20px;
  }
  .main-screen__quote.var-2 .main-screen__heading {
    font-size: 30px;
  }
  .main-screen__quote.var-2 .text-4 p:not(:last-child) {
    margin: 0 0 15px 0 !important;
  }
  .main-screen__quote h4, .main-screen__quote .h4 {
    font-size: 24px;
    line-height: normal;
  }
  .main-screen__quote p:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .main-screen.crop .main-screen__img img {
    -o-object-position: -100px 0;
    object-position: -100px 0;
  }
  .main-screen__textbox {
    max-width: 600px;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 25px 0;
  }
  .main-screen__textbox.largest {
    max-width: 600px;
  }
  .main-screen .btn {
    margin: 25px 0 0 0;
  }
  .main-screen__img {
    height: 500px;
  }
  .main-screen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
  .numbers__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .process {
    min-height: 850px;
  }
  .services__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .various__inner.grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .various__item.grim .recieve__body {
    max-width: unset;
  }
  .feedback__layout-text {
    width: 400px;
  }
  .grid__inner.grid-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header__contacts, .header__location {
    display: none;
  }
  .header__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header__location {
    width: calc(100% - 60px);
  }
  .header__location.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
  }
  .header__search .container {
    padding: 0 20px;
  }
  .header__search .btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-width: 90px;
    width: auto !important;
  }
  .header__search .form__input {
    padding: 3px 115px 0 20px;
  }
  .header__top {
    gap: 10px;
  }
  .header__top .btn {
    display: none;
  }
  .header__group {
    gap: 15px;
  }
  .header__group-item.no-mobile {
    display: none;
  }
  .header__group:not(:last-child) {
    margin: 0;
  }
  .header__burger {
    display: inline-block;
  }
  .header__burger span {
    display: block;
    width: 26px;
    height: 1px;
    position: relative;
    background: #051d5e;
  }
  .header__burger span:not(:last-child) {
    margin: 0 0 7px 0;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    z-index: 100;
    background: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 18px;
  }
  .header__bottom.active {
    opacity: 1;
    visibility: visible;
  }
  .header__mobile {
    display: block;
  }
  .header__mobile .header__group {
    display: block;
    margin: 0 0 28px 0;
  }
  .header__mobile .header__group-item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .header__mobile .header__contacts span {
    display: inline;
  }
  .header__mobile .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .header__mobile .header__social .header__group-item:not(:last-child) {
    margin: 0;
  }
  .header__submenu {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
    -webkit-transition: none;
    transition: none;
    padding: 15px 4px 0 14px;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header__submenu svg {
    pointer-events: all;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  .header__submenu svg.active {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
  .header__submenu-box {
    position: static;
    -webkit-transition: none;
    transition: none;
    padding: 12px 0 0 12px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header__submenu ul {
    padding: 0;
    border: none;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0 0 32px 0;
  }
  .header__menu-item:hover svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__menu-item.has-child .header__menu-link {
    display: none;
  }
  .header__menu-item.has-child .header__menu-link.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .header__menu-item.has-child .header__menu-link.mobile.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header__menu-item.has-child .header__menu-link.mobile svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0;
  }
  .footer__box {
    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;
    position: relative;
  }
  .footer__eye {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__left {
    width: auto;
  }
  .footer .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer p:not(:last-child), .footer li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .footer ul li:first-child {
    margin: 0 0 10px 0;
  }
  .footer__textbox:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .footer__logo {
    margin: 0 0 20px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .footer__inner:last-child {
    gap: 10px;
  }
  .footer__group {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .footer__logo {
    width: 160px;
  }
  .city-box {
    padding: 20px 15px;
  }
  .form__cities {
    max-height: 300px;
    gap: 0 20px;
  }
  .tooltip {
    pointer-events: all;
  }
  .tooltip__link {
    display: block;
  }
  .blog-card {
    padding: 15px;
  }
  .blog-card__date {
    margin: 0 0 5px 0;
  }
  .blog-card__head {
    margin: 0 0 7px 0;
  }
  .container {
    padding: 0 20px;
    max-width: 767px;
  }
  .description-block {
    margin: 35px 0 0 0;
  }
  .main-screen__content.valign-middle .container {
    display: block;
  }
  .clients__head {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .worker-main__img {
    width: 300px;
  }
  .worker-main__inner {
    gap: 20px;
  }
  .worker-main__content, .worker-main__body {
    gap: 15px;
  }
  .worker-main__heading {
    margin: 0 0 10px 0 !important;
  }
  .warning__inner {
    max-width: 674px;
  }
  .consult-modal__img {
    width: 267px;
  }
  .questions-modal.section {
    margin-top: 100px;
  }
  .questions-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 90px 20px 20px 20px;
  }
  .questions-modal__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .questions-modal__img {
    top: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tech-gird-2 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .free-consult__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .free-consult__name:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .free-consult__inner {
    padding: 10px;
  }
  .free-consult .form__checkbox {
    position: static;
    width: auto;
  }
  main {
    padding-top: 84px;
  }
  .headline-text {
    font-size: 16px;
  }
  .sp-list:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .sp-list__item::before {
    top: 4px;
  }
  .service-price__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    padding: 20px;
    gap: 10px;
  }
  .service-price__item {
    padding: 15px;
  }
  .service-price__item.has-counter::before {
    font-size: 20px;
    width: 36px;
    height: 36px;
  }
  .service-price__total:not(:last-child) {
    margin: 0 0 25px 0;
  }
  .meeting__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .meeting__item {
    height: auto;
  }
  .meeting__item .arrow-link {
    opacity: 1;
    visibility: visible;
  }
  .meeting__item-logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .whats__inner {
    gap: 25px;
  }
  .whats__box {
    padding: 25px;
  }
  .whats__icon {
    width: 70px;
  }
  .history-item {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .rating {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .rating__item:not(:last-child) {
    padding: 0;
    border: none;
  }
  .no-risk__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  .no-risk__img {
    width: auto;
  }
  .no-risk__wrapper::before {
    font-size: 18px;
    position: static;
  }
  .grid__item.border {
    padding: 15px;
  }
  .lawyer-slider__item {
    padding: 15px;
  }
  .lawyer-slider__step {
    margin: 0 0 15px 0;
  }
  .lawyer-slider p:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .lawyer-slider ul:not([class]) {
    margin: 20px 0;
  }
  .law-steps__btn {
    font-size: 14px;
  }
  .law-steps__togglers.years {
    margin: 40px 0;
  }
  .law-steps__subheading {
    font-size: 20px;
  }
  .format__inner {
    gap: 15px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .format__item {
    grid-column: auto;
  }
  .format__item.span-3 {
    grid-column: auto;
  }
  .format__item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .format__list-item::before {
    top: 3px;
  }
  .big-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-card__main {
    height: 274px;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .big-card__table {
    font-size: 16px;
    line-height: normal;
  }
  .big-card__aside {
    width: auto;
  }
  .big-card__quote {
    padding: 20px 20px 20px 60px;
  }
  .big-card__quote::before {
    width: 4px;
    left: 30px;
  }
  .big-card__quote::after {
    top: 70px;
    left: 17px;
    width: 30px;
    height: 30px;
  }
  .after__img {
    display: none;
  }
  .after__content-head {
    padding: 15px;
  }
  .after__content-body {
    padding: 0 15px 15px 15px;
  }
  .source__decor {
    width: 120px;
  }
  .source__content {
    max-width: calc(100% - 150px);
  }
  .source__content ul:not([class]) {
    padding: 0 0 0 16px;
  }
  .source__content ul:not([class]) li::before {
    left: -22px;
    width: 11px;
    height: 11px;
  }
  .source__content ul:not([class]) li:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .important {
    overflow: hidden;
  }
  .important__inner {
    max-width: 700px;
  }
  .important__decor {
    width: 100px;
    height: 150px;
    right: -45px;
  }
  .recieve__inner {
    margin: 30px 0 0 0;
    gap: 15px;
  }
  .recieve__inner.grid-6, .recieve__inner.flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .recieve__inner.grid-6 *, .recieve__inner.flex * {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    grid-column: auto !important;
  }
  .recieve__inner.grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .recieve__head::before {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
  .tasks .bg {
    display: none;
  }
  .tasks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .tasks__inner.has-bg {
    background: transparent !important;
  }
  .tasks__inner.has-bg .tasks__content {
    background: #eaf0ff;
  }
  .tasks__inner.has-bg.gray .tasks__content {
    background: #e6e6e6;
  }
  .tasks__inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .tasks__img {
    width: auto;
    float: none;
    margin: 0 !important;
    padding: 0;
  }
  .tasks__img::before {
    content: none;
  }
  .tasks p:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .page-main .top-page {
    padding: 30px 0;
  }
  .mission-box__head {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .thanks-main__decor {
    display: none;
  }
  .thanks-main__textbox {
    max-width: unset !important;
  }
  .thanks-main__textbox::before {
    height: calc(100% - 40px);
    top: 20px;
  }
  .thanks-main__item {
    min-height: unset;
  }
  .free__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0 0 0;
  }
  .free__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .members__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .members__item:not(.main) .members__item-img {
    padding-top: 88%;
  }
  .members__item.main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-row: auto;
  }
  main {
    overflow-x: clip;
  }
  .career-advantages b {
    font-size: 18px;
  }
  .career-advantages p:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .career-advantages__img {
    margin: 0 0 20px 0;
    width: 60px;
  }
  .career-advantages__item {
    padding: 15px;
  }
  .career-advantages__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .career__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .career__item {
    padding: 15px;
    grid-column: auto;
  }
  .career__item h5, .career__item .h5 {
    margin: 0 0 10px 0;
  }
  .career__item::before {
    margin: 0 0 10px 0;
  }
  .career__item.span-4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .process-ad__item {
    gap: 15px;
    max-width: calc(100vw - 90px);
  }
  .process-ad__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .process-ad__bg {
    right: -120px;
  }
  .overlay.active {
    opacity: 0.3;
    visibility: visible;
    pointer-events: all;
  }
  .catalog__head {
    margin: 0 0 25px 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-content__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 20px 0;
  }
  .catalog-content__head {
    padding: 15px;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .jq-selectbox__select {
    width: 180px;
    font: 16px/22px "Rubik", sans-serif;
  }
  .catalog-aside {
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px 0px 10px;
    background: #fff;
    z-index: 110;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-aside::-webkit-scrollbar {
    width: 3px;
  }
  .catalog-aside::-webkit-scrollbar-track {
    background: #fff;
  }
  .catalog-aside::-webkit-scrollbar-thumb {
    background-color: #051d5e;
    border-radius: 10px;
  }
  .catalog-aside__drop {
    padding: 10px;
  }
  .catalog-aside__drop ul:not([class]) li {
    padding: 0;
  }
  .catalog-aside .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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .catalog-aside.active {
    opacity: 1;
    visibility: visible;
  }
  .catalog-aside__buttons {
    padding: 15px 0;
    background: #fff;
    z-index: 10;
    margin: auto 0 0 0;
  }
  .catalog-aside .form__input {
    padding: 10px;
    font-size: 14px;
  }
  .catalog-aside__item {
    padding: 15px;
  }
  .catalog-aside__item-head {
    font-size: 16px;
    line-height: normal;
  }
  .catalog-aside__item .form__input.has-icon {
    padding: 10px 60px 10px 10px;
  }
  .catalog-aside__item .form__checkbox-text::before, .catalog-aside__item .form__checkbox-text::after {
    top: 1px;
  }
  .catalog-aside .noUi-handle {
    left: 18px;
  }
  .catalog-aside__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 5px 0;
    background: #fff;
  }
  .catalog-aside__close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .base-price__inner {
    gap: 10px;
  }
  .base-price__item {
    padding: 15px;
    gap: 10px;
  }
  .creation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .creation__aside {
    width: 100%;
  }
  .creation__item-progress {
    top: 0;
  }
  .contacts-main__head {
    margin: 0 0 20px 0;
  }
  .contacts-main__heading {
    font-size: 16px;
  }
  .contacts-main__name {
    margin: 0 0 15px 0;
  }
  .process-advantages__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .process-advantages__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 30px 0;
  }
  .process-advantages__item {
    padding: 15px;
    display: block;
  }
  .process-advantages__item::before {
    content: none;
  }
  .various__inner,
  .competitions__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .various__inner.flex, .various__inner.flex-50 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .various__inner.grid-6 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .various__inner.grid-6 * {
    grid-column: auto !important;
  }
  .various__item.fill {
    padding: 20px;
  }
  .various__item-name {
    margin: 0 0 12px 0 !important;
  }
  .profi__inner {
    gap: 20px;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .profi__inner.grid-6 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .profi__inner.flex > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .profi__inner * {
    grid-column: auto !important;
  }
  .competitions .numbers {
    margin: 40px 0 0 0;
  }
  .competitions__item {
    padding: 15px 15px 15px 39px;
  }
  .competitions__item.flex {
    padding: 15px 15px 15px 39px;
  }
  .competitions__item.flex::before {
    width: 30px;
    height: 62px;
  }
  .competitions__item::before {
    width: 30px;
    height: 62px;
  }
  .competitions__inner.grid-6 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .competitions__inner.grid-6 * {
    grid-column: auto !important;
  }
  .competitions__inner.grid-4 .competitions__item {
    min-height: unset;
  }
  .competitions__inner.flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .tooltip {
    width: 170px;
  }
  .blog {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .pagination__link, .pagination__dots {
    width: 32px;
    height: 32px;
  }
  .pagination__link.radius, .pagination__dots.radius {
    border-radius: 5px;
  }
  .pagination__prev, .pagination__next {
    margin: 0 !important;
  }
  .faq__item {
    padding: 20px;
    min-height: unset;
  }
  .faq__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .faq__item-body {
    padding: 15px 0 0 0;
  }
  .faq__item-body h4, .faq__item-body .h4 {
    font-size: 18px;
  }
  .faq__item-body h5, .faq__item-body .h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0 !important;
  }
  .faq__item-icon {
    width: 25px;
    height: 25px;
  }
  .faq__item-head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .solution__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .solution__img {
    margin: 0 auto;
  }
  .solution .text-5 {
    font-size: 12px;
    line-height: normal;
  }
  .main-question__head {
    text-align: left;
  }
  .main-question__item {
    padding: 15px;
  }
  .main-question__inner {
    gap: 20px;
  }
  .main-question__inner::before {
    font-size: 24px;
  }
  .geo .container {
    padding: 0;
  }
  .geo__head {
    text-align: left;
    padding: 0 20px;
  }
  .geo svg {
    width: 727px;
    height: 380px;
    max-width: unset;
    max-height: unset;
  }
  .geo__box {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .geo__box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .chat h4, .chat .h4 {
    max-width: calc(100% - 294px);
    margin: 0 auto;
  }
  .chat__inner::before, .chat__inner::after {
    width: 132px;
  }
  .team .cards-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .team .smart-layout .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .team__item-img {
    padding-top: 113% !important;
    position: relative;
  }
  .team__item-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .feedback__inner {
    padding: 10px;
  }
  .feedback__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feedback__layout-text {
    width: 100%;
  }
  .feedback__layout-fields {
    max-width: unset;
  }
  .feedback .btn {
    width: 100%;
    min-height: 52px;
  }
  .feedback .text-center {
    text-align: left;
  }
  .feedback__agree {
    margin: 12px 0 0 0;
    text-align: left;
  }
  .feedback__content {
    padding: 15px;
  }
  .feedback .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0 0 0;
  }
  .feedback__bottom {
    margin: 30px 0 0 0;
  }
  .feedback__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .social {
    gap: 15px;
  }
  .social__item {
    width: 40px;
    height: 40px;
  }
  .social__item svg {
    width: 100%;
    height: 100%;
  }
  .section-heading {
    margin: 0 0 30px 0;
  }
  .form__checkbox-text.text-small {
    font-size: 14px;
    line-height: normal;
  }
  .form__input {
    height: 55px;
    padding: 15px;
  }
  .form__file-info {
    top: 0;
  }
  .calc__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .calc__wrapper {
    padding: 10px;
  }
  .calc .form__checkbox-text::before,
  .calc .form__checkbox-text::after {
    top: -1px;
  }
  .calc .text-5 {
    font-size: 12px;
  }
  .calc__item {
    padding: 15px;
    border-radius: 8px !important;
  }
  .calc__item-total, .calc__item-input {
    font-size: 18px;
  }
  .calc__item-input {
    width: 88px;
  }
  .calc__item-input.small {
    width: 65px;
  }
  .calc__item.radius .btn {
    margin-top: 30px;
    width: 100%;
  }
  .calc__item h4, .calc__item .h4 {
    margin: 0 0 10px 0;
  }
  .noUi-handle {
    left: 90%;
  }
  .section-heading {
    text-align: left;
  }
  .top-page h1, .top-page .h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 25px 0 0 0;
  }
  .top-page h1 + p, .top-page .h1 + p {
    font-size: 20px;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .process {
    background: #e6e6e6;
    min-height: unset;
  }
  .process.small {
    min-height: unset;
  }
  .process .section-heading {
    padding-right: 40px;
  }
  .process__item ul:not([class]) li::before {
    top: 7px;
  }
  .process__item::before {
    top: 0;
  }
  .process__item::after {
    top: 2px;
    left: -37px;
  }
  .process .end-box {
    padding-left: 40px;
  }
  .process__bg {
    display: none;
  }
  .process__content {
    padding: 11px 0 13px 27px;
  }
  .process__bottom.end-box {
    display: block;
    text-align: center;
  }
  .video__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .video__text {
    max-width: 246px;
    padding: 20px 15px;
  }
  .video__logo {
    width: 70px;
  }
  .video__inner.modern .video__logo {
    top: 20px;
    left: 20px;
  }
  .video__inner.modern .play-btn {
    width: 30px;
    height: 30px;
  }
  .video__preview img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video__author {
    font-size: 22px;
    line-height: 26px;
    width: calc(100% + 15px);
    left: -15px;
    padding: 6px 15px 8px 15px;
  }
  .video__descr {
    font-size: 18px;
    line-height: normal;
  }
  .video .play-btn {
    width: 60px;
    height: 60px;
  }
  .page-fill {
    margin: 30px 0;
    font-size: 18px;
    line-height: normal;
  }
  .page-fill ul:not([class]) {
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
  }
  .page-fill ul:not([class]) li:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .page-fill ul:not([class]) li::before {
    top: 5px;
    left: -26px;
  }
  .page-body {
    padding: 0 0 60px 0;
  }
  .anchors-box {
    margin: 0 0 25px 0;
    padding: 15px 0;
    top: 83px;
  }
  .anchors__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid rgba(5, 29, 94, 0.7);
  }
  .anchors__mobile svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .anchors__mobile.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .textpage table:not([class]) dt::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .textpage table:not([class]) dt, .textpage table:not([class]) dd {
    padding: 0 0 0 20px;
  }
  .textpage table:not([class]) dd::before {
    width: 12px;
    top: 9px;
    left: 2px;
  }
  .textpage__anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    max-height: 200px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .textpage__anchors.active {
    opacity: 1;
    visibility: visible;
  }
  .textpage__anchors-item {
    padding: 7px 35px;
    opacity: 1;
    font-size: 14px;
    line-height: normal;
  }
  .textpage__anchors-item::after {
    content: none;
  }
  .textpage.text-4 {
    font-size: 20px;
    line-height: normal;
  }
  .textpage h2, .textpage .h2, .textpage h3, .textpage .h3, .textpage h4, .textpage .h4, .textpage h5, .textpage .h5, .textpage h6, .textpage .h6 {
    margin: 40px 0 20px 0;
  }
  .textpage img:not(:last-child) {
    margin: 30px 0;
  }
  .textpage p:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .textpage ol li {
    padding: 0;
  }
  .textpage table:not([class]) {
    margin: 40px 0;
  }
  .textpage table:not([class]) th {
    font-size: 18px;
    line-height: normal;
  }
  .textpage table:not([class]) th, .textpage table:not([class]) td {
    padding: 16px;
  }
  .textpage ul:not([class]) li::before {
    top: 6px;
  }
  .main-screen {
    margin: 0 0 60px 0;
  }
  .main-screen__decor {
    display: none;
  }
  .main-screen__bg {
    background: #051d5e;
  }
  .main-screen__bg picture, .main-screen__bg img {
    display: none;
  }
  .main-screen__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-screen__quote-inner {
    padding-bottom: 0;
  }
  .main-screen__quote-inner::before {
    height: calc(100% - 70px);
    bottom: -9px;
    left: -62px;
  }
  .main-screen__person {
    margin: 0 auto;
  }
  .main-screen__img.response {
    display: none;
  }
  .main-screen.crop .main-screen__group {
    margin: 15px 0 0 0;
  }
  .main-screen.crop.crop .main-screen__img img {
    -o-object-position: center;
    object-position: center;
  }
  .main-screen.cut-container .main-screen__heading {
    max-width: 484px;
  }
  .main-screen__title {
    margin: 0 0 4px 0;
  }
  .main-screen__title.text-4 {
    font-size: 16px;
    line-height: normal;
  }
  .main-screen__textbox {
    max-width: 400px;
    font-size: 16px;
  }
  .main-screen .text-small {
    font-size: 16px;
    line-height: normal;
  }
  .main-screen__heading {
    font-size: 28px;
    line-height: 34px;
  }
  .main-screen__item {
    padding: 23px 15px;
  }
  .main-screen__group {
    max-width: 382px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 15px 0;
  }
  .main-screen .btn {
    margin: 15px 0 0 0;
  }
  .main-screen__text::before {
    top: -14px;
  }
  .conditions__item {
    min-height: unset;
  }
  .conditions__item-decor {
    width: 60px;
  }
  .conditions__item-text::before {
    min-height: 60px;
  }
  .conditions__item.span-2 {
    grid-column: auto;
  }
  .btn {
    padding: 10px 20px;
    font-size: 18px;
    min-width: 180px;
  }
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3,
  .h3,
  .section-heading {
    font-size: 24px;
    line-height: 30px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: normal;
  }
  .text {
    font-size: 18px;
    line-height: 24px;
  }
  .text-1 {
    font-size: 16px;
    line-height: 22px;
  }
  .text-3 {
    font-size: 16px;
    line-height: 22px;
  }
  .text-4 {
    font-size: 16px;
    line-height: 22px;
  }
  .text-small {
    font-size: 16px;
    line-height: 22px;
  }
  .text-5 {
    font-size: 16px;
    line-height: 22px;
  }
  main ul:not([class]) li {
    padding: 0 0 0 16px;
  }
  main ul:not([class]) li::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .section {
    margin: 60px 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 55px;
    height: 40px;
  }
  .partners {
    margin: 0 0 20px 0;
  }
  .partners__inner {
    gap: 15px;
  }
  .btn-text {
    font-size: 16px;
  }
  .business__inner {
    padding: 10px;
  }
  .myth__item {
    padding: 20px;
  }
  .myth__box {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .myth__box-icon {
    width: 50px;
  }
  .cards-slider__controls {
    gap: 15px;
    margin: 20px 0 0 0;
  }
  .cards-slider__controls .swiper-pagination {
    display: none;
  }
  .cards-slider .text-5 {
    font-size: 12px;
  }
  .cards-slider__rating {
    margin: 1px 0 0 0;
  }
  .cards-slider__rating img {
    width: 18px;
    height: 18px;
  }
  .cards-slider__item {
    padding: 20px;
  }
  .cards-slider__body {
    margin: 0 0 30px 0;
  }
  .centered-box,
  .pagination {
    margin: 30px 0 0 0;
  }
  .licenses-slider__item {
    padding: 20px;
  }
  .licenses-slider__item:not(.swiper-slide) img {
    width: 40px;
  }
  .licenses-slider__text {
    margin: 0 0 20px 0;
  }
  .licenses-slider__text.text-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .trust__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .trust__bottom {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .trust__bottom * {
    grid-row: auto !important;
  }
  .trust__bottom-item {
    padding: 20px;
  }
  .trust__bottom-item.row-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .trust__bottom-inner {
    padding: 0 0 0 30px;
  }
  .trust__bottom-inner::before {
    width: 6px;
    height: 100%;
  }
  .trust__bottom-inner::after {
    width: 36px;
    height: 50px;
    top: 25px;
    left: -15px;
  }
  .trust__bottom-author {
    margin: 20px 0 0 0;
  }
  .trust__item {
    padding: 20px 14px;
    min-height: unset;
    height: 83px;
    gap: 5px;
  }
  .trust__item-img {
    height: 31px;
  }
  .trust__item-text {
    font-size: 12px;
    line-height: normal;
  }
  .trust__item-text + .trust__item-img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 142px;
  }
  .header__group-item.jsOpenSearch svg {
    width: 20px;
    height: 26px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3,
  .h3,
  .section-heading {
    font-size: 22px;
    line-height: 28px;
  }
  main {
    padding-top: 79px;
  }
  .anchors-box {
    top: 78px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .worker-block__inner {
    padding: 15px;
  }
  .worker-block__row {
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .worker-block__row:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .worker-block__img {
    width: 160px;
    height: 160px;
  }
  .worker-main__img {
    width: 200px;
  }
  .worker-main__inner {
    gap: 8px;
  }
  .worker-main__history {
    margin: 30px 0 0 0;
  }
  .secrets__inner {
    gap: 15px;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .consult-modal {
    padding-bottom: 0 !important;
  }
  .consult-modal__form {
    padding: 0;
  }
  .consult-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .consult-modal__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .help__item {
    min-height: unset;
  }
  .help__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .recieve__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .recieve__inner.grid-3 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .recieve__inner * {
    grid-column: auto !important;
  }
  .law-steps__togglers.years {
    padding-left: 10px;
    padding-right: 10px;
  }
  .law-steps__btn.year {
    font-size: 18px;
  }
  .law-steps__btn.year::before {
    width: 13px;
    height: 13px;
    top: -18px;
  }
  .low-vision {
    margin: 0;
  }
  .big-card__adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .big-card__adv .btn {
    position: static;
  }
  .big-card__decor {
    display: none;
  }
  .big-card__table {
    display: block;
  }
  .big-card__table tbody, .big-card__table td {
    display: block;
  }
  .big-card__table td:last-child {
    font-size: 14px;
  }
  .big-card__table tr {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .big-card__table tr::after {
    content: none;
  }
  .important p:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .important__decor {
    display: none;
  }
  .important__outer {
    padding: 25px 0;
  }
  .thanks-main {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .thanks-main * {
    grid-column: auto !important;
  }
  .mission-slider__item {
    padding-top: 44%;
  }
  .gift__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .gift__layout * {
    grid-row: auto !important;
  }
  .gift__text {
    max-width: calc(100% - 170px);
  }
  .gift__item {
    min-height: unset;
    padding: 20px;
  }
  .gift__item-name {
    margin: 0 0 15px 0;
  }
  blockquote {
    padding: 25px 25px 25px 50px;
    font-size: 18px;
    border-radius: 8px;
    margin: 30px 0;
  }
  blockquote::after {
    width: 4px;
    left: 15px;
  }
  blockquote::before {
    width: 28px;
    height: 19px;
    padding: 5px;
    left: 3px;
    background-size: 100% 100%;
    top: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .grid__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 25px;
  }
  .grid__inner.grid-4 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .price__item {
    padding: 22px 0;
  }
  .price__item h6:not(:last-child), .price__item .h6:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .price__inner {
    gap: 13px;
  }
  .price__inner:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .free table:not([class]) p:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .free table:not([class]) ul:not([class]) li:not(:last-child), .free table:not([class]) ol:not([class]) li:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .free table:not([class]) ol {
    padding: 0 0 0 8px;
  }
  .free table:not([class]) ul:not([class]) li {
    padding: 0 0 0 8px;
  }
  .free table:not([class]) ul:not([class]) li::before {
    top: 4px;
    width: 4px;
    height: 4px;
  }
  .members__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .members__layout * {
    grid-column: auto !important;
  }
  .members__item-name, .members__item-rewarded {
    font-size: 16px;
  }
  .members__item.next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .career-advantages b {
    font-size: 16px;
  }
  .career-advantages__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .career__bottom {
    margin: 25px 0 0 0;
  }
  .career__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .career__layout * {
    grid-column: auto !important;
  }
  .career__item.span-4 .career__item-inner {
    max-width: calc(100% - 60px);
  }
  .career__item-img {
    width: 116px;
    height: 116px;
    right: -56px;
  }
  .career__item-img img {
    -o-object-fit: unset;
    object-fit: unset;
  }
  .clients__layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subservices {
    gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
  }
  .subservices__item {
    font-size: 12px;
  }
  .modal {
    padding: 60px 20px 30px 20px;
  }
  .modal .fancybox-close-small {
    right: 20px;
    top: 20px;
  }
  .catalog__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% + 20px);
    padding: 0 20px 0 0;
  }
  .catalog__head::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .catalog__head-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .base-price__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .contacts-main__requisits {
    padding: 15px;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .contacts-main__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .contacts-main__layout * {
    grid-column: auto !important;
  }
  .process-advantages__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .creation__item {
    padding: 15px;
  }
  .creation__item-rating {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .creation__item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
  .profi__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .various__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .various__inner.grid-4, .various__inner.grid-2 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .various__inner * {
    grid-column: auto !important;
  }
  .various__bottom {
    margin: 20px 0 0 0;
  }
  .various__item {
    padding: 15px;
  }
  .various__item-name {
    margin: 0 0 10px 0;
  }
  .services__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .services .arrow-link {
    padding: 15px 0 0 0;
  }
  .services__item {
    min-height: unset;
    padding: 15px 55px 15px 15px;
  }
  .services__item::after {
    width: 43px;
    height: 96px;
  }
  table {
    display: block;
  }
  table.price-table {
    display: table;
  }
  table.price-table span {
    display: block;
  }
  table.price-table tr {
    border-top: 1px solid rgba(5, 29, 94, 0.3);
    position: relative;
  }
  table.price-table tr.response h6, table.price-table tr.response .h6 {
    max-width: unset !important;
  }
  table.price-table tr.response td:first-child {
    padding: 22px 0 47px 0;
  }
  table.price-table tr.response td:last-child {
    right: auto;
    top: auto;
    left: 0;
    bottom: 15px;
    padding: 0;
    position: absolute;
  }
  table.price-table tr:last-child {
    border-bottom: 1px solid rgba(5, 29, 94, 0.3);
  }
  table.price-table p {
    margin: 3px 0 0 0;
  }
  table.price-table h6, table.price-table .h6 {
    font-size: 14px;
    margin: 0;
  }
  table.price-table td {
    border: none !important;
    padding: 22px 0;
  }
  table.price-table td:first-child {
    padding-right: 13px;
  }
  table.price-table td:last-child {
    text-align: right;
    white-space: nowrap;
  }
  .textpage table:not([class]) {
    margin: 30px 0;
  }
  .textpage table:not([class]) td, .textpage table:not([class]) th {
    padding: 2px 5px;
    font-size: 10px;
    line-height: 100%;
  }
  .textpage table:not([class]) h6, .textpage table:not([class]) .h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .textpage table:not([class]) dt::before {
    width: 12px;
    height: 12px;
    top: 0;
  }
  .textpage table:not([class]) dt, .textpage table:not([class]) dd {
    padding: 0 0 0 15px;
  }
  .textpage table:not([class]) dd::before {
    width: 10px;
    top: 5px;
    left: 0;
  }
  .faq__item-subhead {
    margin: 0 0 15px 0 !important;
  }
  .faq__item .various__item-name::before {
    width: 40px;
  }
  .faq__item-cols {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 25px;
  }
  .faq__item-btn {
    margin: 25px 0 0 0;
  }
  .faq__item-body {
    font-size: 12px;
    line-height: normal;
  }
  .faq__item-body > div > div {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 25px;
  }
  .faq__item-body h5, .faq__item-body .h5 {
    font-size: 14px;
    line-height: normal;
    padding: 0;
  }
  .faq__item-body h5.decor, .faq__item-body .h5.decor {
    padding: 10px 0 0 0;
  }
  .faq__item-body h5.decor::before, .faq__item-body .h5.decor::before {
    width: 40px;
  }
  .faq__item-body h4, .faq__item-body .h4 {
    font-size: 18px;
  }
  .faq__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .faq__item-reward {
    font-size: 18px;
  }
  .solution__inner {
    gap: 10px;
    padding: 10px 10px 0 10px;
  }
  .solution__form {
    margin: 0;
    padding: 15px;
  }
  .solution__form .form__layout .btn {
    margin: 20px 0 0 0;
  }
  .trust__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .myth__item ul {
    margin: 15px 0 0 0;
  }
  .myth__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .chat {
    overflow: hidden;
  }
  .chat h4, .chat .h4 {
    max-width: calc(100% - 135px);
  }
  .chat h4.text-transform, .chat .h4.text-transform {
    font-size: 16px;
    line-height: normal;
  }
  .chat .social {
    max-width: 180px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .chat__inner {
    gap: 15px;
  }
  .chat__inner::before {
    left: -66px;
  }
  .chat__inner::after {
    right: -66px;
  }
  .btn {
    width: 100%;
  }
  .partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .partners__inner::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .partners__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 69px;
  }
  .process__item::before {
    font-size: 12px;
    top: 5px;
    left: -63px;
  }
  .process__item-heading {
    margin: 0 0 5px 0;
  }
  .video__desktop {
    display: none;
  }
  .video__mobile {
    display: block;
  }
  .video__heading {
    font-size: 22px;
    line-height: 80%;
    margin: 0 0 10px 0;
  }
  .video__text {
    max-width: 176px;
    padding: 12px 15px 5px 15px;
  }
  .video__text.large {
    max-width: 176px;
  }
  .video__author {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 15px 5px 15px;
  }
  .video__descr {
    font-size: 13px;
    line-height: normal;
    margin: 0 0 5px 0;
  }
  .video .play-btn {
    width: 30px;
    height: 30px;
  }
  .main-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b1c5a), color-stop(18%, #3e549c), color-stop(41%, #465790), color-stop(63%, #414f80), color-stop(83%, #2d3a6b), to(#0b1c5a));
    background: linear-gradient(180deg, #0b1c5a 0%, #3e549c 18%, #465790 41%, #414f80 63%, #2d3a6b 83%, #0b1c5a 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .main-screen.quote .main-screen__img {
    position: static;
  }
  .main-screen__img.response {
    display: block;
  }
  .main-screen__quote {
    max-width: unset;
    padding: 20px 0 0 42px;
  }
  .main-screen__quote.var-2 {
    max-width: unset;
  }
  .main-screen__quote.var-2 .main-screen__heading {
    font-size: 26px;
  }
  .main-screen__quote-main {
    margin: 0 0 18px 0 !important;
  }
  .main-screen__quote p:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .main-screen__quote h4, .main-screen__quote .h4 {
    font-size: 20px;
  }
  .main-screen__quote::after {
    top: 59px;
  }
  .main-screen__quote-inner {
    padding: 0 0 15px 0;
  }
  .main-screen__quote-inner::before {
    left: -42px;
  }
  .main-screen.cut-container .main-screen__heading {
    max-width: unset;
  }
  .main-screen.has-scroll-img .main-screen__img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .main-screen.has-scroll-img.active .main-screen__img {
    opacity: 1;
    visibility: visible;
  }
  .main-screen.crop {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-screen.crop .main-screen__img {
    position: static;
    height: auto;
    margin: 0;
  }
  .main-screen__textbox {
    max-width: unset;
  }
  .main-screen::before {
    content: "";
    height: 100%;
    width: 990px;
    background: url(../img/main-decor.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
  }
  .main-screen__heading {
    font-size: 24px;
    line-height: 120%;
  }
  .main-screen__img {
    height: auto;
    margin: -40px 0 0 0;
  }
  .main-screen__img.response {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .main-screen__textbox {
    margin: 0 0 25px 0;
  }
  .main-screen__textbox.response {
    max-width: 79%;
  }
  .main-screen__group {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
    max-width: unset;
    margin: 20px 0 30px 0;
  }
  .main-screen__group.mobile-response {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .main-screen__title::before {
    top: -9px;
  }
  .main-screen__item {
    padding: 21px 20px 12px 20px;
  }
  .main-screen__item.small {
    padding: 21px 20px 12px 20px;
  }
  .main-screen__text::before {
    top: -10px;
  }
  .main-screen__content {
    position: static;
  }
  .conditions__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .conditions * {
    grid-column: auto !important;
  }
  .conditions__item-heading {
    margin: 0 0 15px 0;
  }
  .conditions__item-heading span {
    display: inline;
  }
  .conditions__item-text {
    padding: 0 0 0 10px;
  }
  .conditions__item-text::before {
    min-height: 50px;
    left: -10px;
  }
  .conditions__item-text:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .conditions__item.big {
    padding: 20px;
  }
  .conditions__item-decor {
    display: none;
  }
  .conditions__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .numbers__item.text-3 {
    font-size: 16px;
    line-height: 22px;
  }
  .numbers__item-head {
    font-size: 30px;
    line-height: normal;
  }
  .feedback .form__layout {
    gap: 10px;
  }
  .feedback__row {
    gap: 10px;
  }
  .mission__top, .mission__img {
    margin: 0 0 25px 0;
  }
  .form__input {
    height: 52px;
    font-size: 16px;
    padding: 0 15px;
  }
  .form__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .form__layout * {
    grid-column: auto !important;
  }
  .cards-slider__item {
    padding: 15px;
  }
  .fancybox-slide--video {
    padding: 0 !important;
  }
  .competitions__inner.grid-2 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .competitions__inner.grid-2 * {
    grid-column: auto !important;
  }
}
@media screen and (max-width: 500px) {
  body:has(.warning) .footer {
    padding-bottom: 150px;
  }
  .footer {
    display: block;
    text-align: left;
  }
  .footer__eye {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__eye svg {
    top: 1px;
  }
  .footer__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }
  .worker-main__img {
    width: auto;
  }
  .worker-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .worker-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .competitions__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .competitions__inner.grid-2, .competitions__inner.grid-4 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .competitions__inner * {
    grid-column: auto !important;
  }
  .result__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .big-card__main {
    height: 174px;
  }
  .whats__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meeting__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .grid__inner {
    gap: 10px;
  }
  .lawyer-slider ul {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .format__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .format__inner * {
    grid-column: auto !important;
  }
  .format__item::before {
    content: none;
  }
  .source__decor {
    display: none;
  }
  .source__inner {
    padding: 20px;
  }
  .source__content {
    max-width: unset;
  }
  .clients__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .catalog-content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .catalog-content__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .form__file-popup {
    padding: 10px 0 0 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }
  .form__file-popup::before {
    left: 50%;
    top: 6px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .mission__content {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .numbers__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .numbers__inner.grid-2 {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .numbers__item {
    padding: 20px;
  }
  .solution__img {
    width: auto;
  }
  .solution__img.big {
    width: auto;
  }
  .pagination {
    gap: 7px;
  }
  .pagination__link, .pagination__dots {
    width: 24px;
    height: 24px;
  }
  .clients-slider .play-btn {
    width: 40px;
    height: 40px;
  }
  .clients-slider .play-btn svg {
    width: 100%;
    height: 100%;
  }
  .clients-slider__content {
    padding: 15px 40px 15px 15px;
    bottom: 52px;
  }
  .clients-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .noUi-handle {
    width: 20px;
    height: 20px;
    top: -6px;
    left: 80%;
  }
  .calc__item-row {
    margin: 0 0 22px 0;
  }
  .calc__item-layout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .calc__item-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .calc__item-total, .calc__item-input {
    font-size: 18px;
    line-height: normal;
  }
  .blog {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
}