html {
  font-size: 20px;
}

body {
  min-width: 320px;
  color: #12213a;
  font-family: "Forma DJR Cyrillic Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #f1eef6;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 360px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.row-custom {
  margin: -1px;
}
@media (min-width: 768px) {
  .row-custom {
    margin: -3px;
  }
}

.col-custom {
  padding: 1px;
}
@media (min-width: 768px) {
  .col-custom {
    padding: 3px;
  }
}

h1 {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 78px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 99px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 140px;
  }
}

h2 {
  color: #4069b4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 45px;
  }
}

h3 {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.main-section .tiles .cell-8 .tile.color2 {
  background-color: #727272;
}

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

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

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-abs {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-cover {
  background-position: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}

.ordinary-text {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  line-height: 1.35;
}
.ordinary-text * + * {
  margin-top: 20px;
}

a.nav-custom-link,
button.nav-custom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #12213a;
  white-space: nowrap;
  background-color: #fff;
  padding: 8px 15px 6px 15px;
  border-radius: 18px;
}
@media (min-width: 360px) {
  a.nav-custom-link,
  button.nav-custom-link {
    padding: 10px 15px 8px 15px;
    border-radius: 18px;
  }
}
@media (min-width: 768px) {
  a.nav-custom-link,
  button.nav-custom-link {
    color: #407893;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1024px) {
  a.nav-custom-link,
  button.nav-custom-link {
    padding: 13px 25px 11px 25px;
    border-radius: 21px;
  }
}
a.nav-custom-link:hover,
button.nav-custom-link:hover {
  color: #12213a;
  background-color: #fff;
}
a.nav-custom-link.font-dark,
button.nav-custom-link.font-dark {
  color: #12213a;
  background-color: #fff;
}
a.nav-custom-link.esp,
button.nav-custom-link.esp {
  color: #fff;
  background-color: #4069b4;
}
a.nav-custom-link.esp .icon-squares,
button.nav-custom-link.esp .icon-squares {
  fill: rgba(255, 255, 255, 0.3);
}
a.nav-custom-link.v2,
button.nav-custom-link.v2 {
  padding: 7px 10px;
}
@media (min-width: 360px) {
  a.nav-custom-link.v2,
  button.nav-custom-link.v2 {
    padding: 9px 15px;
  }
}
@media (min-width: 1024px) {
  a.nav-custom-link.v2,
  button.nav-custom-link.v2 {
    padding: 12px 25px;
  }
}
a.nav-custom-link.v2.active,
button.nav-custom-link.v2.active {
  background-color: #000;
}
a.nav-custom-link.v2.active .svg-icon,
button.nav-custom-link.v2.active .svg-icon {
  fill: #fff;
}
a.nav-custom-link.v3,
button.nav-custom-link.v3 {
  color: #fff;
  background-color: rgba(138, 172, 189, 0.34);
}
a.nav-custom-link.v3:hover,
button.nav-custom-link.v3:hover {
  color: #12213a;
  background-color: #fff;
}

.slogan {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 360px) {
  .slogan {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .slogan {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .slogan {
    font-size: 28px;
  }
}

.bttn {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #4069b4;
  border-radius: 25px;
  transition: background-color 0.2s;
}
.bttn:hover, .bttn:focus {
  background-color: #407893;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 2px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}
.custom-scroll.v2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.hid-scroll {
  scrollbar-width: none;
}
.hid-scroll::-webkit-scrollbar {
  width: 0;
}
.hid-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.hid-scroll-h::-webkit-scrollbar {
  width: auto;
  height: 0;
}

/* input-placeholder */
input::-webkit-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

label {
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 6px;
}
label span {
  color: #eb5757;
}

.field {
  width: 100%;
  height: 43px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #c2ccd1;
  border-radius: 5px;
  transition: border-color 0.2s;
}
.field:focus {
  border-color: rgba(64, 105, 80, 0.85);
}

textarea.field {
  height: 115px;
  padding: 15px 20px;
  resize: none;
}

.input-gr + .input-gr {
  margin-top: 20px;
}

.svg-icon {
  display: block;
}

.icon-logo {
  width: 45px;
  height: 44px;
}

.icon-mail {
  width: 14px;
  height: 12px;
}

.icon-squares {
  width: 16px;
  height: 16px;
}

.icon-call,
.icon-sms,
.icon-sms2 {
  width: 32px;
  height: 32px;
}

.icon-burger {
  width: 14px;
  height: 14px;
}

.icon-set {
  width: 30px;
  height: 32px;
}

.icon-set2 {
  width: 33px;
  height: 34px;
}

.icon-arrow_up_right {
  width: 23px;
  height: 23px;
}

.icon-arrow_up {
  width: 20px;
  height: 20px;
}

.icon-check,
.icon-globus {
  width: 33px;
  height: 33px;
}

.icon-shield {
  width: 29px;
  height: 35px;
}

.main-header {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.64);
}
@media (min-width: 360px) {
  .main-header {
    padding: 18px 0 24px 0;
  }
}
@media (min-width: 1024px) {
  .main-header {
    font-size: 16px;
    padding: 32px 0;
  }
}
.main-header a.logo-link {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
@media (min-width: 360px) {
  .main-header a.logo-link {
    width: 37px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .main-header a.logo-link {
    width: 45px;
    height: 44px;
  }
}
.main-header a.logo-link .svg-icon {
  width: 100%;
  height: 100%;
  fill: #407893;
}
.main-header .icon-link .svg-icon {
  width: 23px;
  height: 22px;
  fill: rgba(64, 120, 147, 0.5);
}
@media (min-width: 360px) {
  .main-header .icon-link .svg-icon {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1024px) {
  .main-header .icon-link .svg-icon {
    width: 32px;
    height: 32px;
  }
}
.main-header .icon-sms2,
.main-header .icon-squares {
  width: 16px;
  height: 16px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}
.main-header .icon-sms2 {
  margin: 0 6px 0 0;
}
.main-header .icon-burger {
  width: 16px;
  height: 16px;
  fill: #407893;
}
.main-header .header-menu {
  display: flex;
  align-items: center;
}
.main-header .header-menu .icon-squares {
  width: 14px;
  height: 14px;
}
@media (min-width: 1024px) {
  .main-header .header-menu .icon-squares {
    width: 16px;
    height: 16px;
  }
}
.main-header .contacts-segm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header .contacts-segm li {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .main-header .contacts-segm li {
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .main-header .contacts-segm li {
    margin-left: 16px;
  }
}
@media (min-width: 1440px) {
  .main-header .contacts-segm li {
    margin-left: 32px;
  }
}
.main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
    margin-left: 32px;
  }
}
.main-header .contacts-segm li.li-icon {
  font-size: 0;
}
@media (min-width: 1440px) {
  .main-header .contacts-segm li.li-icon {
    font-size: 16px;
  }
}

.mob-sidebar {
  position: fixed;
  top: 62px;
  right: -370px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #f1eef6;
  padding: 25px 15px;
  box-shadow: -1px 2px 10px 0 rgba(64, 120, 147, 0.1);
  transition: 0.2s;
}
@media (min-width: 360px) {
  .mob-sidebar {
    top: 80px;
    width: 360px;
    padding: 40px 15px;
  }
}
.mob-sidebar.active {
  right: 0;
}
.mob-sidebar .contact-info {
  margin-top: 25px;
}
@media (min-width: 360px) {
  .mob-sidebar .contact-info {
    margin-top: 45px;
  }
}

.mob-menu {
  color: #407893;
  font-size: 16px;
}
.mob-menu li + li {
  margin-top: 10px;
}
.mob-menu li a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 13px 25px 11px 25px;
  border-radius: 20px;
}
.mob-menu li a.cat-link {
  color: #12213a;
  font-weight: 500;
}
.mob-menu li a.cat-link.esp {
  color: #fff;
  background-color: #4069b4;
}
.mob-menu li a.cat-link.esp .icon-squares {
  fill: rgba(255, 255, 255, 0.3);
}
.mob-menu li a .svg-icon {
  width: 14px;
  height: 14px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}

.contact-info {
  font-size: 16px;
  line-height: 1.35;
}
.contact-info .contact-info-elem + .contact-info-elem {
  margin-top: 16px;
}
.contact-info dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

section {
  padding-top: 30px;
}
@media (min-width: 360px) {
  section {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: 85px;
  }
}

.main-section .h1-wrap,
.main-section .h2-wrap {
  padding: 20px 0 13px 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.64);
}
@media (min-width: 768px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 25px 0 13px 0;
  }
}
@media (min-width: 1024px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 38px 0 22px 0;
  }
}
@media (min-width: 1440px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 43px 0 27px 0;
  }
}
.main-section .h2-wrap {
  padding: 31px 0 44px 0;
}
.main-section .h2-wrap h2 {
  color: #12213a;
  margin-bottom: 0;
}
.main-section .h2-wrap .cats-num {
  color: #4069b4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .main-section .h2-wrap .cats-num {
    font-size: 24px;
  }
}
.main-section .sub-p {
  max-width: 690px;
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 12px auto;
}
@media (min-width: 360px) {
  .main-section .sub-p {
    font-size: 20px;
    margin: 24px auto 20px auto;
  }
}
@media (min-width: 768px) {
  .main-section .sub-p {
    font-size: 31px;
    margin: 26px auto 32px auto;
  }
}
@media (min-width: 1440px) {
  .main-section .sub-p {
    max-width: none;
    text-align: left;
    margin: 26px 0 32px 50%;
  }
}
.main-section .tiles .tile {
  height: 148px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  border-radius: 12px;
}
@media (min-width: 360px) {
  .main-section .tiles .tile {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile {
    height: 240px;
    font-size: 18px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile {
    height: 182px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile {
    height: 264px;
  }
}
.main-section .tiles .tile.half-height {
  height: 73px;
}
@media (min-width: 360px) {
  .main-section .tiles .tile.half-height {
    height: 81px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.half-height {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.half-height {
    height: 182px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.half-height {
    height: 264px;
  }
}
.main-section .tiles .tile.no-rad {
  border-radius: 0;
}
.main-section .tiles .tile.big-top-right-rad {
  border-top-right-radius: 80px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-top-right-rad {
    border-top-right-radius: 22px;
  }
}
.main-section .tiles .tile.big-btm-left-rad {
  border-bottom-left-radius: 80px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-btm-left-rad {
    border-bottom-left-radius: 22px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-top-right-rad-md {
    border-top-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-top-right-rad-md {
    border-top-right-radius: 156px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-btm-right-rad-md {
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-btm-right-rad-md {
    border-bottom-right-radius: 156px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.no-big-rad-lg {
    border-radius: 22px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.no-big-rad-xl {
    border-radius: 22px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-btm-left-rad-xl {
    border-bottom-left-radius: 156px;
  }
}
.main-section .tiles .tile.pad {
  padding: 20px 14px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.pad {
    padding: 30px 25px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.pad {
    padding: 22px 21px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.pad {
    padding: 30px;
  }
}
.main-section .tiles .tile.pad2 {
  padding: 15px 18px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.pad2 {
    padding: 24px 26px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.pad2 {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.pad2 {
    padding: 30px;
  }
}
.main-section .tiles .tile .icon-set {
  width: 30px;
  height: 32px;
  fill: #fff;
}
@media (min-width: 1440px) {
  .main-section .tiles .tile .icon-set {
    width: 42px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-3 {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-3 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-4 {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-4 {
    order: 6;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-5 {
    order: 5;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-5 {
    order: 7;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-6 {
    order: 6;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-6 {
    order: 9;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-7 {
    order: 7;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-7 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-9 {
    order: 5;
  }
}

.tile.black {
  background-color: #000;
}
.tile.color1 {
  background-color: #7398d1;
}
.tile.color2 {
  background-color: #4069b4;
}
.tile.color3 {
  background-color: #407893;
}

.cats .cats-nav {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  line-height: 1.35;
}
.cats .cats-nav li {
  padding: 24px 0;
  border-top: 1px solid rgba(187, 187, 187, 0.64);
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .cats .cats-nav li {
    padding: 24px 0 36px 0;
  }
}
.cats .cats-nav li:hover {
  background-color: rgba(146, 173, 216, 0.19);
}
.cats .cats-nav .li-row {
  display: flex;
  align-items: flex-start;
}
.cats .cats-nav .li-row-elem {
  display: block;
}
.cats .cats-nav .li-row-elem:nth-child(1) {
  flex-shrink: 0;
  width: calc(40% - 75px);
  font-size: 20px;
  font-weight: 500;
  padding-top: 26px;
}
@media (min-width: 360px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(40% - 80px);
  }
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    font-size: 44px;
    width: calc(35% - 128px);
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(40% - 128px);
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(50% - 174px);
    font-size: 54px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(2) {
  flex-shrink: 0;
  width: 75px;
  font-size: 54px;
  font-weight: 500;
}
@media (min-width: 360px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 128px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 174px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(2) svg {
  width: 56px;
  height: 56px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(2) svg {
    width: 78px;
    height: 78px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(2) svg {
    width: 116px;
    height: 116px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding-right: 26px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    padding-right: 34px;
  }
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    font-size: 76px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header a {
    width: 34px;
    height: 34px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header a .svg-icon {
  width: 18px;
  height: 18px;
  fill: #4069b4;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header a .svg-icon {
    width: 23px;
    height: 23px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-descr {
  display: block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-descr {
    font-size: 24px;
  }
}
.cats .img-block {
  position: relative;
  overflow: hidden;
  height: 310px;
}
@media (min-width: 360px) {
  .cats .img-block {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .cats .img-block {
    height: 370px;
  }
}
@media (min-width: 1024px) {
  .cats .img-block {
    height: 515px;
  }
}
@media (min-width: 1440px) {
  .cats .img-block {
    height: 690px;
  }
}
.cats .img-block .inner-block {
  background-color: #4069b4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cats .img-block img {
  height: 290px;
  position: relative;
  z-index: 2;
}
@media (min-width: 300px) {
  .cats .img-block img {
    height: 200px;
  }
}
@media (min-width: 360px) {
  .cats .img-block img {
    height: 270px;
  }
}
@media (min-width: 768px) {
  .cats .img-block img {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .cats .img-block img {
    height: 470px;
  }
}
@media (min-width: 1440px) {
  .cats .img-block img {
    height: 600px;
  }
}

.cats .img-block .line {
  background-color: rgba(40, 40, 40, 1);
  height: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.cats .img-block .line img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

@media (min-width: 300px) {
  .cats .img-block .line img {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 360px) {
  .cats .img-block .line img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1440px) {
  .cats .img-block .line img {
    width: 55px;
    height: 55px;
  }
}


.about h2 {
  margin-bottom: 25px;
}
.about .slogan {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .about .slogan {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .about .slogan {
    text-indent: 396px;
    padding: 0 172px 0 272px;
    margin-bottom: 60px;
  }
}
.about .slogan span {
  color: #407893;
}
.about .img-wrap {
  height: 313px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about .img-wrap {
    height: 516px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .about .img-wrap {
    height: 524px;
    margin-right: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .about .img-wrap {
    height: 556px;
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .about .ordinary-text {
    padding-right: 172px;
  }
}

.why {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .why {
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .why {
    padding-bottom: 85px;
  }
}
.why .tiles {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why .tiles {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .why .tiles {
    margin-bottom: 60px;
  }
}
.why .tiles .tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  padding: 17px 28px 16px 25px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .why .tiles .tile {
    flex-direction: column;
    align-items: flex-end;
    height: 210px;
    font-size: 18px;
    padding: 18px 22px 22px 24px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile {
    height: 280px;
    font-size: 22px;
    padding: 23px 27px 25px 30px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile {
    height: 376px;
    font-size: 25px;
    padding: 30px 33px 35px 43px;
  }
}
.why .tiles .tile.big-btm-right-rad {
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 60px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 134px;
  }
}
.why .tiles .tile .svg-icon {
  fill: #fff;
  order: 1;
}
@media (min-width: 768px) {
  .why .tiles .tile .svg-icon {
    order: 0;
  }
}
.why .tiles .tile .icon-set2 {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-set2 {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-set2 {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-set2 {
    width: 33px;
    height: 34px;
  }
}
.why .tiles .tile .icon-check,
.why .tiles .tile .icon-globus {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 33px;
    height: 33px;
  }
}
.why .tiles .tile .icon-shield {
  width: 23px;
  height: 28px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-shield {
    width: 17px;
    height: 19px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-shield {
    width: 21px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-shield {
    width: 29px;
    height: 35px;
  }
}
.why .tiles .tile span {
  display: block;
  width: 100%;
}
.why .slogan {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .why .slogan {
    text-align: center;
    padding: 0 78px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .why .slogan {
    text-align: left;
    padding: 0 74px 0 472px;
  }
}
@media (min-width: 1440px) {
  .why .slogan {
    text-indent: 396px;
    padding: 0 203px 0 272px;
    margin-bottom: 25px;
  }
}
.why .slogan span {
  color: #407893;
}
@media (min-width: 768px) {
  .why .ordinary-text {
    text-align: center;
    padding: 0 78px;
  }
}
@media (min-width: 1024px) {
  .why .ordinary-text {
    text-align: left;
    padding: 0 74px 0 472px;
  }
}
@media (min-width: 1440px) {
  .why .ordinary-text {
    padding: 0 346px 0 668px;
  }
}

.questions {
  position: relative;
  background-color: #e7e4ec;
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .questions {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .questions {
    padding: 80px 0 0 0;
  }
}
.questions .section-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .questions .section-inner {
    width: 900px;
    margin: 0 auto;
  }
}
.questions h2 {
  color: #12213a;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .questions h2 {
    font-size: 65px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .questions h2 {
    font-size: 76px;
  }
}
.questions .ordinary-text {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .questions .ordinary-text {
    max-width: none;
    text-align: left;
    padding-left: 50%;
    margin: 0;
  }
}
.questions .form-wrap {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 24px 16px 30px 16px;
  border-radius: 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .questions .form-wrap {
    padding: 35px 85px 55px 85px;
    border-radius: 22px;
    margin-top: -38px;
    transform: translateY(70px);
  }
}
@media (min-width: 1024px) {
  .questions .form-wrap {
    padding: 35px 170px 55px 170px;
  }
}
.questions .form-wrap h3 {
  max-width: 250px;
  line-height: 1.35;
  text-align: center;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .questions .form-wrap h3 {
    max-width: none;
    margin: 0 0 35px 0;
  }
}
.questions .form-wrap .success-block-wrap {
  display: none;
}
.questions .form-wrap .success-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .questions .form-wrap .success-block {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.questions .form-wrap .success-block .main-mess {
  max-width: 260px;
  font-size: 30px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .questions .form-wrap .success-block .main-mess {
    max-width: 600px;
    font-size: 65px;
    line-height: 0.8;
  }
}
@media (min-width: 1024px) {
  .questions .form-wrap .success-block .main-mess {
    max-width: 780px;
    font-size: 76px;
  }
}
.questions .question-img-wrap {
  display: none;
  position: absolute;
  top: -320px;
  left: calc(50% - 400px);
  z-index: 0;
}
@media (min-width: 1024px) {
  .questions .question-img-wrap {
    display: block;
  }
}
@media (min-width: 1440px) {
  .questions .question-img-wrap {
    top: -260px;
    left: calc(50% - 525px);
  }
}
.questions .question-img-wrap svg {
  width: 495px;
  height: 565px;
}
@media (min-width: 1440px) {
  .questions .question-img-wrap svg {
    width: 635px;
    height: 725px;
  }
}

/* </main */
/* footer */
.main-footer {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  background-color: #002843;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .main-footer {
    padding-top: 140px;
  }
}
.main-footer .btm-footer {
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 40px 0 25px 0;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 60px;
}
@media (min-width: 1440px) {
  .main-footer .btm-footer {
    margin-top: 45px;
  }
}
.main-footer .btm-footer .btn-up {
  position: absolute;
  top: -23px;
  left: 50%;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #002843;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  transform: translateX(-50%);
}
.main-footer .btm-footer .btn-up .svg-icon {
  fill: #fff;
}
.main-footer .btm-footer .btn-up:hover {
  background-color: #407893;
}
.main-footer .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .main-footer .logo-link {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.main-footer .logo-link span {
  display: block;
}
.main-footer .logo-link span.sub-string {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  margin-top: 2px;
}
.main-footer .logo-link .svg-icon {
  fill: #fff;
  margin-right: 20px;
}
.main-footer .footer-menu {
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-footer .footer-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-menu {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .main-footer .footer-menu {
    justify-content: center;
  }
}
.main-footer .footer-menu li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .main-footer .footer-menu li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
.main-footer .footer-menu a.nav-custom-link {
  padding: 13px 25px 11px 25px;
  border-radius: 21px;
}
.main-footer .footer-menu .icon-squares {
  width: 14px;
  height: 14px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}
@media (min-width: 1024px) {
  .main-footer .footer-menu .icon-squares {
    width: 16px;
    height: 16px;
  }
}
.main-footer .contact-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .main-footer .contact-info {
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  .main-footer .contact-info {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .main-footer .contact-info {
    padding-left: 60px;
    margin-top: 0;
  }
}
.main-footer .contact-info .contact-info-elem {
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    width: 290px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    margin-right: 100px;
  }
}
@media (min-width: 1440px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    margin-right: 0;
  }
}
/* @media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem:last-child {
    margin-left: 35px;
  }
} */
.main-footer .contact-info dt {
  color: #fff;
}

.cat-tabs {
  padding: 30px 0 50px 0;
}
@media (min-width: 768px) {
  .cat-tabs {
    padding: 40px 0 85px 0;
  }
}
.cat-tabs .cat-tab {
  display: block;
  position: relative;
  height: 100%;
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  padding: 20px 10px;
  border: 1px solid #c2ccd1;
  transition: background-color 0.2s, border-color 0.2s;
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab {
    padding: 33px 15px;
  }
}
.cat-tabs .cat-tab .cat-tab-number {
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
  font-size: 17px;
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .cat-tab-number {
    left: 30px;
  }
}
.cat-tabs .cat-tab .img-wrap {
  height: 212px;
  margin-bottom: 20px;
}
@media (min-width: 360px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 232px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 254px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 212px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 306px;
    margin-bottom: 20px;
  }
}
.cat-tabs .cat-tab .cat-tab-title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  padding: 0 25px 0 10px;
}
@media (min-width: 768px) {
  .cat-tabs .cat-tab .cat-tab-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .cat-tab-title {
    font-size: 41px;
    padding: 0 25px 0 15px;
  }
}
.cat-tabs .cat-tab .cat-tab-title a {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.cat-tabs .cat-tab .cat-tab-title a .svg-icon {
  width: 16px;
  height: 16px;
  fill: #4069b4;
}
.cat-tabs .cat-tab:hover {
  background-color: #e0e2f1;
  border-color: #e0e2f1;
}

/* </footer */
/* modals */
/* </modals */
/*# sourceMappingURL=main.css.map */
