@import url(normalize.css);
@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot");
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff") format("woff"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot");
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff") format("woff"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot");
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff") format("woff"), url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Bold.eot");
  src: url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Helvetica Neue Cyr';
  font-size: 24px;
  color: #171717;
  height: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

body * {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

input, button, textarea {
  font-family: 'Helvetica Neue Cyr';
  font-weight: 400;
}

input[type="text"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear, textarea::-ms-clear {
  display: none;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.container {
  width: 100%;
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

img.img-overflow {
  max-width: none;
}

svg {
  display: block;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  line-height: 114%;
  font-weight: 700;
  font-size: 64px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 112%;
}

p {
  line-height: 150%;
  margin-top: 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header p {
  margin-top: 40px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.btn-large {
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  line-height: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  padding: 17px 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-large:hover {
  background-color: #002060;
  color: #fff;
}

.btn {
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  padding: 10px 24px;
  color: #fff;
  background-color: #3300FF;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 1px solid #3300FF;
  text-align: center;
}

.btn:hover {
  background-color: #7451FF;
  border-color: #7451FF;
  color: #fff;
}

.btn-border {
  color: #3300FF;
  border: 1px solid #3300FF;
  background: transparent;
}

.btn-border:hover {
  background-color: #3300FF;
  border-color: #3300FF;
}

.section {
  padding: 110px 0 120px;
}

.section--bg {
  background: -webkit-gradient(linear, left top, right top, from(#FFFEFF), to(#F2F2FF));
  background: linear-gradient(90deg, #FFFEFF 0%, #F2F2FF 100%);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-close svg path {
  -webkit-transition: .3s;
  transition: .3s;
}

.modal-close:hover svg path {
  fill: #3300FF;
}

.modal-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}

.request {
  font-family: 'Helvetica Neue Cyr';
  display: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 66px 74px;
  width: 100%;
  max-width: 564px;
}

.request .fancybox-close-small {
  display: none;
}

.request__input {
  margin-bottom: 25px;
}

.request__input input, .request__input textarea {
  display: block;
  width: 100%;
  background: none;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #BDC2C6;
  font-size: 16px;
}

.request__input input::-webkit-input-placeholder, .request__input textarea::-webkit-input-placeholder {
  -webkit-transition: .1s;
  transition: .1s;
  color: #999999;
}

.request__input input::-moz-placeholder, .request__input textarea::-moz-placeholder {
  -moz-transition: .1s;
  transition: .1s;
  color: #999999;
}

.request__input input:-ms-input-placeholder, .request__input textarea:-ms-input-placeholder {
  -ms-transition: .1s;
  transition: .1s;
  color: #999999;
}

.request__input input::-ms-input-placeholder, .request__input textarea::-ms-input-placeholder {
  -ms-transition: .1s;
  transition: .1s;
  color: #999999;
}

.request__input input::placeholder, .request__input textarea::placeholder {
  -webkit-transition: .1s;
  transition: .1s;
  color: #999999;
}

.request__input input:focus::-webkit-input-placeholder, .request__input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.request__input input:focus::-moz-placeholder, .request__input textarea:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.request__input input:focus:-ms-input-placeholder, .request__input textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.request__input input:focus::-ms-input-placeholder, .request__input textarea:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.request__input input:focus::placeholder, .request__input textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.request__input textarea {
  height: 120px;
  resize: none;
}

.request__wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}

.request__btn .btn {
  padding-top: 17px;
  padding-bottom: 17px;
}

.request__text {
  font-size: 12px;
  line-height: 167%;
}

.request__text a {
  text-decoration: underline;
}

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

.partners-all {
  display: none;
  background-color: #fff;
  padding: 60px 25px 0;
  width: 100%;
  max-width: 1280px;
}

.partners-all .fancybox-close-small {
  display: none;
}

.partners-all__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-height: 756px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-y: auto;
}

.partners-all__item {
  width: 20%;
  padding: 34px;
  border-right: 1px solid #E6E9EB;
  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;
}

.partners-all__item:nth-child(1n + 6) {
  border-top: 1px solid #E6E9EB;
}

.partners-all__item:nth-child(5n + 5) {
  border-right: 0;
}

.slider-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 22px;
  padding-left: 5px;
  padding-right: 5px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  z-index: 9;
}

.slider-pagination span {
  display: block;
  margin-bottom: 10px;
  margin: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.slider-pagination span.active {
  background-color: #3300FF;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 97;
  background-color: #fff;
  color: #002060;
  padding: 24px 0;
  -webkit-transition: color .3s, background-color .3s, -webkit-box-shadow .3s;
  transition: color .3s, background-color .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, color .3s, background-color .3s;
  transition: box-shadow .3s, color .3s, background-color .3s, -webkit-box-shadow .3s;
}

.header.scroll {
  color: #171717;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.header.scroll .header__logo svg path {
  fill: #002060;
}

.header.scroll .header__burger {
  background-color: #002060;
}

.header.scroll .header__burger svg path {
  fill: #fff;
}

.header__logo svg path {
  -webkit-transition: .3s;
  transition: .3s;
}

.header__row {
  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;
}

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

.header__item {
  margin-right: 40px;
  font-size: 18px;
}

.header__item:last-child {
  margin-right: 10px;
}

.header__item a {
  position: relative;
  z-index: 1;
  transition: all ease-in-out .2s;
}

/*.header__item a::before {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: -1;
  background-color: #002060;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__item a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}*/
.header__item a:hover{
  color: #E36C0A;
}

.header__burger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  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;
}

.header__burger svg path {
  fill: #002060;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__mob-top {
  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;
}

.header__mob-logo {
  width: 183px;
}

.header__mob-logo a{
  display: flex;
}

.header__mob-logo svg path {
  fill: #3300FF;
}

.header__close {
  cursor: pointer;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.header__contacts-wrapper p {
  font-size: 18px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 18px;
}

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

.header__soc-item {
  margin-right: 20px;
}

.header__soc-item:last-child {
  margin-right: 0;
}

.footer {
  position: relative;
  background-color: #171717;
  color: #fff;
  margin-top: 40px;
  padding: 70px 0 90px;
}

.footer__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer__logo {
  width: calc(100% / 12 * 3);
}

.footer__text {
  width: calc(100% / 12 * 4);
  max-width: 375px;
}

.footer__text span {
  font-size: 18px;
  line-height: 144%;
}

.footer__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.footer__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 315px;
}

.footer__input input {
  background: none !important;
  border: 0;
  border-bottom: 2px solid #3300FF;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

.footer__input input::-webkit-input-placeholder {
  color: #BDBDBD;
  -webkit-transition: .1s;
  transition: .1s;
}

.footer__input input::-moz-placeholder {
  color: #BDBDBD;
  -moz-transition: .1s;
  transition: .1s;
}

.footer__input input:-ms-input-placeholder {
  color: #BDBDBD;
  -ms-transition: .1s;
  transition: .1s;
}

.footer__input input::-ms-input-placeholder {
  color: #BDBDBD;
  -ms-transition: .1s;
  transition: .1s;
}

.footer__input input::placeholder {
  color: #BDBDBD;
  -webkit-transition: .1s;
  transition: .1s;
}

.footer__input input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.footer__input input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.footer__input input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.footer__input input:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.footer__input input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.footer__col {
  width: 25%;
}

.footer__col--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__bottom {
  width: 99%;
  justify-content: space-between;
  margin-top: 70px;
  margin-left: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  flex-direction: row-reverse;
}

.footer__tel, .footer__email, .footer__description {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 115%;
  margin-bottom: 18px;
}

.footer__email a:hover {
  text-decoration: underline;
}

.footer__soc {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__icon {
  margin-right: 20px;
  position: relative;
}

.footer__icon img {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__icon img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.footer__icon:hover img:first-child {
  opacity: 0;
  visibility: hidden;
}

.footer__icon:hover img:last-child {
  opacity: 1;
  visibility: visible;
}

.footer__sub {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer__item {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__item a:hover {
  text-decoration: underline;
}

.footer__desc p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 11px;
}

.footer__desc p:last-child {
  margin-bottom: 0;
}

.footer__link {
  text-decoration: underline;
}

.footer__link:hover {
  text-decoration: none;
}

.footer__send {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}

.footer__send button {
  width: 64px;
  height: 48px;
  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: 4px;
  background-color: #3300FF;
}

.main-section__slider {
  position: relative;
}

.main-section__slider.single-slider .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.main-section__slider.single-slider .slider-pagination, .main-section__slider.single-slider .main-section__arrows {
  display: none;
}

.main-section__arrows {
  position: relative;
  z-index: 9;
}

.main-section__arrows-wrapper {
  position: absolute;
  bottom: 126px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.main-section__arrows-wrapper span {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
  width: 100px;
  height: 2px;
  background-color: #3300FF;
}

.main-section .slider__prev, .main-section .slider__next {
  width: 64px;
  height: 64px;
  font-size: 14px;
  line-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;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  position: relative;
}

.main-section .slider__prev::before, .main-section .slider__next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3300FF;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-section .slider__prev:hover::before, .main-section .slider__next:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.main-section__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.main-section__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EC921A;
}

.main-section__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 160px 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section__pl {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-section__pl img {
  width: 100%;
  max-width: none;
  min-width: 1920px;
}

.main-section__btn {
  margin-top: 40px;
}

.main-section__content {
  max-width: 660px;
  color: #fff;
  position: relative;
}

.main-section__desc {
  margin-top: 20px;
}

.main-section__img {
  position: absolute;
  left: calc(100% - 200px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.main-section__img img {
  max-width: none;
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.partners__item {
  padding: 34px;
  border-right: 1px solid #E6E9EB;
  width: 23%;
  height: 200px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
color: #002060;
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
transition: ease-in-out .3s;
}
.partners__item:hover{
  color: #fff;
  background-color: #002060;
}

.partners__item img {
  margin-left: auto;
  margin-right: auto;
}

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

.partners__num {
  letter-spacing: 0.02em;
  font-size: 64px;
  line-height: 100%;
}

.partners__sub {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.27em;
  line-height: 133%;
  padding-left: 20px;
}

.partners__link {
  letter-spacing: 0.06em;
  font-size: 14px;
  margin-top: 5px;
  line-height: 171%;
  padding-left: 20px;
}

.partners__link a {
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.partners__link a:hover {
  color: #3300FF;
}

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

.work__col {
  width: 50%;
}

.work__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  width: calc(50% + 30px);
  margin-left: -15px;
}

.work__card {
  width: 50%;
  margin-bottom: 30px;
}

.work__card:nth-child(even) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.work__item {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 6px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 2px 6px 24px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  padding: 50px 20px 90px;
}

.work__icon img {
  margin-left: auto;
  margin-right: auto;
}

.work__desc {
  font-size: 16px;
  margin-top: 34px;
  line-height: 150%;
}

.work__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.work__sub img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.work__sub span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.work__right {
  padding-left: 110px;
}

.work__title {
  color: #3300FF;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 140%;
}

.work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.work__btn {
  margin-right: 30px;
}

.work__btn:last-child {
  margin-right: 0;
}

.steps__row {
  margin-bottom: -60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps__col {
  margin-bottom: 60px;
  width: 33.333333%;
}

.steps__icon img {
  margin-left: auto;
  margin-right: auto;
}

.steps__sub {
  text-align: center;
}

.club__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -60px;
  padding-bottom: 340px;
}

.club__col {
  width: 50%;
  max-width: 545px;
  margin-bottom: 60px;
}

.club__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
}

.club__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 16px;
}

.club__sub {
  font-size: 30px;
  font-weight: 700;
}

.presentation {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.presentation::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.presentation .section-header {
  color: #fff;
}

.presentation__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -340px;
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}

.presentation__video > a > img {
  border-radius: 4px;
}

.presentation__video a:hover .presentation__play::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.presentation__play {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #97D5FA;
  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;
  z-index: 1;
}

.presentation__play::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #3300FF;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.presentation__section {
  padding-bottom: 260px;
}

.presentation__download {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.presentation__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.presentation__download a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.presentation__download a span {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.06em;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.presentation__download a:hover span {
  border-color: #fff;
}

.teams__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -60px;
}

.teams__col {
  margin-bottom: 60px !important;
  margin-top: 0 !important;
}

.teams__item {
  text-align: center;
}

.teams__img {
  width: 140px;
  height: 140px;
  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: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.teams__img img {
  width: 100%;
}

.teams__sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 28px;
}

.teams__desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-top: 8px;
}

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

.price__left {
  padding-right: 110px;
}

.price__col {
  width: 50%;
}

.price__right {
  width: calc(50% + 30px);
  margin-right: -15px;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.price__card {
  width: 50%;
  margin-bottom: 30px;
}

.price__card:nth-child(even) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.price__item {
  background: #fff;
  -webkit-box-shadow: 2px 6px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 2px 6px 24px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  padding: 30px 40px 80px;
  min-height: 448px;
  position: relative;
}

.price__btn {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.price__sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 144%;
}

.price__num {
  line-height: 100%;
  color: #3300FF;
  font-family: 'Roboto';
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
}

.price__date {
  font-size: 14px;
  line-height: 186%;
  color: #3300FF;
  text-align: center;
  margin-top: 2px;
}

.price__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 25px;
}

.price__list li {
  margin: 0;
  padding: 0;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 16px;
}

.price__list li:last-child {
  margin-bottom: 0;
}

.price__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url(../img/def/work-icon-4.svg) center center no-repeat;
  background-size: contain;
}
.price__left.about{
  width: 60%;
}
.price__right.img{
  width: 40%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.price__right.img img{
  width: 100%;
}
.qa__item {
  padding: 10px 0;
  border-bottom: 1px solid #E6E9EB;
}

.qa__header {
  padding: 15px 22px;
  padding-right: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
}

.qa__header.active .qa__icon span:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa__sub {
  font-size: 18px;
  line-height: 144%;
  font-weight: 500;
}

.qa__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 30px;
}

.qa__content {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 162%;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1044px;
  display: none;
}

.qa__icon span {
  display: block;
  width: 16px;
  height: 2px;
  background: #3300FF;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
}

.qa__icon span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1200px) {
  .partners__item:nth-child(6n + 6) {
    border-right: 0;
  }
  .partners__item:nth-child(1n + 7) {
    border-top: 1px solid #E6E9EB;
  }
}

@media (max-width: 1199px) {
  .header__item {
    margin-right: 20px;
  }
  .partners__item {
    width: 25%;
  }
  .work__right {
    padding-left: 30px;
  }
  .price__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price__left {
    padding-right: 30px;
  }
  .footer__text {
    width: calc(100% / 12 * 5);
  }
  .footer__logo {
    width: calc(100% / 12 * 2);
  }
  .partners__item:nth-child(4n + 4) {
    border-right: 0;
  }
  .partners__item:nth-child(1n + 5) {
    border-top: 1px solid #E6E9EB;
  }
  .partners-all {
    height: calc(100vh - 20px);
    overflow: hidden;
  }
  .partners-all__row {
    height: calc(100% - 100px);
    max-height: none;
    padding-bottom: 0;
  }
  .partners-all__item {
    width: 33.333333%;
    padding: 15px;
  }
  .partners-all__item:nth-child(1n + 6) {
    border-top: 0;
  }
  .partners-all__item:nth-child(5n + 5) {
    border-right: 1px solid #E6E9EB;
  }
  .partners-all__item:nth-child(1n + 4) {
    border-top: 1px solid #E6E9EB;
  }
  .partners-all__item:nth-child(3n + 3) {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
  .main-section .slider-pagination {
    display: none;
  }
  .header__mob-top, .header__contacts {
    display: none;
  }
  .anch__ico{
    display: none !important;
  }
}

@media (max-width: 997px) {
  .anch{
    display: none !important;
  }
  .header__item.prel ul{
    padding-inline-start: 0;
  }
  .header__item.prel li{
    list-style: none;
    margin-top: 7px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
  }
}
@media (min-width: 997px) {
  .anch{
    position: absolute;
    top: 0;
    left: -5px;
    list-style-type: none;
    padding-inline-start: 0;
    text-align: start;
    display: none;
    opacity: 0;
    transition: all ease-in-out .5s;
    background-color: #fff;
    padding: 10px;
    padding-top: 45px;
    z-index: -1;
  }
  .header__item.prel:hover > .anch{
    display: block;
    opacity: 1;
  }
  .anch li{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
    
  }
  .anch li:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .main-section__img {
    display: none;
  }
  .header__wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    color: #171717;
    padding: 24px 15px 40px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header__wrap.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__nav {
    display: block;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E9EB;
  }
  .header__item {
    margin-right: 0;
    line-height: 144%;
    margin-bottom: 30px;
    text-align: center;
  }
  .header__item:last-child {
    margin-bottom: 0;
  }
  .header__item a::before {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .main-section__pl, .main-section__arrows {
    display: none;
  }
  .main-section__wrapper {
    min-height: 0;
  }
  .main-section__container {
    display: block;
    padding-top: 120px;
    padding-bottom: 85px;
  }
  .section-header {
    margin-bottom: 60px;
  }
  .main-section__item {
    height: auto !important;
  }
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  .work__title {
    font-size: 26px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .partners__item {
    padding: 15px;
  }
  .work__right {
    display: none;
  }
  .work__card {
    width: 33.3333333%;
  }
  .work__left {
    width: calc(100% + 30px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work__card:nth-child(even), .price__card:nth-child(even) {
    -webkit-transform: none;
            transform: none;
  }
  .work__row {
    display: block;
  }
  .work__item {
    padding-bottom: 50px;
  }
  .price__left {
    display: none;
  }
  .price__left.about {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .price__right.img{
    width: 106%;
  }
  .price__right {
    width: calc(100% + 30px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price__item {
    min-height: 0;
    height: 100%;
  }
  .club__sub {
    font-size: 28px;
  }
  .club__desc {
    font-size: 20px;
    margin-top: 15px;
  }
  .club__row {
    margin-bottom: -50px;
  }
  .club__col {
    margin-bottom: 50px;
  }
  .presentation__video {
    padding: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -160px;
  }
  .club__row {
    padding-bottom: 165px;
  }
  .presentation__play {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .presentation__play img {
    width: 28px;
  }
  .teams__col {
    width: 25%;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
  .footer__text {
    width: 100%;
    margin-top: 60px;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__form {
    width: 100%;
    max-width: 540px;
    margin-top: 20px;
  }
  .footer__input {
    max-width: 100%;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .footer__bottom {
    margin-bottom: -60px;
  }
  .footer__col {
    width: 50%;
    margin-bottom: 60px;
  }
  .footer__col--last {
    display: block;
  }
  .footer__bottom {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 50px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .partners__item:nth-child(4n + 4) {
    border-right: 1px solid #E6E9EB;
  }
  .partners__item:nth-child(1n + 5) {
    border-top: 0;
  }
  .partners__item {
    width: 44%;
    height: 150px;
  }
  /*.partners__item:nth-child(1n + 4) {
    display: none;
  }*/
  .partners__item:nth-child(2n + 2) {
    border-right: 0;
  }
  .partners__item:nth-child(1n + 3) {
    border-top: 1px solid #E6E9EB;
  }
  .partners__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .work__card {
    width: 50%;
  }
  .steps__col {
    width: 50%;
  }
  .steps__row {
    margin-bottom: -50px;
  }
  .steps__col {
    margin-bottom: 50px;
  }
  .section-header p {
    margin-top: 30px;
  }
  .club__col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .club__row {
    margin-bottom: -30px;
  }
  .club__col {
    margin-bottom: 30px;
  }
  .teams__col {
    width: calc(33.333333% + 30px);
  }
  .dflex{
    display: block !important;
  }
  
}

@media (min-width: 576px) {
  .footer__send {
    display: none;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
    line-height: 125%;
  }
  h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .main-section__btn {
    margin-top: 30px;
  }
  .btn-large {
    font-size: 14px;
    padding: 13px 15px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header {
    padding: 20px 0;
  }
  .partners__item {
    padding: 24px 18px;
  }
  .partners__sub {
    display: none;
  }
  .partners__num {
    font-size: 56px;
    line-height: 107%;
  }
  .partners__link {
    text-align: center;
    padding-left: 5px;
    letter-spacing: 0.4em;
    line-height: 143%;
    font-size: 14px;
    margin-top: 0;
  }
  .partners__link a {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .partners__link a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 5px);
    height: 1px;
    background-color: #171717;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .partners__link a:hover::before {
    background-color: #3300FF;
  }
  .work__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .work__left {
    margin-bottom: -20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .work__item {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .work__sub {
    margin-top: 20px;
  }
  .steps__col {
    width: 100%;
  }
  .steps__icon {
    width: 92px;
    margin-left: auto;
    margin-right: auto;
  }
  .steps__sub {
    margin-top: 10px;
  }
  .steps__row {
    margin-bottom: -30px;
  }
  .steps__col {
    margin-bottom: 30px;
  }
  .section-header p {
    margin-top: 20px;
  }
  .club__row {
    margin-bottom: -20px;
  }
  .club__col {
    margin-bottom: 20px;
  }
  .club__sub {
    font-size: 18px;
  }
  .club__desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .club__icon {
    margin-right: 14px;
  }
  .presentation__video {
    padding: 0;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
  }
  .club__row {
    padding-bottom: 80px;
  }
  .presentation__play {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }
  .presentation__play img {
    width: 20px;
  }
  .presentation__play::before {
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }
  .presentation__section h2 {
    font-size: 18px;
  }
  .presentation__section .section-header p {
    display: none;
  }
  .presentation__section .section-header {
    margin-bottom: 30px;
  }
  .presentation__download a img {
    width: 40px;
    margin-right: 10px;
  }
  .presentation__download a span {
    font-size: 14px;
  }
  .teams__col {
    width: calc(50% + 50px);
  }
  .teams__sub {
    font-size: 16px;
    margin-top: 20px;
  }
  .teams__desc {
    font-size: 14px;
    margin-top: 6px;
  }
  .price__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .price__right {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .price__row {
    display: block;
  }
  .price__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .qa__sub {
    font-size: 14px;
  }
  .qa__header {
    padding-left: 0;
    padding-right: 0;
  }
  .qa__item {
    padding: 5px 0;
  }
  .qa__content {
    padding-left: 0;
    padding-right: 40px;
    font-size: 14px;
  }
  .footer {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .footer__input input {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .footer__text span {
    font-size: 14px;
    line-height: 180%;
  }
  .footer__text {
    margin-top: 50px;
  }
  .footer__btn {
    display: none;
  }
  .footer__form {
    max-width: 348px;
  }
  .footer__bottom {
    margin-bottom: -40px;
  }
  .footer__col {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .footer__col:first-child {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-top: 10px;
  }
  .footer__bottom {
    width: 100%;
    padding-left: 15px;
    margin-top: 50px;
    flex-direction: column-reverse;
  }
  .request {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .modal-title {
    font-size: 22px;
  }
  .modal-close {
    top: 15px;
    right: 15px;
  }
  .request__wrap {
    display: block;
  }
  .request__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .request__input {
    margin-bottom: 20px;
  }
  .request__wrap {
    margin-top: 40px;
  }
  .partners-all__item {
    width: 50%;
    padding: 20px 10px;
  }
  .partners-all__item:nth-child(1n + 4) {
    border-top: 0;
  }
  .partners-all__item:nth-child(3n + 3) {
    border-right: 1px solid #E6E9EB;
  }
  .partners-all__item:nth-child(1n + 3) {
    border-top: 1px solid #E6E9EB;
  }
  .partners-all__item:nth-child(2n + 2) {
    border-right: 0;
  }
  .partners-all__row {
    padding-left: 0;
    padding-right: 0;
  }
}
.js-anchor.first{
  display: flex;
}
.header-logo{
  color: #002060;
}
.header-logo2{
  color: #E36C0A;
}
.prel{
  position: relative;
}

.dflex{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.jackdaw{
  list-style: none;
  padding: 0;
}
.jackdaw > li{
  padding-left: 30px;
  position: relative;
  margin: 10px;
}
.jackdaw li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/def/work-icon-4.svg) center center no-repeat;
  background-size: contain;
}
.main-section__content img{
  width: 100%;
  max-width: 630px;
}
.partners__item-content img{
  max-width: 100px;
  margin-bottom: 5px;
}
.footer__col--map{
  width: 47.5%;
}
.footer__col--map iframe{
  border-radius: 5px;
  box-shadow: rgb(89 42 4 / 30%) 0px 19px 38px, rgb(89 42 4 / 22%) 0px 15px 12px;
}
.anch__ico{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 140px;
  transition: all ease-in-out .3s;
}
.rt{
  transform: rotate(180deg);
}