@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  position: relative;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

body {
  font-family: 'Roboto';
  font-size: 14px;
  color: #fff;
}

.wrapper {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 120px 0;
}

.section-title {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.section-title .blue {
  color: #3549FF;
}

/* Шапка */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}

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

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 19px;
  font-weight: 900;
}

.phone > img {
  margin-right: 15px;
}

/* / Шапка */

/* Hero */

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 120px;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.hero__main {
  width: calc(100% / 12 * 7 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.hero__right {
  width: calc(100% / 12 * 5 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.hero__title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}

.hero__title .blue {
  color: #3549FF;
}

.hero__descr {
  display: block;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 60px;
}

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.advantages__item:not(:last-child) {
  margin-bottom: 30px;
}

.advantages__img {
  margin-right: 40px;
}

.advantages__name {
  margin-bottom: 14px;
  font-weight: 700;
}

.form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 330px;
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.58) 0%, #1A1919 100%);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.58) 0%, #1A1919 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  padding: 40px 20px;
}

.form > *:not(:last-child) {
  margin-bottom: 30px;
}

.form__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #C4C4C4;
  border-radius: 5px;
}

.form__field img {
  margin-right: 15px;
}

.form__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  width: 0;
  color: #fff;
  font-family: inherit;
}

.form__submit,
.button {
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(top, #3549FF 0%, #0115C6 100%);
  background: linear-gradient(180deg, #3549FF 0%, #0115C6 100%);
  border-radius: 8px;
  padding: 22px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.button{
  max-width: 250px;
  display: block;
}

.button:hover{
  opacity: .8;
}

.form__bottom {
  font-size: 18px;
}

.form__bottom .cnt {
  font-weight: 900;
}

/* / Hero */

/* About */

.about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* / About */

/* Причины */

.reasons__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.reasons__item {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 90px;
}

.reasons__img {
  margin-bottom: 30px;
  display: block;
}

.reasons__name {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}

/* / Причины */

/* Отзывы */

.review {
  padding-top: 60px;
}

.review__item {
  box-sizing: border-box;
  padding: 40px 30px;
  background: -webkit-linear-gradient(top, #000000 0%, #161515 100%);
  background: linear-gradient(180deg, #000000 0%, #161515 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 25px;
}

.review__img {
  margin-right: 15px;
}

.review__reviewer {
  color: #ADADAD;
}

.review__text {
  font-size: 16px;
}

.review .swiper-pagination {
  position: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 60px;
}

.review .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C4C4C4;
  opacity: 1;
  margin-left: 15px;
  margin-right: 15px;
}

.review .swiper-pagination-bullet-active {
  background-color: #3549FF;
}

/* / Отзывы */

/* О нас пишут */

.write__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.write__item {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 6px;
}

.write__img {
  display: block;
  border-radius: 6px;
}

/* / О нас пишут */

/* сео */

.seo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.seo__text {
  font-size: 16px;
}

/* / сео */

/* Подвал */

.footer {
  padding: 40px 0;
  background-color: #000;
}

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

/* / Подвал */

@media screen and (max-width: 992px) {
  .section {
    padding: 100px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .hero {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero__main,
  .hero__right {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero__main {
    margin-bottom: 30px;
  }

  .hero__title,
  .hero__descr {
    text-align: center;
  }

  .hero__title {
    font-size: 38px;
  }

  .advantages__item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .reasons__item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 29px;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 650px) {
  .reasons__item {
    width: calc(100% / 12 * 6 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .footer .logo {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }

  .footer .phone {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 30px;
  }

  .footer__rights {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 480px) {
  .section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .header .phone img {
    width: 35px;
    height: 35px;
  }

  .header .phone span {
    display: none;
  }

  .hero {
    padding-top: 135px;
    padding-bottom: 60px;
  }

  .hero__title {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .hero__descr {
    font-size: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .advantages__img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .advantages__text {
    text-align: center;
  }

  .reasons__item {
    margin-bottom: 30px;
    width: calc(100% / 12 * 12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .write__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .write__item {
    width: calc(100% / 12 * 12 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .write__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .write__item img {
    margin-left: auto;
    margin-right: auto;
  }
}

.error-form{
  border-color: rgba(110,30,0,.8);
}
.error-form img{
    fill: green;
}

.article p{
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.article .left{
  float: left;
  margin: 10px 10px 10px 0;
  max-width: 100%;
}
.article .right{
  float: right;
  margin:  10px 0 10px 10px;
  max-width: 100%;
}
.article .center{
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.ipage{
  min-height: calc(100vh - 120px);
}