@import url("block/challenge.css");
@import url("block/number.css");
@import url("block/services.css");
@import url("block/work.css");
@import url("block/assistant.css");
@import url("block/callback.css");

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
    url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}



.header {
  max-width: 1920px;
  width: 100%;
  background-image: url(../img/header__background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 60px 0;
}

.header__panelid2 {
  max-width: 1220px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 0px;
  padding: 30px 30px;
}

.header ._logo {
  width: 330px;
  line-height: 0;
}

@media (max-width: 767px) {
  .header ._logo {
    margin-bottom: -30px;
    width: 50%;
  }
}

.header ._actions {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .header ._actions {
    display: block;
    text-align: right;
  }
}

.header ._phone {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 30px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header ._phone {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header ._phone {
    transition: 0.2s;
  }

  .header ._phone:hover {
    text-decoration: underline;
  }
}

.header ._phone img {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .header ._logo {
    margin-left: -15px;
  }

  .header ._actions {
    margin-top: 40px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header ._phone {
    margin-right: 0;
    margin-top: 10px;
  }

  .header ._user {
    margin-right: 0;
    margin-top: 10px;
  }
}

.first {
  max-width: 1220px;
  width: 100%;
  padding-top: 0px;
  margin: 0 auto;
}

.first .container {
  position: relative;
}

.first__main {
  padding-right: 0px;
}

.first__sticker {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: sticker 2s infinite;
  animation: sticker 2s infinite;
}

.first__title {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 74.5px;
  max-width: 950px;
  font-family: 'Montserrat';
  font-style: normal;
}

.first__title span {
  color: #e0ae7a;
}

.first__subtitle {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  margin-top: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  max-width: 750px;
}

.first__action {
  margin-top: 60px;
  /*display:flex;
  justify-content: space-around;*/
}

.first__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px -15px 0;
  width: calc(100% + 30px);
}

.first__benefit {
  max-width: calc(20% - 30px);
  min-width: 15%;
  margin: 15px;
  text-align: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

.first__benefit ._img {
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
  line-height: 0;
  height: 60px;
}

@media (max-width: 991px) {
  .first__main {
    padding-right: 0;
  }

  .first__title {
    padding-right: 200px;
  }

  .first__sticker {
    width: 200px;
    right: 15px;
  }

  .first__benefits {
    margin: 40px -10px 0;
    width: calc(100% + 20px);
  }

  .first__benefit {
    max-width: calc(33.33% - 20px);
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .first {
    padding-top: 10px;
  }

  .first__title {
    font-size: 28px;
    line-height: 30px;
    padding-right: 0;
  }

  .first__sticker {
    display: none;
  }

  .first__subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4;
  }

  .first__subtitle br {
    display: none;
  }

  .first__benefits {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }

  .first__benefit {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
}

.order {
  background-color: #ffefe1;
  margin: 95px 0;
  border-radius: 6px;
  padding: 30px 0;
}

.order_black_theme {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 25px;
  padding: 30px 22px 15px 22px;
}

.order__row {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px -20px;
  align-items: flex-end;
}

.order__row_black_theme {
  margin: 0px auto;
}

.order__title-1 {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: normal;
  width: calc(100% - 20px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.order__title-1-bold {
  text-align: center;
  margin-bottom: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: normal;
  width: calc(100% - 20px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.order__title-1 span {
  color: #ff9900;
  font-weight: 700;
}

.order__title-1-bold span {
  font-weight: 700;
}

.order__title-1_black_theme {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}

@media (max-width: 320px) {
  .order__title-1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
  }

  .order_black_theme {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 25px;
    padding: 10px;
  }

  .title-11 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
  }

  .title-12 {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  }
}

.order__col {
  margin: 10px;
  width: calc(50% - 20px);
  flex: 0 0 auto;
}

.order__col2 {
  margin: 0 10px 10px;
  width: calc(50% - 20px);
  flex: 0 0 auto;
}

@media (max-width: 320px) {
  .order__col2 {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    flex: 0 0 auto;
  }
}

.order__info {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
}

.order__info_black_theme {
  color: #fff;
}

.order button.btn-main {
  min-width: 100%;
}

.input-text {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 65px;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #a7a7a7;
}

.btn-main2 {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  min-height: 60px;
  padding: 20px 32px;
  border-radius: 2px;
  background-color: #ff8a0d;
  transition: 0.2s;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 380px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .order__col {
    width: calc(30% - 20px);
  }

  .order__col:last-child {
    width: calc(40% - 20px);
  }
}

@media (max-width: 767px) {
  .order__row {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .order__col {
    width: calc(100% - 20px);
  }

  .order__col:last-child {
    width: calc(100% - 20px);
  }
}

.order__info {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
}

.order__info_black_theme {
  color: #fff;
}

.order__col2 {
  margin: 0 10px 10px;
  width: calc(70% - 20px);
  flex: 0 0 auto;
}

@media (max-width: 320px) {
  .order__col2 {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    flex: 0 0 auto;
  }
}

input[type='checkbox'] {
  width: auto;
}

.input__text-name {
  background-image: url(../img/user.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
}

.input__text-email {
  background-image: url(../img/mail.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
}

.input__text-phone {
  background-image: url(../img/phone.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
}