@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  background: #142F4E;
  font-weight: 400;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
div,
span,
a,
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #fff;
  text-decoration: none;
}

section.-s2 a {
    text-decoration: underline;
}
h1 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
  font-weight: 400;
}
.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #3a7bdb;
  border-radius: 4px;
  text-align: center;
  padding: 14px 20px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.btn.--active {
  background: #3a7bdb;
}
.btn:hover {
  background: #3a7bdb;
  opacity: 0.9;
}
label {
  display: block;
  margin-bottom: 10px;
}
input,
textarea {
  background: #fff;
  font-size: 14px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 20px;
  border: none;
  width: 100%;
  max-height: 120px;
  min-height: 56px;
}
input.btn,
textarea.btn {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 20px;
}
input[type=submit],
textarea[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.container.--medium {
  max-width: 950px;
}
.hidden {
  display: none;
}
.vH {
  visibility: hidden;
}
.slick-dots {
  margin: 40px auto 0;
  display: block;
  text-align: center;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #3A7BDB;
  margin: 0 7px;
  border-radius: 100%;
}

section.-s2 .slick-dots li {
    border-color: #06d2e7;
}

section.-s2 .slick-dots li.slick-active {
    background: #06d2e7;
}
.slick-dots li.slick-active {
  background: #3A7BDB;
}
.slick-dots button {
  display: none;
}
.headerBlock {
  padding: 10px 0;
  margin-bottom: 50px;
}
.headerBlock__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerBlock-langItems {
  display: none;
  position: absolute;
  top: 29px;
  background: #0c2037;
  padding: 5px 10px;
  border-radius: 4px;
}
.headerBlock-langItems a {
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerBlock-langItems a:hover {
  opacity: 0.8;
}
.headerBlock-langItems a:last-child {
  margin-bottom: 0;
}
.headerBlock-lang {
  margin-right: 30px;
  width: 67px;
  padding-bottom: 20px;
  position: relative;
  top: 10px;
}
.headerBlock-lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerBlock-lang__title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 6px 0 8px;
  position: relative;
  top: 1px;
}
.headerBlock-lang__shevron {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerBlock-lang:hover .headerBlock-langItems {
  display: block;
}
.headerBlock-lang:hover .headerBlock-lang__shevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.headerBlock-logo {
  width: 118px;
  margin-right: 30px;
}
.headerBlock-menu {
  width: calc(100% - 245px);
  position: relative;
  top: -1px;
}
.headerBlock-menu a {
  font-size: 14px;
  margin-right: 20px;
  padding: 10px 0;
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerBlock-menu a.--right {
  margin-right: 0;
  margin-left: auto;
  float: right;
}
.headerBlock-menu a:hover,
.headerBlock-menu a.--active {
  border-color: #0ce9fd;
}
.headerBlock-profile {
  display: none;
}
.firstBlock {
  margin-bottom: 80px;
}
.firstBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.firstBlock__left {
  width: 100%;
  max-width: 440px;
  position: relative;
}
.firstBlock__right {
  width: 100%;
  max-width: 700px;
  min-width: 400px;
  padding-left: 100px;
}
.firstBlock__back {
  position: absolute;
  top: -50px;
  left: -120px;
  right: 0;
  z-index: -1;
}
.firstBlock h1 {
  margin-bottom: 30px;
}
.firstBlock-slider {
  font-size: 40px;
  font-weight: bold;
  padding: 125px 30px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.firstBlock-slider big {
  font-size: 48px;
}
.firstBlock-slider small {
  font-size: 34px;
  line-height: 44px;
  display: inline-block;
  margin-bottom: -5px;
}
.firstBlock-slider__item {
  width: 100%;
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.firstBlock-slider__item:nth-child(1) {
  display: block;
}
.firstBlock-slider .slick-dots {
  position: absolute;
  bottom: 210px;
  left: 0;
  right: 0;
}
.firstBlock-toggleControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.firstBlock-toggleControls__item {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.firstBlock-toggleControls__item:nth-child(2) {
  margin-right: 0;
  margin-left: 5px;
}
.firstBlock-toggleSlides h3 {
  margin-bottom: 20px;
}
.firstBlock-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.firstBlock-cards__item {
  border: 2px solid #3a7bdb;
  border-radius: 4px;
  width: calc(50% - 5px);
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 13px 30px 13px 11px;
}
.firstBlock-cards__item:nth-child(2) {
  margin-right: 0;
  margin-left: 5px;
}
.firstBlock-cards__item img {
  display: inline-block;
  margin-bottom: 15px;
}
.firstBlock-cards__item.--fullLine {
  font-size: 24px;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.firstBlock-cards__item.--fullLine:hover {
  background: #3a7bdb;
}
.benefitsBlock {
  margin-bottom: 90px;
}
.benefitsBlock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefitsBlock-item {
  width: 100%;
  max-width: 285px;
  padding-right: 40px;
}
.benefitsBlock-item:nth-child(4n) {
  padding-right: 0;
}
.benefitsBlock-item__img {
  display: inline-block;
  max-width: 80px;
  position: relative;
  margin-bottom: 30px;
}
.benefitsBlock-item__num {
  font-size: 64px;
  font-weight: 700;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.benefitsBlock-item__desc {
  font-size: 18px;
  line-height: 23px;
}
.partnersBlock {
  text-align: center;
  margin-bottom: 110px;
  position: relative;
}
.partnersBlock h2 {
  margin-bottom: 40px;
}
.partnersBlock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnersBlock__back {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -210px;
  z-index: -10;
}
.partnersBlock-item {
  width: 180px;
  height: 75px !important;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.partnersBlock-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.partnersBlock-item.slick-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.aboutBlock {
  margin-bottom: 45px;
  position: relative;
}
.aboutBlock__title {
  text-align: center;
  margin-bottom: 40px;
}
.aboutBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutBlock__left {
  width: 100%;
  max-width: 580px;
  padding-right: 100px;
  padding-top: 120px;
}
.aboutBlock__left h3 {
  margin-bottom: 30px;
}
.aboutBlock__left p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}
.aboutBlock__right {
  width: 100%;
  max-width: 350px;
  position: relative;
}
.aboutBlock__right p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}
.aboutBlock__back {
  position: absolute;
  top: -94px;
  z-index: -1;
  bottom: 0;
  left: -70px;
}
.aboutBlock__2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutBlock__img {
  display: block;
  margin-bottom: 30px;
}
.aboutBlock__imgMobile {
  display: none;
}
.aboutBlock__backImg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -10;
}
.aboutBlock-person__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.aboutBlock-person__desc {
  font-style: italic;
}
.callBlock {
  margin-bottom: 185px;
}
.callBlock__title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 65px;
}
.callBlock__title h2 {
  margin-bottom: 30px;
}
.callBlock-toggleControls {
  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;
  max-width: 560px;
  margin: 0 auto 40px;
}
.callBlock-toggleControls__item {
  width: 100%;
  margin: 0 7px;
}
.callBlock-toggleSlides__item {
  max-width: 560px;
  margin: 0 auto 40px;
}
.formBlock__row {
  margin-bottom: 30px;
}
.formBlock__row.--2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBlock__row.--polite {
  font-size: 12px;
  text-align: center;
  max-width: 330px;
  margin: -15px auto;
  line-height: 17px;
}
.formBlock__row.--polite a {
  opacity: 0.7;
}
.formBlock__rowCol {
  width: 100%;
  max-width: 50%;
  padding-right: 30px;
}
.formBlock__rowCol:nth-child(2n) {
  padding-right: 0;
}
.footerBlock {
  position: relative;
}
.footerBlock__items {
  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;
  margin-bottom: 30px;
}
.footerBlock__item {
  margin: 0 6px;
  display: inline-block;
  position: relative;
  padding: 14px 20px 17px;
}
.footerBlock__item img {
  position: relative;
  top: 5px;
  left: -5px;
}
.footerBlock__bottom {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 30px;
}
.footerBlock__back {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  width: 100%;
  z-index: -1;
}
.missionBlock {
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 50px 30px 30px 0;
  margin: 70px 0 80px;
}
.missionBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.missionBlock__left {
  width: 100%;
  max-width: 355px;
  position: relative;
}
.missionBlock__right {
  padding-left: 30px;
}
.missionBlock__img {
  position: absolute;
  z-index: 1;
  top: -152px;
  left: 0;
}
.missionBlock p {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
.smallCallBlock {
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
  margin: 100px 0 110px;
}
.smallCallBlock__head {
  background: #fff;
  color: #0A2F51;
  text-align: center;
  padding: 25px 0 7px;
}
.smallCallBlock__bottom {
  padding: 30px;
  text-align: center;
}
.smallCallBlock__bottom .btn {
  padding: 14px 70px;
}
.smallCallBlock__back {
  position: absolute;
}
.smallCallBlock__back.--1 {
  top: 30px;
  left: -50px;
}
.smallCallBlock__back.--2 {
  top: -70px;
  right: 30px;
}
.smallCallBlock__back.--3 {
  bottom: -40px;
  left: 100px;
}
.smallCallBlock__radial {
  position: absolute;
}
.smallCallBlock__radial.--left {
  left: -600px;
  bottom: -140px;
  z-index: -1;
}
.smallCallBlock__radial.--right {
  right: -600px;
  bottom: -140px;
  z-index: -1;
}
.servicesBlock {
  margin-bottom: 150px;
  position: relative;
}
.servicesBlock__title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.servicesBlock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.servicesBlock__item {
  margin: 0 15px 23px 0;
  width: 100%;
  max-width: calc(50% - 15px);
}
.servicesBlock__item:nth-child(2n) {
  margin-right: 0;
}
.servicesBlock__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  z-index: -1;
}
.servicesBlock-card {
  padding: 15px 15px 20px;
  min-height: 135px;
  border-radius: 8px;
  border: 2px solid #57C2D9;
  -webkit-box-shadow: 0 0px 10px -5px #73c0d6;
          box-shadow: 0 0px 10px -5px #73c0d6;
  color: #CFD5DB;
}
.servicesBlock-card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pricesBlock {
  margin-bottom: 150px;
}
.pricesBlock__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.pricesBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricesBlock__col {
  width: 100%;
  margin-right: 10px;
}
.pricesBlock__col:nth-child(3n) {
  margin-right: 0;
}
.pricesBlock-col {
  border-radius: 6px;
  border: 2px solid #3A7BDB;
}
.pricesBlock-col__img {
  padding: 30px;
  text-align: center;
}
.pricesBlock-col__img img {
  display: inline-block;
}
.pricesBlock-col__title {
  padding: 13px 20px;
  background: #487CD4;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
}
.pricesBlock-col__desc {
  padding: 0 15px 0 15px;
  margin-bottom: 30px;
}
.pricesBlock-col__desc li {
  margin-bottom: 30px;
  line-height: 22px;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.pricesBlock-col__desc li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  margin-right: 30px;
  border-radius: 100%;
}
.pricesBlock-col__note {
  padding: 0 15px;
  margin-bottom: 40px;
  line-height: 20px;
  color: #2F80ED;
}
.requisitesBlock {
  margin-bottom: 150px;
  position: relative;
}
.requisitesBlock__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.requisitesBlock__table {
  max-width: 660px;
  margin: 0 auto;
}
.requisitesBlock__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 18px 0 20px;
}
.requisitesBlock__name {
  width: 100%;
  max-width: 290px;
  padding-right: 20px;
}
.requisitesBlock__value {
  width: 100%;
  max-width: 375px;
}
.requisitesBlock__back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  display: inline-block;
  z-index: -1;
  height: 100%;
}
.pressBlock {
  margin-bottom: 150px;
  position: relative;
  background-image: url(../img/press__back.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pressBlock__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
.pressBlock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pressBlock__item {
  width: 100%;
  max-width: calc(50% - 15px);
  margin: 0 15px 30px 0;
}
.pressBlock__item:nth-child(2n) {
  margin-right: 0;
}
.pressBlock__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  z-index: -1;
}
.pressBlock-card {
  background: #fff;
  border-radius: 8px;
  color: #464C5C;
  padding: 16px;
}
.pressBlock-card__title {
  color: #464C5C;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pressBlock-card__desc {
  color: #6E7378;
  margin-bottom: 20px;
}
.pressBlock-card__link {
  color: #3A7BDB;
}
.teamBlock {
  background-image: url(../img/team__back.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.teamBlock .container {
  max-width: 1180px;
}
.teamBlock__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.teamBlock__subtitle {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.teamBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamBlock__left {
  width: 100%;
  max-width: 600px;
  padding-bottom: 300px;
  position: relative;
}
.teamBlock__right {
  width: 100%;
  max-width: 600px;
  padding-bottom: 300px;
  position: relative;
}
.teamBlock__back {
  position: absolute;
  z-index: -1;
}
.teamBlock__back.--tr1 {
  top: -270px;
  left: -370px;
}
.teamBlock__back.--tr2 {
  top: 100px;
  right: -250px;
}
.teamBlock__back.--tr3 {
  top: 4px;
  left: -220px;
}
.teamBlock__back.--tr4 {
  right: 131px;
  top: 330px;
}
.teamBlock__back.--tr5 {
  top: 200px;
  left: -120px;
}
.teamBlock__back.--tr6 {
  top: 394px;
  right: 100px;
  z-index: -2;
}
.teamBlock__backMobile {
  display: none;
}
.teamEl {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.teamEl__img {
  max-width: 220px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 25px;
  -webkit-box-shadow: -21px 21px 6px 0 rgba(0, 0, 0, 0.27);
          box-shadow: -21px 21px 6px 0 rgba(0, 0, 0, 0.27);
}
.teamEl__img img {
  width: 100%;
}
.teamEl__name {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.sweet-alert button {
  background: #487CD4 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 18px 20px !important;
}
.sweet-alert h2 {
  line-height: 37px;
}
.cookieBlock {
  z-index: 999;
  max-width: 1000px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  padding: 10px 19px 10px 19px;
  margin: 0 auto;
  border-radius: 8px;
}
.cookieBlock a:not(.btn) {
  color: #487CD4;
}
.cookieBlock__cols {
  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;
}
.cookieBlock__left {
  width: 100%;
  max-width: calc(100% - 100px);
  padding-right: 50px;
}
.cookieBlock__right {
  text-align: right;
  width: 100%;
  max-width: 100px;
}
.devBlock {
  background-image: url(../img/dev_desk.png);
  background-repeat: no-repeat;
  height: 570px;
  background-size: 1200px;
  background-position: center;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -90px;
  z-index: -1;
}
.devBlock__title {
  text-align: center;
  position: relative;
  top: 250px;
}
.p404Block {
  background-image: url(../img/404.png);
  background-repeat: no-repeat;
  height: 570px;
  background-size: 1200px;
  background-position: center;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -90px;
  z-index: -1;
}
.p404Block__title {
  text-align: center;
  position: relative;
  top: 250px;
}
.docsBlock .requisitesBlock__title {
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
  margin-top: 70px;
}
.docsBlock .requisitesBlock__title:first-child {
  margin-top: 0;
}
.docsBlock .requisitesBlock__title h1 {
  margin-bottom: 0;
}
.docsBlock-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.docsBlock-item img {
  max-width: 15px;
  display: inline-block;
  margin-right: 13px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    margin: 0 15px;
  }
  .headerBlock__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .headerBlock-menu {
    width: 100%;
  }
  .headerBlock-menu a {
    margin: 0;
  }
  .headerBlock-menu .--profile {
    display: none;
  }
  .headerBlock-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headerBlock-profile {
    display: block;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .firstBlock__left {
    max-width: 300px;
  }
  .firstBlock-slider {
    max-width: 300px;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .firstBlock__right {
    padding-left: 40px;
  }
  .firstBlock__back {
    top: -130px;
    left: -210px;
  }
  .aboutBlock__2cols {
    display: inline;
  }
  .footerBlock__item {
    padding: 14px 15px 17px;
    margin: 0 3px;
  }
  .pricesBlock-col__title {
    font-size: 18px;
  }
  .teamBlock__back.--tr1 {
    left: -580px;
    top: -320px;
    opacity: 0.3;
  }
  .teamBlock__back.--tr2 {
    right: -530px;
    top: 180px;
    opacity: 0.3;
  }
  .teamBlock__back.--tr3 {
    display: none;
  }
  .teamBlock__back.--tr4 {
    display: none;
  }
  .teamBlock__back.--tr6 {
    top: 354px;
    right: 10px;
  }
  .cookieBlock {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .headerBlock__wrap {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .headerBlock-menu a {
    margin-right: 20px;
  }
  .headerBlock-menu .--profile {
    display: none;
  }
  .headerBlock-menu__wrap {
    display: block;
  }
  .headerBlock-profile {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .teamBlock__back.--tr1 {
    left: -510px;
  }
  .teamBlock__back.--tr2 {
    right: -450px;
  }
  .teamBlock__back.--tr3 {
    display: none;
  }
  .teamBlock__back.--tr4 {
    display: none;
  }
  .teamBlock__back.--tr6 {
    top: 354px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .headerBlock-menu {
    overflow: scroll;
    font-size: 14px;
  }
  .headerBlock-menu::-webkit-scrollbar {
    width: 0px;
  }
  .headerBlock-menu__wrap {
    width: 730px;
    display: block;
  }
  .headerBlock-menu__wrap a {
    margin-right: 15px;
  }
  .firstBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .firstBlock-slider {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 400px;
  }
  .firstBlock__back {
    top: -180px;
  }
  .firstBlock__left {
    max-height: 510px;
    margin-bottom: 270px;
  }
  .firstBlock__right {
    padding-left: 0;
    min-width: initial;
  }
  .firstBlock__right h1 {
    display: none;
  }
  .firstBlock-slider .slick-dots {
    position: relative;
    bottom: -140px;
  }
  .--fullLine .firstBlock-cards__title {
    font-size: 18px;
  }
  .benefitsBlock__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefitsBlock-item {
    max-width: 50%;
    margin-bottom: 40px;
  }
  .benefitsBlock-item:nth-child(2n) {
    padding-right: 0;
  }
  .partnersBlock__back {
    bottom: initial;
    top: -70px;
  }
  .aboutBlock__img {
    display: none;
  }
  .aboutBlock__imgMobile {
    display: block;
    margin-top: 20px;
  }
  .aboutBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutBlock__left {
    max-width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  .aboutBlock__2cols {
    display: inline-block;
  }
  .aboutBlock__back {
    display: none;
  }
  .formBlock__row.--2cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .formBlock__rowCol {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .callBlock {
    margin-bottom: 120px;
  }
  .footerBlock__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerBlock__item {
    padding: 14px 10px 17px;
    width: 100%;
    max-width: calc(50% - 5px);
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footerBlock__item:nth-child(2n) {
    margin-right: 0;
  }
  .footerBlock__back {
    top: -60px;
  }
  .missionBlock {
    padding-right: 0;
    padding-bottom: 0;
  }
  .missionBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .missionBlock__left {
    max-width: 100%;
    text-align: center;
    margin-bottom: -150px;
  }
  .missionBlock__img {
    position: relative;
    display: block;
  }
  .missionBlock__right {
    max-width: 100%;
    padding: 0 20px;
    z-index: 1;
  }
  .smallCallBlock__back.--1 {
    top: -40px;
    left: 20px;
  }
  .smallCallBlock__back.--2 {
    top: -60px;
    right: 30px;
    max-width: 73px;
  }
  .smallCallBlock__back.--3 {
    bottom: -50px;
    left: 20px;
    max-width: 70px;
  }
  .smallCallBlock__head br {
    display: none;
  }
  .smallCallBlock__bottom .btn {
    width: 100%;
  }
  .servicesBlock__item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pricesBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pricesBlock__col {
    max-width: 270px;
    margin: 0 auto 20px !important;
  }
  .requisitesBlock__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .requisitesBlock__name {
    opacity: 0.5;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .requisitesBlock__value {
    max-width: 100%;
  }
  .pressBlock__item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .teamBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teamBlock__left {
    padding-bottom: 40px;
  }
  .teamBlock__back {
    display: none;
  }
  .teamBlock__backMobile {
    display: block;
    position: absolute;
    z-index: -1;
  }
  .teamBlock__backMobile.--1 {
    top: 0;
    left: -500px;
  }
  .teamBlock__backMobile.--2 {
    left: -130px;
    top: 600px;
  }
  .cookieBlock {
    margin-right: 15px;
    margin-left: 15px;
  }
  .cookieBlock__cols {
    -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;
  }
  .cookieBlock__left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .cookieBlock__right {
    max-width: 100%;
    text-align: left;
  }
}

.mockup img{
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0.2;
      pointer-events: none;
      opacity: 0;
}

.rowEl{
    margin-bottom: 30px;
}
.rowEl__head{
    font-size: 14px;
    margin-bottom: 7px;
}
.rowEl input{
    background: none;
    border: 2px solid #06D2E7;
    border-radius: 5px;
    max-width: 525px;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    min-height: 10px;
    /* max-width: 100%; */
}
.rowEl input[type=submit]{
    width: initial;
}
.rowEl textarea{
    background: none;
    border: 2px solid #06D2E7;
    border-radius: 5px;
    max-width: 525px;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    min-height: 10px;
    max-height: 240px;
}
.rowEl .pre{}

section.-s2 h1{
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 27px;
}
section.-s2 h2{
    text-transform: initial;
    font-size: 34px;
    line-height: 38px;
}
section.-s2 p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
}
section.-s2 .btn{
    font-size: 16px;
    background: #06D2E7;
    color: #fff;
    border-color: #06D2E7;
    letter-spacing: initial;
    text-transform: initial;
    font-weight: initial;
    font-weight: bold;
    text-decoration: initial;
}

.fSimpleBlock{
    padding-top: 15px;
    margin-bottom: 130px;
    position: relative;
}

.fSimpleBlock__desc {
    margin-bottom: 40px;
}

.fSimpleBlock__img {
    position: absolute;
    top: -290px;
    right: -50px;
    z-index: -1;
}
.utpBlock.-s2 {
    position: relative;
    padding: 100px 0;
}

.utpBlock__head h2 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 60px;
}

.utpBlock__content {
    display: flex;
    align-items: center;
    gap: 80px;
    
}

.utpBlock__text {
    flex: 1;
}

.utpBlock__image {
    flex: 1;
    text-align: center;
}

.utpBlock__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.utpBlock__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.utpBlock-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.utpBlock-item__dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 8px;
    background: #2c5aa9;
}

.utpBlock-item__content {
    flex: 1;
}

.utpBlock-item__head {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.utpBlock-item__desc {
    font-size: 16px;
    line-height: 1.5;
}

.utpBlock__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .utpBlock.-s2 {
        padding: 60px 0;
    }
    
    .utpBlock__head h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .utpBlock__content {
        flex-direction: column;
        gap: 40px;
    }
    
    .utpBlock__image {
        order: 1;
    }
    
    .utpBlock__items {
        gap: 25px;
    }
    
    .utpBlock-item {
        gap: 15px;
    }
    
    .utpBlock-item__dot {
        width: 10px;
        height: 10px;
        margin-top: 6px;
    }
    
    .utpBlock-item__head {
        font-size: 18px;
    }
    
    .utpBlock-item__desc {
        font-size: 15px;
    }
}
section.-s2 .container{
    max-width: 940px;
}
.fSimpleBlock h1{}
.fSimpleBlock__btn{}

.servBlock{
    margin-bottom: 180px;
    position: relative;
}
.servBlock__head{
    max-width: 810px;
    margin-bottom: 64px;
}
.servBlock__items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.servBlock__after{}

.servBlock-item{
    width: calc(50% - 10px);
    margin-right: 20px;
    border: 2px solid #06D2E7;
    border-radius: 5px;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
}

.servBlock-item:nth-child(2n) {
    margin-right: 0;
}
.servBlock-item__head{
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 26px;
}
section.-s2 .servBlock-item__desc p{
    font-size: 16px;
    line-height: 22px;
}

.servBlock-after{
    display: flex;
    flex-wrap: wrap;
}
.servBlock-after__left{
    width: 50%;
    font-size: 14px;
    padding-right: 40px;
}
.servBlock-after__right{}
section.-s2 .servBlock-after__btn.btn{
    font-size: 14px;
    padding: 5px 11px;
}
.servBlock__img{
    position: absolute;
    z-index: -1;
    top: 110px;
    left: -280px;
}

.processBlock{
    margin-bottom: 155px;
    position: relative;
}
.processBlock__head{
    max-width: 690px;
    margin-bottom: 70px;
}
.processBlock__cols{
    display: flex;
    flex-wrap: wrap;
}
.processBlock__left{width: 50%;}
.processBlock__right{
    width: 50%;
    border: 2px solid #06D2E7;
    border-radius: 5px;
}
.processBlock__right img{
    max-width: 100%;
    display: none;
}
.processBlock__right img:first-child{
    display: block;
}

.processBlock__items{position: relative;}

.processBlock__items:after {
    width: 2px;
    height: calc(100% - 80px);
    background: #D9D9D9;
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 34.5px;
    z-index: 0;
    display: none;
}

.processBlock-item{
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    max-width: 390px;
    transition: 0.3s;
    z-index: 2;
    color: #9EA6AF;
    cursor: pointer;
}
.processBlock-item.-active{
    opacity: 1;
}

.processBlock-item.-active {
    color: #fff;
}

.processBlock-item.-active .processBlock-item__num {
    color: #06D2E7;
    /* font-size: 20px; */
}

.processBlock-item.-active .processBlock-item__dot {
    background: #06D2E7;
}
.processBlock-item__left{
    position: absolute;
    left: 0px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    top: 3px;
}
.processBlock-item__right{}
.processBlock-item__num{
    font-size: 26px;
    font-weight: bold;
    margin-right: 12px;
    position: relative;
    top: -2px;
    margin-right: 13px;
}
.processBlock-item__dot{
    background: #9EA6AF;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 3px;
    position: relative;
    left: -4px;
}

.processBlock-item__left:after {
    content: '';
    width: 2px;
    background: #9ea6af;
    height: 100%;
    display: block;
    position: absolute;
    top: 23px;
    right: 8px;
}

.processBlock-item:last-child .processBlock-item__left:after {
    display: none;
}
.processBlock-item__head{
    font-size: 20px;
    font-weight: bold;
}
.processBlock-item__desc{
    font-size: 14px;
    line-height: 20px;
}
.processBlock__img{
    position: absolute;
    left: -300px;
    bottom: -330px;
    z-index: -1;
}

.garantyBlock{
    margin-bottom: 160px;
}
.garantyBlock__head{
    max-width: 100%;
    margin-bottom: 66px;
}
.garantyBlock__head h2{}
.garantyBlock__items{
    display: flex;
    position: relative;
}

.garantyBlock__items:before {
    content: '';
    width: calc(100% - 33%);
    position: absolute;
    height: 2px;
    background: #D9D9D9;
    top: 9px;
}

.garantyBlock-item{
    width: 33%;
    padding-right: 40px;
    position: relative;
    padding-top: 60px;
}

.garantyBlock-item:before {}
.garantyBlock-item__head{
    font-size: 20px;
    font-weight: bold;
}

.garantyBlock-item__dot {
    background: #06D2E7;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    border: 7px solid #143150;
    left: -7px;
}
.garantyBlock-item__desc{
    font-size: 14px;
    line-height: 20px;
}

.c2Block{
    margin-bottom: 150px;
    position: relative;
}

.c2Block__img {
    position: absolute;
    top: -300px;
    right: -300px;
    z-index: -1;
}
.c2Block__head{
    margin-bottom: 75px;
}
.c2Block__head h2{}
.c2Block__form{}
.c2Block__pre{
    font-size: 14px;
    margin-top: 70px;
}

.partners2Block{
    margin-bottom: 160px;
}

.partners2Block .container {
    position: relative;
}
.partners2Block__head{
    margin-bottom: 60px;
}
.partners2Block__items{
    display: flex;
    flex-wrap: wrap;
}

.partners2Block-item{
    border: 2px solid #06D2E7;
    border-radius: 5px;
    max-width: 300px;
    margin: 0 20px 20px 0;
    height: initial !important;
}
.partners2Block-item img{
    max-width: 100%;
}
.partners2Block__arrow{
    position: absolute;
    bottom: 64px;
    left: -44px;
}

.partners2Block__arrow.-left {
    transform: rotate(180deg);
}

.partners2Block__arrow.-right {
    left: initial;
    right: -30px;
}
.partners2Block__arrow.-left img{}
.partners2Block__arrow.-right img{}

.slick-prev{
      display: inline-block;
    background-image: url(../img/s2/arr.svg);
    background-color: #f0f8ff00;
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 40px;
    left: -40px;
    transform: rotate(180deg);
    cursor: pointer;
}
.slick-next{
      display: inline-block;
      background-image: url(../img/s2/arr.svg);
      background-color: #f0f8ff00;
      border: none;
      font-size: 0;
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 40px;
      right: 10px;
      cursor: pointer;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.partners2Block__items .slick-list{max-width: 910px}


@media (max-width: 1200px){}
@media (min-width: 1000px) and (max-width:  1200px){}
@media (max-width: 767px){
  .rowEl{}
.rowEl__head{}
.rowEl input{
    max-width: 100%;
}
.rowEl input[type=submit]{}
.rowEl textarea{
    max-width: 100%;
}
.rowEl .pre{}

section.-s2 h1{
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 40px;
}
section.-s2 h2{
    font-size: 20px;
    line-height: 29px;
}
section.-s2 p{}
section.-s2 .btn{
    font-size: 12px;
    padding: 8px 14px;
}

.fSimpleBlock{
    margin-top: -40px;
}

.fSimpleBlock__img {
    right: -140px;
    max-width: 350px;
    top: 0;
}
section.-s2 .container{}
.fSimpleBlock h1{}
.fSimpleBlock__btn{}

.servBlock{
    margin-bottom: 100px;
}
.servBlock__head{}
.servBlock__items{
    flex-wrap: wrap;
    margin-bottom: 50px;
    height: initial;
}
.servBlock__after{}

.servBlock-item{
    width: 100%;
    margin-right: 10px !important;410px;
    height: initial !important;
}

.servBlock-item:nth-child(2n) {}
.servBlock-item__head{}
.servBlock-item__desc{}

.servBlock-after{
    flex-wrap: initial;
}
.servBlock-after__left{
    font-size: 10px;
    padding-right: 17px;
    line-height: 14px;
    width: 44%;
}
.servBlock-after__right{
    text-align: right;
}
section.-s2 .servBlock-after__btn.btn{
    font-size: 12px;
    padding: 5px 7px;
    margin-left: auto;
}
.servBlock__img{max-width: 400px;left: -200px;top: initial;bottom: 0;}

.processBlock{
    margin-bottom: 80px;
}
.processBlock__head{
    max-width: 370px;
}
.processBlock__cols{}
.processBlock__left{
    width: 100%;
}
.processBlock__right{
    width: 100%;
}
.processBlock__right img{}
.processBlock__right img:first-child{}

.processBlock__items{}

.processBlock__items:after {}

.processBlock-item{}
.processBlock-item.-active{}

.processBlock-item.-active {}

.processBlock-item.-active .processBlock-item__num {
}

.processBlock-item.-active .processBlock-item__dot {}
.processBlock-item__left{}
.processBlock-item__right{}
.processBlock-item__num{
    font-size: 20px;
}
.processBlock-item__dot{}

.processBlock-item__left:after {}

.processBlock-item:last-child .processBlock-item__left:after {}
.processBlock-item__head{
    font-size: 16px;
}
.processBlock-item__desc{
    font-size: 12px;
    line-height: 18px;
}
.processBlock__img{
    max-width: 400px;
    top: 300px;
    left: initial;
    right: -210px;
}

.garantyBlock{
    margin-bottom: 80px;
}
.garantyBlock__head{
    margin-bottom: 30px;
}
.garantyBlock__head h2{}
.garantyBlock__items{
    flex-wrap: wrap;
    margin-left: 10px;
}

.garantyBlock__items:before {
    display: none;
}

.garantyBlock-item{
    width: 100%;
    padding: 0 0 0px 30px;
    margin-bottom: 24px;
}

.garantyBlock-item:before {
    content: '';
    width: 2px;
    background: #D9D9D9;
    display: block;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 23px;
}

.garantyBlock-item:last-child:before {
    display: none;
}
.garantyBlock-item__head{
    font-size: 16px;
}

.garantyBlock-item__dot {
    border: none;
    width: 30px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
}
.garantyBlock-item__desc{
    font-size: 12px;
    line-height: 18px;
}

.c2Block{
}

.c2Block__img {
    max-width: 400px;
    top: -140px;
    right: -201px;
}
.c2Block__head{
    margin-bottom: 30px;
}
.c2Block__head h2{}
.c2Block__form{}
.c2Block__pre{
    font-size: 12px;
    line-height: 19px;
}

.partners2Block{
    margin-bottom: 80px;
}

.partners2Block .container {}
.partners2Block__head{
    margin-bottom: 50px;
}
.partners2Block__items{}

.partners2Block-item{
    margin-right: 10px;
}
.partners2Block-item img{}
.partners2Block__arrow{}

.partners2Block__arrow.-left {}

.partners2Block__arrow.-right {}
.partners2Block__arrow.-left img{}
.partners2Block__arrow.-right img{}
}