body {
  font: 16px/1.2 "Open Sans";
}
input:focus::-webkit-input-placeholder {
  color:transparent;
  outline: none;
}
input:focus:-moz-placeholder {
  color:transparent;
  outline: none;
}
input:focus::-moz-placeholder {
  color:transparent;
  outline: none;
}
input:focus:-ms-input-placeholder {
  color:transparent;
  outline: none;
}
.fixed-messengers__telegram {
  display: none;
}
.fixed-messengers__viber {
  display: none;
}
.container-custom {
  position: relative;
  width: 1170px;
  margin: auto;
}
/*START header*/
.header-rules-wrapper {
  position: relative;
  background-image: url(/public/images/main/img/header__rules-bg.png);
  display: none;
}
.header-rules-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 710px;
  height: 50px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.header-rules-count::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: rgba(79, 189, 116, 0.7);
}
.header-rules-count {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
  height: 100%;
  background-color: rgba(72, 179, 108, 0.7);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.header-rules-count span {
  display: block;
  font: 600 35px/.9 "Open Sans";
  text-align: center;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
.header-rules-title {
  padding: 0 20px;
  font: 16px/1.2 "Open Sans";
  text-align: left;
}
.header-rules-btn {
  padding: 8px 0;
  flex: 0 0 120px;

  font: 13px "Open Sans";
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-color: #48b36c;
  border-radius: 3px;

  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header-rules-btn:hover {
  color: #fff;
  background-color: #40a462;
}
.header-rules-close {
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
}
.header-rules-close:hover {
  opacity: .7;
}
.header-menu-wrapper {
  background-color: #fff;
  -webkit-box-shadow: inset 0 8px 20px -3px #d7e5f3;
  -moz-box-shadow: inset 0 8px 20px -3px #d7e5f3;
  box-shadow: inset 0 8px 20px -3px #d7e5f3;
}
.header-menu-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.header-menu-logo {
  width: 200px;
  padding: 10px 20px;
  background-color: #5a79de;
  text-align: left;
  -webkit-box-shadow: inset -1px 15px 36px -20px rgba(0,0,0,0.75);
  -moz-box-shadow: inset -1px 15px 36px -20px rgba(0,0,0,0.75);
  box-shadow: inset -1px 15px 36px -20px rgba(0,0,0,0.75);
}
.header-menu-logo__title {
  font: bold 28px/1.25 "Open Sans";
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
.header-menu-logo__title span {
  color: #a2b5f4;
}
.header-menu-logo__subtitle {
  font: 11px/1.27 "Open Sans";
  color: #a4baff;
  text-align: left;
}
.header-nav-link a {
  background-color: transparent;
  font: 600 13px/1.2 "Open Sans";
  color: #454545;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 3px;
}
.header-nav,
.header-nav-link {
  position: relative;
  padding-right: 10px;
  margin: 0 5px;
}
.header-nav button {
  background-color: transparent;
  font: 600 13px/1.2 "Open Sans";
  color: #454545;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 0 3px;
}
.header-nav button:hover,
.header-nav button:focus {
  outline: none;
}
.header-nav::after {
  content: '\f107';
  position: absolute;
  top: 0; right: 0;
  font: 300 20px "Font Awesome 5 Pro";
  color: #4965c1;

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header-nav.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav.active .header-nav__menu-wrapper {
  display: block;
}
.header-nav__menu-wrapper {
  display: none;
  position: absolute;
  width: 205px;
  z-index: 1;
  padding-top: 25px;
}
.header-nav__menu-container {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  border-radius: 2px;
  border-top: 3px solid #627fe2
}
.header-nav__menu-container::before {
  position: absolute;
  content: '';
  left: 50px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid #627fe2;
  border-left: 6px solid #627fe2;
}
.header-nav__menu-container a {
  display: block;
  padding: 15px 30px;
  font: 600 13px/1.2 "Open Sans";
  text-align: center;
  color: #333333;
  text-transform: uppercase;

  border-bottom: 1px solid #e4e4e4;
}
.header-nav__menu-container a:hover {
  background-color: #f6f3f3;
}
.header-nav__menu-container a:last-child {
  border-bottom: 0;
}
.header-menu-call-wrapper {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 420px;
}
.header-menu-auth {
  margin: 0 5px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font: 600 12px/1.2 "Open Sans";
  padding: 0 10px;
  height: 30px;
  background-color: #5ccd82;
  border-radius: 2px;

  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header-menu-auth::before {
  padding-right: 10px;
  content: '\f007';
  font-size: 16px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}
.header-menu-auth:hover {
  color: #fff;
  background-color: #54bb77;
}
.header-menu-call {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  background-color: #607ee2;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 2px;

  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header-menu-call::before {
  content: '\f2a0';
  font-size: 20px;
  color: #fff;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  margin-right: 5px;
}
.header-menu-call:hover {
  background-color: #5b74c9;
  color: #ffffff;
}
.header-menu-phone {
  margin-left: 10px;
  font: 600 15px/2 "Open Sans";
  color: #000000;
  text-align: right;

  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.header-menu-phone:hover,
.header-menu-phone:focus {
  opacity: .8;
  color: #000000;
}
.header-menu-phone::before {
  padding-right: 10px;
  content: '\f3cd';
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
}
.header-menu-calc {
  margin-top: 7px;
  margin-left: auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font: 12px/1.2 "Open Sans";
  color: #fff;
  text-align: center;
  padding: 0 15px;
  min-width: 180px;
  height: 30px;
  background-color: #5ccd82;
  border-radius: 2px;

  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header-menu-calc::before {
  padding-right: 10px;
  content: '\f1ec';
  font-size: 14px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
}
.header-menu-calc:hover {
  color: #fff;
  background-color: #54bb77;
}
.header-menu-calc--auto {
  margin-left: 0;
}
.header-content-wrapper {
  position: relative;
  background-image: url(/public/images/main/img/header__bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0 200px;
}
.header-title {
  font: bold 55px/1.1 "Akrobat";
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.header-title span {
  color: #e0f96c;
}
.header-subtitle {
  font: 21px/1.4 "Open Sans";
  text-align: left;
  color: #fff;
  max-width: 450px;
  margin-top: 15px;
}
.side-block {
  position: fixed;
  right: 0;
  bottom: 10px;
  margin-right: 10px;
  padding: 15px;
  z-index: 9999;
}
.side-block_icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-block a {
  color: inherit;
  text-decoration: none;
}
/*END header*/
/*START v1*/
.v1 {
  box-shadow: inset 0 1px 40px -3px #d7e5f3;
}
.v1-content-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.v1-picture-container {
  flex: 0 0 50%;
  background-color: #cbd2ee;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.v1-picture-container--logist {
  background-image: url(/public/images/vacancies/vacancy_1.jpg);
}
.v1-picture-container--manager {
  background-image: url(/public/images/vacancies/vacancy_2.jpg);
}
.v1-picture-container--programmer {
  background-image: url(/public/images/vacancies/vacancy_3.jpg);
}
.v1-picture-container--driver {
  background-image: url(/public/images/vacancies/vacancy_4.jpg);
}
.v1-content-container {
  flex: 0 0 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.v1-content {
  width: 585px;
  padding: 20px 55px;
}
.v1-content-container:first-child .v1-content {
  margin-left: auto;
  padding-left: 40px;
}
.v1-content-container:last-child .v1-content {
  margin-right: auto;
  padding-right: 0;
}
.v1-content__title {
  position: relative;
  font: 700 28px/1.2 "Akrobat";
  color: #121212;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.v1-content__title::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
  left: -40px;
  background-image: url(/public/images/main/s1__figure.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.v1-content__subject {
  font: 600 18px/1.2 "Open Sans";
  color: #121212;
  text-align: left;
  margin-bottom: 10px;
}
.v1-content__text {
  font: 15px/1.46 "Open Sans";
  color: #3c3c3c;
  text-align: justify;
}
.v1-content__text p {
  margin: 0;
}
.v1-content__text ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.v2 {
  padding: 40px 0 50px;
  background-image: url(/public/images/vacancies/v2_bg.jpg);
  background-size: cover;
}
.v2 .s2-dots > * {
  background-color: #9ab1ff;
}
.v2-content {
  max-width: 700px;
  margin: auto;
  font: 22px/1.6 "Open Sans";
}
.v2-points {
  list-style-type: none;
  position: relative;
}
.v2-points li::before {
  position: absolute;
  left: 0;
  content: "\f648";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
/*END v1*/
/*START s1*/
.s1-content-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.s1-picture-container {
  flex: 0 0 50%;
  background-color: #cbd2ee;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.s1-picture-container--team {
  position: relative;
  background-image: url(/public/images/main/img/s1__p1-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  min-height: 500px;
}
.s1-picture-container--misson {
  background-image: url(/public/images/main/img/s1__p2.jpg);
}
.s1-picture-container--strategy {
  background-image: url(/public/images/main/img/s1__p3.jpg);
}
.s1-content-container {
  flex: 0 0 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.s1-content {
  width: 585px;
  padding: 50px 55px;
}
.s1-content-container:first-child .s1-content {
  margin-left: auto;
  padding-left: 40px;
}
.s1-content-container:last-child .s1-content {
  margin-right: auto;
  padding-right: 0;
}
.s1-content__title {
  position: relative;
  font: bold 44px/1.2 "Akrobat";
  color: #121212;
  text-align: left;
  text-transform: uppercase;
}
.s1-content__title::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: -40px;
  background-image: url(/public/images/main/s1__figure.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.s1-content__subject {
  font: 600 18px/1.2 "Open Sans";
  color: #121212;
  margin: 15px 0 30px;
  text-align: left;
}
.s1-content__text {
  font: 16px/1.643 "Open Sans";
  color: #3c3c3c;
  text-align: justify;
}
.s1-content__text span {
  font-weight: 600;
  font-size: 18px;
}
.s1-content__text span::after {
  display: block;
  content: ' ';
}
/*END s1*/
/*START s2*/
.s2 {
  padding: 80px 0 100px;
  background-color: #eff1f9;
}
.s2-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s2-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s2-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}
.s2-content-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s2-content-container {
  position: relative;
  flex: 0 0 33.33%;
  padding: 60px 50px;
  color: #ffffff;
}
.s2-content-container::after {
  content: '';
  z-index: 2;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.s2-content-container--blue {
  background-color: #627fe2;
}
.s2-content-container--blue::after {
  border-color: transparent transparent transparent #627fe2;
}
.s2-content-container--dark-blue {
  background-color: #506bc6;
}
.s2-content-container--dark-blue::after {
  border-color: transparent transparent transparent #506bc6;
}
.s2-content-container--sapphire {
  background-color: #4661ba;
}
.s2-content-container--sapphire::after {
  border-color: transparent;
}
.s2-content-title {
  font: 24px/1.125 "Open Sans";
  text-align: left;
  margin: 60px 0 20px;
  max-width: 200px;
}
.s2-content-text {
  font: 14px/1.5 "Open Sans";
  color: #ffffff;
  text-align: justify;
}
/*END s2*/
/*START s3*/
.s3 {
  padding-top: 80px;
}
.s3-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s3-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s3-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}
.s3-info-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s3-users-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex: 0 0 45%;
}
.s3-info-container {
  flex: 0 0 55%;
  margin-top: 30px;
  background-color: #f6f8fc;
  -webkit-box-shadow: inset 36px -16px 25px -33px rgba(231,233,237,1);
  -moz-box-shadow: inset 36px -16px 25px -33px rgba(231,233,237,1);
  box-shadow: inset 36px -16px 25px -33px rgba(231,233,237,1);
}
.s3-users-content {
  padding-left: 15px;
  padding-right: 50px;
  margin-left: auto;
  width: 510px;
}
.s3-info-content {
  margin-right: auto;
  width: 660px;
  padding-left: 50px;
  padding-right: 15px;
}
.s3-info {
  display: none;
  padding-top: 310px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s3-info__links {
  display: none;
  text-align: center;
}
.s3-info__links > a {
  margin-bottom: 5px;
  color: #4965c1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.s3-info__links i {
  margin-right: 10px;
  font-size: 22px;
  width: 30px;
  text-align: center;
  color: #4965c1;
}
.s3-info__links > span {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.s3-info__links > span i {
  margin-right: 0;
}
.s3-info__links > span i:hover {
  color: #4352a4;
}
.s3-info__links a span {
  border-bottom: 1px solid rgba(73, 101, 193, 0.4);
}
.s3-info:first-child {
  display: block;
}
.s3-info--u1 {
  background-image: url(/public/images/main/img/s3__u1.jpg);
  background-size: 110% auto;
  background-position: 50% -40px;
}
.s3-info--u2 {
  background-image: url(/public/images/main/img/s3__u2.jpg);
}
.s3-info--u3 {
  background-image: url(/public/images/main/img/s3__u3.jpg);
}
.s3-info--u4 {
  background-image: url(/public/images/main/img/s3__u4.jpg);
}
.s3-info--u5 {
  background-image: url(/public/images/main/img/s3__u5.jpg);
}
.s3-info--u6 {
  background-image: url(/public/images/main/img/s3__u6.jpg);
}
.s3-info__about {
  position: relative; z-index: 2;
  min-height: 230px;
  padding: 35px 40px 25px;
  -webkit-box-shadow: 0px -15px 40px -15px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0px -15px 40px -15px rgba(0, 0, 0, .4);
  box-shadow: 0px -15px 40px -15px rgba(0, 0, 0, .4);
  background-color: #f6f8fc;
}
.s3-info__title {
  font: 600 24px/1.2 "Open Sans";
  color: #2a2a2a;
  text-align: center;
}
.s3-info__role {
  font: 20px/1.6 "Open Sans";
  color: #969696;
  text-align: center;
  margin: 7px 0 30px;
}
.s3-info__text {
  font: 16px/1.6 "Open Sans";
  color: #7b8496;
  text-align: center;
}
.s3-user {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 20px;
}
.s3-user:not([data-info="1"]) {
  display: none;
}
.s3-user:last-child {
  margin-bottom: 0;
}
.s3-user--u1 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u1--small.jpg);
  background-position: center top;
  background-size: 130%;
}
.s3-user--u2 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u2--small.jpg);
  background-position: center top;
  background-size: 130%;
}
.s3-user--u3 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u3--small.jpg);
  background-position: center -10px;
  background-size: 140%;
}
.s3-user--u4 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u4--small.jpg);
  background-position: center top;
  background-size: 130%;
}
.s3-user--u5 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u5--small.jpg);
  background-position: center top;
  background-size: 130%;
}
.s3-user--u6 .s3-user__icon::after {
  background-image: url(/public/images/main/img/s3__u6--small.jpg);
  background-position: center top;
  background-size: 130%;
}
.s3-user__icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110px;
  border-radius: 100%;

  background: -moz-linear-gradient(90deg, #bdc7e6 0%, #e1e5f4 100%);
  background: -webkit-linear-gradient(90deg, #bdc7e6 0%, #e1e5f4 100%);
  background: -o-linear-gradient(90deg, #bdc7e6 0%, #e1e5f4 100%);
  background: -ms-linear-gradient(90deg, #bdc7e6 0%, #e1e5f4 100%);
  background: linear-gradient(0deg, #bdc7e6 0%, #e1e5f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e5f4', endColorstr='#bdc7e6',GradientType=0 );
}
.s3-user__icon::after {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  content: '';
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% bottom;
}
.s3-user__about {
  width: 100%;
  min-height: 60px;
  padding: 15px;
  padding-left: 100px;
  text-align: left;
  outline: none;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
.s3-user__about-title {
  font: 600 18px "Open Sans";
  text-align: left;
  color: #879ee9;
}
.s3-user__about-role {
  font: 600 14px/1.2 "Open Sans";
  margin-top: 5px;
  text-align: left;
  color: #595959;
}
.s3-user.active .s3-user__about {
  background-color: #4965c1;
}
.s3-user.active .s3-user__about-title {
  color: #fff;
}
.s3-user.active .s3-user__about-role {
  color: #9aaef1;
}
/*END s3*/
/*START s4*/
.s4 {
  padding: 80px 0 100px;
  background-color: #eff1f9;
}
.container-custom--second {
  margin-top: 90px;
}
.s4-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s4-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s4-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}
.s4-slick {
  visibility: hidden;
}
.s4-slick__el {
  padding: 0 5px;
}
.s4-slick__el:focus {
  outline: none;
}
.s4-slick__el-picture {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 270px;
  background: rgba(238,240,248,1);
  background: -moz-linear-gradient(top, rgba(238,240,248,1) 26%, rgba(225,227,235,1) 100%);
  background: -webkit-linear-gradient(top, rgba(238,240,248,1) 26%, rgba(225,227,235,1) 100%);
  background: -o-linear-gradient(top, rgba(238,240,248,1) 26%, rgba(225,227,235,1) 100%);
  background: -ms-linear-gradient(top, rgba(238,240,248,1) 26%, rgba(225,227,235,1) 100%);
  background: linear-gradient(to bottom, rgba(238,240,248,1) 26%, rgba(225,227,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f8', endColorstr='#e1e3eb', GradientType=0 );
}
.s4-slick__el-picture:focus {
  outline: none;
}
.s4-slick__el-picture img {
  display: block;
  margin: 0 auto;
  max-height: 90%;
  max-width: 90%;
}
.s4-slick__el-title {
  padding: 40px 0 50px;
  font: 16px/1.2 "Open Sans";
  text-align: center;
  color: #1b1b1b;
}
.s4-slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.s4-slick .slick-dots li button {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
  border: 0;
  background-color: #d4dbf5;
}
.s4-slick .slick-dots li button::before {
  content: '';
}
.s4-slick .slick-dots li.slick-active button {
  background-color: #607ee2;
}
.s4-slick .slick-prev,
.s4-slick .slick-next {
  position: absolute;
  top: 40%;
  width: 28px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(/public/images/main/s4__arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .7;

  transition: opacity .3s;
}
.s4-slick .slick-prev:hover,
.s4-slick .slick-next:hover {
  opacity: 1;
}
.s4-slick .slick-prev::before, .s4-slick .slick-next::before {
  content: '';
}
.s4-slick .slick-prev {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -50px;
}
.s4-slick .slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px;
}
/*END s4*/
/*START s5*/
.s5 {
  padding: 80px 0 100px;
}
.s5-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s5-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s5-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}
.s5-partners {
  display: block;
  margin: auto;
  max-width: 100%;
}
.s5-partners--tablet,
.s5-partners--mobile {
  display: none;
}
/*END s5*/
/*START s6*/
.s6 {
  padding: 80px 0 100px;
  background-image: url(/public/images/main/img/s6__bg.jpg);
}
.s6-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s6-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s6-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}
.s6-about-wrapper {
  margin: auto;
  max-width: 1010px;
}
.s6-about-title-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.s6-about-picture {
  flex: 0 0 445px;
}
.s6-about-picture img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.s6-about-title-container {
  padding-top: 40px;
  padding-bottom: 55px;
  max-width: 400px;
}
.s6-about-title {
  font: 600 24px/1.2 "Open Sans";
  text-align: left;
  color: #607ee2;
  margin-bottom: 40px;
}
.s6-about-subtitle {
  font: 18px/1.2 "Open Sans";
  text-align: left;
  color: #a9a9a9;
}
.s6-about::before {
  position: absolute;
  left: 0; top: -7px;
  height: 7px;
  width: 100%;
  background-color: rgba(238, 241, 248, 0.6);
  content: '';
}
.s6-about {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  background-color: #fff;
  -webkit-box-shadow: 0px 7px 7px 0px #eef1f8;
  -moz-box-shadow: 0px 7px 7px 0px #eef1f8;
  box-shadow: 0px 7px 25px 0px #eef1f8;
}
.s6-about__text {
  flex: 0 0 56%;
  padding: 40px 40px;
  font: italic 15px/1.2 "Open Sans";
  text-align: justify;
  color: #696969;
}
.s6-about__text-name {
  padding-top: 20px;
  color: #292929;
  font: normal 600 16px/1.2 "Open Sans";
}
.s6-about__picture {
  flex: 0 0 44%;
  background-image: url(/public/images/main/s6__track.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
/*END s6*/
/*START s7*/
.s7 {
  padding: 80px 0 40px;
}
.s7-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}
.s7-dots > * {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ced6f0;
  margin: 0 5px;
}
.s7-title {
  font: bold 44px/1.2 "Akrobat";
  color: #373737;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
}
.s7-subtitle {
  font: 16px/1.2 "Open Sans";
  color: #464242;
  text-align: center;
  padding: 0 15px;
}
.s7-subtitle a {
  color: #d95959;
  border-bottom: 1px solid rgba(217, 89, 89, 0.8);
}
.s7-slick {
  width: 1000px;
  margin: 80px auto 0;
}
.s7-slick__el:focus {
  outline: none;
}
.s7-slick__youtube {
  display: block;
  position: relative;
  height: 410px;
  width: 410px;
  border-radius: 100%;
  margin: 10px auto 70px;
  background-image: url(/public/images/main/s7__picture.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 5px 25px 44px -5px rgba(143,153,188, 1);
  -moz-box-shadow: 5px 25px 44px -5px rgba(143,153,188, 1);
  box-shadow: 5px 25px 44px -5px rgba(143, 153, 188, 1);
  padding: 40px 50px;
  font: 22px/1.364 "Open Sans";
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.s7-slick__youtube::after {
  content: '';
  position: absolute; z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  background-color: #5ccd82;
  border-radius: 100%;
  width: 80px;
  height: 80px;

  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.s7-slick__youtube::before {
  content: '';
  position: absolute; z-index: 2;
  top: 0;
  bottom: 0;
  left: 7.5px;
  right: 0;
  margin: auto;

  width: 15px;
  height: 30px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
}
.s7-slick__youtube:focus {
  outline: none;
}
.s7-slick__youtube:hover {
  color: #fff;
}
.s7-slick__youtube:hover::after {
  background-color: #51b673;
}
.s7-slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.s7-slick .slick-dots li button {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0;
  border: 0;
  background-color: #d4dbf5;
}
.s7-slick .slick-dots li button::before {
  content: '';
}
.s7-slick .slick-dots li.slick-active button {
  background-color: #607ee2;
}
.s7-slick .slick-prev,
.s7-slick .slick-next {
  position: absolute;
  top: 40%;
  width: 28px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(/public/images/main/s4__arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .7;

  transition: opacity .3s;
}
.s7-slick .slick-prev:hover,
.s7-slick .slick-next:hover {
  opacity: 1;
}
.s7-slick .slick-prev::before, .s7-slick .slick-next::before {
  content: '';
}
.s7-slick .slick-prev {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -50px;
}
.s7-slick .slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px;
}
.flying-call {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  color: #ffffff;
  background-color: #607ee2;
  height: 70px;
  width: 70px;
}
.flying-call:hover {
  color: #ffffff;
  background-color: #5570cb;
}
/*END s7*/
/*Media*/
@media only screen and (min-width : 1700px) {
  .s1-picture-container--team {
    webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media only screen and (max-width : 1310px) {
  .s4-slick .slick-prev,
  .s4-slick .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width : 1199.9px) {
  .container-custom {
    width: 961px;
  }
  .header-menu-call-wrapper {
    width: auto;
  }
  .header-menu-phone {
    display: none;
  }
  .header-menu-calc {
    margin-left: 13px;
    margin-top: 4px;
  }
  .header-content-wrapper {
    background-position: left top;
    padding: 120px 0 230px;
  }
  .header-nav button {
    font-size: 13px;
    white-space: nowrap;
  }
  .header-menu-calc,
  .header-menu-auth {
    font-size: 12px;
  }
  .s1-content,
  .v1-content {
    width: 480px;
  }
  .s2-content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .s2-content-card {
    max-width: 75px;
  }
  .s2-content-title {
    margin-top: 40px;
  }
  .s3-info-content,
  .s3-users-content {
    width: 767px;
  }
  .s3-users-content {
    padding: 0 15px;
  }
  .s3-users-container {
    flex: 0 0 100%;
  }
  .s3-info-container {
    flex: 0 0 100%;
  }
  .s3-info-content {
    margin: auto;
    width: 575px;
    padding-left: 15px;
  }
  .s3-info {
    padding-top: 365px;
  }
  .s3-user__icon {
    display: none;
  }
  .s3-users-content {
    margin: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .s3-user {
    flex: 0 0 33%;
    margin-bottom: 10px;
    padding-left: 0;


    height: auto;
  }
  .s3-user.active .s3-user__about {
    border-radius: 25px;
  }
  .s3-user__about {
    padding: 10px 15px;
    min-height: auto;
  }
  .s3-user__about-title {
    text-align: center;
    font-size: 16px;
  }
  .s3-user__about-role {
    text-align: center;
    font-size: 12px;
  }
  .s7-slick {
    width: 500px;
  }
  .header-nav-link a {
    white-space: nowrap;
  }
}
@media only screen and (max-width : 991.9px) {
  .container-custom {
    width: 737px;
  }
  .side-block .side-block_icons_viber {
    width: 30px;
    height: 30px;
  }
  .side-block .side-block_icons_whatsapp {
    width: 30px;
    height: 30px;
    margin: 10px 0;
  }
  .side-block .side-block_icons_telegram {
    width: 35px;
    height: 35px;
  }
  .header-content-wrapper {
    background-image: url(/public/images/main/img/header__bg--991.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 140px;
  }
  .header-title {
    font-size: 42px;
    text-align: center;
  }
  .header-subtitle {
    font-size: 18px;
    margin: auto;
    text-align: center;
  }
  .header-nav {
    display: none;
  }
  .s1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s1-picture-container,
  .v1-picture-container {
    display: none;
  }
  .s1-content-container,
  .v1-content-container {
    flex: 0 0 100%;
  }
  .s1-content-container:first-child .s1-content,
  .v1-content-container:first-child .v1-content {
    padding: 0;
  }
  .s1-content,
  .v1-content {
    width: 737px;
    padding: 0;
    margin: 25px auto;
  }
  .s1-content__title::before,
  .v1-content__title::before {
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .s1-content__title,
  .v1-content__title {
    font-size: 36px;
    padding-top: 30px;
    text-align: center;
  }
  .s1-content__subject,
  .v1-content__subject {
    font-size: 18px;
    text-align: center;
  }
  .s1-content__text {
    text-align: justify;
  }
  .s2-title {
    font-size: 36px;
  }
  .s2-content-wrapper {
    max-width: 545px;
    margin: auto;
  }
  .s2-content-container {
    padding: 40px 30px;
    flex: 0 0 100%;
  }
  .s2-content-container::after {
    top: inherit;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
  .s2-content-container--blue::after {
    border-color: #627fe2 transparent transparent transparent;
  }
  .s2-content-container--dark-blue::after {
    border-color: #506bc6 transparent transparent transparent;
  }
  .s2-content-container--sapphire::after {
    border-color: transparent;
  }
  .s2-content-card {
    display: block;
    margin: auto;
    max-width: 55px;
  }
  .s2-content-title {
    text-align: center;
    max-width: none;
    margin-top: 25px;
  }
  .s3-title {
    font-size: 36px;
  }
  .s4-title {
    font-size: 36px;
  }
  .s4-slick .slick-prev,
  .s4-slick .slick-next {
    top: auto;
    bottom: -40px;
  }
  .s4-slick .slick-prev {
    left: 10px;
  }
  .s4-slick .slick-next {
    right: 10px;
  }
  .s5-partners--desctop {
    display: none;
  }
  .s5-partners--tablet {
    display: block;
  }
  .s5-title {
    font-size: 36px;
  }
  .s6-title {
    font-size: 36px;
  }
  .s6-about-picture {
    flex: 0 0 235px;
  }
  .s6-about__text {
    flex: 0 0 100%;
  }
  .s6-about__picture {
    display: none;
  }
  .s7-title {
    font-size: 36px;
  }
}
@media only screen and (max-width : 767.9px) {
  .container-custom {
    width: 545px;
  }
  .header-menu-wrapper {
    padding-bottom: 15px;
  }
  .header-rules-container {
    width: 545px;
  }
  .header-menu-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-menu-logo {
    width: auto;
  }
  .header-menu-logo__title {
    font-size: 22px;
    text-align: center;
  }
  .header-menu-logo__subtitle {
    display: none;
  }
  .header-menu-phone {
    display: block;
    margin: auto;
    line-height: .9;
    margin-bottom: 15px;
    text-align: center;
  }
  .header-menu-call-wrapper {
    display: none;
    margin: 10px auto 5px;
    justify-content: space-between;
    flex-direction: column;
  }
  .header-nav-link {
    padding-right: 0;
    margin-top: 15px;
  }
  .header-nav-link a {
    color: #3962ff;
    border-bottom: 1px solid rgba(181, 196, 255, 0.55);
  }
  .header-menu-auth {
    height: 35px;
    font-size: 12px;
  }
  .header-menu-auth::before {
    font-size: 14px;
    padding-left: 5px;
  }
  .header-menu-auth {
    margin: 0;
  }
  .s1-content {
    width: 545px;
  }
  .v1-content {
    width: auto;
    max-width: 545px;
  }
  .header-menu-phone {
    display: none;
  }
  .s3-info-content,
  .s3-users-content {
    width: 545px;
  }
  .s3-user {
    flex: 0 0 50%;
  }
  .s3-info {
    padding-top: 340px;
  }
  .v2-content {
    font-size: 16px;
  }
}
@media only screen and (max-width : 575.9px) {
  .container-custom {
    width: 100%;
    padding: 0 15px;
  }
  .header-content-wrapper {
    padding: 120px 0 150px;
  }
  .header-rules-container {
    width: 100%;
    padding-left: 20px;
  }
  .header-rules-title {
    font-size: 12px;
    padding: 0 10px;
  }
  .header-rules-count {
    padding: 0 10px;
  }
  .header-rules-count span {
    font-size: 28px;
  }
  .header-rules-btn {
    font-size: 12px;
    flex: 0 0 85px;
  }
  .s1-content {
    width: 100%;
  }
  .s1-content-container:first-child .s1-content,
  .s1-content-container:last-child .s1-content  {
    padding: 0 15px;
  }
  .v1-content-container:first-child .v1-content,
  .v1-content-container:last-child .v1-content  {
    padding: 0 15px;
  }
  .s2-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s3-info-content,
  .s3-users-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .s3-user {
    flex: 0 0 100%;
  }
  .s3-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 240px;
    -webkit-background-size: auto 240px;
    background-size: auto 240px;
  }
  .s3-info__about {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s3-info__title {
    font-size: 18px;
  }
  .s3-info__role {
    font-size: 16px;
  }
  .s3-info__text {
    font-size: 14px;
  }
  .s5-partners--tablet {
    display: none;
  }
  .s5-partners--mobile {
    display: block;
  }
  .s6-about-picture {
    display: none;
  }
  .s6-about-title-container {
    margin: auto;
  }
  .s6-about-title {
    font-size: 20px;
    text-align: center;
  }
  .s6-about-subtitle {
    font-size: 16px;
    text-align: center;
  }

}
@media only screen and (max-width : 560px) {
  .s7-slick {
    width: 100%;
  }
  .s7-slick__youtube {
    width: 300px;
    height: 300px;
    font-size: 16px;
    padding: 20px 20px;
  }
  .s7-slick__youtube::before {
    height: 20px;
    width: 10px;
    border-width: 10px 0 10px 10px;
  }
  .s7-slick__youtube::after {
    height: 60px;
    width: 60px;
  }
}
