@font-face {
  font-family: Mont-SemiBold;
  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: 400;
  font-style: normal
}
@font-face {
  font-family: Mont-Regular;
  src: url(../fonts/Mont/Mont-Regular.eot);
  src: local("../fonts/Mont/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-Light;
  src: url(../fonts/Mont/Mont-Light.eot);
  src: local("../fonts/Mont/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 Book';
  src: url(../fonts/Mont/Mont-Book.eot);
  src: local("../fonts/Mont/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 DEMO';
  src: url(../fonts/Mont/Mont-DEMOExtraLight.eot);
  src: local("../fonts/Mont/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("../fonts/Mont/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 Hairline';
  src: url(../fonts/Mont/Mont-HairlineItalic.eot);
  src: local("../fonts/Mont/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
}
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 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  line-height: 1.4;
  overflow-x: hidden
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1342px;
  margin: 0 auto
}
.logo {
  width: 312px
}
.logo__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:900px) {
  .logo {
    width: 212px
  }
}
@media (max-width:768px) {
  .logo {
    width: 130px
  }
}
.menu-btn-box {
  display: none;
  cursor: pointer
}
@media (max-width:768px) {
  .menu-btn-box {
    display: block
  }
}
.menu-btn {
  display: none
}
.show-nav {
  display: block
}
.title {
  font-family: Mont-SemiBold,sans-serif;
  width: 100%;
  max-width: 500px;
  font-size: 52px;
  font-weight: 600;
  line-height: 110%
}
@media (max-width:956px) {
  .title {
    font-size: 30px
  }
}
@media (max-width:768px) {
  .title {
    font-size: 24px
  }
}
.sub-title {
  font-family: Mont-SemiBold,sans-serif;
  font-size: 24px;
  font-weight: 500
}
@media (max-width:500px) {
  .sub-title {
    font-size: 20px
  }
}
.text {
  font-family: Mont-Regular,sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%
}
.main-link {
  display: inline-block;
  font-family: Mont-SemiBold,sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 8px 24px;
  background-color: #0901ff;
  border-radius: 41px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.main-link:focus,
.main-link:hover {
  opacity: .6
}
.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;
  padding: 30px 32px;
  background-color: #fff;
  z-index: 20
}
@media (max-width:870px) {
  .header {
    padding: 20px 10px
  }
}
.footer {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 300px;
  padding: 40px 194px 40px 69px;
  background-color: #000;
  color: #fff;
  margin-top: 96px;
  font-family: Mont-Regular,sans-serif
}
.footer__wrap {
  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: 1342px;
  margin: 0 auto
}
.footer__link {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.footer__link:focus,
.footer__link:hover {
  opacity: .6
}
.footer__nav-container {
  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
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Mont-SemiBold,sans-serif
}
.footer__nav-item:not(:last-child) {
  margin-right: 40px
}
.footer__nav-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.footer__nav-link--main:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0901ff
}
.footer__nav-link:focus,
.footer__nav-link:hover {
  opacity: .5
}
@media (min-width:1343px) {
  .footer {
    padding: 40px 40px 40px 69px
  }
}
@media (max-width:1000px) {
  .footer {
    padding: 64px 30px
  }
  .footer__link {
    font-size: 21px
  }
}
@media (max-width:768px) {
  .footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .footer__wrap {
    -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
  }
  .footer__contact {
    margin-top: 70px
  }
  .footer__link {
    font-size: 18px;
    margin-bottom: 20px
  }
  .footer__nav-container {
    display: none
  }
}
.footer .lang-box {
  font-family: Mont-SemiBold,sans-serif;
  margin-left: 100px
}
@media (max-width:870px) {
  .footer .lang-box {
    margin-left: 50px
  }
}
.nav {
  font-family: Mont-SemiBold,sans-serif;
  width: 50%
}
.nav__wrapper {
  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
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.nav__item:not(:last-child) {
  margin-right: 40px
}
.nav__link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.nav__link--main:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0901ff
}
.nav__link:focus,
.nav__link:hover {
  opacity: .5
}
@media (max-width:1050px) {
  .nav__item:not(:last-child) {
    margin-right: 20px
  }
  .nav__link {
    font-size: 12px
  }
}
@media (max-width:870px) {
  .nav {
    width: auto
  }
}
@media (max-width:768px) {
  .nav {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100
  }
  .nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .nav__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;
    background-color: #fff;
    padding-bottom: 20px
  }
  .nav__item {
    text-align: center
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.lang-box__link {
  display: inline-block;
  width: 33px;
  height: 33px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background-color: rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s,-webkit-box-shadow .3s
}
.lang-box__link:focus,
.lang-box__link:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5)
}
.lang-box__link--active {
  background-color: #0f06ff
}
@media (max-width:1124px) {
  .lang-box {
    margin-left: 10px
  }
  .lang-box__link {
    width: 28px;
    height: 28px;
    font-size: 10px;
    line-height: 28px
  }
}
@media (max-width:768px) {
  .lang-box {
    margin: 10px 0 20px 0
  }
  .lang-box__link:not(:last-of-type) {
    margin-right: 10px
  }
}
.big-slider__wrap {
  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
}
.big-slider__content {
  width: 50%
}
.big-slider__title {
  padding: 0 10px 0 86px
}
.big-slider__content-img {
  position: relative;
  height: 572px
}
.big-slider__content-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77,81,152,.3)
}
.big-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:768px) {
  .big-slider {
    margin-top: 50px
  }
  .big-slider__title {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 30px
  }
  .big-slider__wrap {
    -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;
    text-align: center
  }
  .big-slider__content {
    width: 100%
  }
  .big-slider__content-img {
    height: 300px
  }
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.slick-dots .slick-active button {
  background-color: #0901ff
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  border: none;
  font-size: 0;
  cursor: pointer;
  margin-right: 16px
}
@media (max-width:768px) {
  .slick-dots {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
  }
}
.small-slider {
  margin-top: 24px
}
.small-slider__text {
  width: 52%;
  margin-top: 24px
}
@media (max-width:768px) {
  .small-slider__text {
    width: 100%;
    margin-top: 24px
  }
}
.info-price .slick-slider {
  position: static
}
.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  padding: 0 10px
}
.process__picture {
  width: 100%;
  max-width: 733px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px
}
.process__picture-img {
  width: 185px;
  -o-object-fit: contain;
  object-fit: contain
}
.process__picture-img:not(:last-of-type) {
  margin-right: 30px
}
.process__content {
  width: 100%;
  max-width: 460px
}
.process__title {
  line-height: 110%
}
.process__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px
}
.process__link {
  margin-top: 24px
}
@media (max-width:1134px) {
  .process__picture {
    margin-left: 0
  }
  .process__picture-img {
    width: 25%
  }
}
@media (max-width:768px) {
  .process {
    -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
  }
  .process__picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .process__content {
    text-align: center;
    margin-top: 50px
  }
}
.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px
}
.description__wrap {
  width: 50%
}
.description__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.description__content {
  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;
  padding: 0 10px
}
.description__text {
  width: 100%;
  max-width: 500px;
  margin-top: 24px
}
@media (max-width:768px) {
  .description {
    -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
  }
  .description__wrap {
    width: 100%
  }
  .description__content {
    text-align: center;
    margin-top: 30px
  }
}
.advantage {
  margin-top: 96px;
  padding: 0 10px
}
.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
.advantage__item {
  width: 27.5%;
  text-align: center
}
.advantage__icon {
  width: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px
}
.advantage__title {
  margin-bottom: 16px
}
@media (max-width:768px) {
  .advantage__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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .advantage__item {
    width: 100%
  }
  .advantage__item:not(:last-child) {
    margin-bottom: 30px
  }
}
.about__process {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.about__process-picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0
}
.about__process-title {
  max-width: 100%
}
.about__advantage {
  background-image: url(../images/img11.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 100px 96px;
  color: #fff
}
.about__description {
  margin-top: 0
}
.about__description-content {
  width: 100%;
  max-width: 460px
}
.about__description-text {
  max-width: 100%;
  margin-top: 24px
}
.about__description-img {
  min-height: 665px;
  background-image: url(../images/factory-2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
.about__footer {
  margin-top: 0
}
@media (max-width:768px) {
  .about__process-content {
    margin-bottom: 40px
  }
  .about__process {
    margin-top: 40px
  }
  .about__advantage {
    margin-top: 50px;
    padding: 50px 10px
  }
  .about__description-img {
    min-height: 400px
  }
  .about__description-content {
    margin-bottom: 30px
  }
}
.contacts__footer {
  margin-top: 0
}
.contacts__img {
  min-height: 665px;
  background-image: url(../images/map.png)
}
.contacts__icon {
  display: block
}
.contacts__text {
  font-family: Mont-Regular,sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%
}
.contacts__text--icon {
  margin-bottom: 16px
}
.contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px
}
.contacts__link {
  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;
  font-family: Mont-SemiBold,sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.contacts__link:focus,
.contacts__link:hover {
  opacity: .6
}
.contacts__link:not(:last-of-type) {
  margin-right: 24px
}
.contacts__link--icon {
  margin-right: 12px
}
@media (min-height:1066px) {
  .contacts__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
  }
}
@media (max-width:810px) {
  .contacts__link {
    font-size: 11px
  }
}
@media (max-width:768px) {
  .contacts {
    text-align: center
  }
  .contacts__icon {
    margin: 0 auto
  }
  .contacts__text {
    font-size: 24px
  }
  .contacts__text--icon {
    margin-bottom: 20px
  }
  .contacts__link,
  .contacts__links {
    -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
  }
  .contacts__link {
    font-size: 13px
  }
  .contacts__link:not(:last-of-type) {
    margin: 0 0 20px
  }
  .contacts__link--icon {
    margin-bottom: 16px
  }
}
.info-price {
  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
}
.info-price__wrap {
  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;
  width: 50%
}
.info-price__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.info-price__content {
  width: 100%;
  max-width: 460px;
  padding: 0 10px
}
.info-price__title {
  font-size: 24px;
  font-weight: 500;
  opacity: .5
}
@media (max-width:768px) {
  .info-price {
    -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
  }
  .info-price__wrap {
    width: 100%
  }
  .info-price__content {
    text-align: center;
    margin: 30px 0
  }
}
.cost {
  font-weight: 600;
  font-size: 66px
}
@media (max-width:768px) {
  .cost {
    font-size: 35px
  }
}
.users-info {
  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%;
  max-width: 1160px;
  margin: 90px auto 0;
  padding: 0 10px
}
.users-info__title {
  font-weight: 500;
  font-size: 52px;
  line-height: 110%
}
.users-info__text {
  width: 50%
}
@media (max-width:768px) {
  .users-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;
    text-align: center;
    margin: 50px auto 0
  }
  .users-info__title {
    font-size: 25px
  }
  .users-info__text {
    width: 100%;
    margin-top: 30px
  }
}
.info-docs {
  width: 100%;
  max-width: 1160px;
  margin: 90px auto 0;
  padding: 0 10px
}
.info-docs__title {
  font-size: 24px;
  opacity: .5;
  font-weight: 500;
  margin-bottom: 8px
}
.info-docs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[3];
  grid-template-columns: repeat(3,30%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 40px 0;
  border-top: 1px solid rgba(0,0,0,.5);
  padding-top: 40px;
  margin-bottom: 72px
}
.info-docs__link {
  margin-top: 16px
}
@media (max-width:768px) {
  .info-docs {
    margin: 50px auto 0
  }
  .info-docs__title {
    text-align: center
  }
  .info-docs__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px
  }
}