@charset "UTF-8";

/*normolize*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1.2;
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before,
*:after {
  display: block;
  position: absolute;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside,
section, main {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
}

/*Глобальные стили*/

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.subcontainer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

  padding: 0px 70px;
  background-color: #f6f6f6;
}

h1 {
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.02em;
   margin: 20px 0px;
	margin-bottom: 30px;
	
}

p {
  font-size: 20px;
	margin: 15px 0px;
 
  line-height: 30px;
}
li {
	margin: 15px 5px;
	margin-left: 40px;
	font-size: 20px;
}
div.promo {

	
	
}
a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  background: -o-linear-gradient(356.67deg, #769E2E 0%, #8FDB07 100%);
  background: linear-gradient(93.33deg, #769E2E 0%, #8FDB07 100%);
}
a.link {
	background: none;
	color: #2518C7;
}

span {
  font-weight: 700;
}

figcaption {
  color: #A19F9F;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/*Подключенные шрифты*/

@font-face {
  font-family: 'Roboto', sans-serif;
}

.header__desc {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
}

.header__bg {
  position: absolute;
  width: 100%;
  height: 607px;
  top: 0;
  left: 0;
}

.header__bg img {
  width: 100%;
  height: 507px;
}

.header__bg-color {
  position: absolute;
  height: 460px;
  width: 100%;
  left: -52%;
  top: 0;
  background: #01142D;
  opacity: 0.6;
  -webkit-transform: skew(-38deg);
      -ms-transform: skew(-38deg);
          transform: skew(-38deg);
  z-index: 2;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  margin-left: 35px;
}

.logo__line-img {
  max-width: 184px;
  width: 100%;
  height: 11px;
}

.logo__line-img img {
  max-width: 184px;
  width: 100%;
  height: 11px;
}

.logo-img {
  max-width: 165px;
  width: 100%;
  height: 37px;
  margin-top: 23px;
}

.logo-img img {
  max-width: 165px;
  width: 100%;
  height: 37px;
}

.header__inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: 35px;
}

.header__content {
  margin-top: 22px;
  max-width: 661px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.header__content h1,
.header__content p {
  color: #fff;
}

.header__title {
  max-width: 661px;
  width: 100%;
}

.header__title h1 {
  text-transform: uppercase;
}

.header__text {
  max-width: 497px;
  width: 100%;
  margin-top: 24px;
}

.header__text p,
.header__text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header__text span {
  font-weight: 700;
}

.header__box {
  margin-top: 24px;
  height: 41px;
}

.header__box a {
  padding-top: 10px;
  text-align: center;
  display: inline-block;
  height: 41px;
}

.header__link-mirror {
  max-width: 182px;
  width: 100%;
}

.header__link-app {
  max-width: 269px;
  width: 100%;
  margin-left: 16px;
  position: relative;
  padding-left: 15px;
}

.header__link-app::after {
  content: url(../img/icons/android.svg);
  width: 21px;
  height: 21px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__img {
  margin-top: 22px;
}

.header__img img {
  max-width: 518px;
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -92px;
  right: 0;
  z-index: 1;
}

.header__img-mobile {
  display: none;
  position: relative;
  max-width: 276px;
  width: 100%;
  height: 300px;
}

.header__img-mobile img {
  display: block;
  margin: 0 auto;
  max-width: 276px;
  width: 100%;
  height: 300px;
}

.header__mobile {
  display: none;
  position: relative;
  height: 550px;
}

.header__mobile .container {
  position: relative;
  z-index: 3;
}

.header__mobile-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 2;
}

.header__mobile-bg-img img {
  width: 100%;
  height: 600px;
}

.header__mobile-bg {
  position: absolute;
  height: 250px;
  max-width: 500px;
  width: 100%;
  bottom: -70px;
  left: -50%;
  background: #01142D;
  opacity: 0.6;
  -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
          transform: skew(-35deg);
  z-index: 1;
}

.header__logo-mobile img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header__inner-mobile {
  margin-top: 52px;
}

.description {
  position: relative;
}

.description:after {
  content: '';
  width: 80%;
  height: 25px;
  background-color: #14A0FF;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
          transform: skew(-35deg);
}

.description .container {
  margin-top: 6px;
}

.description__top {
  padding-top: 70px;
}

.description__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description__top-left {
  margin: 0 auto;
}

.description__top-left figcaption {
  margin-top: 20px;
  text-align: center;
}

.description__top-img {

  width: 100%;
  height: 350px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.description__top-img img {
    max-width: 420px;
    width: 100%;
    position: relative;
    display: block;
    z-index: 2;
}

.description__top-img::after {
  content: '';
  width: 350px;
  height: 250px;
  background-color: #14A0FF;
  top: 25%;
  left: -40px;
  -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
          transform: skew(-35deg);
  z-index: 1;
}

.description__top-btn {
  margin-top: 20px;
}

.description__link-app {
  max-width: 390px;
  width: 100%;
  display: block;
  height: 41px;
  padding-top: 10px;
  text-align: center;
  margin-left: 0;
  margin: 0 auto !important;
}

.description__link-app::after {
  left: 70px;
}

.description__top-content {
  max-width: 647px;
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.description__top-text p {
  margin-top: 20px;
}

.description__top-text ul {
  margin-left: 20px;
  margin-top: 24px;
}

.description__bottom {
  margin-top: 54px;
}

.description__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description__bottom-content {
  margin-top: 32px;
  max-width: 720px;
  width: 100%;
}

.description__bottom-text p {
  margin-top: 20px;
}

.description__bottom-text-mobile {
  display: none;
}

.description__bottom-img figcaption {
  text-align: center;
  margin-top: 20px;
}

.description__bottom-img-top {
  max-width: 380px;
  width: 100%;
  height: 327px;
}

.description__bottom-img-top img {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
  max-width: 380px;
  width: 100%;
  height: 327px;
}

.description__bottom-img-bottom {
  margin-top: 47px;
  max-width: 380px;
  width: 100%;
  height: 260px;
}

.description__bottom-img-bottom img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  max-width: 380px;
  width: 100%;
  height: 260px;
}

.offer {
  margin-top: 42px;
  position: relative;
}

.offer::after {
  content: '';
  width: 100%;
  height: 123px;
  background-color: #14A0FF;
  bottom: 0;
  left: -15%;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  z-index: 1;
}

.offer .container {
  position: relative;
  z-index: 2;
}

.offer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.offer__img {
  max-width: 195px;
  width: 100%;
  height: 230px;
}

.offer__img img {
  max-width: 195px;
  width: 100%;
  height: 230px;
}

.offer__link {
  width: 100%;
  margin-bottom: 41px;
  margin-left: 70px;
}

.header__box-offer-mobile {
  display: none;
  text-align: center;
  margin-top: 0 !important;
}
h2.center {
	text-align: center;
}
.output {
  margin-top: 41px;
}

.output .container {
  background-color: #f6f6f6;
}

.output__subcontainer {
  padding-bottom: 48px;
}

.output__title {
  padding-top: 28px;
}

.output__inner {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.output__content {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;

  width: 100%;
  position: relative;
  z-index: 2;
}

.output__content p {
  position: relative;
	margin: 20px 0px;
  z-index: 2;
}

.output__img-box figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.output__img {
  max-width: 250px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
}

.output__img img {
  max-width: 250px;
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  z-index: 2;
}

.output__img::after {
  content: '';
  width: 100%;
  height: 123px;
  background-color: #14A0FF;
  top: 25%;
  left: 0;
  -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
          transform: skew(-35deg);
  z-index: 1;
}

.output__text {
  margin-top: 34px;
}

.output__text p {
  margin-top: 20px;
}

.output__img-w100-box {
  margin-top: 10px;
}

.output__img-w100-box figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.output__img-w100 {
  margin-top: 20px;
  max-width: 1050px;
  width: 100%;
  height: 287px;
  margin: 0 auto;
}

.output__img-w100 img {
  max-width: 1050px;
  width: 100%;
  height: 287px;
}

.output__img-mobile-box {
  display: none;
}

.output__img-mobile-box figure {
  margin-top: 25px;
  text-align: center;
}

.output__img-mobile-1,
.output__img-mobile-2,
.output__img-mobile-3 {
  max-width: 319px;
  width: 100%;
  margin: 0 auto;
}

.output__img-mobile-1 img,
.output__img-mobile-2 img,
.output__img-mobile-3 img {
  max-width: 319px;
  width: 100%;
}

.output__img-mobile-1 {
  height: 220px;
}

.output__img-mobile-1 img {
  height: 220px;
}

.output__img-mobile-2,
.output__img-mobile-3 {
  height: 280px;
}

.output__img-mobile-2 img,
.output__img-mobile-3 img {
  height: 280px;
}

.output__mark-container {
  padding: 0;
  width: 100%;
}

.output__text-mark {
  background-color: #f7efd9;
  padding: 12px 85px;
  padding-left: 118px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.output__text-mark p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.output__text-mark span {
  display: none;
}

.output__text-mark::after {
  content: url(../img/icons/lamp.svg);
  width: 36px;
  height: 54px;
  top: 25%;
  left: 70px;
}

.output__result-subcontainer {
  padding-top: 48px;
  padding-bottom: 72px;
}

.output__result {
  background-color: #fff;
  padding: 48px;
}

.output__result-text {
  max-width: 877px;
  width: 100%;
}

.output__result-text p {
  margin-top: 20px;
}

.footer {
  position: relative;
  height: 317px;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  z-index: 1;
}

.footer__bg img {
  width: 100%;
  height: 317px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__box {
  padding-top: 48px;
}

.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__btn {
  margin-top: 48px;
}

.footer__btn-item {
  max-width: 269px;
  width: 100%;
  height: 41px;
  display: block !important;
  margin-top: 20px;
  margin-left: auto !important;
  margin-right: auto;
}

@media (max-width: 1150px) {
  .description__top-img img {
   
    width: 100%;

  }

  .description__top-img::after {

    width: 100%;
    left: -10px;
  }

  .description__top-img {
   
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 1100px) {
  .description__link-app::after {
    left: 35px;
  }

  .description__link-app {
    max-width: 310px;
  }

  .description__top-content {
    padding-left: 5px;
  }

  .description__bottom-content {
    max-width: 550px;
  }
}

@media (max-width: 900px) {
  .description__top-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .description__top-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }

  .description__top-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }

  .description__bottom-content {
    max-width: 450px;
  }

  .offer__img img {
    max-width: 160px;
    height: 200px;
  }

  .offer__img {
    max-width: 160px;
    height: 200px;
  }

  .offer__link {
    margin-left: 30px;
  }
}

@media (max-width: 850px) {
  .output__img-w100-box {
    display: none;
  }

  .output__img-mobile-box {
    display: block;
  }
}

@media (max-width: 768px) {
  .subcontainer {
    padding-left: 15px;
    padding-right: 15px;
	 
  }
	li {
		font-size:16px;
		margin: 12px;
		margin-left: 40px;
	}
  h1 {
    font-size: 20px;
    line-height: 26px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  figcaption {
    font-size: 12px !important;
    line-height: 18px !important;
  }

 

  .header__inner {
    display: block;
  }

  .description__top-img img {

    width: 100%;

  }

  .description__top-img {
  
    width: 100%;
    height: 280px;
  }

  .description__bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .description__bottom-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }

  .description__bottom-text-mobile {
    display: block;
  }

  .description__bottom-p-desc {
    display: none;
  }

  .description__bottom-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    margin-top: 20px;
  }

  .offer::after {
    display: none;
  }

  .offer {
    margin-top: 30px;
  }

  .offer__inner {
    display: none;
  }

  .header__box-offer-mobile {
    display: block;
  }

  .output__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .output__content {

    border: none;
  }

  .output__img img {
    max-width: 200px;
    height: 270px;
  }

  .output__img {
    max-width: 200px;
    height: 270px;
  }

  .output__text-mark span {
    display: inline-block;
  }

  .output__text-mark::after {
    display: none;
  }

  .output__text-mark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .output__result {
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .header__desc {
    display: none;
  }

  .logo__line-img img {
    max-width: 160px;
    height: 9px;
  }

  .logo__line-img {
    max-width: 160px;
    height: 9px;
  }

  .logo-img img {
    max-width: 140px;
    height: 27px;
  }

  .logo-img {
    max-width: 140px;
    height: 27px;
    margin-top: 18px;
  }

  .header__box a {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
    height: 50px;
  }

  .header__box {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 130px;
  }

  .header__link-mirror {
    max-width: 319px;
  }

  .header__link-app {
    max-width: 319px;
    margin-left: 0;
  }

  .description .container {
    margin-top: 65px;
  }

  .description__top {
    padding-top: 60px;
  }

  .description__top-img img {
    
    width: 100%;
   
  }

  .description__top-img::after {
    height: 100px;
    left: 0;
  }

  .description__top-img {
  
    width: 100%;

  }

  .header__box-offer-mobile {
    margin-bottom: 130px;
  }

  .footer__btn {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .header__mobile {
    display: block;
  }
}

@media (max-width: 400px) {
  .header__title {
    max-width: 319px;
  }

  .header__text {
    margin-top: 13px;
  }
}
