.first {
  background: url(../../images/bg__1s.jpg) center right;
  background-repeat: no-repeat;
  background-position: 100% 20%;
}

.first__container {
  z-index: 2;
  position: relative;
  margin: 0 auto;
	display: flex;
	padding: 0 20px;
	max-width: 1700px;
  width: 100%;
}

.first__head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 118px;
}

.first__dots {
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 189px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first__dots-line {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.first__dots span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: white;
}

.first__dots span.yellow {
  background-color: #ffc70a;
}

.first__dots span.green {
  background-color: #00fce2;
}

.first__head-text {
  margin-left: 38px;
}

.first__title {
  margin: 0;
  margin-top: 6px;
  font-family: Geometria;
  font-size: 48px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.96px;
  text-align: left;
  color: #0e0e0e;
}

.first__title-fw {
  display: inline-block;
  margin-top: 1px;
  font-size: 60px;
  letter-spacing: 1.2px;
}

.first__title-num {
  font-size: 72px;
  letter-spacing: 1.44px;
  color: #ffc70a;
}

.first__subtitle {
  margin-top: 28px;
  font-family: Geometria;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.36px;
  text-align: left;
  color: #0e0e0e;
}

.first__wrapper {
  width: 100%;
  margin-top: 90px;
  margin-bottom: -135px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(600px, 800px) minmax(600px, 800px) 1fr;
  grid-template-columns: 1fr minmax(600px, 800px) minmax(600px, 800px) 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first__slider-wrapper {
  -ms-grid-column: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.first .first__slider {
  width: calc(77.125% + 70px);
  max-height: 782px;
  padding: 35px;
  padding-bottom: 45px;
  margin-top: -10px;
  margin-left: -35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first__slider-wrap {
  width: 100%;
}

.first__slider-item {
  width: 100%;
  box-shadow: 0px 16px 21px 0 rgba(0, 1, 2, 0.14);
}

.first__slider-img-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 126%;
}

.first__slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.first__slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  margin-right: 14px;
}

.first .first__slider-prev {
  margin: 40px auto;
}

.first .first__slider-next {
  margin: 40px auto;
}

.first .first__slider-next:after {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0;
  margin-bottom: 9px;
}

@media (max-width: 1700px) {
  .first__wrapper {
    margin-bottom: -120px;
    -ms-grid-columns: 80px minmax(600px, 800px) minmax(600px, 800px) 80px;
    grid-template-columns: 80px minmax(600px, 800px) minmax(600px, 800px) 80px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .first__slider {
    max-height: 760px;
  }
}

@media (max-width: 1400px) {
  .first__head {
    margin-top: 90px;
    padding-right: 40px;
  }

  .first__dots {
    width: 220px;
    height: 165px;
  }

  .first__dots span {
    width: 34px;
    height: 34px;
  }

  .first__title {
    margin-top: 0;
    font-size: 44px;
  }

  .first__title-fw {
    margin-top: 0;
    font-size: 55px;
  }

  .first__title-num {
    font-size: 61px;
  }

  .first__subtitle {
    max-width: 400px;
  }

  .first__wrapper {
    margin-top: 50px;
    margin-bottom: -100px;
    -ms-grid-columns: 80px minmax(400px, 800px) minmax(400px, 800px) 80px;
    grid-template-columns: 80px minmax(400px, 800px) minmax(400px, 800px) 80px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .first__slider {
    max-height: 720px;
  }

  .first__slider-nav {
    margin-top: 0;
    margin-right: 0;
  }

  .first__slider-prev {
    margin: 30px auto;
  }

  .first__slider-next {
    margin: 30px auto;
  }
}

@media (max-width: 1200px) {
  .first {
    background: url(../../images/bg_mobile.jpg);
    background-size: cover;
  }

  .first__container {
    position: absolute;
    top: 0;
  }

  .first__head {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    margin-top: 25%;
  }

  .first__dots {
    display: none;
  }

  .first__head-text {
    margin: 0;
  }

  .first__title {
    color: white;
    text-align: center;
  }

  .first__title-fw {
    text-transform: uppercase;
  }

  .first__title-num {
    font-size: 35px;
  }

  .first__subtitle {
    display: none;
  }

  .first__wrapper {
    display: block;
    margin-top: -45px;
    margin-bottom: 0;
  }

  .first__slider-wrapper {
    display: none;
  }

  .first {
    background-position: 120% 20%;
  }

  .first__dots {
    width: 170px;
    height: 127px;
  }

  .first__dots span {
    width: 28px;
    height: 28px;
  }

  .first__title {
    font-size: 40px;
  }

  .first__title-fw {
    font-size: 50px;
  }

  .first__title-num {
    font-size: 50px;
  }

  .first__wrapper {
    -ms-grid-columns: 50px minmax(400px, 800px) minmax(400px, 800px) 50px;
    grid-template-columns: 50px minmax(400px, 800px) minmax(400px, 800px) 50px;
  }

  .first__slider {
    max-height: 690px;
  }
}

@media (max-width: 667px) {
  .first__head {
    margin-top: 100px;
  }

  .first__title {
    font-size: 24px;
  }

  .first__title-fw {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .first__wrapper {
    margin-top: -25px;
  }
}