body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  color: #0045a0;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #0045a0;
  font-family: 'Nunito', sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #0045a0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loaded .main-wrapper {
  opacity: 0;
}
.icon-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: #ffc91c;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.loaded .icon-load {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  background: #fff;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0045a0;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(0.97) rotateZ(90deg);
          transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(0.97) rotateZ(180deg);
          transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(0.97) rotateZ(270deg);
          transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
.yellow {
  color: #ffc91c;
}
.blue {
  color: #0045a0;
}
.btn {
  height: 52px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #0045a0;
  color: #fff;
}
.btn:hover {
  background-color: #ffc91c;
  color: #0045a0;
}
.btn.bordered {
  border: 2px solid #0045a0;
  background-color: transparent;
  color: #0045a0;
}
.btn.bordered:hover {
  background-color: #0045a0;
  color: #fff;
}
.sect-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.slider-arrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.slider-arrs .prev,
.slider-arrs .next,
.pagination-wrap a.prev,
.pagination-wrap a.next {
  width: 45px;
  height: 42px;
  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: 5px;
  cursor: pointer;
  border: 2px solid #ffc91c;
  background-color: #fff;
}
.slider-arrs .next {
  background-color: #ffc91c;
}
.slider-arrs .next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.eot");
  src: local("Nunito-Regular"), url("../fonts/Nunito/Nunito-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Nunito/Nunito-Regular.woff2") format('woff2'), url("../fonts/Nunito/Nunito-Regular.woff") format('woff'), url("../fonts/Nunito/Nunito-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Light.eot");
  src: local("Nunito-Light"), url("../fonts/Nunito/Nunito-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/Nunito/Nunito-Light.woff2") format('woff2'), url("../fonts/Nunito/Nunito-Light.woff") format('woff'), url("../fonts/Nunito/Nunito-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Medium.eot");
  src: local("Nunito-Medium"), url("../fonts/Nunito/Nunito-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Nunito/Nunito-Medium.woff2") format('woff2'), url("../fonts/Nunito/Nunito-Medium.woff") format('woff'), url("../fonts/Nunito/Nunito-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Bold.eot");
  src: local("Nunito-Bold"), url("../fonts/Nunito/Nunito-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Nunito/Nunito-Bold.woff2") format('woff2'), url("../fonts/Nunito/Nunito-Bold.woff") format('woff'), url("../fonts/Nunito/Nunito-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Regular.eot");
  src: local("Oswald-Regular"), url("../fonts/Oswald/Oswald-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Oswald/Oswald-Regular.woff2") format('woff2'), url("../fonts/Oswald/Oswald-Regular.woff") format('woff'), url("../fonts/Oswald/Oswald-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Bold.eot");
  src: local("Oswald-Bold"), url("../fonts/Oswald/Oswald-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Oswald/Oswald-Bold.woff2") format('woff2'), url("../fonts/Oswald/Oswald-Bold.woff") format('woff'), url("../fonts/Oswald/Oswald-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.footer {
  padding: 35px 0 20px;
  background-color: #0045a0;
  color: #fff;
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  margin-bottom: 55px;
  display: inline-block;
}
.footer__partn {
  margin-bottom: 18px;
}
.footer__partn .ttl {
  margin-bottom: 12px;
  font-weight: 700;
}
.footer__partn .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer__partn .imgs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__partn .imgs a:hover {
  opacity: 0.7;
}
.footer__copy {
  font-size: 14px;
  font-weight: 700;
}
.footer__copy a {
  color: #fff;
  text-decoration: underline;
}
.footer__copy a:hover {
  text-decoration: none;
}
.footer__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu {
  width: 220px;
}
.footer__menu .menu-ttl {
  margin-bottom: 15px;
  font-weight: 700;
}
.footer__menu li {
  margin-bottom: 20px;
  display: block;
}
.footer__menu li a {
  color: #ffc91c;
  font-weight: 700;
}
.footer__menu li a:hover {
  color: #fff;
}
.footer__socs .ttl {
  margin-bottom: 18px;
  font-weight: 700;
}
.footer__socs .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer__socs .socs a:hover {
  opacity: 0.7;
}
.footer__col3-mob {
  display: none;
}
.work-time {
  position: relative;
  cursor: default;
}
.work-time:hover .work-time__drop {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.work-time__drop {
  position: absolute;
  width: 170px;
  background-color: #0045a0;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.work-time__drop p:not(:last-child) {
  margin-bottom: 10px;
}
.header {
  position: relative;
}
.header__top {
  background-color: #0045a0;
  padding: 8px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-hamb {
  margin-right: 30px;
  width: 18px;
  height: 16px;
  position: relative;
  display: none;
  cursor: pointer;
}
.header__top-hamb:before,
.header__top-hamb:after,
.header__top-hamb span {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.header__top-hamb:before {
  top: 0;
}
.header__top-hamb:after {
  bottom: 0;
}
.header__top-hamb span {
  top: calc(50% - 1px);
}
.header__top-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__top-langs .item {
  display: inline-block;
  line-height: 24px;
  min-width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  /*color: #0045a0;*/
  /*background-color: #ffc91c;*/
  color: #ffc91c;
  border-radius: 2px;
}
.header__top-langs .item.active {
  background-color: #ffc91c;
  color: #0045a0;
}
.header__top-info {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header__top-info .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.header__top-info .item img {
  margin-right: 5px;
}
.header__top-info .item.schema {
  display: none;
}
.header__second-menu {
  display: none;
}
.header__second-menu li {
  color: #0045a0;
  font-size: 16px;
  font-weight: 700;
}
.header__second-menu li a {
  -webkit-transition: none;
  transition: none;
  color: #0045a0;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 100px 0;
  position: relative;
}
.header__menu-wrap {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__menu li {
  color: #0045a0;
  font-size: 18px;
  font-weight: 700;
}
.header__menu li a {
  -webkit-transition: none;
  transition: none;
  color: #0045a0;
  position: relative;
}
.header__menu > li {
  margin-right: 30px;
  position: relative;
}
@media (min-width: 1001px) {
  .header__menu > li:hover > a {
    border-bottom: 2px solid #ffc91c;
  }
  .header__menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .header__menu > li.homepage {
    margin-right: 40px;
  }
  .header__menu > li.homepage:hover {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .header__menu > li.homepage a {
    font-size: 0;
    display: block;
    width: 21px;
    height: 21px;
    background-image: url("../img/icons/home-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.header__menu > li > ul {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 0;
  min-width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0px 50px 30px 0px rgba(0,69,160,0.3);
          box-shadow: 0px 50px 30px 0px rgba(0,69,160,0.3);
  padding: 28px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.header__menu > li > ul > li:hover {
  background-color: #ffc91c;
}
.header__menu > li > ul > li a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  padding: 8px 45px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.header__right-item p {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 18px;
  color: #0045a0;
  text-align: right;
}
.header__right-item .cont {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  font-weight: 300;
}
.header__right-item .cont:hover {
  color: #ffc91c;
}
.header__right-item .cont img {
  margin-right: 5px;
}
.header__logo {
  width: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__top-call-icon {
  display: none;
}
.floating-block {
  position: fixed;
  left: 0;
  top: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.floating-block .left,
.floating-block .right {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.floating-block .left:hover,
.floating-block .right:hover {
  opacity: 0.9;
}
.floating-block .left {
  background-color: #0045a0;
  color: #ffc91c;
  padding: 0 15px;
  border-radius: 3px;
}
.floating-block .left img {
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.floating-block .right {
  padding: 15px 40px 0 15px;
  background-color: #fff;
  border-radius: 3px;
}
.floating-block .right .text {
  position: relative;
}
/*.floating-block .right .text:after {*/
/*  content: '';*/
/*  width: 33px;*/
/*  height: 1px;*/
/*  background-color: #0045a0;*/
/*  position: absolute;*/
/*  right: -75px;*/
/*  top: 10px;*/
/*}*/
.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-color: #fff;
}
.wrapper {
  min-width: 320px;
  max-width: 100%;
  padding: 0 100px 0 100px;
  margin: 0 auto;
  position: relative;
}
.hsect1 {
  padding-top: 20px;
}
.hsect1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hsect1__left {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
}
.hsect1__left img {
  display: block;
  margin-left: auto;
}
.hsect1__right {
  width: 40%;
  padding-left: 65px;
  position: relative;
}
.hsect1__slider {
  max-width: 850px;
}
.hsect1__slider .slide {
  padding-top: 30px;
}
.hsect1__slider .slide .ttl {
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
.hsect1__slider .slide .ttl .small {
  font-size: 48px;
}
.hsect1__slider .slide .descr {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1d446a;
}
.hsect1__slider .slide .descr b {
  font-weight: 700;
}
.hsect1__slider .slide .btn-more {
  height: 52px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0045a0;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 1px;
}
.hsect1__slider .slide .btn-more:hover {
  background-color: #ffc91c;
}
.hsect1__slider-arrs {
  position: absolute;
  bottom: 5px;
  left: 450px;
}
.hsect2 {
  padding: 100px 0 50px;
}
.hsect2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hsect2__left,
.hsect2__right {
  width: 50%;
}
.hsect2__left {
  padding-right: 100px;
}
.hsect2__left img {
  width: 100%;
  height: auto;
}
.hsect2__ttl {
  margin-bottom: 28px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}
.hsect2__tab-header {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.hsect2__tab-header .tab {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-radius: 5px;
  background-color: #ffc91c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.hsect2__tab-header .tab.active {
  border-bottom: 3px solid #0045a0;
}
.hsect2__tabs-ttl {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}
.hsect2__tabs-cont {
  margin-bottom: 20px;
  color: #002750;
}
.hsect2__tabs-img-mob {
  display: none;
}
.hsect3 {
  padding: 50px 0 115px;
  background-color: #0045a0;
}
.hsect3__ttl {
  margin-bottom: 35px;
  text-align: center;
  color: #ffc91c;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.hsect3__subttl {
  max-width: 980px;
  margin: 0 auto 70px;
  color: #fff;
  font-size: 16px;
}
.hsect3__grid {
  gap: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hsect3__grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 15px);
}
@media (min-width: 1000px) {
  .hsect3__grid .item:nth-child(6n-2),
  .hsect3__grid .item:nth-child(6n-1),
  .hsect3__grid .item:nth-child(6n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hsect3__grid .item:nth-child(6n-2) .image,
  .hsect3__grid .item:nth-child(6n-1) .image,
  .hsect3__grid .item:nth-child(6n) .image {
    padding-left: 0;
    padding-right: 20px;
  }
}
.hsect3__grid .item .text {
  padding-top: 20px;
  color: #ffc91c;
  width: 50%;
}
.hsect3__grid .item .image {
  width: 50%;
  padding-left: 0px;
}
.hsect3__grid .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hsect3__grid .item .t1 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.hsect3__grid .item .t1 .small {
  font-size: 24px;
}
.hsect3__grid .item .t1 sup {
  vertical-align: super;
  font-size: initial;
}
.hsect3__grid .item .t2 {
  font-size: 18px;
  font-weight: 700;
}
.hsect4 {
  padding: 50px 0;
}
.hsect4 .wrapper {
  position: relative;
}
.hsect4__slider .slide,
.news-hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hsect4__slider .slide .left,
.hsect4__slider .slide .right,
.news-hero__left,
.news-hero__right {
  width: 50%;
}
.hsect4__slider .slide .left,
.news-hero__left {
  padding-right: 100px;
  aspect-ratio: 8/6;
}
.hsect4__slider .slide .left img,
.news-hero__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hsect4__slider .slide .right,
.news-hero__left right {
  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;
}
.hsect4__slider .slide-ttl,
.news-hero__ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.hsect4__slider .slide-date,
.news-hero__date {
  margin-bottom: 20px;
  font-weight: 700;
  color: #002750;
}
.hsect4__slider .slide-desc,
.news-hero__excerpt {
  margin-bottom: 20px;
}
.hsect4__slider .slide-image {
  display: none;
}
.hsect4__slider-info {
  margin-top: auto;
  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;
  width: 100%;
  margin-top: 20px;
}
.hsect4__slider-info.mob-version {
  display: none;
}
.hsect4__slider-counter {
  font-size: 40px;
  color: #ffc91c;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hsect4__ttl {
  margin-bottom: 70px;
}
.hsect4__ttl-mob {
  display: none;
}
.hsect5 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hsect5__left,
.hsect5__right {
  width: 50%;
}
.hsect5__right {
  padding-top: 200px; <!-- padding-left: 100px;-->
}
.hsect5__addr {
  margin-bottom: 50px;
}
.hsect5__addr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*color: #002750;*/
  font-size: 14px;
  font-weight: 700;
}
.hsect5__addr .item:first-child {
  margin-bottom: 10px;
}
.hsect5__addr .item img {
  margin-right: 5px;
}
.hsect5__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hsect5__contacts .item {
  width: 33.33%;
  padding-right: 10px;
  margin-bottom: 50px;
  font-size: 15px;
}
.hsect5__contacts .item .position {
  font-weight: 700;
}
.hsect5__contacts .item .name {
  margin-bottom: 5px;
}
.hsect5__contacts .item .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.hsect5__contacts .item .contact:hover {
  color: #ffc91c;
}
.hsect5__contacts .item .contact img {
  margin-right: 5px;
}
.hsect6 {
  margin-bottom: 15px;
}
.hsect6 iframe {
  position: relative;
  z-index: 5;
}
.breadcrumbs {
  padding-left: 10px;
  margin-bottom: 10px;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__inner a,
.breadcrumbs__inner span {
  display: inline-block;
}
.breadcrumbs__separator {
  margin: 0 5px;
}
.breadcrumbs__inner a:hover {
  color: #ffc91c;
}
.breadcrumbs__inner span {
  color: #1d446a;
}
.our-services .wrapper,
.service-page .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-services {
  padding-bottom: 130px;
}
.our-services__left,
.our-services__right {
  width: 50%;
}
.our-services__left {
  padding-left: 10px;
  padding-right: 50px;
}
.our-services__ttl {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
.our-services__text {
  font-size: 16px;
  line-height: 1.5;
}
.our-services__text p {
  margin-bottom: 15px;
  color: #002750;
}
.our-services__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-top: 60px;
}
.our-services__right .item {
  width: calc(50% - 10px);
  height: 160px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #0045a0;
}
.our-services__right .item:hover .arr {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.our-services__right .item .icon {
  margin-right: 10px;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.our-services__right .item .name {
  color: #0045a0;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 50px;
}
.our-services__right .item .arr {
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-services__ttl-mob {
  display: none;
}
.our-services__ttl-mob br {
  display: none;
}
.service-page {
  padding-bottom: 40px;
}
.service-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-page__left {
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
}
.service-page__left .service-page__image {
  display: none;
}
.service-page__right {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-page__text {
  color: #1d446a;
}
.service-page__text p {
  margin-bottom: 20px;
  font-size: 16px;
}
.service-page__text h2 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  color: #0045a0;
  font-family: 'Oswald', sans-serif;
}
.service-page__text h3 {
  margin: 20px 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #0045a0;
  font-family: 'Oswald', sans-serif;
}
.service-page__text ul,
.service-page__text ol {
  margin: 20px 0;
  list-style-type: none;
}
.service-page__text ul li,
.service-page__text ol li {
  padding-left: 35px;
  margin-bottom: 16px;
  position: relative;
}
.service-page__text ul li:last-child,
.service-page__text ol li:last-child {
  margin-bottom: 0;
}
.service-page__text ul li:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/li-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-page__text ol {
  counter-reset: list;
}
.service-page__text ol li:before {
  content: counter(list);
  counter-increment: list;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ffc91c;
  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;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1;
  color: #ffc91c;
  font-weight: 700;
}
.service-page__image {
  position: relative;
  margin-bottom: 65px;
}
.service-page__image .icon {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #fff;
  right: -60px;
  bottom: -80px;
  position: absolute;
  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;
  padding: 25px;
}
.service-page__image .icon img {
  width: 100%;
}
.service-page__services-title {
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
.service-page__services .item {
  height: 160px;
  padding: 30px 20px;
  border: 2px solid #0045a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.service-page__services .item:hover .arr {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.service-page__services .item .icon {
  width: 100px;
  margin-right: 15px;
}
.service-page__services .item .name {
  font-size: 18px;
  line-height: 1.5;
  max-width: 150px;
  font-weight: 700;
}
.service-page__services .item .arr {
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-page__bot-text {
  font-weight: 700;
  color: #1d446a;
}
.phylo-s1 {
  padding-top: 55px;
  margin-bottom: 60px;
}
.phylo-s1 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phylo-s1 .breadcrumbs {
  padding-left: 0;
}
.phylo-s1__fullwidth {
  width: 100%;
  padding-left: 10px;
}
.phylo-s1__left {
  width: 45%;
  padding-right: 10px;
}
.phylo-s1__right {
  width: 55%;
}
.phylo-s1__right img {
  width: 100%;
}
.phylo-s1__ttl1 {
  color: #0045a0;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.phylo-s1__ttl1 span {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.phylo-s1__ttl2 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}
.phylo-s1__ttl2.gal-text {
  text-align: center;
}
.phylo-s1__ttl2 span {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  display: block;
}
.phylo-s1__text {
  max-width: 550px;
  color: #1d446a;

}
.phylo-s1__text.gal-text {
  margin: auto;
  /*text-align: center;*/
  max-width: 100%;
}
.phylo-s1__text p:not(:last-child) {
  margin-bottom: 15px;
}
.phylo-s2 {
  margin-bottom: 100px;
}
.phylo-s2__quote {
  padding: 90px 50px 90px 100px;
  /* max-width: 1350px; */
  margin: 0 auto;
}
.phylo-s2__quote,
.phylo-s4 .quote {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  background-color: #ffc91c;
  color: #0045a0;
}
.phylo-s2__quote:before,
.phylo-s4 .quote:before,
.phylo-s2__quote:after,
.phylo-s4 .quote:after {
  font-size: 96px;
  font-weight: 500;
  position: absolute;
}
.phylo-s2__quote:before,
.phylo-s4 .quote:before {
  content: '“';
  left: 50px;
  top: 30px;
}
.phylo-s2__quote:after,
.phylo-s4 .quote:after {
  content: '“';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 50px;
  bottom: 30px;
}
.phylo-s2__quote p:not(:last-child),
.phylo-s4 .quote p:not(:last-child) {
  margin-bottom: 25px;
}
.phylo-s3 {
  max-width: 1350px;
  margin: 0 auto 100px;
}
.phylo-s3__ttl {
  text-align: center;
  margin-bottom: 80px;
}
.phylo-s3__items {
  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;
}
.phylo-s3__items .item {
  width: 33.33%;
  padding-right: 30px;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #1d446a;
}
.phylo-s3__items .item:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/aim.svg");
}
.phylo-s3__items .item .t1,
.phylo-s3__items .item .t2 {
  max-width: 380px;
}
.phylo-s3__items .item .t1 {
  font-weight: 700;
}
.phylo-ttl {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #0045a0;
  font-size: 40px;
  font-weight: 700;
}
.phylo-s4 {
  margin-bottom: 100px;
}
.phylo-s4 .wrapper {
  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;
}
.phylo-s4__left,
.phylo-s4__right {
  width: calc(50% - 60px);
}
.phylo-s4 .quote {
  padding: 65px 86px;
}
.phylo-s4 .quote:before {
  left: 30px;
}
.phylo-s4 .quote:after {
  right: 30px;
}
.phylo-s4__ttl {
  margin-bottom: 30px;
}
.phylo-s4__text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.phylo-s5 {
  padding: 100px 0;
}
.phylo-s5__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.phylo-s5__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phylo-s5__cols .col {
  width: 470px;
  max-width: calc(33.33% - 25px);
  background-color: #ffc91c;
  color: #0045a0;
  padding: 80px 30px;
}
.phylo-s5__cols .col.blue {
  background-color: #0045a0;
  color: #fff;
}
.phylo-s5__cols .col.blue .item:before {
  background-image: url("../img/icons/two-check-white.svg");
}
.phylo-s5__cols .item {
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.phylo-s5__cols .item:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/two-check-blue.svg");
}
.phylo-s5__cols .item:not(:last-child) {
  margin-bottom: 20px;
}
.phylo-s5__cols .item .t1 {
  font-weight: 700;
}
.contacts-page {
  margin-top: 30px;
}
.contacts-page .sect-ttl {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
}
.contacts-page .hsect5__contacts {
  gap: 100px;
}
.contacts-page .hsect5__contacts .item {
  width: calc(33.33% - 67px);
}
.contacts-page .hsect5__contacts .photo {
  aspect-ratio: 1 / 1;
  margin-bottom: 15px;
}
.contacts-page .hsect5__contacts .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-s1 {
  padding-left: 10px;
  padding-bottom: 70px;
}
.history-s1 .date,
.history-s1 .ttl {
  margin-bottom: 3px;
  <!--text-transform: uppercase; отключил верхний регистр-->
  color: #0045a0;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}
.history-s1 .text {
  line-height: 1.5;
  color: #1d446a;
}
.history-s1 .text p:not(:last-child) {
  margin-bottom: 15px;
}
.history-s1__items,
.history-s1__bot {
  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;
  padding: 0 60px;
}
.history-s1__item {
  width: calc(33.33% - 40px);
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 601px) {
  .history-s1__item:last-child {
    margin-left: auto;
  }
  .history-s1__item:before {
    content: '';
    width: calc(100% + 50px);
    height: 2px;
    border-top: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    left: 0;
  }
  .history-s1__item:nth-child(4):before,
  .history-s1__item:nth-child(7):before,
  .history-s1__item:nth-child(10):before,
  .history-s1__item:nth-child(13):before {
    width: calc(100% + 100px);
    left: -48px;
  }
  .history-s1__item:nth-child(3):after,
  .history-s1__item:nth-child(9):after,
  .history-s1__item:nth-child(15):after {
    content: '';
    height: 100%;
    width: 2px;
    border-right: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    right: -50px;
  }
  .history-s1__item:nth-child(4):after,
  .history-s1__item:nth-child(10):after {
    content: '';
    height: 100%;
    width: 2px;
    border-right: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    left: -50px;
  }
}
.history-s1__item .icon {
  margin-bottom: 3px;
  width: 28px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.history-s1__bot .item {
  width: calc(33.33% - 40px);
  margin-bottom: 50px;
}
.history-s1__bot .item:last-child {
  width: calc(66.66% - 20px);
}
.history-s1__slider {
  width: calc(66.66% - 40px);
  max-width: 100%;
  margin: 0 auto 15px;
}
.history-s1__slider img {
  width: 100%;
}
.history-s1 .hsect4__slider-info {
  width: calc(66.66% - 40px);
  max-width: 100%;
  margin: auto;
}
.documents {
  padding-bottom: 80px;
  padding-left: 10px;
}
.documents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 20px;
}
.documents__item {
  width: calc(25% - 15px);
}
.documents__item .icon {
  margin-bottom: 3px;
}
.documents__item .name {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #0045a0;
  font-weight: 700;
}
.documents__item .doc-block {
  margin-bottom: 10px;
}
.documents__item .descr {
  font-size: 20px;
  line-height: 1.5;
  color: #1d446a;
  margin-bottom: 2px;
}
.documents__item .date {
  margin-bottom: 13px;
  color: #ffc91c;
  font-size: 14px;
  line-height: 1.5;
}
.documents__item .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.documents__item .btns a {
  display: block;
  width: 45px;
  height: 42px;
  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;
  border-radius: 5px;
  border: 2px solid #ffc91c;
}
.documents__item .btns a:hover {
  background-color: #ffc91c;
}
.gallery {
  padding-bottom: 80px;
}
.gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-left: 10px;
}
.gallery__wrap .item {
  aspect-ratio: 4/3;
  display: block;
  width: calc(25% - 15px);
}
.gallery__wrap .item:hover {
  opacity: 0.8;
}
.gallery__wrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan {
  padding-bottom: 80px;
}
.plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__wrap a {
  display: block;
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #FFC91C;
  border-radius: 20px 20px 0px 0px;
  padding: 25px 55px 15px 40px;
  display: flex;
  align-items: center;
  z-index: 9;
}
.cookies__text {
  margin-right: 55px;
  color: #1d446a;
}
.cookies__btn {
  width: 195px;
  height: 52px;
  cursor: pointer;
}
.cookies__btn:hover {
  background-color: #0045a0;
  color: #fff;
  opacity: .85;
}
.cookies__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cookies__close:before,
.cookies__close:after {
  content: '';
  width: 100%;
  height: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.cookies__close:before {
  transform: rotate(45deg);
}
.cookies__close:after {
  transform: rotate(-45deg);
}



.err404 {
  min-height: 60vh;
  padding: 120px 0;
  font-family: 'Oswald', sans-serif;
}
.err404 .wrapper {
  display: flex;
  align-items: center;
}
.err404__left {
  width: 60%;
}
.err404__right {
  width: 40%;
}
.err404__t1 {
  color: #0045a0;
  font-size: 232px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: -25px;
}
.err404__t2 {
  color: #ffc91c;
  font-size: 83px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.err404__back-home {
  margin-top: 18px;
  margin-bottom: 40px;
  font-family: 'Nunito', sans-serif;
}
.err404__ttl-yellow {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffc91c;
}
.err404__block {
  margin-bottom: 40px;
}
.err404__block:last-child {
  margin-bottom: 0;
}
.err404__link {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.err404__link:hover {
  text-decoration: underline;
}


.news-hero {
  margin-bottom: 95px;
}
.news-hero__wrap {
  align-items: center;
}

.news-list {
  margin-bottom: 120px;
}
.news-list .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 45px;
}
.news-list__item {
  width: calc(25% - 34px);
}
.news-list__item:hover {
  opacity: .7;
}
.news-list__item .image {
  margin-bottom: 20px;
  aspect-ratio: 4 / 3;
}
.news-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__item .ttl {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.news-list__item .excerpt {
  color: #1d446a;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.news-list__item .date {
  color: #ffc91c;
  font-size: 14px;
}



.single-new {
  padding-top: 40px;
  margin-bottom: 60px;
}
.single-new .wrapper {
  max-width: 1120px;
}
.single-new__ttl {
  margin-bottom: 30px;
  font-size: 40px;
}
.single-new__photo {
  aspect-ratio: 10 / 4;
  margin-bottom: 30px;
}
.single-new__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-new__date {
  margin-bottom: 20px;
  color: #0045A0;
}
.single-new__content {
  color: #1d446a;
}
.single-new__content p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
.single-new__content a {
  color: #0045a0;
  text-decoration: underline;
  font-weight: 700;
}
.single-new__content p:last-child {
  margin-bottom: 0;
}
.other-news__ttl {
  width: 100%;
  text-align: center;
  font-size: 40px;
}
.news-hero .breadcrumbs {
  padding-left: 0;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pagination-wrap a,
.pagination-wrap span {
  margin: 0 20px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  color: #ffc91c;
  font-size: 30px;
  font-weight: 500;
}
.pagination-wrap a.prev,
.pagination-wrap a.next {
  background-image: url('../img/icons/arrow-slider-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transition: none;
}
.pagination-wrap a.next {
  transform: rotate(180deg);
  background-color: #FFC91C;
}
.pagination-wrap .page-numbers.current {
  color: #1d446a;
}
.gallery__loadmore-wrap,
.documents__loadmore-wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.gallery__loadmore,
.documents__loadmore {
  cursor: pointer;
  transition: all .3s;
}


.text-page {
  padding: 20px 0 100px;
}
.text-page .wrapper {
  max-width: 1120px;
}
.text-page__title {
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 80px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.text-page__content p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #1d446a;
  line-height: 1.5;
}
.text-page__content a {
  font-weight: 700;
  color: #0045a0;
  text-decoration: underline;
}
.text-page__content h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin: 30px 0 20px;
}
.text-page__content h3 {
  font-size: 18px;
  color: #1d446a;
  font-weight: 700;
  margin: 20px 0;
}

.scroll-up {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 17px;
  width: 60px;
  cursor: pointer;
}








@media (max-width: 1920px) {
  .hsect1__slider .slide .ttl .small {
    font-size: 40px;
  }
  .hsect1__left,
  .hsect1__right {
    width: 50%;
  }
}
@media (max-width: 1680px) {
  .header__logo {
    width: 170px;
  }
}
@media (max-width: 1440px) {
  .hsect1__slider .slide .ttl {
    font-size: 60px;
  }
  .hsect1__slider .slide .ttl .small {
    font-size: 30px;
  }
  .hsect2__left,
  .hsect4__slider .slide .left {
    padding-right: 50px;
  }
  .hsect3__grid .item .image {
    aspect-ratio: 1/1;
  }
  .hsect4__ttl {
    margin-bottom: 30px;
  }
  .hsect4__slider .slide-ttl {
    font-size: 32px;
  }
  .hsect5__right {
    padding-left: 50px;
  }
  .hsect5__contacts .item,
  .contacts-page .hsect5__contacts .item{
    width: calc(50% - 15px);
  }
  .contacts-page .hsect5__contacts {
    gap: 30px;
  }
  .footer__partn .imgs a {
    max-width: 100px;
  }
  .header__main {
    padding: 50px 50px 0;
  }
  .header__top {
    padding: 8px 50px;
  }
  .floating-block .left,
  .floating-block .right {
    height: 50px;
  }
  .floating-block .right .text {
    line-height: 1;
  }
  .floating-block .right {
    padding-top: 0;
  }
  .wrapper {
    padding: 0 65px;
  }
  .hsect1__slider-arrs {
    left: 400px;
  }
  .header__right {
    gap: 20px;
  }
}
@media (max-width: 1360px) {
  .header__menu > li {
    margin-right: 20px;
  }
  .header__menu > li.homepage {
    margin-right: 30px;
  }
  .header__menu li,
  .header__right-item p {
    font-size: 16px;
  }
  .header__main {
    padding: 30px 50px 0;
  }
  .header__right-item .cont,
  .hsect2__tabs-cont {
    font-size: 14px;
  }
  .hsect1 {
    padding-top: 0;
  }
  .hsect2__tab-header .tab {
    padding: 0 14px;
    font-size: 14px;
    height: 40px;
  }
  .hsect2__tabs-ttl {
    font-size: 30px;
  }
  .hsect3__grid .item .t2 {
    font-size: 14px;
  }
  .hsect3__grid .item .t1 {
    font-size: 30px;
  }
  .sect-ttl {
    font-size: 36px;
  }
  .hsect4__slider .slide-ttl {
    font-size: 28px;
    line-height: 1.1;
  }
  .our-services__right .item .icon {
    width: 70px;
  }
  .phylo-s2__quote,
  .phylo-s4 .quote {
    font-size: 20px;
  }
  .phylo-s4__left,
  .phylo-s4__right {
    width: calc(50% - 30px);
  }
  .phylo-s5__cols {
    gap: 25px;
  }
  .phylo-s1 .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1200px) {
  .header__top-hamb,
  .header__second-menu {
    display: block;
  }
  .header__menu-wrap {
    position: fixed;
    z-index: 9;
    top: 42px;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 50px 50px 0px rgba(0,69,160,0.5);
            box-shadow: 0px 50px 50px 0px rgba(0,69,160,0.5);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__menu-wrap.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .header {
    padding-top: 42px;
  }
  li.menu-item-has-children {
    margin-right: 15px;
  }
  li.menu-item-has-children > a {
    padding-right: 25px;
  }
  li.menu-item-has-children > a:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -1px;
    background-image: url("../img/icons/arr-menu.svg");
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  li.menu-item-has-children.active > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  li.menu-item-has-children.active > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__menu > li > ul > li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .header__menu > li > ul {
    padding: 10px 0;
    -webkit-box-shadow: 20px 30px 50px 0px rgba(0,69,160,0.3);
            box-shadow: 20px 30px 50px 0px rgba(0,69,160,0.3);
  }
  .header__main {
    padding: 15px 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__logo {
    position: static;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    width: 120px;
  }
  .our-services__right .item .arr {
    bottom: 10px;
    right: 10px;
  }
  .service-page__right {
    width: 400px;
  }
  .service-page__image .icon {
    width: 200px;
    height: 200px;
    padding: 35px;
  }
  .phylo-s1__ttl1 {
    font-size: 30px;
  }
  .phylo-s1__ttl2 {
    font-size: 60px;
  }
  .phylo-s3__items .item {
    padding-right: 10px;
  }
  .contacts-page .sect-ttl {
    font-size: 50px;
  }
  .documents__item {
    width: calc(33.3% - 15px);
  }
  .news-list__item {
    width: calc(33.33% - 30px);
  }
  .news-hero__left {
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  .hsect1__slider .slide .ttl .small {
    font-size: 24px;
  }
  .hsect1__slider .slide .ttl {
    font-size: 50px;
  }
  .hsect1__slider-arrs {
    left: 350px;
  }
  .hsect2__ttl {
    font-size: 40px;
  }
  .footer__partn .imgs a {
    max-width: 90px;
  }
  .footer__partn .imgs {
    gap: 20px;
  }
  .footer__menu {
    width: 200px;
  }
  .our-services__ttl-desk {
    display: none;
  }
  .our-services__ttl-mob {
    display: block;
    width: 100%;
  }
  .our-services .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our-services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .our-services__left,
  .our-services__right {
    width: 100%;
  }
  .our-services__right {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .our-services__right {
    padding-top: 30px;
  }
  .history-s1__items,
  .history-s1__bot {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .hsect3__grid .item {
    width: calc(50% - 10px);
  }
  .hsect3__grid .item:nth-child(4n-1),
  .hsect3__grid .item:nth-child(4n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hsect3__grid .item:nth-child(4n-1) .image,
  .hsect3__grid .item:nth-child(4n) .image {
    padding-left: 0;
    padding-right: 20px;
  }
  .hsect3__grid .item .image {
    aspect-ratio: 2/1.4;
  }
}
@media (max-width: 1000px) {
  .header__top {
    padding: 8px 20px;
    min-height: 42px;
  }
  .hsect2__tabs-img-mob,
  .hsect4__slider .slide-image,
  .hsect4__ttl-mob,
  .footer__col3-mob {
    display: block;
  }
  .floating-block,
  .hsect2__left,
  .slide .hsect4__ttl,
  .hsect4__slider .slide .left,
  .hsect5__right,
  .footer__col1 .footer__partn,
  .footer__col1 .footer__copy {
    display: none;
  }
  .header__top-info .item.address {
    display: none;
  }
  .header__top-info .item.schema {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header__top-info {
    gap: 30px;
  }
  .hsect1 {
    padding-top: 30px;
  }
  .hsect1 .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hsect1__left,
  .hsect1__right,
  .hsect5__left {
    width: 100%;
    padding: 0;
  }
  .hsect1__left {
    max-width: 580px;
  }
  .hsect1__right {
    max-width: 600px;
  }
  .hsect1__slider-arrs {
    left: auto;
    right: 0;
  }
  .hsect2__right {
    width: 100%;
  }
  .hsect2__tabs-img-mob {
    aspect-ratio: 3/1;
    width: 100%;
    margin-bottom: 25px;
  }
  .hsect2__tabs-img-mob img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper {
    padding: 0 20px;
  }
  .hsect4__ttl-mob {
    margin-bottom: 40px;
  }
  .hsect4__slider .slide .right {
    width: 100%;
    display: block;
  }
  .hsect4__slider .slide-image {
    aspect-ratio: 3/1;
    width: 100%;
    margin-bottom: 30px;
  }
  .hsect4__slider .slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hsect4__slider .slide .hsect4__slider-info {
    display: none;
  }
  .footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__menu {
    width: 210px;
  }
  .header__main {
    padding: 15px 20px;
  }
  .our-services__right,
  .our-services__left {
    padding-left: 0;
  }
  .breadcrumbs {
    padding: 0;
  }
  .phylo-s1__ttl1 {
    font-size: 20px;
  }
  .phylo-s1__ttl2 {
    font-size: 50px;
  }
  .phylo-s4 .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phylo-s4__left,
  .phylo-s4__right {
    width: 100%;
  }
  .phylo-s4__left {
    margin-bottom: 50px;
  }
  .phylo-s5__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phylo-s5__cols .col {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  .hsect4__slider-info.mob-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery__wrap .item {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .history-s1__item {
    width: calc(33.33% - 10px);
  }
  .history-s1__item:before {
    width: calc(100% + 10px);
  }
  .history-s1__item:nth-child(3):after,
  .history-s1__item:nth-child(9):after,
  .history-s1__item:nth-child(15):after {
    right: -10px;
  }
  .history-s1__item:nth-child(4):before,
  .history-s1__item:nth-child(7):before,
  .history-s1__item:nth-child(10):before,
  .history-s1__item:nth-child(13):before {
    left: -18px;
    width: calc(100% + 40px);
  }
  .history-s1__item:nth-child(4):after,
  .history-s1__item:nth-child(10):after {
    left: -20px;
  }
}
@media (max-width: 850px) {
  .cookies {
    flex-wrap: wrap;
    text-align: center;
    padding: 40px 20px;
  }
  .cookies__btns {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cookies__text {
    margin: 0;
  }
  .service-page__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-page__left {
    padding: 0;
    margin-bottom: 30px;
  }
  .service-page__right,
  .service-page__left {
    width: 100%;
  }
  .service-page__left .service-page__image {
    display: block;
    height: 300px;
  }
  .service-page__left .service-page__image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-page__image .icon {
    right: -10px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    padding: 25px;
  }
  .service-page__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-page__services .item {
    width: calc(50% - 10px);
    margin: 0;
  }
  .service-page__right .service-page__image {
    display: none;
  }
  .our-services__ttl {
    font-size: 60px;
  }
  .phylo-s1 .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phylo-s1__left {
    margin-bottom: 20px;
  }
  .phylo-s1__left,
  .phylo-s1__right {
    width: 100%;
  }
  .phylo-s3__items .item {
    width: 50%;
  }
  .phylo-s2__quote,
  .phylo-s4 .quote {
    padding: 65px 85px;
  }
  .phylo-s2__quote:before,
  .phylo-s4 .quote:before {
    left: 30px;
  }
  .phylo-s2__quote:after,
  .phylo-s4 .quote:after {
    right: 30px;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .contacts-page .sect-ttl {
    font-size: 36px;
  }
  .history-s1__items,
  .history-s1__bot {
    padding: 0;
  }
  .history-s1 .date,
  .history-s1 .ttl {
    font-size: 18px;
  }
  .history-s1 .text {
    font-size: 12px;
  }
  .history-s1__item {
    padding-bottom: 20px;
  }
  .history-s1__slider,
  .history-s1 .hsect4__slider-info {
    width: 100%;
  }
  .history-s1 {
    padding-left: 0;
  }
  .documents__item {
    width: calc(50% - 10px);
  }
  .documents,
  .gallery__wrap,
  .phylo-s1__fullwidth {
    padding-left: 0;
  }
  .err404__t1 {
    font-size: 150px;
    margin-bottom: 0;
  }
  .err404__t2 {
    font-size: 50px;
  }
  .err404__left,
  .err404__right {
    width: 50%;
  }
  .news-hero__ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .news-hero__date {
    margin-bottom: 10px;
  }
  .news-list__item {
    width: calc(33.33% - 20px);
  }
  .news-list .wrapper {
    gap: 30px;
  }
  .news-list__item .ttl {
    font-size: 18px;
  }
  .news-list__item .excerpt {
    font-size: 16px;
  }
  .sect-ttl {
    margin-bottom: 20px;
  }
  .text-page__title {
    font-size: 46px;
  }
  .text-page__content h2 {
    font-size: 20px;
  }
  .text-page__content h3 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .header__top-info,
  .header > .header__main > .header__right {
    display: none;
  }
  .header__top-call-icon {
    position: absolute;
    display: block;
    background-color: #ffc91c;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
  }
  .header__top-call-icon .icon-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .header__top-call-icon .header__right {
    position: absolute;
    z-index: 9;
    top: 42px;
    right: 0;
    width: 100vw;
    background-color: #fff;
    padding: 35px 0;
    -webkit-box-shadow: 0px 50px 50px 0px rgba(0,69,160,0.5);
            box-shadow: 0px 50px 50px 0px rgba(0,69,160,0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__top-call-icon .header__right.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  .header__top-call-icon .header__right-item {
    padding-right: 20px;
  }
  .header__top-call-icon .schema {
    padding: 15px;
    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;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    background-color: #0045a0;
  }
  .header__top-call-icon .schema svg {
    margin-right: 10px;
  }
  .header__main {
    padding: 0;
  }
  .header__menu li,
  .header__right-item p,
  .header__second-menu li {
    font-size: 18px;
  }
  .header__menu > li,
  .header__second-menu li {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .header__menu > li > ul {
    min-width: 320px;
  }
  .hsect3__grid .item {
    width: 100%;
  }
  .hsect3__grid .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hsect3__grid .item:nth-child(2n) .image {
    padding-left: 0;
    padding-right: 20px;
  }
  .hsect3__grid .item .image {
    aspect-ratio: 2/1.4;
  }
  .hsect3__ttl {
    font-size: 32px;
  }
  .hsect3__grid .item .t1,
  .hsect4__slider .slide-ttl {
    font-size: 24px;
  }
  .hsect5__contacts .item,
  .contacts-page .hsect5__contacts .item{
    width: 100%;
  }
  .contacts-page .hsect5__contacts {
    gap: 15px;
  }
  .footer__menu {
    width: 50%;
  }
  .footer__col2 {
    width: 100%;
  }
  .footer__menu li {
    margin-bottom: 15px;
  }
  .footer__menu li a {
    font-size: 14px;
  }
  .footer__col3-mob {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .footer__col3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 30px;
  }
  .footer__col2 {
    margin-bottom: 20px;
  }
  .footer__logo {
    width: 120px;
  }
  .header--inner .header__main {
    padding: 15px;
  }
  .header--inner .header__logo {
    margin: auto;
  }
  .our-services__ttl {
    font-size: 50px;
  }
  .our-services__right .item {
    width: 100%;
  }
  .our-services__right .item .arr {
    bottom: 20px;
    right: 20px;
  }
  .our-services {
    padding-bottom: 80px;
  }
  .our-services__right .item .name {
    font-size: 18px;
  }
  .our-services__right .item .icon {
    width: 100px;
  }
  .our-services__left {
    padding-right: 0;
  }
  .service-page__services .item {
    width: 100%;
  }
  .service-page__left .service-page__image {
    height: auto;
    aspect-ratio: 2/1.2;
    margin-bottom: 35px;
  }
  .service-page__image .icon {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
  .phylo-s1 {
    padding-top: 10px;
  }
  .phylo-s1__left {
    padding: 0;
  }
  .phylo-s2__quote,
  .phylo-s4 .quote {
    padding: 40px 30px;
    font-size: 16px;
  }
  .phylo-s2__quote:before,
  .phylo-s4 .quote:before {
    font-size: 70px;
    left: 15px;
    top: -10px;
  }
  .phylo-s2__quote:after,
  .phylo-s4 .quote:after {
    font-size: 70px;
    bottom: 10px;
    right: 15px;
  }
  .phylo-s3__items .item {
    width: 100%;
  }
  .phylo-ttl {
    font-size: 32px;
  }
  .phylo-s3__ttl {
    margin-bottom: 30px;
  }
  .phylo-s5__cols .col {
    padding: 40px 20px;
  }
  .phylo-s5 {
    padding: 50px 0;
  }
  .phylo-s3__items .item {
    margin-bottom: 25px;
  }
  .history-s1__item {
    width: 100%;
  }
  .history-s1__item:before {
    content: '';
    width: calc(100% + 18px);
    height: 2px;
    border-top: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    left: -8px;
  }
  .history-s1__item:first-child:before {
    width: calc(100% + 10px);
    left: 0 !important;
  }
  .history-s1__item:last-child:after {
    display: none;
  }
  .history-s1__item:last-child:before {
    width: 100%;
    left: 8px;
  }
  .history-s1__item:nth-child(2n-1):after {
    content: '';
    height: 100%;
    width: 2px;
    border-right: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    right: -10px;
  }
  .history-s1__item:nth-child(2n):after {
    content: '';
    height: 100%;
    width: 2px;
    border-right: 2px dashed #ffc91c;
    position: absolute;
    top: 13px;
    left: -10px;
  }
  .history-s1__bot .item {
    width: 100%;
  }
  .history-s1__bot .item:nth-child(1),
  .history-s1__bot .item:nth-child(2) {
    width: 50%;
  }
  .history-s1__bot .item:last-child,
  .documents__item {
    width: 100%;
  }
  .long-title {
    font-size: 36px;
  }
  .gallery__wrap {
    gap: 10px;
  }
  .gallery__wrap .item {
    width: calc(50% - 5px);
  }
  .wrapper {
    padding: 0 10px;
  }
  .err404__left,
  .err404__right {
    width: 100%;
  }
  .err404__left {
    margin-bottom: 40px;
  }
  .err404 .wrapper {
    flex-wrap: wrap;
  }
  .err404__right {
    text-align: center;
  }
  .err404 {
    padding: 40px 0;
  }
  .news-hero__wrap {
    flex-wrap: wrap;
  }
  .news-hero__left {
    margin-bottom: 20px;
  }
  .news-hero__left,
  .news-hero__right {
    width: 100%;
    padding-right: 0;
  }
  .news-list__item {
    width: calc(50% - 10px);
  }
  .news-list .wrapper {
    gap: 20px;
  }
  .news-hero,
  .news-list {
    margin-bottom: 60px;
  }
  .pagination-wrap a, .pagination-wrap span {
    font-size: 22px;
    margin: 0 10px;
  }
  .news-list__item .excerpt {
    font-size: 14px;
  }
  .sect-ttl {
    font-size: 26px;
  }
}
















