/* Fonts */
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  min-height: 100%;
  margin: 0;
  font-family: "ProximaNova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1F2229;
  background-color: #FFFFFF;
}

h1, h2, h3 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
}

p {
  margin: 0;
}

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

.container {
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
}

.button-basic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}
.button-basic--blue {
  color: #FFFFFF;
  background-color: #0074EB;
}
.button-basic--blue:hover {
  background-color: #2f8dec;
}

@media (max-width: 425px) {
  html {
    min-width: 375px;
  }
  .container {
    width: 95%;
    padding: 0;
    overflow: hidden;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  border-bottom: 1px solid #D8D8D8;
}

.header__logo {
  padding-left: 18px;
}

.header__signin {
  line-height: 0;
}

.promo {
  display: flex;
  align-items: center;
  height: 100%;
}

.order {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 0 40px;
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .order {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .order {
    padding: 0;
    border: none;
  }
}

.order__content {
  display: flex;
  flex-direction: column;
  width: 560px;
  line-height: 0;
}
@media (max-width: 425px) {
  .order__content {
    width: auto;
  }
}

.order__desc {
  margin-top: 30px;
  font-size: 35px;
  font-weight: 300;
  line-height: 42.5px;
  color: #2D3039;
}
.order__desc span {
  display: inline;
  font-weight: 700;
  color: #D0021B;
}
@media (max-width: 425px) {
  .order__desc {
    font-size: 28px;
    line-height: 32px;
  }
}

.order__pic-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: auto;
  z-index: 0;
}
.order__pic-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 432px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(100px);
  z-index: -1;
}
@media (max-width: 991px) {
  .order__pic-wrapper {
    margin-top: 30px;
  }
}

.order__pic {
  margin-top: auto;
  align-self: center;
}

.order__form {
  display: flex;
  flex-direction: column;
  width: 560px;
  padding: 56px 71px 28px 70px;
  background-color: white;
}
@media (max-width: 425px) {
  .order__form {
    width: auto;
    padding: 36px 0 30px 0;
  }
}

.order__input {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 13px;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  color: #2f3441;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
}
.order__input:focus {
  border-bottom-color: #000;
  outline: none;
}
.order__input:last-of-type {
  margin-bottom: 40px;
}

.order__button {
  width: 100%;
  font-size: 21px;
  font-weight: 300;
}

.button__desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 23px;
}
.button__desc a {
  color: inherit;
  text-decoration: underline;
}

.crmresult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 558px;
  height: 426px;
  padding: 56px 71px 28px 70px;
  margin-left: 47px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  color: #2F3441;
  background: #ffffff url("../img/icon/icon-form_checked.svg") no-repeat center 40%;
}

.footer {
  font-family: "ProximaNova", "Arial", sans-serif;
  background-color: #1F2229;
  color: #FFFFFF;
}

.footer__wrapper {
  display: flex;
  align-items: flex-end;
  padding: 85px 0 90px;
  line-height: 16px;
}

.footer__copyright {
  margin: 0;
  font-size: 13px;
}

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #FFFFFF;
  text-decoration: underline;
}

.footer__policy {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #FFFFFF;
}

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px;
}

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #FFFFFF;
}

.footer__logo-link {
  display: flex;
  margin-left: auto;
}

.footer__logo {
  width: 142px;
}

@media (max-width: 991px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__copyright {
    margin: 5px 0;
  }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
    color: #FFFFFF;
  }
  .footer__callback {
    margin: 40px 0 0 0;
    font-size: 13px;
  }
  .footer__phone {
    text-align: center;
    position: relative;
  }
  .footer__phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../img/icon/icon-phone.svg") no-repeat center;
  }
  .footer__logo-link {
    margin: 40px 0 0 0;
  }
}