@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto-Bold.eot) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.eot);
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto-Regular.eot) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Black.eot);
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/Roboto-Black.eot) format("embedded-opentype"), url(../fonts/Roboto-Black.woff) format("woff"), url(../fonts/Roboto-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.eot);
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/Roboto-Light.eot) format("embedded-opentype"), url(../fonts/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, ::after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active, :focus {
  outline: 0;
}

a:active, a:focus {
  outline: 0;
}

aside, footer, header, nav {
  display: block;
}

body, html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button, input, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

.title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.btn {
  width: 241px;
  height: 60px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  background-color: #00c2f0;
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  color: #fff;
  text-transform: uppercase;
}

* {
  font-family: Roboto, sans-serif;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 42px;
}

.flags__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flags__img {
  padding-top: 4px;
  margin-right: 11px;
}

.flags__country {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #242424;
}

.flags__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #242424;
}

.top {
  background: url(../img/top_bg.jpg) center center/cover no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  height: 700px;
  margin-top: 20px;
  padding-top: 40px;
}

.top__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__bottom_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top__bottom_menu ul li {
  margin-right: 40px;
}

.top__bottom_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.top__bottom_menu ul li a:hover {
  color: #00c2f0;
}

.top__bottom_menu ul li:nth-child(5) {
  margin-right: 0;
}

.top__descr {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.top__descr__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.14;
  color: #fff;
  margin-top: 105px;
}

.top__descr__subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  margin-top: 27px;
}

.top__descr__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top__descr__circle {
  height: 11px;
  width: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 4px;
}

.top__descr__circle:nth-of-type(7) {
  margin-left: 0;
}

.top__descr__circle:nth-of-type(3) {
  background: #fff;
}

.top .arrow_left {
  margin-right: 13px;
}

.top .arrow_right {
  margin-left: 13px;
}

.promo {
  height: 896px;
  padding-top: 80px;
}

.promo__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo__question {
  height: 255px;
  position: relative;
}

.promo__descr {
  position: absolute;
  width: 100%;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promo__descr p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  text-align: center;
  color: #393939;
}

.promo__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo__answer {
  position: relative;
  height: 255px;
  margin-top: 37px;
}

.promo__descr_bottom {
  position: absolute;
  width: 100%;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promo__descr_bottom p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  color: #393939;
}

.promo__arrows {
  margin: 50px auto 0;
  width: 170px;
}

.promo__arrow:nth-child(2) {
  margin-top: -30px;
}

.promo h2 {
  font-size: 48px;
  font-weight: 700;
  color: #393939;
  text-align: center;
  margin-top: 33px;
}

.solution {
  height: 889px;
  max-width: 1920px;
  background: url(../img/solution_bg.jpg);
  margin: 0 auto;
  padding-top: 79px;
}

.solution__title {
  color: #fff;
}

.solution__menu {
  width: 843px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px auto;
  border: 1px solid #fff;
  border-radius: 4px;
}

.solution__line {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.solution__menu__item {
  padding: 0 27px;
}

.solution__menu__item a {
  font-size: 14px;
  line-height: 1.86;
  text-align: center;
  color: #fff;
}

.solution__menu__item a:hover {
  color: #00c2f0;
}

.solution .carousel {
  margin: 44px auto 0;
  position: relative;
  width: 947px;
  max-height: 560px;
}

.solution .carousel__img img {
  max-height: 560px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.solution .carousel .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -66px;
  border: none;
  background: rgba(0, 0, 0, 0);
}

.solution .carousel .slick-prev img {
  width: 18px;
  height: 60px;
}

.solution .carousel .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -66px;
  border: none;
  background: rgba(0, 0, 0, 0);
}

.solution .carousel .slick-next img {
  width: 18px;
  height: 60px;
}

.advantage {
  padding-top: 81px;
}

.advantage__items {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantage__item {
  width: 570px;
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage__item:nth-child(1) {
  background: url(../img/advantage_top_left.jpg) center center/cover no-repeat;
}

.advantage__item:nth-child(2) {
  background: url(../img/advantage_top_right.jpg) center center/cover no-repeat;
}

.advantage__item:nth-child(3) {
  background: url(../img/advantage_middle_left.jpg) center center/cover no-repeat;
}

.advantage__item:nth-child(4) {
  background: url(../img/advantage_middle_right.jpg) center center/cover no-repeat;
}

.advantage__item:nth-child(5) {
  background: url(../img/advantage_bottom_left.jpg) center center/cover no-repeat;
}

.advantage__item:nth-child(6) {
  background: url(../img/advantage_bottom_right.jpg) center center/cover no-repeat;
}

.advantage__descr {
  width: 100%;
  height: 156px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage__descr p {
  font-size: 23px;
  line-height: 1.13;
  text-align: center;
  color: #fff;
}

.options {
  margin-top: 80px;
  position: relative;
}

.options__title {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.options__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.options__item {
  width: 960px;
  height: 580px;
  padding-top: 270px;
  color: #fff;
}

.options__item:nth-child(1) {
  background: url(../img/options_cloud-storage.jpg) center center/cover no-repeat;
  padding-right: 82px;
  text-align: end;
}

.options__item:nth-child(2) {
  background: url(../img/options_server.jpg) center center/cover no-repeat;
  padding-left: 82px;
}

.options__item_left {
  position: relative;
  z-index: 2;
}

.options__item_left::after {
  content: "";
  position: absolute;
  top: -38px;
  right: -39px;
  width: 167px;
  height: 167px;
  background: rgba(0, 194, 240, 0.3);
  z-index: -2;
}

.options__item_left h3 {
  text-align: right;
  text-transform: uppercase;
}

.options__descr__block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.options__item_right {
  position: relative;
  text-align: start;
  text-transform: uppercase;
  z-index: 2;
}

.options__item_right::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -35px;
  width: 167px;
  height: 167px;
  background: rgba(0, 194, 240, 0.3);
  z-index: -2;
}

.options__descr__block {
  z-index: 2;
  position: relative;
}

.options__descr {
  max-width: 500px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
}

.begin {
  padding: 80px 0 80px 0;
}

.begin__img {
  width: 302px;
  height: 302px;
  margin: 0 auto 75px;
}

.begin__btn {
  display: block;
  margin: 30px auto 0;
}

.footer {
  background: #47829f;
  margin: 0 0 30px 0;
  padding: 49px 0 40px 0;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item_first {
  max-width: 377px;
}

.footer__item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #fff;
}

.footer__item p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #fff;
}

.footer__item p a:hover {
  color: #00c2f0;
}

.footer__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 4px;
}

.footer__title a {
  color: #fff;
}

.footer__title a:hover {
  color: #00c2f0;
}

.footer__logo {
  margin: 10px 0 10px 0;
}

.footer__line {
  width: 1171px;
  height: 1px;
  border-bottom: 1px solid #fff;
  margin: 44px auto 0;
}

.footer__link {
  text-align: center;
  margin-top: 36px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.31;
  color: #fff;
}

.footer__link a {
  color: #fff;
}

.footer__link a:hover {
  color: #00c2f0;
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .flags {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flags__img {
    margin-right: 5px;
  }
  .flags__descr {
    max-width: 135px;
  }
  .top {
    padding-top: 40px;
  }
  .carousel {
    width: 800px;
  }
  .slick-initialized .slick-slide {
    width: 700px;
  }
  .solution .carousel .slick-prev {
    left: -10px;
  }
  .solution .carousel .slick-next {
    right: -10px;
  }
  .advantage__item {
    width: 480px;
    height: 330px;
  }
  .promo {
    height: 840px;
  }
  .promo__question {
    max-width: 310px;
  }
  .promo__answer {
    max-width: 310px;
  }
  .promo__img img {
    max-width: 310px;
  }
  .promo__descr {
    bottom: 50px;
  }
  .promo__descr p {
    font-size: 16px;
  }
  .promo__descr_bottom {
    bottom: 50px;
  }
  .promo__descr_bottom p {
    font-size: 16px;
  }
  .promo__arrows {
    margin-top: 20px;
  }
  .promo h2 {
    font-size: 40px;
  }
  .options__descr {
    max-width: 390px;
  }
  .footer__line {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .flags__descr {
    max-width: 128px;
  }
  .flags__text {
    font-size: 11px;
  }
  .top__bottom {
    display: block;
  }
  .top__bottom_menu {
    margin-top: 40px;
  }
  .top__descr {
    display: block;
  }
  .top__descr__img {
    display: none;
  }
  .top__descr__slider {
    display: none;
  }
  .top__descr__text {
    min-width: 100%;
  }
  .promo {
    height: 1240px;
  }
  .promo__questions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo__question {
    height: 225px;
  }
  .promo__answers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo__answer {
    height: 225px;
    margin-top: 0;
  }
  .promo h2 {
    margin-bottom: 32px;
  }
  .promo__descr {
    bottom: 25px;
  }
  .promo__descr_bottom {
    bottom: 25px;
  }
  .solution {
    padding-top: 65px;
    height: 830px;
  }
  .solution__title {
    font-size: 28px;
  }
  .solution__menu {
    width: 100%;
  }
  .solution__menu__item a {
    line-height: 1.4;
  }
  .solution .carousel {
    width: 600px;
  }
  .slick-initialized .slick-slide {
    width: 600px;
    height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .solution .carousel .slick-prev {
    left: -10px;
  }
  .solution .carousel .slick-next {
    right: -10px;
  }
  .solution .carousel__img img {
    width: 600px;
  }
  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .slick-dots li {
    width: 30px;
    height: 20px;
    background: #00c2f0;
  }
  .slick-dots li button {
    background: #00c2f0;
    color: #00c2f0;
    text-align: center;
  }
  .slick-dots li:nth-child(1) {
    -webkit-clip-path: polygon(33% 0, 100% 0, 100% 100%, 33% 100%, 0 50%);
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 33% 100%, 0 50%);
  }
  .slick-dots li:nth-child(2) {
    margin: 0 15px;
  }
  .slick-dots li:nth-child(3) {
    -webkit-clip-path: polygon(67% 0, 100% 50%, 67% 99%, 0 100%, 0 0);
    clip-path: polygon(67% 0, 100% 50%, 67% 99%, 0 100%, 0 0);
  }
  .advantage {
    padding-top: 70px;
  }
  .advantage__title {
    font-size: 28px;
  }
  .advantage__item {
    width: 360px;
    height: 270px;
  }
  .advantage__descr {
    height: 140px;
  }
  .advantage__descr p {
    font-size: 16px;
  }
  .options__title {
    font-size: 28px;
  }
  .options__descr {
    margin-top: 12px;
    font-size: 16px;
    max-width: 300px;
  }
  .footer__item_first {
    max-width: 280px;
  }
  .footer__line {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .flags {
    padding-top: 20px;
  }
  .flags__country {
    padding-top: 5px;
    font-size: 12px;
    position: relative;
  }
  .flags__country::after {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid rgba(0, 0, 0, 0);
    border-top-color: #000;
  }
  .flags__text {
    display: none;
  }
  .flags__descr:hover .flags__text {
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    background-color: #00c2f0;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .top__bottom_menu ul li {
    margin-right: 30px;
  }
  .top__descr__subtitle {
    font-size: 22px;
  }
  .promo {
    height: 1620px;
    padding-top: 60px;
  }
  .promo h2 {
    font-size: 35px;
  }
  .solution {
    height: 820px;
  }
  .solution .carousel {
    width: 540px;
    margin-top: 35px;
  }
  .slick-initialized .slick-slide {
    width: 540px;
    height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .solution .carousel__img img {
    width: 538px;
  }
  .solution__menu__item {
    padding: 0 12px;
  }
  .advantage__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .options__item h3 {
    font-size: 22px;
  }
  .options__item:nth-child(1) {
    padding-right: 40px;
  }
  .options__item:nth-child(2) {
    padding-left: 40px;
  }
  .options__item_left::after {
    top: -28px;
    right: -25px;
  }
  .options__item_right::before {
    top: -28px;
    left: -25px;
  }
  .options__descr {
    font-size: 14px;
    max-width: 238px;
  }
  .begin {
    padding: 60px 0;
  }
  .begin__img {
    width: 250px;
    height: 250px;
    margin-bottom: 45px;
  }
  .begin__img img {
    width: 100%;
    height: 100%;
  }
  .begin__title {
    font-size: 28px;
  }
  .begin__btn {
    font-size: 14px;
    width: 230px;
  }
  .footer__item h5 {
    font-size: 13px;
  }
  .footer__item p {
    font-size: 11px;
  }
  .footer__item p a {
    font-size: 12px;
  }
  .footer__item span {
    display: none;
  }
  .footer__logo {
    margin: 5px 0;
  }
  .footer__logo img {
    height: 50px;
  }
  .footer__item_first {
    max-width: 200px;
  }
  .footer__line {
    width: 520px;
    margin-top: 24px;
  }
  .footer__link {
    margin-top: 22px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .flags {
    padding-top: 15px;
  }
  .flags__descr {
    display: none;
  }
  .flags__flag:hover .flags__descr {
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    background-color: #00c2f0;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .flags__img {
    position: relative;
  }
  .flags__img::after {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid rgba(0, 0, 0, 0);
    border-top-color: #000;
  }
  .flags__country {
    padding: 0 15px 0 10px;
  }
  .flags__country::after {
    right: 5px;
    top: calc(50% + 3px);
  }
  .flags__descr:hover .flags__text {
    top: 35px;
    width: 250px;
    text-align: center;
  }
  .top {
    padding-top: 30px;
    height: 650px;
    background: url(../img/top_bg.jpg) 45% center/cover no-repeat;
  }
  .top__bottom_menu {
    margin-top: 35px;
  }
  .top__bottom_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top__bottom_menu ul li {
    margin-top: 10px;
    margin-right: 40px;
  }
  .top__bottom_logo img {
    height: 55px;
  }
  .top__descr {
    margin-top: 0;
  }
  .top__descr__title {
    margin-top: 75px;
    font-size: 38px;
  }
  .top__descr__subtitle {
    font-size: 18px;
  }
  .top__btn {
    height: 50px;
    width: 190px;
    font-size: 14px;
    margin-top: 35px;
  }
  .promo {
    padding-top: 50px;
  }
  .promo__descr p {
    font-size: 14px;
  }
  .promo__descr_bottom p {
    font-size: 14px;
  }
  .promo h2 {
    font-size: 28px;
  }
  .promo__arrows {
    width: 120px;
  }
  .promo__arrow img {
    width: 120px;
  }
  .promo__arrow:nth-child(2) {
    margin-top: -20px;
  }
  .solution {
    padding-top: 50px;
    height: 600px;
  }
  .solution__title {
    font-size: 24px;
  }
  .solution__menu {
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px;
    padding: 10px;
  }
  .solution__line {
    display: none;
  }
  .solution .carousel {
    width: 300px;
    margin-top: 25px;
  }
  .solution .slick-initialized .slick-slide {
    width: 300px;
    height: 250px;
  }
  .solution .carousel__img img {
    width: 300px;
  }
  .advantage {
    padding-top: 60px;
  }
  .advantage__title {
    font-size: 24px;
  }
  .advantage__items {
    margin-top: 30px;
  }
  .advantage__item {
    height: 236px;
    width: 300px;
  }
  .advantage__descr {
    height: 116px;
    padding: 0 77px;
  }
  .advantage__descr p {
    font-size: 14px;
  }
  .options {
    margin-top: 70px;
  }
  .options__title {
    font-size: 24px;
    top: 60px;
  }
  .options__item {
    padding-top: 220px;
    height: 525px;
  }
  .options__item h3 {
    font-size: 20px;
  }
  .options__item_left::after {
    height: 175px;
    width: 130px;
    right: -6px;
  }
  .options__item_right::before {
    height: 175px;
    width: 130px;
    left: -6px;
  }
  .options__item:nth-child(1) {
    padding-right: 15px;
  }
  .options__item:nth-child(2) {
    padding-left: 15px;
  }
  .options__descr {
    margin-top: 10px;
    font-size: 12px;
    max-width: 137px;
  }
  .begin {
    padding: 50px 0;
  }
  .begin__img {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
  }
  .begin__title {
    font-size: 24px;
  }
  .begin__btn {
    font-size: 13px;
    width: 200px;
    height: 50px;
  }
  .footer {
    padding: 24px 0;
  }
  .footer__line {
    width: 300px;
    margin-top: 14px;
  }
  .footer__items {
    margin-bottom: 0;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .footer__item {
    margin: 0 8px 5px 0;
  }
  .footer__item:nth-child(4) {
    margin-right: 0;
  }
  .footer__item h5 {
    font-size: 12px;
  }
  .footer__item p {
    font-size: 10px;
  }
  .footer__item p a {
    font-size: 11px;
  }
  .footer__logo img {
    height: 48px;
  }
  .footer__link {
    margin-top: 16px;
    font-size: 11px;
  }
}