.img-responsive {
  max-width: 100%;
  height: auto;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@font-face {
  font-family: ProximaNova-Regular;
  src: url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff) format("woff"),
    url(../fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Bold.woff) format("woff"),
    url(../fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: ProximaNova-SemiBold;
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Bold.woff) format("woff"),
    url(../fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.how {
  padding: 88px 0 10px;
}

.how h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  color: #37B5FF;
  margin-bottom: 77px;
}

.how__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 82px 0 90px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .how__line {
    padding: 0;
  }
}

.how__line::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  width: 80%;
  border-bottom: 4px dashed #37B5FF;
}

.how__item {
  position: relative;
  z-index: 2;
  max-width: 234px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  box-sizing: border-box;
  border: 3px solid #37B5FF;
  background-color: #fff;
  color: #fff;
  text-align: center;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 64px;
  line-height: 78px;
  color: #37B5FF;
  margin-bottom: 29px;
}

.how__number span {
  display: block;
  font-size: 28px;
  line-height: 34px;
  margin-top: -12px;
}

.how__number--active {
  background-color: #37B5FF;
  color: #fff;
}

.how__text {
  font-size: 18px;
  line-height: 1.4;
  color: #414244;
  text-align: center;
  display: block;
}

.how__btns {
  display: flex;
  justify-content: center;
}

.how__btn {
  color: #fff;
  background-color: #37b6ff;
  padding: 17px 67px 18px;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .how h2 {
    margin-bottom: 50px;
  }

  .how__line {
    flex-flow: row wrap;
  }

  .how__line::before {
    display: none;
  }

  .how__item {
    max-width: 50%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 25px;
    padding-right: 25px;
  }

  .how__number {
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 25px;
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 58px;
  }

  .how__number span {
    font-size: 22px;
    line-height: 28px;
  }

  .how__text {
    text-align: left;
  }

  .how__text br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .how {
    padding-top: 198px;
  }

  .how__item {
    max-width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .how {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .how h2 {
    font-size: 2em;
  }
}


.review {
  padding: 36px 0 96px;
}

.review h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  color: #37B5FF;
  margin-bottom: 50px;
}

.review__slider {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.review__slider .slick-list {
  margin: 0 -16px;
}

.review__item {
  outline: none;
  margin: 0 16px;
}

.review__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.review__foto {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.review__name {
  text-transform: uppercase;
  font-family: "ProximaNova-SemiBold", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  word-wrap:break-word;
  width: 60%;
}

.review__text {
  font-size: 18px;
  line-height: 1.8;
  color: #414244;
  margin: 0;
  word-wrap:break-word;
  width: 60%;
}

.review__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #37B5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
}

.review__arrow:hover {
  background-color: #55565a;
}

.review__arrow--next {
  right: -71px;
}

.review__arrow--prev {
  left: -71px;
}

.review__arrow--prev span {
  transform: scale(-1, 1);
}

.review__arrow span {
  display: block;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../ds/arrow-right.svg");
}

@media screen and (max-width: 1200px) {
  .review__arrow--next {
    right: -50px;
  }
  
  .review__arrow--prev {
    left: -50px;
  }
}

@media screen and (max-width: 700px) {
  .review {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .review__arrow--next {
    right: -70px;
  }
  
  .review__arrow--prev {
    left: -70px;
  }

  .review__slider {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .review h2 {
    font-size: 2em;
  }

  .review__top {
    margin-bottom: 20px;
  }

  .review__foto {
    width: 78px;
    height: 78px;
    margin-right: 20px;
  }
  
  .review__name {
    font-size: 22px;
  }
  
  .review__text {
    font-size: 17px;
  }
}


.team {
  background-color: #FAFBFB;
  padding: 19px 0 60px;
}

.team__wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.team__wrapper::after {
  position: relative;
  content: "";
  clear: both;
  display: table;
}

.team__pic {
  max-width: 397px;
  width: 100%;
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}

.team__pic > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.team__name {
  margin-bottom: -2px;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #414244;
  padding-top: 19px;
}

.team__position {
  font-family: "ProximaNova-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #414244;
  margin-bottom: 30px;
}

.team__info {
  font-size: 18px;
  line-height: 1.8;
  color: #414244;
  margin-bottom: 32px;
}

.team__info:last-child {
  margin-bottom: 0;
}

.team__slider {
  position: relative;
}

.team__slider .slick-list {
  margin: 0 -15px;
}

.team__slider .review__arrow--next {
  right: -25px !important;
}

.team__slider .review__arrow--prev {
  left: -25px !important;
  z-index: 10;
}

.team__slider-item {
  outline: none;
  margin: 0 15px;
}

.team__slider-pic {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 425px;
  margin-bottom: 30px;
}

.team__slider-pic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__slider-name {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #414244;
  display: block;
  margin-bottom: 0;
}

.team__slider-position {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #414244;
}

@media screen and (max-width: 900px) {
  .team__pic {
    max-width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .team {
    padding-bottom: 35px;
  }

  .team__pic {
    display: block;
    max-width: 400px;
    float: none;
    margin: 0 auto 20px;
  }

  .team__wrapper {
    margin-bottom: 35px;
  }

  .team__wrapper::after {
    display: none;
  }

  .team__name {
    font-size: 28px;
    margin-bottom: 0;
  }

  .team__position {
    margin-bottom: 15px;
  }

  .team__info {
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .team__slider .review__arrow--next {
    right: -15px !important;
  }
  
  .team__slider .review__arrow--prev {
    left: -15px !important;
    z-index: 10;
  }

  .team__slider-name {
    font-size: 22px;
  }

  .team__slider-position {
    font-size: 17px;
    line-height: 1.4;
  }

  .team__slider-pic {
    margin-bottom: 15px;
  }
}

.partners__slider-item {
  outline: none;
  margin: 0 15px;
}

.partners__slider-item {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid rgba(0,0,0,.08);
}

.partners__slider-image a {
  display: block;
  height: 200px;
  background-size: 200px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .3;
}

.partners__slider-image a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.line {
  padding: 313px 0 331px;
}

.line__main {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line__section {
  max-width: calc(25% + 32px);
  width: 100%;
  margin-right: -32px;
  height: 100%;
  position: relative;
}
.line__section-progress {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 30px 50%, 0% 0%);
}
.line__section-content {
  position: absolute;
  z-index: 2;
  max-width: 250px;
  width: 100%;
  top: -56px;
  left: 50%;
  padding-left: 24px;
  transform: translateY(-100%);
}
.line__section-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 66px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #41692B;
}
.line__section-content::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 68px;
  width: 2px;
  height: calc(100% - 66px + 56px);
  background-color: #41692B;
}
.line__section-content--bottom {
  top: auto;
  bottom: -87px;
  transform: translateY(100%);
}
.line__section-content--bottom::before {
  top: 0;
}
.line__section-content--bottom::after {
  top: 2px;
  height: 93px;
  transform: translateY(-100%);
}
.line__name {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #41692B;
}
.line__name span {
  font-family: "ProximaNova-Bold", sans-serif;
  display: block;
  margin-bottom: -6px;
  margin-top: -4px;
  font-size: 56px;
  line-height: 1;
}
.line__info {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #9D9D9D;
}
.line__section-1 .line__section-progress {
  background-color: #41692B;
}
.line__section-1 .line__name {
  color: #41692B;
}
.line__section-1 .line__section-content::after,
.line__section-1 .line__section-content::before {
  background-color: #41692B;
}
.line__section-2 .line__section-progress {
  background-color: #578A3C;
}
.line__section-2 .line__name {
  color: #578A3C;
}
.line__section-2 .line__section-content::after,
.line__section-2 .line__section-content::before {
  background-color: #578A3C;
}
.line__section-3 .line__section-progress {
  background-color: #6DA64F;
}
.line__section-3 .line__name {
  color: #6DA64F;
}
.line__section-3 .line__section-content::after,
.line__section-3 .line__section-content::before {
  background-color: #6DA64F;
}
.line__section-4 .line__section-progress {
  background-color: #84C263;
}
.line__section-4 .line__name {
  color: #84C263;
}
.line__section-4 .line__section-content::after,
.line__section-4 .line__section-content::before {
  background-color: #84C263;
}
.line__section-5 .line__section-progress {
  background-color: #A6E186;
}
.line__section-5 .line__name {
  color: #A6E186;
}
.line__section-5 .line__section-content::after,
.line__section-5 .line__section-content::before {
  background-color: #A6E186;
}

/* bug */
.sp-parent-263 .line__section-1 .line__section-progress {
  background-color: #4d317c;
}
.sp-parent-263 .line__section-1 .line__name {
  color: #4d317c;
}
.sp-parent-263 .line__section-1 .line__section-content::after,
.sp-parent-263 .line__section-1 .line__section-content::before {
  background-color: #4d317c;
}
.sp-parent-263 .line__section-2 .line__section-progress {
  background-color: #604097;
}
.sp-parent-263 .line__section-2 .line__name {
  color: #604097;
}
.sp-parent-263 .line__section-2 .line__section-content::after,
.sp-parent-263 .line__section-2 .line__section-content::before {
  background-color: #604097;
}
.sp-parent-263 .line__section-3 .line__section-progress {
  background-color: #7450b1;
}
.sp-parent-263 .line__section-3 .line__name {
  color: #7450b1;
}
.sp-parent-263 .line__section-3 .line__section-content::after,
.sp-parent-263 .line__section-3 .line__section-content::before {
  background-color: #7450b1;
}
.sp-parent-263 .line__section-4 .line__section-progress {
  background-color: #8760cb;
}
.sp-parent-263 .line__section-4 .line__name {
  color: #8760cb;
}
.sp-parent-263 .line__section-4 .line__section-content::after,
.sp-parent-263 .line__section-4 .line__section-content::before {
  background-color: #8760cb;
}
.sp-parent-263 .line__section-5 .line__section-progress {
  background-color: #9e7fd1;
}
.sp-parent-263 .line__section-5 .line__name {
  color: #9e7fd1;
}
.sp-parent-263 .line__section-5 .line__section-content::after,
.sp-parent-263 .line__section-5 .line__section-content::before {
  background-color: #9e7fd1;
}

@media screen and (max-width: 1400px) {
  .line__main {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .line__main {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .line {
    padding: 0;
  }
  .line__main {
    max-width: 100%;
    padding: 45px 0;
    display: block;
    height: auto;
  }
  .line__section {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    padding-left: 80px;
  }
  .line__section-content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    padding: 30px 0;
    max-width: 100%;
  }
  .line__section-content::before {
    left: 60px;
    top: auto;
    bottom: 5px;
  }
  .line__section-content::after {
    height: 2px;
    width: 120px;
    left: 62px;
    bottom: 13px;
    top: auto;
    transform: translateX(-100%);
  }

  .line__section-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: calc(100% + 32px);
    position: absolute;
    clip-path: polygon(50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px), 0 0);
  }
}