/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

address,caption,cite,code,dfn,em,strong,th,var,i,b {
	font-style:normal !important;
	font-weight:normal;
}
ol,ul {
	list-style:none;

}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a {text-decoration: none; color: #000;}

/* page header */

.page-header {
  width: calc(100% - 100px);
  height: 82px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}

.page-header .logo {
  width: 171px;
  height: 28px;
  /* background-image: url("../img/index2-img/logo.svg"); */
  background-size: 100% 100%;
}

.page-header ul {
  display: flex;
  font-family: "Product Sans Bold";
  font-size: 15px;
  color: #7f7f7f;
  margin-left: 56px;
}

.page-header ul a {
  color: inherit;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.page-header ul a.active,
.page-header ul a:hover {
  color: #000000;
}

.page-header ul a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #69a9ff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.page-header ul a.active::after,
.page-header ul a:hover::after {
  width: 100%;
}

.page-header ul li:not(:last-child) {
  margin-right: 37px;
}

.page-header > div {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Product Sans Bold";
  font-size: 15px;
  color: #7f7f7f;
}

.page-header > div a:first-child {
  color: inherit;
}

.page-header > div a:last-child {
  height: 45px;
  font-family: "Product Sans Bold";
  color: #fff;
  line-height: 45px;
  background: #69a9ff;
  border-radius: 6px;
  padding: 0 26px;
  margin-left: 25px;
}

.page-header > div a:last-child::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.015,12.252 L21.342,12.252 L11.553,2.463 L14.000,0.015 L27.985,14.000 L14.000,27.985 L11.553,25.537 L21.342,15.748 L0.015,15.748 L0.015,12.252 Z'/%3e%3c/svg%3e");
  background-size: cover;
  vertical-align: middle;
  margin-left: 11px;
  margin-top: -1px;
}

@media screen and (min-width: 1200px) {
  .page-header__burger {
    display: none;
  }
}

@media screen and (max-width: 1199px) {

  .app {
    overflow: hidden;
  }

  .page-header {
    width: calc(100% - 32px);
    height: auto;
    padding: 19px 16px;
  }

  .page-header .logo {
    width: 142px;
    height: 24px;
  }

  .page-header ul,
  .page-header > div {
    display: none;
  }

  .page-header__burger::before,
  .page-header__burger::after {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #000000;
  }

  .page-header__burger--white::before,
  .page-header__burger--white::after {
    background: #fff;
  }

  .page-header__burger::after {
    margin-top: 5px;
  }
}


/* first block */

.first-block {
  width: 448px;
  text-align: center;
  padding:  37px  0 155px;
  margin: 91px auto 0;
  position: relative;
}

.first-block h1,
.second-block h2,
.third-block h3,
.fourth-block h4,
.fifth-block h5,
.sixth-block__wrapper h6 {
  font-family: "Product Sans Bold";
  font-size: 55px;
  color: #000000;
  line-height: 69px;
  text-align: center;
}

.first-block p {
  font-family: "Product Sans Regular";
  font-size: 22px;
  color: #131313;
  line-height: 32px;
  margin-top: 30px;
}

.first-block a {
  height: 60px;
  display: inline-block;
  font-family: "Product Sans Bold";
  font-size: 16px;
  color: #fff;
  line-height: 61px;
  background: #69a9ff;
  border-radius: 7px;
  padding: 0 60px;
  margin-top: 44px;
}

.first-block a:hover {
  background: #5a5dc0;
}

.first-block a:active {
  background: #212464;
}

.first-block a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M8.000,-0.000 L26.000,-0.000 C30.418,-0.000 34.000,3.582 34.000,8.000 L34.000,26.000 C34.000,30.418 30.418,34.000 26.000,34.000 L8.000,34.000 C3.582,34.000 -0.000,30.418 -0.000,26.000 L-0.000,8.000 C-0.000,3.582 3.582,-0.000 8.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(52, 55, 139)' d='M11.625,8.500 C13.351,8.500 14.750,9.899 14.750,11.625 C14.750,13.351 13.351,14.750 11.625,14.750 C9.899,14.750 8.500,13.351 8.500,11.625 C8.500,9.899 9.899,8.500 11.625,8.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(52, 55, 139)' d='M22.641,8.500 C24.358,8.500 25.750,9.899 25.750,11.625 C25.750,13.351 24.358,14.750 22.641,14.750 C20.923,14.750 19.531,13.351 19.531,11.625 C19.531,9.899 20.923,8.500 22.641,8.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(52, 55, 139)' d='M11.625,19.531 C13.351,19.531 14.750,20.924 14.750,22.641 C14.750,24.358 13.351,25.750 11.625,25.750 C9.899,25.750 8.500,24.358 8.500,22.641 C8.500,20.924 9.899,19.531 11.625,19.531 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(52, 55, 139)' d='M22.641,19.531 C24.358,19.531 25.750,20.924 25.750,22.641 C25.750,24.358 24.358,25.750 22.641,25.750 C20.923,25.750 19.531,24.358 19.531,22.641 C19.531,20.924 20.923,19.531 22.641,19.531 Z'/%3e%3c/svg%3e");
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -4px;
}

.first-block img {
  position: absolute;
}

.first-block img:nth-of-type(1) {
  width: 52px;
  height: 52px;
  left: -255px;
  top: 0;
}

.first-block img:nth-of-type(2) {
  width: 62px;
  height: 62px;
  left: -460px;
  top: 113px;
}

.first-block img:nth-of-type(3) {
  width: 78px;
  height: 78px;
  left: -153px;
  top: 174px;
}

.first-block img:nth-of-type(4) {
  width: 67px;
  height: 67px;
  left: -88px;
  bottom: 70px;
}

.first-block img:nth-of-type(5) {
  width: 55px;
  height: 55px;
  left: -314px;
  bottom: 71px;
}

.first-block img:nth-of-type(6) {
  width: 52px;
  height: 52px;
  right: -231px;
  top: 32px;
}

.first-block img:nth-of-type(7) {
  width: 68px;
  height: 68px;
  right: -446px;
  top: 114px;
}

.first-block img:nth-of-type(8) {
  width: 52px;
  height: 52px;
  right: -247px;
  top: 254px;
}

.first-block img:nth-of-type(9) {
  width: 96px;
  height: 96px;
  right: 6px;
  bottom: 0;
}

.first-block img:nth-of-type(10) {
  width: 37px;
  height: 37px;
  right: -266px;
  bottom: 0;
}


@media screen and (max-width: 1199px) {
  .first-block {
    width: auto;
    padding: 70px 20px 0;
    margin: 0 0 0;
  }

  .first-block h1,
  .second-block h2,
  .third-block h3,
  .fourth-block h4,
  .fifth-block h5,
  .sixth-block__wrapper h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .first-block p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 13px;
    position: relative;
    z-index: 1;
  }

  .first-block a {
    width: 100%;
    padding: 0;
    margin-top: 156px;
    position: relative;
    z-index: 1;
  }

  .first-block img:nth-of-type(1) {
    top: 240px;
    left: -10px;
  }

  .first-block img:nth-of-type(2) {
    top: -17px;
    left: -42px;
  }

  .first-block img:nth-of-type(3) {
    top: 195px;
    right: -30px;
    bottom: auto;
    left: auto;
  }

  .first-block img:nth-of-type(4) {
    right: -33px;
    bottom: -49px;
    left: auto;
  }

  .first-block img:nth-of-type(5) {
    top: 274px;
    left: 103px;
  }

  .first-block img:nth-of-type(7) {
    top: -3px;
    right: 75px;
  }

  .first-block img:nth-of-type(6),
  .first-block img:nth-of-type(8),
  .first-block img:nth-of-type(9),
  .first-block img:nth-of-type(10) {
    display: none;
  }

}

/* second block */

.second-block {
  width: 1200px;
  margin: 80px auto 0;
}

.second-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.second-block__tabs {
  width: 201px;
  font-family: "Product Sans Bold";
  font-size: 16px;
  color: #696969;
  margin-top: 16px;
}

.second-block__tabs li {
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}

.second-block__tabs li:not(:last-child) {
  margin-top: 7px;
}

.second-block__tabs li::before {
  content: "";
  background-size: cover;
}

.second-block__tabs li:first-of-type::before {
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='62px'%3e%3cpath fill-rule='evenodd' fill='rgb(105, 105, 105)' d='M15.137,48.922 C13.799,48.922 12.715,47.838 12.715,46.500 C12.715,45.162 13.799,44.078 15.137,44.078 C16.474,44.078 17.559,45.162 17.559,46.500 C17.559,47.838 16.474,48.922 15.137,48.922 ZM15.137,27.852 C13.799,27.852 12.715,26.767 12.715,25.430 C12.715,24.092 13.799,23.008 15.137,23.008 C16.474,23.008 17.559,24.092 17.559,25.430 C17.559,26.767 16.474,27.852 15.137,27.852 ZM15.137,38.387 C13.799,38.387 12.715,37.302 12.715,35.965 C12.715,34.627 13.799,33.543 15.137,33.543 C16.474,33.543 17.559,34.627 17.559,35.965 C17.559,37.302 16.474,38.387 15.137,38.387 ZM25.672,48.922 C24.334,48.922 23.250,47.838 23.250,46.500 C23.250,45.162 24.334,44.078 25.672,44.078 C27.009,44.078 28.094,45.162 28.094,46.500 C28.094,47.838 27.009,48.922 25.672,48.922 ZM25.672,27.852 C24.334,27.852 23.250,26.767 23.250,25.430 C23.250,24.092 24.334,23.008 25.672,23.008 C27.009,23.008 28.094,24.092 28.094,25.430 C28.094,26.767 27.009,27.852 25.672,27.852 ZM25.672,38.387 C24.334,38.387 23.250,37.302 23.250,35.965 C23.250,34.627 24.334,33.543 25.672,33.543 C27.009,33.543 28.094,34.627 28.094,35.965 C28.094,37.302 27.009,38.387 25.672,38.387 ZM59.578,30.758 C58.240,30.758 57.156,29.673 57.156,28.336 L57.156,14.531 C57.156,11.861 54.983,9.687 52.312,9.687 L49.164,9.687 L49.164,12.109 C49.164,13.447 48.080,14.531 46.742,14.531 C45.405,14.531 44.320,13.447 44.320,12.109 L44.320,9.687 L33.301,9.687 L33.301,12.109 C33.301,13.447 32.216,14.531 30.879,14.531 C29.541,14.531 28.457,13.447 28.457,12.109 L28.457,9.687 L17.559,9.687 L17.559,12.109 C17.559,13.447 16.474,14.531 15.137,14.531 C13.799,14.531 12.715,13.447 12.715,12.109 L12.715,9.687 L9.688,9.687 C7.017,9.687 4.844,11.861 4.844,14.531 L4.844,52.313 C4.844,54.983 7.017,57.156 9.688,57.156 L28.215,57.156 C29.552,57.156 30.637,58.241 30.637,59.578 C30.637,60.915 29.552,62.000 28.215,62.000 L9.688,62.000 C4.346,62.000 -0.000,57.654 -0.000,52.313 L-0.000,14.531 C-0.000,9.189 4.346,4.844 9.688,4.844 L12.715,4.844 L12.715,2.422 C12.715,1.084 13.799,0.000 15.137,0.000 C16.474,0.000 17.559,1.084 17.559,2.422 L17.559,4.844 L28.457,4.844 L28.457,2.422 C28.457,1.084 29.541,0.000 30.879,0.000 C32.216,0.000 33.301,1.084 33.301,2.422 L33.301,4.844 L44.320,4.844 L44.320,2.422 C44.320,1.084 45.405,0.000 46.742,0.000 C48.080,0.000 49.164,1.084 49.164,2.422 L49.164,4.844 L52.312,4.844 C57.654,4.844 62.000,9.189 62.000,14.531 L62.000,28.336 C62.000,29.673 60.916,30.758 59.578,30.758 ZM33.785,25.430 C33.785,24.092 34.870,23.008 36.207,23.008 C37.545,23.008 38.629,24.092 38.629,25.430 C38.629,26.767 37.545,27.852 36.207,27.852 C34.870,27.852 33.785,26.767 33.785,25.430 ZM44.320,25.430 C44.320,24.092 45.405,23.008 46.742,23.008 C48.080,23.008 49.164,24.092 49.164,25.430 C49.164,26.767 48.080,27.852 46.742,27.852 C45.405,27.852 44.320,26.767 44.320,25.430 ZM47.348,32.695 C55.427,32.695 62.000,39.268 62.000,47.348 C62.000,55.427 55.427,62.000 47.348,62.000 C39.268,62.000 32.695,55.427 32.695,47.348 C32.695,39.268 39.268,32.695 47.348,32.695 ZM47.348,57.156 C52.756,57.156 57.156,52.756 57.156,47.348 C57.156,41.939 52.756,37.539 47.348,37.539 C41.939,37.539 37.539,41.939 37.539,47.348 C37.539,52.756 41.939,57.156 47.348,57.156 ZM47.348,39.961 C48.685,39.961 49.770,41.045 49.770,42.383 L49.770,44.926 L50.859,44.926 C52.197,44.926 53.281,46.010 53.281,47.348 C53.281,48.685 52.197,49.770 50.859,49.770 L47.348,49.770 C46.010,49.770 44.926,48.685 44.926,47.348 L44.926,42.383 C44.926,41.045 46.010,39.961 47.348,39.961 Z'/%3e%3c/svg%3e");
  margin-right: 16px;
  margin-bottom: ;
}

.second-block__tabs li:first-of-type.active::before,
.second-block__tabs li:first-of-type:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='62px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M15.137,48.922 C13.799,48.922 12.715,47.838 12.715,46.500 C12.715,45.162 13.799,44.078 15.137,44.078 C16.474,44.078 17.559,45.162 17.559,46.500 C17.559,47.838 16.474,48.922 15.137,48.922 ZM15.137,27.852 C13.799,27.852 12.715,26.767 12.715,25.430 C12.715,24.092 13.799,23.008 15.137,23.008 C16.474,23.008 17.559,24.092 17.559,25.430 C17.559,26.767 16.474,27.852 15.137,27.852 ZM15.137,38.387 C13.799,38.387 12.715,37.302 12.715,35.965 C12.715,34.627 13.799,33.543 15.137,33.543 C16.474,33.543 17.559,34.627 17.559,35.965 C17.559,37.302 16.474,38.387 15.137,38.387 ZM25.672,48.922 C24.334,48.922 23.250,47.838 23.250,46.500 C23.250,45.162 24.334,44.078 25.672,44.078 C27.009,44.078 28.094,45.162 28.094,46.500 C28.094,47.838 27.009,48.922 25.672,48.922 ZM25.672,27.852 C24.334,27.852 23.250,26.767 23.250,25.430 C23.250,24.092 24.334,23.008 25.672,23.008 C27.009,23.008 28.094,24.092 28.094,25.430 C28.094,26.767 27.009,27.852 25.672,27.852 ZM25.672,38.387 C24.334,38.387 23.250,37.302 23.250,35.965 C23.250,34.627 24.334,33.543 25.672,33.543 C27.009,33.543 28.094,34.627 28.094,35.965 C28.094,37.302 27.009,38.387 25.672,38.387 ZM59.578,30.758 C58.240,30.758 57.156,29.673 57.156,28.336 L57.156,14.531 C57.156,11.861 54.983,9.687 52.312,9.687 L49.164,9.687 L49.164,12.109 C49.164,13.447 48.080,14.531 46.742,14.531 C45.405,14.531 44.320,13.447 44.320,12.109 L44.320,9.687 L33.301,9.687 L33.301,12.109 C33.301,13.447 32.216,14.531 30.879,14.531 C29.541,14.531 28.457,13.447 28.457,12.109 L28.457,9.687 L17.559,9.687 L17.559,12.109 C17.559,13.447 16.474,14.531 15.137,14.531 C13.799,14.531 12.715,13.447 12.715,12.109 L12.715,9.687 L9.688,9.687 C7.017,9.687 4.844,11.861 4.844,14.531 L4.844,52.313 C4.844,54.983 7.017,57.156 9.688,57.156 L28.215,57.156 C29.552,57.156 30.637,58.241 30.637,59.578 C30.637,60.915 29.552,62.000 28.215,62.000 L9.688,62.000 C4.346,62.000 -0.000,57.654 -0.000,52.313 L-0.000,14.531 C-0.000,9.189 4.346,4.844 9.688,4.844 L12.715,4.844 L12.715,2.422 C12.715,1.084 13.799,0.000 15.137,0.000 C16.474,0.000 17.559,1.084 17.559,2.422 L17.559,4.844 L28.457,4.844 L28.457,2.422 C28.457,1.084 29.541,0.000 30.879,0.000 C32.216,0.000 33.301,1.084 33.301,2.422 L33.301,4.844 L44.320,4.844 L44.320,2.422 C44.320,1.084 45.405,0.000 46.742,0.000 C48.080,0.000 49.164,1.084 49.164,2.422 L49.164,4.844 L52.312,4.844 C57.654,4.844 62.000,9.189 62.000,14.531 L62.000,28.336 C62.000,29.673 60.916,30.758 59.578,30.758 ZM33.785,25.430 C33.785,24.092 34.870,23.008 36.207,23.008 C37.545,23.008 38.629,24.092 38.629,25.430 C38.629,26.767 37.545,27.852 36.207,27.852 C34.870,27.852 33.785,26.767 33.785,25.430 ZM44.320,25.430 C44.320,24.092 45.405,23.008 46.742,23.008 C48.080,23.008 49.164,24.092 49.164,25.430 C49.164,26.767 48.080,27.852 46.742,27.852 C45.405,27.852 44.320,26.767 44.320,25.430 ZM47.348,32.695 C55.427,32.695 62.000,39.268 62.000,47.348 C62.000,55.427 55.427,62.000 47.348,62.000 C39.268,62.000 32.695,55.427 32.695,47.348 C32.695,39.268 39.268,32.695 47.348,32.695 ZM47.348,57.156 C52.756,57.156 57.156,52.756 57.156,47.348 C57.156,41.939 52.756,37.539 47.348,37.539 C41.939,37.539 37.539,41.939 37.539,47.348 C37.539,52.756 41.939,57.156 47.348,57.156 ZM47.348,39.961 C48.685,39.961 49.770,41.045 49.770,42.383 L49.770,44.926 L50.859,44.926 C52.197,44.926 53.281,46.010 53.281,47.348 C53.281,48.685 52.197,49.770 50.859,49.770 L47.348,49.770 C46.010,49.770 44.926,48.685 44.926,47.348 L44.926,42.383 C44.926,41.045 46.010,39.961 47.348,39.961 Z'/%3e%3c/svg%3e");
}

.second-block__tabs li:nth-of-type(2)::before {
  width: 26px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52px' height='57px'%3e%3cpath fill-rule='evenodd' fill='rgb(105, 105, 105)' d='M49.049,41.684 L36.871,53.860 C36.599,54.131 36.263,54.327 35.894,54.430 L26.922,56.919 C26.726,56.974 26.526,57.000 26.329,57.000 C25.738,57.000 25.161,56.764 24.737,56.328 C24.171,55.747 23.966,54.903 24.202,54.126 L26.859,45.362 C26.966,45.011 27.157,44.692 27.416,44.433 L39.620,32.236 C42.218,29.633 46.449,29.633 49.049,32.238 C51.649,34.842 51.649,39.080 49.049,41.684 ZM39.185,38.961 L30.951,47.191 L29.630,51.547 L34.144,50.295 L42.330,42.110 L39.185,38.961 ZM45.905,35.387 C45.039,34.519 43.628,34.519 42.762,35.387 L42.333,35.815 L45.476,38.965 L45.907,38.534 C46.772,37.667 46.772,36.255 45.905,35.387 ZM25.007,35.625 L11.102,35.625 C9.874,35.625 8.879,34.628 8.879,33.399 C8.879,32.169 9.874,31.172 11.102,31.172 L25.007,31.172 C26.235,31.172 27.230,32.169 27.230,33.399 C27.230,34.628 26.235,35.625 25.007,35.625 ZM33.997,17.812 L11.102,17.812 C9.874,17.812 8.879,16.816 8.879,15.586 C8.879,14.356 9.874,13.360 11.102,13.360 L33.997,13.360 C35.225,13.360 36.220,14.356 36.220,15.586 C36.220,16.816 35.225,17.812 33.997,17.812 ZM33.997,26.719 L11.102,26.719 C9.874,26.719 8.879,25.722 8.879,24.492 C8.879,23.263 9.874,22.266 11.102,22.266 L33.997,22.266 C35.225,22.266 36.220,23.263 36.220,24.492 C36.220,25.722 35.225,26.719 33.997,26.719 ZM42.889,24.826 C41.661,24.826 40.666,23.829 40.666,22.600 L40.666,8.906 C40.666,6.451 38.672,4.453 36.220,4.453 L8.891,4.453 C6.440,4.453 4.446,6.451 4.446,8.906 L4.446,48.094 C4.446,50.549 6.440,52.547 8.891,52.547 L16.326,52.547 C17.553,52.547 18.549,53.543 18.549,54.774 C18.549,56.003 17.553,57.000 16.326,57.000 L8.891,57.000 C3.989,57.000 0.000,53.005 0.000,48.094 L0.000,8.906 C0.000,3.995 3.989,0.000 8.891,0.000 L36.220,0.000 C41.123,0.000 45.112,3.995 45.112,8.906 L45.112,22.600 C45.112,23.829 44.117,24.826 42.889,24.826 Z'/%3e%3c/svg%3e");
  margin-right: 21px;
  margin-bottom: 0;
}

.second-block__tabs li:nth-of-type(2).active::before,
.second-block__tabs li:nth-of-type(2):hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52px' height='57px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M49.049,41.684 L36.871,53.860 C36.599,54.131 36.263,54.327 35.894,54.430 L26.922,56.919 C26.726,56.974 26.526,57.000 26.329,57.000 C25.738,57.000 25.161,56.764 24.737,56.328 C24.171,55.747 23.966,54.903 24.202,54.126 L26.859,45.362 C26.966,45.011 27.157,44.692 27.416,44.433 L39.620,32.236 C42.218,29.633 46.449,29.633 49.049,32.238 C51.649,34.842 51.649,39.080 49.049,41.684 ZM39.185,38.961 L30.951,47.191 L29.630,51.547 L34.144,50.295 L42.330,42.110 L39.185,38.961 ZM45.905,35.387 C45.039,34.519 43.628,34.519 42.762,35.387 L42.333,35.815 L45.476,38.965 L45.907,38.534 C46.772,37.667 46.772,36.255 45.905,35.387 ZM25.007,35.625 L11.102,35.625 C9.874,35.625 8.879,34.628 8.879,33.399 C8.879,32.169 9.874,31.172 11.102,31.172 L25.007,31.172 C26.235,31.172 27.230,32.169 27.230,33.399 C27.230,34.628 26.235,35.625 25.007,35.625 ZM33.997,17.812 L11.102,17.812 C9.874,17.812 8.879,16.816 8.879,15.586 C8.879,14.356 9.874,13.360 11.102,13.360 L33.997,13.360 C35.225,13.360 36.220,14.356 36.220,15.586 C36.220,16.816 35.225,17.812 33.997,17.812 ZM33.997,26.719 L11.102,26.719 C9.874,26.719 8.879,25.722 8.879,24.492 C8.879,23.263 9.874,22.266 11.102,22.266 L33.997,22.266 C35.225,22.266 36.220,23.263 36.220,24.492 C36.220,25.722 35.225,26.719 33.997,26.719 ZM42.889,24.826 C41.661,24.826 40.666,23.829 40.666,22.600 L40.666,8.906 C40.666,6.451 38.672,4.453 36.220,4.453 L8.891,4.453 C6.440,4.453 4.446,6.451 4.446,8.906 L4.446,48.094 C4.446,50.549 6.440,52.547 8.891,52.547 L16.326,52.547 C17.553,52.547 18.549,53.543 18.549,54.774 C18.549,56.003 17.553,57.000 16.326,57.000 L8.891,57.000 C3.989,57.000 0.000,53.005 0.000,48.094 L0.000,8.906 C0.000,3.995 3.989,0.000 8.891,0.000 L36.220,0.000 C41.123,0.000 45.112,3.995 45.112,8.906 L45.112,22.600 C45.112,23.829 44.117,24.826 42.889,24.826 Z'/%3e%3c/svg%3e");
}

.second-block__tabs li:nth-of-type(3)::before {
  width: 30px;
  height: 31px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='63px' height='61px'%3e%3cpath fill-rule='evenodd' fill='rgb(105, 105, 105)' d='M62.851,44.321 C62.441,43.008 61.086,42.290 59.823,42.715 L56.698,43.772 C58.612,39.653 59.615,35.125 59.615,30.500 C59.615,13.682 46.462,-0.000 30.294,-0.000 C14.126,-0.000 0.973,13.682 0.973,30.500 C0.973,47.318 14.126,61.000 30.294,61.000 C31.621,61.000 32.697,59.881 32.697,58.500 C32.697,57.119 31.621,56.000 30.294,56.000 C16.777,56.000 5.780,44.561 5.780,30.500 C5.780,16.439 16.777,5.000 30.294,5.000 C43.811,5.000 54.808,16.439 54.808,30.500 C54.808,34.374 53.968,38.167 52.362,41.613 L51.294,38.195 C50.884,36.882 49.528,36.163 48.266,36.590 C47.004,37.016 46.313,38.426 46.723,39.739 L49.557,48.813 C49.887,49.870 50.829,50.542 51.842,50.542 C52.088,50.542 52.339,50.502 52.585,50.419 L61.308,47.471 C62.570,47.045 63.261,45.634 62.851,44.321 Z'/%3e%3c/svg%3e");
  margin-right: 17px;
  margin-bottom: 0;
}

.second-block__tabs li:nth-of-type(3).active::before,
.second-block__tabs li:nth-of-type(3):hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='63px' height='61px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M62.851,44.321 C62.441,43.008 61.086,42.290 59.823,42.715 L56.698,43.772 C58.612,39.653 59.615,35.125 59.615,30.500 C59.615,13.682 46.462,-0.000 30.294,-0.000 C14.126,-0.000 0.973,13.682 0.973,30.500 C0.973,47.318 14.126,61.000 30.294,61.000 C31.621,61.000 32.697,59.881 32.697,58.500 C32.697,57.119 31.621,56.000 30.294,56.000 C16.777,56.000 5.780,44.561 5.780,30.500 C5.780,16.439 16.777,5.000 30.294,5.000 C43.811,5.000 54.808,16.439 54.808,30.500 C54.808,34.374 53.968,38.167 52.362,41.613 L51.294,38.195 C50.884,36.882 49.528,36.163 48.266,36.590 C47.004,37.016 46.313,38.426 46.723,39.739 L49.557,48.813 C49.887,49.870 50.829,50.542 51.842,50.542 C52.088,50.542 52.339,50.502 52.585,50.419 L61.308,47.471 C62.570,47.045 63.261,45.634 62.851,44.321 Z'/%3e%3c/svg%3e");
}

.second-block__tabs li:nth-of-type(4)::before {
  width: 22px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45px' height='61px'%3e%3cpath fill-rule='evenodd' fill='rgb(105, 105, 105)' d='M24.894,50.173 C24.894,51.489 23.822,52.555 22.500,52.555 C21.178,52.555 20.106,51.489 20.106,50.173 C20.106,48.857 21.178,47.790 22.500,47.790 C23.822,47.790 24.894,48.857 24.894,50.173 ZM9.574,39.807 C9.574,38.491 10.646,37.425 11.968,37.425 L24.894,37.425 C26.216,37.425 27.287,38.491 27.287,39.807 C27.287,41.123 26.216,42.190 24.894,42.190 L11.968,42.190 C10.646,42.190 9.574,41.123 9.574,39.807 ZM33.032,32.897 L11.968,32.897 C10.646,32.897 9.574,31.831 9.574,30.514 C9.574,29.198 10.646,28.132 11.968,28.132 L33.032,28.132 C34.354,28.132 35.425,29.198 35.425,30.514 C35.425,31.831 34.354,32.897 33.032,32.897 ZM33.032,14.312 L11.968,14.312 C10.646,14.312 9.574,13.245 9.574,11.929 C9.574,10.613 10.646,9.546 11.968,9.546 L33.032,9.546 C34.354,9.546 35.425,10.613 35.425,11.929 C35.425,13.245 34.354,14.312 33.032,14.312 ZM33.032,23.605 L11.968,23.605 C10.646,23.605 9.574,22.538 9.574,21.222 C9.574,19.906 10.646,18.839 11.968,18.839 L33.032,18.839 C34.354,18.839 35.425,19.906 35.425,21.222 C35.425,22.538 34.354,23.605 33.032,23.605 ZM42.606,41.952 C41.284,41.952 40.213,40.885 40.213,39.569 L40.213,9.531 C40.213,6.903 38.065,4.765 35.425,4.765 L9.574,4.765 C6.935,4.765 4.787,6.903 4.787,9.531 L4.787,51.469 C4.787,54.097 6.935,56.234 9.574,56.234 L35.425,56.234 C38.065,56.234 40.213,54.097 40.213,51.469 C40.213,50.153 41.284,49.086 42.606,49.086 C43.928,49.086 45.000,50.153 45.000,51.469 C45.000,56.724 40.705,61.000 35.425,61.000 L9.574,61.000 C4.295,61.000 -0.000,56.724 -0.000,51.469 L-0.000,9.531 C-0.000,4.276 4.295,-0.000 9.574,-0.000 L35.425,-0.000 C40.705,-0.000 45.000,4.276 45.000,9.531 L45.000,39.569 C45.000,40.885 43.928,41.952 42.606,41.952 Z'/%3e%3c/svg%3e");
  margin-right: 26px;
  margin-bottom: 0;
}

.second-block__tabs li:nth-of-type(4).active::before,
.second-block__tabs li:nth-of-type(4):hover::before {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45px' height='61px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M24.894,50.173 C24.894,51.489 23.822,52.555 22.500,52.555 C21.178,52.555 20.106,51.489 20.106,50.173 C20.106,48.857 21.178,47.790 22.500,47.790 C23.822,47.790 24.894,48.857 24.894,50.173 ZM9.574,39.807 C9.574,38.491 10.646,37.425 11.968,37.425 L24.894,37.425 C26.216,37.425 27.287,38.491 27.287,39.807 C27.287,41.123 26.216,42.190 24.894,42.190 L11.968,42.190 C10.646,42.190 9.574,41.123 9.574,39.807 ZM33.032,32.897 L11.968,32.897 C10.646,32.897 9.574,31.831 9.574,30.514 C9.574,29.198 10.646,28.132 11.968,28.132 L33.032,28.132 C34.354,28.132 35.425,29.198 35.425,30.514 C35.425,31.831 34.354,32.897 33.032,32.897 ZM33.032,14.312 L11.968,14.312 C10.646,14.312 9.574,13.245 9.574,11.929 C9.574,10.613 10.646,9.546 11.968,9.546 L33.032,9.546 C34.354,9.546 35.425,10.613 35.425,11.929 C35.425,13.245 34.354,14.312 33.032,14.312 ZM33.032,23.605 L11.968,23.605 C10.646,23.605 9.574,22.538 9.574,21.222 C9.574,19.906 10.646,18.839 11.968,18.839 L33.032,18.839 C34.354,18.839 35.425,19.906 35.425,21.222 C35.425,22.538 34.354,23.605 33.032,23.605 ZM42.606,41.952 C41.284,41.952 40.213,40.885 40.213,39.569 L40.213,9.531 C40.213,6.903 38.065,4.765 35.425,4.765 L9.574,4.765 C6.935,4.765 4.787,6.903 4.787,9.531 L4.787,51.469 C4.787,54.097 6.935,56.234 9.574,56.234 L35.425,56.234 C38.065,56.234 40.213,54.097 40.213,51.469 C40.213,50.153 41.284,49.086 42.606,49.086 C43.928,49.086 45.000,50.153 45.000,51.469 C45.000,56.724 40.705,61.000 35.425,61.000 L9.574,61.000 C4.295,61.000 -0.000,56.724 -0.000,51.469 L-0.000,9.531 C-0.000,4.276 4.295,-0.000 9.574,-0.000 L35.425,-0.000 C40.705,-0.000 45.000,4.276 45.000,9.531 L45.000,39.569 C45.000,40.885 43.928,41.952 42.606,41.952 Z'/%3e%3c/svg%3e");
}

.second-block__tabs li:nth-of-type(5)::before {
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='vr' transform='translate(-1.000000, 0.000000)' fill='%23696969' fill-rule='nonzero'%3e%3cpath d='M309.546,226.672 L233.385,270.715 C222.105,277.238 208,269.092 208,256.055 L208,167.969 C208,154.932 222.105,146.786 233.385,153.309 L309.546,197.352 C320.818,203.871 320.818,220.154 309.546,226.672 L309.546,226.672 Z M473,314.012 L473,126.681 C467.054,129.486 460.457,132.137 453.198,134.626 C441.175,138.749 433.095,150.127 433.091,162.938 L433.011,461.97 C433.01,466.532 435.713,469.073 437.324,470.18 C438.959,471.303 442.348,472.942 446.684,471.277 C466.544,463.66 471.928,457.407 472.999,455.888 L472.999,414.012 C472.999,402.966 481.953,394.012 492.999,394.012 C504.045,394.012 513,402.966 513,414.012 L513,456.871 C513,477.979 495.507,495.392 461.008,508.624 C445.582,514.538 428.256,512.489 414.658,503.139 C401.098,493.814 393.006,478.419 393.01,461.958 L393.02,426.322 C351.981,418.356 304.354,414.012 256.999,414.012 C209.651,414.012 162.002,418.296 120.999,426.142 L120.999,462.007 C120.999,478.464 112.905,493.854 99.348,503.174 C90.881,508.995 80.966,511.987 70.967,511.987 C64.908,511.987 58.82,510.889 52.999,508.657 C18.494,495.425 0.999,478.002 0.999,456.871 L0.999,80.012 C0.999,69.283 5.899,53.546 29.242,39.516 C42.802,31.365 61.627,24.194 85.194,18.203 C131.333,6.472 192.349,0.012 257,0.012 C321.651,0.012 382.667,6.472 428.805,18.202 C452.372,24.193 471.197,31.364 484.757,39.515 C508.1,53.546 513,69.283 513,80.012 L513,314.012 C513,325.058 504.046,334.012 493,334.012 C481.954,334.012 473,325.058 473,314.012 Z M81,162.958 C81,150.136 72.915,138.754 60.881,134.634 C53.593,132.139 46.966,129.485 41,126.671 L41,455.903 C42.06,457.413 47.425,463.678 67.322,471.309 C71.661,472.972 75.052,471.335 76.687,470.212 C78.298,469.105 81,466.566 81,462.006 L81,162.958 Z M472.209,80.017 C468.83,76.279 455.441,65.162 409.942,54.802 C368.051,45.265 313.735,40.012 257,40.012 C200.265,40.012 145.948,45.265 104.058,54.802 C58.565,65.16 45.174,76.275 41.792,80.015 C44.244,82.729 51.996,89.313 73.836,96.79 C102.046,106.448 121,133.04 121,162.958 L121,385.457 C162.689,378.035 210.073,374.012 257,374.012 C313.729,374.012 359.748,379.567 393.032,385.61 L393.092,162.926 C393.101,133.032 412.041,106.454 440.223,96.789 C462.026,89.312 469.763,82.73 472.209,80.017 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  margin-right: 16px;
  margin-bottom: 0;
}

.second-block__tabs li:nth-of-type(5).active::before,
.second-block__tabs li:nth-of-type(5):hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='vr' transform='translate(-1.000000, 0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3e%3cpath d='M309.546,226.672 L233.385,270.715 C222.105,277.238 208,269.092 208,256.055 L208,167.969 C208,154.932 222.105,146.786 233.385,153.309 L309.546,197.352 C320.818,203.871 320.818,220.154 309.546,226.672 L309.546,226.672 Z M473,314.012 L473,126.681 C467.054,129.486 460.457,132.137 453.198,134.626 C441.175,138.749 433.095,150.127 433.091,162.938 L433.011,461.97 C433.01,466.532 435.713,469.073 437.324,470.18 C438.959,471.303 442.348,472.942 446.684,471.277 C466.544,463.66 471.928,457.407 472.999,455.888 L472.999,414.012 C472.999,402.966 481.953,394.012 492.999,394.012 C504.045,394.012 513,402.966 513,414.012 L513,456.871 C513,477.979 495.507,495.392 461.008,508.624 C445.582,514.538 428.256,512.489 414.658,503.139 C401.098,493.814 393.006,478.419 393.01,461.958 L393.02,426.322 C351.981,418.356 304.354,414.012 256.999,414.012 C209.651,414.012 162.002,418.296 120.999,426.142 L120.999,462.007 C120.999,478.464 112.905,493.854 99.348,503.174 C90.881,508.995 80.966,511.987 70.967,511.987 C64.908,511.987 58.82,510.889 52.999,508.657 C18.494,495.425 0.999,478.002 0.999,456.871 L0.999,80.012 C0.999,69.283 5.899,53.546 29.242,39.516 C42.802,31.365 61.627,24.194 85.194,18.203 C131.333,6.472 192.349,0.012 257,0.012 C321.651,0.012 382.667,6.472 428.805,18.202 C452.372,24.193 471.197,31.364 484.757,39.515 C508.1,53.546 513,69.283 513,80.012 L513,314.012 C513,325.058 504.046,334.012 493,334.012 C481.954,334.012 473,325.058 473,314.012 Z M81,162.958 C81,150.136 72.915,138.754 60.881,134.634 C53.593,132.139 46.966,129.485 41,126.671 L41,455.903 C42.06,457.413 47.425,463.678 67.322,471.309 C71.661,472.972 75.052,471.335 76.687,470.212 C78.298,469.105 81,466.566 81,462.006 L81,162.958 Z M472.209,80.017 C468.83,76.279 455.441,65.162 409.942,54.802 C368.051,45.265 313.735,40.012 257,40.012 C200.265,40.012 145.948,45.265 104.058,54.802 C58.565,65.16 45.174,76.275 41.792,80.015 C44.244,82.729 51.996,89.313 73.836,96.79 C102.046,106.448 121,133.04 121,162.958 L121,385.457 C162.689,378.035 210.073,374.012 257,374.012 C313.729,374.012 359.748,379.567 393.032,385.61 L393.092,162.926 C393.101,133.032 412.041,106.454 440.223,96.789 C462.026,89.312 469.763,82.73 472.209,80.017 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.second-block__tabs li.active {
  color: #fff;
  background: #69a9ff;
  border-radius: 6px;
  cursor: pointer;
}

.second-block__tabs li:hover {
  background: #8556eb;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.second-block__slider {
  width: calc(100% - 266px);
  height: 587px;
}

.second-block__slider img {
  width: 934px;
  height: 587px;
          box-shadow: 0 10px 60px 0 rgba(19, 19, 19, 0.16);
}

@media screen and (max-width: 1199px) {
  .second-block {
    width: auto;
  }

  .second-block__wrapper {
    padding-left: 20px;
    margin-top: 28px;
  }

  .second-block__tabs {
    display: none;
  }

  .second-block__slider {
    width: 100%;
    height: auto;
  }

  .second-block__slider img {
    width: 466px;
    height: auto;
  }
}

/* third block */

.third-block__wrapper {
  position: relative;
}

.third-block__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 126px);
  background: #f7f9fc;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.third-block {
  width: 1200px;
  padding-top: 159px;
  padding-bottom: 167px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.third-block h3,
.fourth-block h4 {
  text-align: left;
}

.third-block p {
  font-family: "Product Sans Regular";
  font-size: 18px;
  color: #1d1d1d;
  margin-top: 10px;
  margin-bottom: 75px;
}

.third-block__row {
  width: 1085px;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 57px;
}

.third-block__row ul {
  width: 280px;
  color: #222d39;
}

.third-block__row ul li.caption {
  font-family: "Product Sans Bold";
  font-size: 22px;
  margin-bottom: 10px;
}

.third-block__row ul li.caption::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  margin-right: 10px;
  margin-bottom: -4px;
}

.third-block__row ul li.caption.calendar:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(92, 36, 212)' d='M8.296,26.834 C7.562,26.834 6.967,26.238 6.967,25.505 C6.967,24.771 7.562,24.176 8.296,24.176 C9.030,24.176 9.625,24.771 9.625,25.505 C9.625,26.238 9.030,26.834 8.296,26.834 ZM8.296,15.273 C7.562,15.273 6.967,14.678 6.967,13.943 C6.967,13.210 7.562,12.615 8.296,12.615 C9.030,12.615 9.625,13.210 9.625,13.943 C9.625,14.678 9.030,15.273 8.296,15.273 ZM8.296,21.053 C7.562,21.053 6.967,20.458 6.967,19.724 C6.967,18.990 7.562,18.395 8.296,18.395 C9.030,18.395 9.625,18.990 9.625,19.724 C9.625,20.458 9.030,21.053 8.296,21.053 ZM14.077,26.834 C13.343,26.834 12.748,26.238 12.748,25.505 C12.748,24.771 13.343,24.176 14.077,24.176 C14.810,24.176 15.405,24.771 15.405,25.505 C15.405,26.238 14.810,26.834 14.077,26.834 ZM14.077,15.273 C13.343,15.273 12.748,14.678 12.748,13.943 C12.748,13.210 13.343,12.615 14.077,12.615 C14.810,12.615 15.405,13.210 15.405,13.943 C15.405,14.678 14.810,15.273 14.077,15.273 ZM14.077,21.053 C13.343,21.053 12.748,20.458 12.748,19.724 C12.748,18.990 13.343,18.395 14.077,18.395 C14.810,18.395 15.405,18.990 15.405,19.724 C15.405,20.458 14.810,21.053 14.077,21.053 ZM32.681,16.867 C31.947,16.867 31.352,16.272 31.352,15.538 L31.352,7.964 C31.352,6.498 30.159,5.306 28.694,5.306 L26.966,5.306 L26.966,6.635 C26.966,7.369 26.372,7.964 25.638,7.964 C24.904,7.964 24.309,7.369 24.309,6.635 L24.309,5.306 L18.262,5.306 L18.262,6.635 C18.262,7.369 17.667,7.964 16.934,7.964 C16.200,7.964 15.605,7.369 15.605,6.635 L15.605,5.306 L9.625,5.306 L9.625,6.635 C9.625,7.369 9.030,7.964 8.296,7.964 C7.562,7.964 6.967,7.369 6.967,6.635 L6.967,5.306 L5.306,5.306 C3.841,5.306 2.648,6.498 2.648,7.964 L2.648,28.694 C2.648,30.159 3.841,31.352 5.306,31.352 L15.472,31.352 C16.206,31.352 16.801,31.946 16.801,32.681 C16.801,33.415 16.206,34.009 15.472,34.009 L5.306,34.009 C2.375,34.009 -0.009,31.625 -0.009,28.694 L-0.009,7.964 C-0.009,5.033 2.375,2.648 5.306,2.648 L6.967,2.648 L6.967,1.319 C6.967,0.586 7.562,-0.009 8.296,-0.009 C9.030,-0.009 9.625,0.586 9.625,1.319 L9.625,2.648 L15.605,2.648 L15.605,1.319 C15.605,0.586 16.200,-0.009 16.934,-0.009 C17.667,-0.009 18.262,0.586 18.262,1.319 L18.262,2.648 L24.309,2.648 L24.309,1.319 C24.309,0.586 24.904,-0.009 25.638,-0.009 C26.372,-0.009 26.966,0.586 26.966,1.319 L26.966,2.648 L28.694,2.648 C31.625,2.648 34.009,5.033 34.009,7.964 L34.009,15.538 C34.009,16.272 33.414,16.867 32.681,16.867 ZM18.528,13.943 C18.528,13.210 19.123,12.615 19.857,12.615 C20.591,12.615 21.186,13.210 21.186,13.943 C21.186,14.678 20.591,15.273 19.857,15.273 C19.123,15.273 18.528,14.678 18.528,13.943 ZM24.309,13.943 C24.309,13.210 24.904,12.615 25.638,12.615 C26.371,12.615 26.966,13.210 26.966,13.943 C26.966,14.678 26.371,15.273 25.638,15.273 C24.904,15.273 24.309,14.678 24.309,13.943 ZM25.970,17.930 C30.403,17.930 34.009,21.537 34.009,25.970 C34.009,30.403 30.403,34.009 25.970,34.009 C21.537,34.009 17.930,30.403 17.930,25.970 C17.930,21.537 21.537,17.930 25.970,17.930 ZM25.970,31.352 C28.937,31.352 31.352,28.937 31.352,25.970 C31.352,23.002 28.937,20.588 25.970,20.588 C23.002,20.588 20.588,23.002 20.588,25.970 C20.588,28.937 23.002,31.352 25.970,31.352 ZM25.970,21.917 C26.704,21.917 27.299,22.512 27.299,23.246 L27.299,24.641 L27.897,24.641 C28.630,24.641 29.226,25.236 29.226,25.970 C29.226,26.704 28.630,27.299 27.897,27.299 L25.970,27.299 C25.236,27.299 24.641,26.704 24.641,25.970 L24.641,23.246 C24.641,22.512 25.236,21.917 25.970,21.917 Z'/%3e%3c/svg%3e");
}

.third-block__row ul li.caption.control::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(92, 36, 212)' d='M32.672,18.320 L17.066,18.320 L17.066,18.660 C17.066,20.857 15.279,22.645 13.082,22.645 C10.885,22.645 9.098,20.857 9.098,18.660 L9.098,15.207 C9.098,13.010 10.885,11.223 13.082,11.223 C15.279,11.223 17.066,13.010 17.066,15.207 L17.066,15.664 L32.672,15.664 C33.405,15.664 34.000,16.259 34.000,16.992 C34.000,17.725 33.405,18.320 32.672,18.320 ZM14.410,15.207 C14.410,14.475 13.814,13.879 13.082,13.879 C12.350,13.879 11.754,14.475 11.754,15.207 L11.754,18.660 C11.754,19.392 12.350,19.988 13.082,19.988 C13.814,19.988 14.410,19.392 14.410,18.660 L14.410,15.207 ZM32.672,7.039 L28.754,7.039 L28.754,7.371 C28.754,9.568 26.966,11.355 24.770,11.355 C22.572,11.355 20.785,9.568 20.785,7.371 L20.785,3.984 C20.785,1.787 22.572,0.000 24.770,0.000 C26.966,0.000 28.754,1.787 28.754,3.984 L28.754,4.383 L32.672,4.383 C33.405,4.383 34.000,4.978 34.000,5.711 C34.000,6.444 33.405,7.039 32.672,7.039 ZM26.098,3.984 C26.098,3.252 25.502,2.656 24.770,2.656 C24.037,2.656 23.441,3.252 23.441,3.984 L23.441,7.371 C23.441,8.104 24.037,8.699 24.770,8.699 C25.502,8.699 26.098,8.104 26.098,7.371 L26.098,3.984 ZM16.801,7.039 L1.328,7.039 C0.595,7.039 -0.000,6.444 -0.000,5.711 C-0.000,4.978 0.595,4.383 1.328,4.383 L16.801,4.383 C17.534,4.383 18.129,4.978 18.129,5.711 C18.129,6.444 17.534,7.039 16.801,7.039 ZM1.328,15.664 L5.113,15.664 C5.847,15.664 6.441,16.259 6.441,16.992 C6.441,17.725 5.847,18.320 5.113,18.320 L1.328,18.320 C0.595,18.320 -0.000,17.725 -0.000,16.992 C-0.000,16.259 0.595,15.664 1.328,15.664 ZM1.328,27.027 L16.798,27.027 C17.531,27.027 18.126,27.622 18.126,28.356 C18.126,29.089 17.531,29.684 16.798,29.684 L1.328,29.684 C0.595,29.684 -0.000,29.089 -0.000,28.356 C-0.000,27.622 0.595,27.027 1.328,27.027 ZM24.767,22.645 C26.963,22.645 28.751,24.432 28.751,26.629 L28.751,27.027 L32.672,27.027 C33.405,27.027 34.000,27.622 34.000,28.356 C34.000,29.089 33.405,29.684 32.672,29.684 L28.751,29.684 L28.751,30.016 C28.751,32.213 26.963,34.000 24.767,34.000 C22.569,34.000 20.782,32.213 20.782,30.016 L20.782,26.629 C20.782,24.432 22.569,22.645 24.767,22.645 ZM23.438,30.016 C23.438,30.748 24.034,31.344 24.767,31.344 C25.499,31.344 26.095,30.748 26.095,30.016 L26.095,26.629 C26.095,25.896 25.499,25.301 24.767,25.301 C24.034,25.301 23.438,25.896 23.438,26.629 L23.438,30.016 Z'/%3e%3c/svg%3e");
}

.third-block__row ul li.caption.flexible::before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='way' fill='%235c24d4' fill-rule='nonzero'%3e%3cpath d='M34,30.015625 C34,30.7492065 33.4054565,31.34375 32.671875,31.34375 C31.9382935,31.34375 31.34375,30.7492065 31.34375,30.015625 C31.34375,29.2833404 30.7479096,28.6875 30.015625,28.6875 C29.2833404,28.6875 28.6875,29.2833404 28.6875,30.015625 C28.6875,30.7479096 29.2833404,31.34375 30.015625,31.34375 C30.7492065,31.34375 31.34375,31.9382935 31.34375,32.671875 C31.34375,33.4054565 30.7492065,34 30.015625,34 C27.8185119,34 26.03125,32.2127381 26.03125,30.015625 C26.03125,27.8185119 27.8185119,26.03125 30.015625,26.03125 C32.2127381,26.03125 34,27.8185119 34,30.015625 Z M29.8828125,17.0664062 C29.149231,17.0664062 28.5546875,17.6609497 28.5546875,18.3945312 C28.5546875,19.1281128 29.149231,19.7226562 29.8828125,19.7226562 C30.616394,19.7226562 31.2109375,19.1281128 31.2109375,18.3945312 C31.2109375,17.6609497 30.616394,17.0664062 29.8828125,17.0664062 Z M29.8828125,21.7148438 C29.149231,21.7148438 28.5546875,22.3093872 28.5546875,23.0429688 C28.5546875,23.7765503 29.149231,24.3710938 29.8828125,24.3710938 C30.616394,24.3710938 31.2109375,23.7765503 31.2109375,23.0429688 C31.2109375,22.3093872 30.616394,21.7148438 29.8828125,21.7148438 Z M29.8828125,12.4179688 C29.149231,12.4179688 28.5546875,13.0125122 28.5546875,13.7460938 C28.5546875,14.4796753 29.149231,15.0742188 29.8828125,15.0742188 C30.616394,15.0742188 31.2109375,14.4796753 31.2109375,13.7460938 C31.2109375,13.0125122 30.616394,12.4179688 29.8828125,12.4179688 Z M28.5546875,9.09765625 C28.5546875,9.83123779 29.149231,10.4257812 29.8828125,10.4257812 C30.616394,10.4257812 31.2109375,9.83123779 31.2109375,9.09765625 C31.2109375,8.36407471 30.616394,7.76953125 29.8828125,7.76953125 C29.149231,7.76953125 28.5546875,8.36407471 28.5546875,9.09765625 Z M29.21875,5.77734375 C29.9523315,5.77734375 30.546875,5.18280029 30.546875,4.44921875 C30.546875,3.71563721 29.9523315,3.12109375 29.21875,3.12109375 C28.4851685,3.12109375 27.890625,3.71563721 27.890625,4.44921875 C27.890625,5.18280029 28.4851685,5.77734375 29.21875,5.77734375 Z M15.6054688,17.0664062 C14.8718872,17.0664062 14.2773438,17.6609497 14.2773438,18.3945312 C14.2773438,19.1281128 14.8718872,19.7226562 15.6054688,19.7226562 C16.3390503,19.7226562 16.9335938,19.1281128 16.9335938,18.3945312 C16.9335938,17.6609497 16.3390503,17.0664062 15.6054688,17.0664062 Z M15.6054688,21.7148438 C14.8718872,21.7148438 14.2773438,22.3093872 14.2773438,23.0429688 C14.2773438,23.7765503 14.8718872,24.3710938 15.6054688,24.3710938 C16.3390503,24.3710938 16.9335938,23.7765503 16.9335938,23.0429688 C16.9335938,22.3093872 16.3390503,21.7148438 15.6054688,21.7148438 Z M14.875,26.3632812 C14.1414185,26.3632812 13.546875,26.9578247 13.546875,27.6914062 C13.546875,28.4249878 14.1414185,29.0195312 14.875,29.0195312 C15.6085815,29.0195312 16.203125,28.4249878 16.203125,27.6914062 C16.203125,26.9578247 15.6085815,26.3632812 14.875,26.3632812 Z M15.6054688,12.4179688 C14.8718872,12.4179688 14.2773438,13.0125122 14.2773438,13.7460938 C14.2773438,14.4796753 14.8718872,15.0742188 15.6054688,15.0742188 C16.3390503,15.0742188 16.9335938,14.4796753 16.9335938,13.7460938 C16.9335938,13.0125122 16.3390503,12.4179688 15.6054688,12.4179688 Z M15.6054688,7.76953125 C14.8718872,7.76953125 14.2773438,8.36407471 14.2773438,9.09765625 C14.2773438,9.83123779 14.8718872,10.4257812 15.6054688,10.4257812 C16.3390503,10.4257812 16.9335938,9.83123779 16.9335938,9.09765625 C16.9335938,8.36407471 16.3390503,7.76953125 15.6054688,7.76953125 Z M16.2695312,3.12109375 C15.5359497,3.12109375 14.9414062,3.71563721 14.9414062,4.44921875 C14.9414062,5.18280029 15.5359497,5.77734375 16.2695312,5.77734375 C17.0031128,5.77734375 17.5976562,5.18280029 17.5976562,4.44921875 C17.5976562,3.71563721 17.0031128,3.12109375 16.2695312,3.12109375 Z M26.6953125,1.328125 C26.6953125,0.594543457 26.100769,0 25.3671875,0 C24.633606,0 24.0390625,0.594543457 24.0390625,1.328125 C24.0390625,2.06170654 24.633606,2.65625 25.3671875,2.65625 C26.100769,2.65625 26.6953125,2.06170654 26.6953125,1.328125 Z M20.1875,0 C19.4539185,0 18.859375,0.594543457 18.859375,1.328125 C18.859375,2.06170654 19.4539185,2.65625 20.1875,2.65625 C20.9210815,2.65625 21.515625,2.06170654 21.515625,1.328125 C21.515625,0.594543457 20.9210815,0 20.1875,0 Z M1.328125,19.7226562 C2.06170654,19.7226562 2.65625,19.1281128 2.65625,18.3945312 C2.65625,17.6609497 2.06170654,17.0664062 1.328125,17.0664062 C0.594543457,17.0664062 0,17.6609497 0,18.3945312 C0,19.1281128 0.594543457,19.7226562 1.328125,19.7226562 Z M2.65625,23.0429688 C2.65625,22.3093872 2.06170654,21.7148438 1.328125,21.7148438 C0.594543457,21.7148438 0,22.3093872 0,23.0429688 C0,23.7765503 0.594543457,24.3710938 1.328125,24.3710938 C2.06170654,24.3710938 2.65625,23.7765503 2.65625,23.0429688 Z M1.9921875,26.3632812 C1.25860596,26.3632812 0.6640625,26.9578247 0.6640625,27.6914062 C0.6640625,28.4249878 1.25860596,29.0195312 1.9921875,29.0195312 C2.72576904,29.0195312 3.3203125,28.4249878 3.3203125,27.6914062 C3.3203125,26.9578247 2.72576904,26.3632812 1.9921875,26.3632812 Z M5.77734375,29.484375 C5.04376221,29.484375 4.44921875,30.0789185 4.44921875,30.8125 C4.44921875,31.5460815 5.04376221,32.140625 5.77734375,32.140625 C6.51092529,32.140625 7.10546875,31.5460815 7.10546875,30.8125 C7.10546875,30.0789185 6.51092529,29.484375 5.77734375,29.484375 Z M11.0898438,29.484375 C10.3562622,29.484375 9.76171875,30.0789185 9.76171875,30.8125 C9.76171875,31.5460815 10.3562622,32.140625 11.0898438,32.140625 C11.8234253,32.140625 12.4179688,31.5460815 12.4179688,30.8125 C12.4179688,30.0789185 11.8234253,29.484375 11.0898438,29.484375 Z M0,13.0820312 L0,3.3203125 C0,1.48947147 1.48947147,0 3.3203125,0 L10.0273438,0 C10.5344696,0 10.9972382,0.288711531 11.2200623,0.74395752 C11.4431457,1.19920351 11.3873749,1.74186708 11.0766144,2.14237978 L9.37054443,4.34053038 L11.0797272,6.56098936 C11.3884125,6.96202089 11.4423676,7.50364687 11.2190246,7.95759581 C10.9954224,8.41154482 10.533432,8.69921875 10.0273438,8.69921875 L2.65625,8.69921875 L2.65625,13.0820312 C2.65625,13.8156128 2.06170654,14.4101562 1.328125,14.4101562 C0.594543457,14.4101562 0,13.8156128 0,13.0820312 Z M2.65625,6.04296875 L7.32907108,6.04296875 L6.6395874,5.14726259 C6.27072147,4.66815186 6.27201845,4.0004578 6.6427002,3.52290343 L7.31532286,2.65625 L3.3203125,2.65625 C2.95404053,2.65625 2.65625,2.95404053 2.65625,3.3203125 L2.65625,6.04296875 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.third-block__row ul li.caption.timezone::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(92, 36, 212)' d='M29.031,4.979 C25.826,1.768 21.565,0.000 17.033,0.000 C17.026,0.000 17.019,0.000 17.011,0.000 C16.996,0.000 16.982,0.000 16.967,0.000 C12.435,0.000 8.174,1.768 4.969,4.979 C1.765,8.190 -0.000,12.459 -0.000,17.000 C-0.000,21.541 1.765,25.810 4.969,29.021 C8.174,32.232 12.435,34.000 16.967,34.000 C16.982,34.000 16.996,34.000 17.011,34.000 C17.019,34.000 17.026,34.000 17.033,34.000 C19.929,34.000 22.788,33.256 25.302,31.848 C25.941,31.490 26.169,30.681 25.812,30.040 C25.455,29.400 24.647,29.171 24.008,29.529 C23.640,29.735 23.264,29.924 22.880,30.096 C23.161,29.657 23.429,29.183 23.682,28.675 C25.091,25.853 25.931,22.220 26.086,18.328 L31.288,18.328 C31.081,20.578 30.349,22.744 29.141,24.657 C28.749,25.277 28.934,26.097 29.552,26.489 C29.772,26.629 30.017,26.696 30.260,26.696 C30.699,26.696 31.129,26.477 31.381,26.077 C33.094,23.364 34.000,20.225 34.000,17.000 C34.000,12.459 32.235,8.190 29.031,4.979 ZM11.023,3.952 C10.753,4.377 10.495,4.835 10.251,5.324 C9.972,5.885 9.715,6.476 9.481,7.096 C8.663,6.938 7.889,6.755 7.173,6.547 C8.301,5.486 9.600,4.605 11.023,3.952 ZM11.312,10.079 C12.692,10.255 14.146,10.366 15.641,10.408 L15.641,15.672 L10.500,15.672 C10.586,13.693 10.863,11.799 11.312,10.079 ZM5.277,8.729 C6.303,9.091 7.450,9.399 8.687,9.651 C8.218,11.522 7.932,13.559 7.847,15.672 L2.712,15.672 C2.948,13.103 3.864,10.728 5.277,8.729 ZM2.712,18.328 L7.847,18.328 C7.931,20.418 8.212,22.433 8.672,24.288 C7.425,24.542 6.270,24.854 5.239,25.218 C3.848,23.231 2.946,20.875 2.712,18.328 ZM7.118,27.400 C7.844,27.187 8.627,26.998 9.456,26.837 C9.696,27.481 9.962,28.096 10.251,28.675 C10.495,29.165 10.753,29.623 11.023,30.049 C9.576,29.384 8.258,28.485 7.118,27.400 ZM15.641,31.005 C14.550,30.451 13.494,29.235 12.622,27.488 C12.453,27.148 12.293,26.795 12.143,26.429 C13.265,26.301 14.438,26.218 15.641,26.183 L15.641,31.005 ZM15.641,23.526 C14.144,23.568 12.684,23.681 11.296,23.858 C10.856,22.155 10.585,20.284 10.500,18.328 L15.641,18.328 L15.641,23.526 L15.641,23.526 ZM15.641,7.750 C14.453,7.714 13.288,7.631 12.171,7.504 C12.313,7.161 12.464,6.831 12.622,6.512 C13.494,4.765 14.550,3.549 15.641,2.995 L15.641,7.750 L15.641,7.750 ZM18.292,2.995 C19.384,3.549 20.439,4.765 21.311,6.512 C21.470,6.831 21.621,7.162 21.763,7.504 C20.647,7.631 19.482,7.714 18.292,7.750 L18.292,2.995 ZM21.311,27.488 C20.439,29.235 19.384,30.451 18.292,31.005 L18.292,26.183 C19.491,26.218 20.660,26.301 21.791,26.429 C21.640,26.795 21.481,27.149 21.311,27.488 ZM22.638,23.857 C21.240,23.678 19.786,23.567 18.292,23.526 L18.292,18.328 L23.433,18.328 C23.349,20.283 23.078,22.154 22.638,23.857 ZM18.292,15.672 L18.292,10.408 C19.788,10.366 21.242,10.255 22.622,10.080 C23.071,11.799 23.348,13.693 23.433,15.672 L18.292,15.672 L18.292,15.672 ZM23.682,5.324 C23.430,4.819 23.163,4.347 22.883,3.909 C24.337,4.564 25.663,5.455 26.811,6.533 C26.081,6.746 25.290,6.935 24.453,7.097 C24.219,6.477 23.962,5.885 23.682,5.324 ZM26.087,15.672 C26.002,13.559 25.716,11.523 25.247,9.651 C26.505,9.395 27.670,9.080 28.710,8.710 C30.130,10.713 31.051,13.095 31.288,15.672 L26.087,15.672 L26.087,15.672 Z'/%3e%3c/svg%3e");
}

.third-block__row ul li.caption.apps::before {
  width: 21px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='34px' height='41px' viewBox='0 0 34 41' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='developer' fill='%235c24d4' fill-rule='nonzero'%3e%3cpath d='M21.5150115,41 L6.2817552,41 C2.81789479,41 0,38.1262588 0,34.59375 L0,6.40625 C0,2.87374117 2.81789479,0 6.2817552,0 L21.5150115,0 C24.9788719,0 27.7967667,2.87374117 27.7967667,6.40625 L27.7967667,8.89836886 C27.7967667,9.78298189 27.09375,10.4999314 26.2263279,10.4999314 C25.3589059,10.4999314 24.6558891,9.78298189 24.6558891,8.89836886 L24.6558891,6.40625 C24.6558891,4.64015194 23.2467884,3.203125 21.5150115,3.203125 L6.2817552,3.203125 C4.54997831,3.203125 3.1408776,4.64015194 3.1408776,6.40625 L3.1408776,34.59375 C3.1408776,36.3598481 4.54997831,37.796875 6.2817552,37.796875 L21.5150115,37.796875 C23.2467884,37.796875 24.6558891,36.3598481 24.6558891,34.59375 L24.6558891,31.5604782 C24.6558891,30.6758652 25.3589059,29.9589157 26.2263279,29.9589157 C27.09375,29.9589157 27.7967667,30.6758652 27.7967667,31.5604782 L27.7967667,34.59375 C27.7967667,38.1262588 24.9788719,41 21.5150115,41 Z M15.4688222,33.7225876 C15.4688222,32.8379746 14.7658054,32.1210251 13.8983834,32.1210251 C13.0309613,32.1210251 12.3279446,32.8379746 12.3279446,33.7225876 C12.3279446,34.6072006 13.0309613,35.3241501 13.8983834,35.3241501 C14.7658054,35.3241501 15.4688222,34.6072006 15.4688222,33.7225876 Z M17.039261,7.29680636 C17.039261,6.41219332 16.3362442,5.69524386 15.4688222,5.69524386 L12.3279446,5.69524386 C11.4605225,5.69524386 10.7575058,6.41219332 10.7575058,7.29680636 C10.7575058,8.18141939 11.4605225,8.89836886 12.3279446,8.89836886 L15.4688222,8.89836886 C16.3362442,8.89836886 17.039261,8.18141939 17.039261,7.29680636 Z M19.1817444,28.5175095 C19.8948831,28.5175095 20.5994335,28.038292 20.792671,27.34449 L24.3595915,14.5482559 C24.6460739,13.5213165 23.8826321,12.5018845 22.8274935,12.5018845 C22.1143548,12.5018845 21.4883263,12.981102 21.2950888,13.6749038 L17.7281683,26.4714508 C17.4419926,27.4983902 18.1266058,28.5175095 19.1817444,28.5175095 M15.1016708,26.5837478 C15.6589925,25.905899 15.5718822,24.8955383 14.9072062,24.3274841 L11.0234375,21.0064316 C10.8605658,20.8634796 10.8360277,20.6842422 10.8360277,20.5897751 C10.8360277,20.4953079 10.8605658,20.3160706 11.0234375,20.1731186 L14.9072062,16.852066 C15.5718822,16.2840118 15.6589925,15.2736511 15.1016708,14.5958023 C14.5446558,13.9182663 13.5539297,13.8291168 12.8892538,14.3974838 L9.00057737,17.7226028 C8.99812356,17.7247925 8.99536304,17.7269821 8.99290923,17.7294846 C8.16812215,18.4436187 7.69515012,19.4861984 7.69515012,20.5897751 C7.69515012,21.6933518 8.16812215,22.7359314 8.99290923,23.4500656 C8.99536304,23.4522553 8.99781685,23.4544449 9.00057737,23.4569473 L12.8892538,26.7820664 C13.1834043,27.0335617 13.5413539,27.1561814 13.8974632,27.1561814 C14.3458971,27.1561814 14.7912637,26.9613037 15.1016708,26.5837478 Z M28.8963806,26.7714309 L32.7022409,23.4500656 C33.527028,22.7359314 34,21.6933518 34,20.5897751 C34,19.4861984 33.527028,18.4436187 32.7065351,17.7332382 L28.8963806,14.4081192 C28.2372258,13.8328705 27.2458863,13.9116973 26.6821233,14.5836029 C26.1180536,15.2558212 26.1953486,16.2668076 26.8541968,16.8417434 L30.6689521,20.1706162 C30.8342776,20.3138809 30.8591224,20.4946823 30.8591224,20.5897751 C30.8591224,20.6845551 30.8345843,20.8653564 30.6646579,21.0123749 L26.8541968,24.3378067 C26.1953486,24.9127426 26.1180536,25.923729 26.6821233,26.5956345 C26.9928371,26.9659958 27.4329894,27.1561814 27.8762089,27.1561814 C28.2372258,27.1561814 28.6003897,27.0298081 28.8963806,26.7714309 L28.8963806,26.7714309 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.third-block__row ul li.caption.team::before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='group' fill='%235c24d4' fill-rule='nonzero'%3e%3cpath d='M17,7.96875 C19.1971131,7.96875 20.984375,6.18148807 20.984375,3.984375 C20.984375,1.78726193 19.1971131,0 17,0 C14.8028869,0 13.015625,1.78726193 13.015625,3.984375 C13.015625,6.18148807 14.8028869,7.96875 17,7.96875 Z M17,2.65625 C17.7322846,2.65625 18.328125,3.25209044 18.328125,3.984375 C18.328125,4.71665956 17.7322846,5.3125 17,5.3125 C16.2677154,5.3125 15.671875,4.71665956 15.671875,3.984375 C15.671875,3.25209044 16.2677154,2.65625 17,2.65625 Z M24.3046875,21.1234131 C24.3046875,22.7467346 23.4398498,24.2740783 22.0479126,25.1093445 L21.9519348,25.1669312 C21.3550567,25.5251617 20.984375,26.1796265 20.984375,26.8753357 L20.984375,32.671875 C20.984375,33.4054565 20.3898315,34 19.65625,34 C18.9226685,34 18.328125,33.4054565 18.328125,32.671875 L18.328125,26.8753357 C18.328125,25.2520142 19.1929627,23.7246704 20.5848999,22.8894043 L20.6808777,22.8318176 C21.2777558,22.4738465 21.6484375,21.8191223 21.6484375,21.1234131 L21.6484375,15.2070312 C21.6484375,12.4628448 19.1024322,11.8867187 16.9667969,11.8867187 C14.8311615,11.8867187 12.2851562,12.4628448 12.2851562,15.2070312 L12.2851562,21.1042176 C12.2851562,21.8071899 12.6615448,22.4650269 13.2672424,22.8214416 L13.3800812,22.8878479 C14.793808,23.7194824 15.671875,25.2546082 15.671875,26.8945312 L15.671875,32.671875 C15.671875,33.4054565 15.0773315,34 14.34375,34 C13.6101685,34 13.015625,33.4054565 13.015625,32.671875 L13.015625,26.8945312 C13.015625,26.1915588 12.6392364,25.5337219 12.0335389,25.1775665 L11.9207001,25.1111603 C10.5069732,24.2795258 9.62890625,22.7441406 9.62890625,21.1042176 L9.62890625,15.2070313 C9.62890625,13.2062836 10.436676,11.5935974 11.9650574,10.5435486 C13.2153625,9.68441776 14.9450379,9.23046875 16.9667969,9.23046875 C18.9885559,9.23046875 20.7182312,9.68441776 21.9685363,10.5435486 C23.4969178,11.5935974 24.3046875,13.2062836 24.3046875,15.2070313 L24.3046875,21.1234131 Z M6.640625,10.625 C8.83773807,10.625 10.625,8.83773807 10.625,6.640625 C10.625,4.44351193 8.83773807,2.65625 6.640625,2.65625 C4.44351193,2.65625 2.65625,4.44351193 2.65625,6.640625 C2.65625,8.83773807 4.44351193,10.625 6.640625,10.625 Z M6.640625,5.3125 C7.37290956,5.3125 7.96875,5.90834044 7.96875,6.640625 C7.96875,7.37290956 7.37290956,7.96875 6.640625,7.96875 C5.90834044,7.96875 5.3125,7.37290956 5.3125,6.640625 C5.3125,5.90834044 5.90834044,5.3125 6.640625,5.3125 Z M10.625,28.0234375 L10.625,32.671875 C10.625,33.4054565 10.0304565,34 9.296875,34 C8.56329346,34 7.96875,33.4054565 7.96875,32.671875 L7.96875,28.0234375 C7.96875,27.289856 8.56329346,26.6953125 9.296875,26.6953125 C10.0304565,26.6953125 10.625,27.289856 10.625,28.0234375 Z M7.8359375,13.2480469 C7.8359375,13.9816284 7.24139404,14.5761719 6.5078125,14.5761719 C2.65625,14.5761719 2.65625,16.3852234 2.65625,17.0664062 L2.65625,22.7109375 C2.65625,23.3347931 2.95404053,23.9303741 3.453125,24.3046875 C4.61730957,25.177826 5.3125,26.5682068 5.3125,28.0234375 L5.3125,32.671875 C5.3125,33.4054565 4.71795654,34 3.984375,34 C3.25079346,34 2.65625,33.4054565 2.65625,32.671875 L2.65625,28.0234375 C2.65625,27.3995819 2.35845947,26.8040009 1.859375,26.4296875 C0.69519043,25.556549 0,24.1661682 0,22.7109375 L0,17.0664062 C0,15.2711029 0.737213102,13.8524475 2.13174435,12.9642639 C3.21966553,12.2711486 4.6920166,11.9199219 6.5078125,11.9199219 C7.24139404,11.9199219 7.8359375,12.5144653 7.8359375,13.2480469 Z M27.359375,10.625 C29.5564881,10.625 31.34375,8.83773807 31.34375,6.640625 C31.34375,4.44351193 29.5564881,2.65625 27.359375,2.65625 C25.1622619,2.65625 23.375,4.44351193 23.375,6.640625 C23.375,8.83773807 25.1622619,10.625 27.359375,10.625 Z M27.359375,5.3125 C28.0916596,5.3125 28.6875,5.90834044 28.6875,6.640625 C28.6875,7.37290956 28.0916596,7.96875 27.359375,7.96875 C26.6270904,7.96875 26.03125,7.37290956 26.03125,6.640625 C26.03125,5.90834044 26.6270904,5.3125 27.359375,5.3125 Z M26.03125,28.0234375 L26.03125,32.671875 C26.03125,33.4054565 25.4367065,34 24.703125,34 C23.9695435,34 23.375,33.4054565 23.375,32.671875 L23.375,28.0234375 C23.375,27.289856 23.9695435,26.6953125 24.703125,26.6953125 C25.4367065,26.6953125 26.03125,27.289856 26.03125,28.0234375 Z M34,17.0664062 L34,22.7109375 C34,24.1661682 33.3048096,25.556549 32.140625,26.4296875 C31.6415405,26.8040009 31.34375,27.3995819 31.34375,28.0234375 L31.34375,32.671875 C31.34375,33.4054565 30.7492065,34 30.015625,34 C29.2820435,34 28.6875,33.4054565 28.6875,32.671875 L28.6875,28.0234375 C28.6875,26.5682068 29.3826904,25.177826 30.546875,24.3046875 C31.0459595,23.9303741 31.34375,23.3347931 31.34375,22.7109375 L31.34375,17.0664062 C31.34375,16.3852234 31.34375,14.5761719 27.4921875,14.5761719 C26.758606,14.5761719 26.1640625,13.9816284 26.1640625,13.2480469 C26.1640625,12.5144653 26.758606,11.9199219 27.4921875,11.9199219 C29.3079834,11.9199219 30.7803345,12.2711486 31.8682556,12.9642639 C33.2627869,13.8524475 34,15.2711029 34,17.0664062 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.third-block__row ul li:not(.caption) {
  font-family: "Product Sans Regular";
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 1199px) {
  .third-block {
    width: auto;
    padding-top: 49px;
    padding-right: 20px;
    padding-bottom: 44px;
    padding-left: 20px;
  }

  .third-block p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .third-block__row {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 34px;
  }

  .third-block__row ul {
    width: 100%;
  }

  .third-block__row ul:not(:first-child) {
    margin-top: 34px;
  }

  .third-block__row ul li br {
    display: none;
  }
}

/* fourth block */

.fourth-block {
  margin-top: 282px;
  position: relative;
}

.fourth-block::after {
  content: "";
  display: block;
  width: 826px;
  height: 369px;
  /* background-image: url("../img/index2-img/shapes.png"); */
  background-size: cover;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}

.fourth-block__wrapper {
  width: 1200px;
  margin: 0 auto;
}

.fourth-block p {
  font-family: "Product Sans Regular";
  font-size: 22px;
  color: #131313;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 25px;
}

.fourth-block a {
  font-family: "Product Sans Bold";
  font-size: 18px;
  color: #7233f5;
}

.fourth-block a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(114, 51, 245)' d='M0.015,12.252 L21.342,12.252 L11.553,2.463 L14.000,0.015 L27.985,14.000 L14.000,27.985 L11.553,25.538 L21.342,15.748 L0.015,15.748 L0.015,12.252 Z'/%3e%3c/svg%3e");
  background-size: cover;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}

.fourth-block a:hover::after {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .fourth-block {
    margin-top: 45px;
  }

  .fourth-block__wrapper {
    width: auto;
    padding: 0 20px;
  }

  .fourth-block__wrapper br {
    display: none;
  }

  .fourth-block p {
    font-size: 18px;
    line-height: 25px;
  }

  .fourth-block a {
    font-size: 15px;
  }

  .fourth-block a::after {
    width: 0;
    height: 0;
  }

  .fourth-block::after {
    position: static;
    margin-left: -164px;
  }
}


/* fifth block */

.fifth-block {
  width: 1200px;
  margin: 279px auto 0;
}

.fifth-block__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 50px;
}

.fifth-block__info .info-block {
  width: 370px;
}

.fifth-block__info .info-block::before {
  content: "";
  display: block;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.fifth-block__info .info-block:first-child::before {
  width: 227px;
  height: 208px;
  /* background-image: url("../img/index2-img/fifth-block1.png"); */
  margin-bottom: 55px;
}

.fifth-block__info .info-block:nth-child(2)::before {
  width: 250px;
  height: 249px;
  /* background-image: url("../img/index2-img/fifth-block2.png"); */
  margin-bottom: 14px;
}

.fifth-block__info .info-block:nth-child(3)::before {
  width: 189px;
  height: 223px;
  /* background-image: url("../img/index2-img/fifth-block3.png"); */
  margin-bottom: 40px;
}

.fifth-block__info .info-block p {
  font-family: "Product Sans Bold";
  font-size: 24px;
  color: #222d39;
  line-height: 32px;
  margin-bottom: 17px;
}

.fifth-block__info .info-block span {
  font-family: "Product Sans Regular";
  font-size: 16px;
  color: #222d39;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .fifth-block {
    width: auto;
    padding: 0 20px;
    margin: 57px 0 0;
  }

  .fifth-block__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }

  .fifth-block__info .info-block {
    width: 100%;
  }

  .fifth-block__info .info-block:nth-child(2) {
    margin-top: 12px;
  }

  .fifth-block__info .info-block:nth-child(3) {
    margin-top: 32px;
  }

  .fifth-block__info .info-block br {
    display: none;
  }

  .fifth-block__info .info-block p {
    font-size: 10px;
  }
}

/* fifth block */

.sixth-block {
  height: 425px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6d2cf5;
  margin-top: 154px;
}

.sixth-block__wrapper {
  width: 650px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.sixth-block__wrapper h6 {
  color: inherit;
}

.sixth-block__wrapper p {
  font-family: "Product Sans Regular";
  font-size: 22px;
  margin-top: 15px;
}

.sixth-block__wrapper a {
  width: 200px;
  height: 45px;
  display: inline-block;
  font-family: "Product Sans Bold";
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  background: #222d39;
  border-radius: 6px;
  margin-top: 49px;
}

.sixth-block__wrapper a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M8.000,0.000 L26.036,0.000 C30.454,0.000 34.036,3.582 34.036,8.000 L34.036,26.000 C34.036,30.418 30.454,34.000 26.036,34.000 L8.000,34.000 C3.582,34.000 -0.000,30.418 -0.000,26.000 L-0.000,8.000 C-0.000,3.582 3.582,0.000 8.000,0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(34, 45, 57)' d='M12.013,9.000 C13.671,9.000 15.016,10.343 15.016,12.000 C15.016,13.657 13.671,15.000 12.013,15.000 C10.354,15.000 9.010,13.657 9.010,12.000 C9.010,10.343 10.354,9.000 12.013,9.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(34, 45, 57)' d='M23.025,9.000 C24.683,9.000 26.028,10.343 26.028,12.000 C26.028,13.657 24.683,15.000 23.025,15.000 C21.366,15.000 20.021,13.657 20.021,12.000 C20.021,10.343 21.366,9.000 23.025,9.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(34, 45, 57)' d='M12.013,20.000 C13.671,20.000 15.016,21.343 15.016,23.000 C15.016,24.657 13.671,26.000 12.013,26.000 C10.354,26.000 9.010,24.657 9.010,23.000 C9.010,21.343 10.354,20.000 12.013,20.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(34, 45, 57)' d='M23.025,20.000 C24.683,20.000 26.028,21.343 26.028,23.000 C26.028,24.657 24.683,26.000 23.025,26.000 C21.366,26.000 20.021,24.657 20.021,23.000 C20.021,21.343 21.366,20.000 23.025,20.000 Z'/%3e%3c/svg%3e");
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1199px) {
  .sixth-block {
    height: auto;
    padding: 48px 0;
    margin-top: 57px;
  }

  .sixth-block__wrapper {
    width: auto;
    padding: 0 20px;
  }

  .sixth-block__wrapper p {
    font-size: 17px;
  }

  .sixth-block__wrapper a {
    width: 100%;
    margin-top: 41px;
  }

  .sixth-block__wrapper a::before {
    width: 17px;
    height: 17px;
    margin-bottom: 4px;
  }
}


/* page footer */

.page-footer {
  width: 1200px;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Product Sans Regular";
  font-size: 16px;
  color: #000;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 83px auto 30px;
}

.page-footer ul {
  width: 180px;
}

.page-footer ul .caption {
  font-family: "Product Sans Bold";
  margin-bottom: 26px;
}

.page-footer ul li:not(.caption) {
  margin-top: 17px;
}

.page-footer ul li a {
  color: inherit;
}

.page-footer p {
  width: 100%;
  margin-top: 103px;
}

@media screen and (max-width: 1199px) {
  .page-footer {
    width: auto;
    padding: 0 16px;
    margin: 41px 0 15px;
  }

  .page-footer ul {
    width: 50%;
  }

  .page-footer ul:not(:first-child),
  .page-footer ul:not(:nth-child(2)) {
    margin-top: 41px;
  }

  .page-footer p {
    text-align: center;
  }
}


