.header {
  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;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 40px;
  z-index: 3
}
@media screen and (max-width:768px) {
  .header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px
  }
}
body,
html {
  width: 100%;
  height: 100%
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  text-decoration: none
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0
}
body {
  position: relative;
  width: 100%;
  font-family: Mont,sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #1c1c1b;
  line-height: 1.4;
  overflow-x: hidden
}
.main-wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.logo {
  display: block;
  width: 28%
}
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}
@media screen and (min-width:1400px) {
  .logo {
    width: 340px
  }
}
@media screen and (max-width:768px) {
  .logo {
    width: 200px
  }
}
@media screen and (max-width:400px) {
  .logo {
    width: 150px
  }
}
@media screen and (min-width:1342px) {
  .main {
    width: 1340px;
    margin: 0 auto;
    padding: 0 10px
  }
}
.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 10px
}
.list-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 30%
}
.list-info__icon {
  width: 31%
}
.list-info__content {
  width: 65%
}
.list-info__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px
}
.list-info__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px
}
@media screen and (min-width:1366px) {
  .list-info {
    max-width: 100%
  }
}
@media screen and (max-width:768px) {
  .list-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .list-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
  .list-info__icon {
    width: 100px
  }
  .list-info__content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  .list-info__title {
    margin-top: 20px
  }
}
.info-us {
  width: 699px;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%
}
.info-us__link {
  color: #49aee5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.info-us__link:focus,
.info-us__link:hover {
  opacity: .7
}
@media screen and (max-width:768px) {
  .info-us {
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 0 10px
  }
}
.running-string {
  position: relative
}
.running-string:after,
.running-string:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 1086px;
  height: 1px;
  background-color: #1c1c1b;
  opacity: .3
}
.running-string:before {
  top: 40px
}
.running-string:after {
  bottom: 40px
}
.running-string .marquee {
  width: 100%;
  overflow: hidden;
  font-size: 148px;
  font-weight: 600;
  text-transform: lowercase
}
.running-string .marquee:last-of-type {
  margin-top: -50px
}
.running-string .item-blue {
  color: #49aee5
}
.running-string .item-grey {
  opacity: .2
}
@media screen and (max-width:1086px) {
  .running-string:after,
  .running-string:before {
    width: 70%
  }
}
@media screen and (max-width:900px) {
  .running-string .marquee {
    font-size: 90px
  }
}
@media screen and (max-width:500px) {
  .running-string .marquee {
    font-size: 40px
  }
  .running-string .marquee:last-of-type {
    margin-top: 0
  }
  .running-string:before {
    top: 10px
  }
  .running-string:after {
    bottom: 5px
  }
  .running-string__wrapper:last-of-type {
    margin-top: -10px
  }
}
.about-us-running-string {
  margin-top: 48px
}
.docs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[3];
  grid-template-columns: repeat(3,30%);
  grid-gap: 64px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-self: center
}
.docs__item {
  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
}
.docs__icon {
  width: 31%
}
.docs__content {
  width: 65%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px
}
.docs__link {
  display: inline-block;
  color: #fff;
  background-color: #49aee5;
  border-radius: 44px;
  padding: 4px 12px;
  margin-top: 8px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.docs__link:focus,
.docs__link:hover {
  opacity: .6
}
@media screen and (max-width:1024px) {
  .docs {
    -ms-grid-columns: (40%)[2];
    grid-template-columns: repeat(2,40%);
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}
@media screen and (max-width:768px) {
  .docs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .docs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .docs__icon {
    width: 100px
  }
  .docs__content {
    width: 100%;
    text-align: center;
    margin-top: 20px
  }
}
.lang {
  margin-bottom: 40px
}
.lang__link {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}
.lang__link:hover {
  color: rgba(0,0,0,.5)
}
.lang__link:not(:last-of-type) {
  margin-right: .5rem
}
.lang__link--active {
  border-radius: 3rem;
  background-color: #fff;
  color: rgba(0,0,0,.5);
  padding: .4rem 1rem .2rem
}
@media screen and (max-width:570px) {
  .lang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
  }
}
.menu {
  position: relative;
  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;
  width: 91px;
  cursor: pointer;
  z-index: 3
}
.menu__text {
  font-weight: 700;
  font-size: 14px;
  color: #000
}
.menu__list {
  width: 40px
}
.menu__item {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #1c1c1b
}
.menu__item:not(:last-of-type) {
  margin-bottom: 2px
}
@media screen and (max-width:768px) {
  .menu__text {
    font-size: 12px
  }
}
@media screen and (max-width:400px) {
  .menu {
    width: 75px
  }
  .menu__text {
    font-size: 10px
  }
}
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px 40px
}
.footer__text {
  opacity: .5
}
.footer__email,
.footer__text {
  font-weight: 600;
  font-size: 12px;
  color: #1c1c1b
}
.footer__email {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.footer__email:focus,
.footer__email:hover {
  opacity: .6
}
@media screen and (min-width:1342px) {
  .footer {
    width: 1342px;
    margin: 40px auto 0;
    padding: 0 10px 40px
  }
}
@media screen and (max-width:768px) {
  .footer {
    padding: 20px 10px
  }
}
@media screen and (max-width:400px) {
  .footer__email,
  .footer__text {
    font-size: 10px
  }
}
.main-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100vh;
  padding: 0 40px
}
.main-page__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.main-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}
.main-page__content {
  position: relative;
  width: 60%
}
.main-page__img {
  position: absolute;
  top: -160px;
  left: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1
}
.main-page__title {
  width: 84%;
  font-family: Mont,sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  color: #000;
  margin: -10px auto 0
}
.main-page__footer {
  margin-top: 0
}
@media screen and (min-width:1342px) {
  .main-page__footer {
    width: 100%
  }
}
@media screen and (min-width:1400px) {
  .main-page__title {
    width: 768px
  }
  .main-page__img {
    position: absolute;
    top: -200px
  }
}
@media screen and (min-width:1700px) {
  .main-page__img {
    position: absolute;
    top: -230px
  }
}
@media screen and (min-width:1922px) {
  .main-page__img {
    position: absolute;
    top: -300px
  }
}
@media screen and (max-width:1164px) {
  .main-page__img {
    position: absolute;
    top: -200px
  }
}
@media screen and (max-width:1200px) {
  .main-page__logo {
    width: 19%
  }
  .main-page__img {
    top: -100px
  }
  .main-page__title {
    width: 84%;
    font-size: 30px;
    margin: 0 auto
  }
}
@media screen and (max-width:768px) {
  .main-page {
    height: 100%;
    padding: 0 10px;
    overflow-y: auto
  }
  .main-page__logo,
  .main-page__menu {
    position: absolute;
    top: 20px
  }
  .main-page__logo {
    width: 200px;
    left: 10px
  }
  .main-page__menu {
    right: 10px
  }
  .main-page__content {
    width: 100%
  }
  .main-page__img {
    position: relative;
    top: 10px
  }
  .main-page__title {
    width: 100%;
    text-align: center;
    font-size: 25px
  }
}
@media screen and (max-width:400px) {
  .main-page__logo {
    width: 150px
  }
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #49aee5;
  z-index: 12
}
.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 40px 64px 128px;
  white-space: nowrap
}
.nav__close-nav {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(../images/icons/close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  opacity: 0
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.nav__item:first-child {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px
}
.nav__item:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: #fff
}
.nav__item:last-child {
  position: relative;
  padding-top: 24px;
  margin-top: 24px
}
.nav__item:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: #fff
}
.nav__link {
  font-size: 45px;
  font-weight: 500;
  text-transform: lowercase;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.nav__link:focus,
.nav__link:hover {
  opacity: .4
}
.nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 0
}
.nav__info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: #fff
}
.nav__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.nav__info-link:focus,
.nav__info-link:hover {
  opacity: .4
}
.nav__info-link--img {
  padding-right: 16px
}
.nav__info-link:first-of-type {
  margin-right: 72px
}
@media screen and (max-width:820px) {
  .nav__close-nav {
    position: absolute;
    top: 20px;
    right: 20px
  }
  .nav__wrapper {
    padding: 40px
  }
  .nav__link {
    font-size: 30px
  }
}
@media screen and (max-height:500px) {
  .nav__list {
    height: auto;
    margin-bottom: 50px
  }
  .nav__item:first-child {
    margin-top: 250px
  }
}
@media screen and (max-width:768px) {
  .nav__item:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px
  }
  .nav__item:last-child {
    padding-top: 15px;
    margin-top: 15px
  }
  .nav__link {
    font-size: 25px
  }
}
@media screen and (max-width:570px) {
  .nav__list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .nav__item:last-child:after {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
  }
  .nav__item:first-child:before {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
  }
  .nav__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .nav__info:after {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
  }
  .nav__info-link {
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .nav__info-link--img {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0 0 20px
  }
  .nav__info-link:first-of-type {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.nav__item:first-child {
  padding-bottom: 15px;
  margin-bottom: 15px
}
.nav__item:last-child {
  padding-top: 15px;
  margin-top: 15px
}
.nav__link {
  font-size: 25px
}
.hidden {
  overflow: hidden
}
.hidden-auto {
  overflow-y: auto
}
.description {
  width: 100%;
  max-width: 768px;
  margin: 76px 0 0 91px
}
.description__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.description__title {
  width: 100%;
  max-width: 700px;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  margin: -25px auto 0
}
@media screen and (min-width:1342px) {
  .description {
    margin: 76px 0
  }
  .description__title {
    margin: 0
  }
}
@media screen and (max-width:1024px) {
  .description {
    margin: 76px 0 0;
    padding: 0 20px
  }
  .description__title {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  .description {
    margin: 30px 0 0;
    padding: 0 10px
  }
  .description__img {
    -o-object-fit: cover;
    object-fit: cover
  }
  .description__title {
    font-size: 25px;
    text-align: center
  }
}
.about-us {
  width: 90%;
  margin-top: 72px
}
.about-us__text {
  width: 441px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1c1c1b;
  margin: 0 0 96px 128px
}
.about-us__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about-us__info {
  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;
  position: relative;
  margin: 72px 0 0;
  padding: 10px 0
}
.about-us__info:after,
.about-us__info:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 1086px;
  height: 1px;
  background-color: rgba(28,28,27,.3)
}
.about-us__info:after {
  top: 0
}
.about-us__info:before {
  bottom: 0
}
.about-us__statistics {
  margin-left: -15px
}
.about-us__statistics-num {
  position: relative;
  font-size: 148px;
  font-weight: 500;
  color: #49aee5
}
.about-us__statistics-num--sup {
  position: absolute;
  top: 0;
  right: -70px;
  font-size: 30px
}
.about-us__info-description {
  width: 360px
}
.about-us__info-description--text {
  width: 90%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #1c1c1b;
  margin-left: 9%;
  margin-top: -5px
}
@media screen and (min-width:1366px) {
  .about-us__text {
    margin: 0 0 96px 0
  }
}
@media screen and (max-width:1100px) {
  .about-us__statistics {
    margin-left: -8px
  }
  .about-us__statistics-num {
    font-size: 100px
  }
  .about-us__statistics-num--sup {
    right: -40px;
    font-size: 18px
  }
}
@media screen and (max-width:870px) {
  .about-us__statistics {
    margin-left: -5px
  }
  .about-us__statistics-num {
    font-size: 70px
  }
}
@media screen and (max-width:768px) {
  .about-us {
    width: 100%
  }
  .about-us__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    margin: 40px 0 0
  }
  .about-us__statistics {
    margin: 0 0 30px
  }
  .about-us__text {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;
    text-align: center
  }
}
@media screen and (max-width:500px) {
  .about-us__statistics-num {
    font-size: 50px
  }
  .about-us__info-description {
    width: 90%;
    padding: 0 5px
  }
  .about-us__info-description--text {
    width: 90%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #1c1c1b;
    margin-left: 9%;
    margin-top: -5px
  }
}
.scope {
  margin-top: 40px
}
.in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 72px
}
.in-touch__wrap {
  width: 90%
}
.in-touch__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.in-touch__info-us {
  margin-top: 56px
}
@media screen and (min-width:1342px) {
  .in-touch__wrap {
    width: 100%;
    max-width: 100%;
    margin: 72px auto 0
  }
}
@media screen and (max-width:768px) {
  .in-touch__wrap {
    width: 100%
  }
}
.services__title {
  width: 100%;
  max-width: 590px;
  margin: -25px 0 0 30px
}
.services__product {
  width: 90%;
  margin-top: 48px
}
.services__text {
  width: 500px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 64px 128px
}
.services__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.services__scope {
  margin-top: 80px
}
@media screen and (min-width:1366px) {
  .services__product {
    width: 100%
  }
  .services__text {
    margin: 0 0 64px
  }
}
@media screen and (max-width:768px) {
  .services__title {
    width: 100%;
    max-width: 590px;
    margin: -25px 0 0
  }
  .services__product {
    width: 100%;
    margin-top: 48px
  }
  .services__text {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;
    text-align: center
  }
}
.contact__main {
  width: 90%;
  margin-bottom: 100px
}
.contact__list {
  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;
  width: 100%;
  max-width: 1086px;
  margin: 64px auto 0;
  padding: 0 10px
}
.contact__item {
  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;
  width: 20%
}
.contact__item-icon {
  width: 18.5%;
  -o-object-fit: contain;
  object-fit: contain
}
.contact__item-text {
  width: 75%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000
}
.contact__item-link {
  display: block;
  color: #000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.contact__item-link:focus,
.contact__item-link:hover {
  opacity: .7
}
@media screen and (min-width:1366px) {
  .contact__main {
    width: 1340px;
    margin: 0 auto 100px
  }
  .contact__list {
    max-width: 100%
  }
}
@media screen and (max-width:768px) {
  .contact__main {
    width: 100%;
    margin-bottom: 100px
  }
  .contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0
  }
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center
  }
  .contact__item:not(:last-child) {
    margin-bottom: 30px
  }
  .contact__item-icon {
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .contact__item-text {
    width: 100%;
    margin-top: 20px
  }
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 88px 0 0 128px
}
.contact-info__content {
  width: 60%
}
.contact-info__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.contact-info__title {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%
}
.contact-info__link,
.contact-info__tel {
  font-size: 45px;
  color: #49aee5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.contact-info__link:focus,
.contact-info__link:hover,
.contact-info__tel:focus,
.contact-info__tel:hover {
  opacity: .7
}
@media screen and (min-width:1366px) {
  .contact-info {
    margin: 88px 0 0 0
  }
}
@media screen and (max-width:1200px) {
  .contact-info {
    margin: 88px 0 0 50px
  }
  .contact-info__link,
  .contact-info__tel,
  .contact-info__title {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0;
    padding: 0 10px;
    text-align: center
  }
  .contact-info__content {
    width: 100%
  }
  .contact-info__link,
  .contact-info__tel,
  .contact-info__title {
    font-size: 25px
  }
}
.map {
  margin-top: 32px
}
.map__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.info-content {
  width: 100%;
  max-width: 1086px;
  margin: 48px auto 0;
  padding: 0 10px
}
.info-content__wrap {
  width: 494px
}
.info-content__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%
}
.info-content__sale {
  margin-top: 40px;
  font-size: 45px;
  font-weight: 500
}
.info-content__sale--date {
  opacity: .2;
  padding-left: 16px
}
@media screen and (min-width:1366px) {
  .info-content {
    max-width: 1340px
  }
}
@media screen and (max-width:1100px) {
  .info-content__sale {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  .info-content {
    text-align: center
  }
  .info-content__wrap {
    width: 100%
  }
  .info-content__sale {
    font-size: 25px
  }
}
.info-running-string {
  margin-top: 40px
}
.price-box {
  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;
  width: 100%;
  max-width: 1086px;
  margin: 40px auto 0;
  padding: 0 10px;
  border-top: 1px solid rgba(28,28,27,.3);
  border-bottom: 1px solid rgba(28,28,27,.3)
}
.price-box__price {
  position: relative;
  left: -10%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 148px;
  font-weight: 600;
  color: #49aee5
}
.price-box__price--currency {
  position: absolute;
  top: 30px;
  right: -60px;
  font-size: 30px
}
.price-box__info {
  width: 360px
}
.price-box__info--text {
  width: 90%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #1c1c1b;
  margin-left: 9%;
  margin-top: -5px
}
@media screen and (max-width:1300px) {
  .price-box__price {
    left: -5%
  }
}
@media screen and (max-width:1200px) {
  .price-box__price {
    left: 0
  }
}
@media screen and (max-width:1100px) {
  .price-box__price {
    font-size: 100px
  }
  .price-box__price--currency {
    right: -40px;
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 40px
  }
  .price-box__price {
    font-size: 70px
  }
  .price-box__price--currency {
    top: 10px;
    right: -40px;
    font-size: 18px
  }
}
@media screen and (max-width:360px) {
  .price-box__info {
    width: 100%
  }
}
.info-docs {
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 10px
}
.info-docs__content {
  border-bottom: 1px solid rgba(28,28,27,.3)
}
.info-docs__title {
  font-size: 45px;
  font-weight: 600;
  margin-top: 64px
}
.info-docs__list {
  margin-top: 48px;
  padding-bottom: 64px
}
@media screen and (min-width:1366px) {
  .info-docs {
    max-width: 100%
  }
}
@media screen and (max-width:768px) {
  .info-docs__title {
    font-size: 30px;
    text-align: center
  }
}
@media screen and (max-width:400px) {
  .info-docs__title {
    font-size: 25px
  }
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Regular.eot);
  src: local("Mont Regular"),local("Mont-Regular"),url(../fonts/Mont/Mont-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Regular.woff) format("woff"),url(../fonts/Mont/Mont-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Mont Book';
  src: url(../fonts/Mont/Mont-Book.eot);
  src: local("Mont Book"),local("Mont-Book"),url(../fonts/Mont/Mont-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Book.woff) format("woff"),url(../fonts/Mont/Mont-Book.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-LightItalic.eot);
  src: local("Mont Light Italic"),local("Mont-LightItalic"),url(../fonts/Mont/Mont-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-LightItalic.woff) format("woff"),url(../fonts/Mont/Mont-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-BlackItalic.eot);
  src: local("Mont Black Italic"),local("Mont-BlackItalic"),url(../fonts/Mont/Mont-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-BlackItalic.woff) format("woff"),url(../fonts/Mont/Mont-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-ExtraLight.eot);
  src: local("Mont ExtraLight"),local("Mont-ExtraLight"),url(../fonts/Mont/Mont-ExtraLight.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-ExtraLight.woff) format("woff"),url(../fonts/Mont/Mont-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-ExtraLightItalic.eot);
  src: local("Mont ExtraLight Italic"),local("Mont-ExtraLightItalic"),url(../fonts/Mont/Mont-ExtraLightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-ExtraLightItalic.woff) format("woff"),url(../fonts/Mont/Mont-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic
}
@font-face {
  font-family: 'Mont DEMO';
  src: url(../fonts/Mont/Mont-DEMOExtraLight.eot);
  src: local("Mont DEMO ExtraLight"),local("Mont-DEMOExtraLight"),url(../fonts/Mont/Mont-DEMOExtraLight.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-DEMOExtraLight.woff) format("woff"),url(../fonts/Mont/Mont-DEMOExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}
@font-face {
  font-family: 'Mont Hairline';
  src: url(../fonts/Mont/Mont-Hairline.eot);
  src: local("Mont Hairline"),local("Mont-Hairline"),url(../fonts/Mont/Mont-Hairline.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Hairline.woff) format("woff"),url(../fonts/Mont/Mont-Hairline.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Heavy.eot);
  src: local("Mont Heavy"),local("Mont-Heavy"),url(../fonts/Mont/Mont-Heavy.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Heavy.woff) format("woff"),url(../fonts/Mont/Mont-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: 'Mont Hairline';
  src: url(../fonts/Mont/Mont-HairlineItalic.eot);
  src: local("Mont Hairline Italic"),local("Mont-HairlineItalic"),url(../fonts/Mont/Mont-HairlineItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-HairlineItalic.woff) format("woff"),url(../fonts/Mont/Mont-HairlineItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-ThinItalic.eot);
  src: local("Mont Thin Italic"),local("Mont-ThinItalic"),url(../fonts/Mont/Mont-ThinItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-ThinItalic.woff) format("woff"),url(../fonts/Mont/Mont-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Bold.eot);
  src: local("Mont Bold"),local("Mont-Bold"),url(../fonts/Mont/Mont-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Bold.woff) format("woff"),url(../fonts/Mont/Mont-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Mont Regular';
  src: url(../fonts/Mont/Mont-RegularItalic.eot);
  src: local("Mont Regular Italic"),local("Mont-RegularItalic"),url(../fonts/Mont/Mont-RegularItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-RegularItalic.woff) format("woff"),url(../fonts/Mont/Mont-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-BoldItalic.eot);
  src: local("Mont Bold Italic"),local("Mont-BoldItalic"),url(../fonts/Mont/Mont-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-BoldItalic.woff) format("woff"),url(../fonts/Mont/Mont-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-SemiBold.eot);
  src: local("Mont SemiBold"),local("Mont-SemiBold"),url(../fonts/Mont/Mont-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-SemiBold.woff) format("woff"),url(../fonts/Mont/Mont-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-SemiBoldItalic.eot);
  src: local("Mont SemiBold Italic"),local("Mont-SemiBoldItalic"),url(../fonts/Mont/Mont-SemiBoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-SemiBoldItalic.woff) format("woff"),url(../fonts/Mont/Mont-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Thin.eot);
  src: local("Mont Thin"),local("Mont-Thin"),url(../fonts/Mont/Mont-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Thin.woff) format("woff"),url(../fonts/Mont/Mont-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-HeavyItalic.eot);
  src: local("Mont Heavy Italic"),local("Mont-HeavyItalic"),url(../fonts/Mont/Mont-HeavyItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-HeavyItalic.woff) format("woff"),url(../fonts/Mont/Mont-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Light.eot);
  src: local("Mont Light"),local("Mont-Light"),url(../fonts/Mont/Mont-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Light.woff) format("woff"),url(../fonts/Mont/Mont-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'Mont DEMO';
  src: url(../fonts/Mont/Mont-DEMOHeavy.eot);
  src: local("Mont DEMO Heavy"),local("Mont-DEMOHeavy"),url(../fonts/Mont/Mont-DEMOHeavy.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-DEMOHeavy.woff) format("woff"),url(../fonts/Mont/Mont-DEMOHeavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Mont;
  src: url(../fonts/Mont/Mont-Black.eot);
  src: local("Mont Black"),local("Mont-Black"),url(../fonts/Mont/Mont-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-Black.woff) format("woff"),url(../fonts/Mont/Mont-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: 'Mont Book';
  src: url(../fonts/Mont/Mont-BookItalic.eot);
  src: local("Mont Book Italic"),local("Mont-BookItalic"),url(../fonts/Mont/Mont-BookItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Mont/Mont-BookItalic.woff) format("woff"),url(../fonts/Mont/Mont-BookItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic
}