@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap);
.header-wrapper {
  width: 100%;
  height: 67px;
  display: flex;
  justify-content: center;
  background: #3E8AD1;
}
.header-container {
  max-width: 1158px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .left .logo-wrap {
  width: 175px;
  cursor: pointer;
}
.header-container .left .logo-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-container .right .socials {
  display: flex;
  max-width: 160px;
}
.header-container .right .socials .socials-item + .socials-item {
  margin-left: 10px;
}
.header-container .right .socials .socials-item {
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .header-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 675px) {
  .header-container .left .logo-wrap {
    width: 150px;
  }

  .header-container .right .socials .socials-item svg {
    width: 25px;
  }
}
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Montserrat";
}

h1, h2, h3, h4, h5, h6, p, b, strong, i, a, span {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel] {
  color: #000;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3E8AD1;
  padding: 60px 0;
}
.footer-container {
  max-width: 1158px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-container:nth-child(2) {
  margin-top: 30px;
  align-items: flex-end;
}
.footer-container:nth-child(2) .rules a {
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
}
.footer-container:nth-child(2) .rules a:nth-child(2) {
  margin-left: 40px;
}
.footer-container .logo-wrap {
  width: 175px;
  cursor: pointer;
}
.footer-container .logo-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-container .column .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer-container .column a + a {
  margin-top: 5px;
}
.footer-container .column a {
  display: block;
  text-decoration: none;
}
.footer-container .column .item + .item {
  margin-top: 5px;
}
.footer-container .column .item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer-container .socials {
  display: flex;
  max-width: 160px;
}
.footer-container .socials .socials-item + .socials-item {
  margin-left: 10px;
}
.footer-container .socials .socials-item {
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .footer-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .footer-container .logo-wrap {
    width: 100%;
  }
  .footer-container .column {
    margin-top: 20px;
  }
  .footer-container .socials {
    margin-top: 20px;
  }

  .hello-container__block {
    padding: 20px;
  }
}
@media screen and (max-width: 675px) {
  .footer-container:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-container:nth-child(2) .rules {
    margin-top: 10px;
  }
  .footer-container:nth-child(2) .rules a {
    margin: 10px 0;
    display: block;
  }
  .footer-container:nth-child(2) .rules a:nth-child(2) {
    margin-left: 0;
  }
  .footer-container .logo-wrap {
    width: 205px;
  }
  .footer-container .logo-wrap img {
    max-width: 150px;
  }
  .footer-container .column {
    margin-top: 20px;
  }
  .footer-container .column .item {
    font-size: 14px;
  }
  .footer-container .socials {
    margin-top: 20px;
  }

  .hello-container__block {
    padding: 20px;
  }

  .footer-wrapper {
    padding: 30px 0;
  }
}
.hello-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.hello-container {
  max-width: 1158px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hello-container__block {
  background: rgba(173, 181, 194, 0.07);
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hello-container__block .left {
  min-width: 720px;
  position: relative;
}
.hello-container__block .left:before {
  position: absolute;
  content: "";
  height: 400px;
  border: 1px solid rgba(34, 33, 80, 0.15);
  right: 85px;
  top: 0;
}
.hello-container__block .left .title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  color: #3E8AD1;
  margin-bottom: 60px;
}
.hello-container__block .left form .buttons {
  display: flex;
  flex-wrap: wrap;
}
.hello-container__block .left form .buttons .input-row {
  max-width: 260px;
  margin-right: 20px;
}
.hello-container__block .left form .buttons .input-row:nth-child(2n) {
  margin-right: 0;
}
.hello-container__block .left form .buttons .input-row input {
  display: none;
}
.hello-container__block .left form .buttons input {
  max-width: 260px;
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
}
.hello-container__block .left form .buttons .button {
  max-width: 260px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  margin-right: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
  transition: color 0.3s ease, border 0.3s ease;
  font-style: inherit;
}
.hello-container__block .left form .buttons .button:hover {
  color: #3E8AD1;
  border: 1px solid #3E8AD1;
}
.hello-container__block .left form .buttons .button:nth-child(2n) {
  margin-right: 0;
}
.hello-container__block .left form .buttons .button.main {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.hello-container__block .left form .buttons .button.active {
  color: #FFFFFF;
  background: #3E8AD1;
  border: 1px solid #3E8AD1;
}
.hello-container__block .left form .message {
  display: none;
  color: red;
  width: 100%;
  margin-bottom: 15px;
  max-width: 540px;
  text-align: center;
  font-size: 14px;
}
.hello-container__block .left form .input-row {
  width: 100%;
  max-width: 540px;
  margin-bottom: 20px;
}
.hello-container__block .left form .input-row input {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
}
.hello-container__block .left form .input-row input:checked + label {
  color: #FFFFFF;
  background: #3E8AD1;
  border: 1px solid #3E8AD1;
}
.hello-container__block .left form .sub-button {
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 65px;
  background: #3E8AD1;
  margin-bottom: 20px;
  margin-right: 30px;
}
.hello-container__block .left form .sub-button:disabled {
  color: #B2B2B2;
  background: transparent;
  border: 1px solid #B2B2B2;
}
.hello-container__block .left form .buttons-sub {
  display: flex;
  align-items: center;
}
.hello-container__block .left form .check-row {
  display: flex;
  align-items: flex-start;
  max-width: 540px;
}
.hello-container__block .left form .check-row label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #797979;
  margin-left: 8px;
  cursor: pointer;
}
.hello-container__block .right .title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  color: #3E8AD1;
  margin-bottom: 60px;
}
.hello-container__block .right .subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #3E8AD1;
  margin-bottom: 20px;
}
.hello-container__block .right .info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #414141;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1180px) {
  .hello-container__block {
    flex-direction: column;
    align-items: center;
  }

  .hello-container__block .left:before {
    display: none;
  }

  .hello-container__block .left form .buttons {
    max-width: 540px;
  }

  .hello-container__block .left .title {
    max-width: 541px;
  }

  .hello-container {
    justify-content: center;
  }

  .hello-container__block .left {
    min-width: auto;
  }

  .hello-container__block .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 675px) {
  .hello-wrapper {
    padding: 0;
  }

  .hello-container__block .left .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .hello-container__block .left form .buttons .button {
    font-size: 14px;
    line-height: 14px;
    height: 45px;
  }

  .hello-container__block .left form .buttons .button.main {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .hello-container__block .left form .buttons .input-row {
    max-width: 157px !important;
  }

  .hello-container__block .left form .buttons input {
    max-width: 157px;
    font-size: 14px;
    line-height: 14px;
    height: 45px;
  }

  .hello-container__block {
    padding: 20px;
  }

  .hello-container__block .left form .input-row input {
    font-size: 14px;
    line-height: 14px;
    height: 40px;
  }

  .hello-container__block .left form .check-row label {
    font-size: 12px;
    line-height: 14px;
  }

  .hello-container__block .left form .sub-button {
    padding: 0;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .hello-container__block .right .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .hello-container__block .right .subtitle, .hello-container__block .right .info {
    font-size: 14px;
    line-height: 18px;
  }
}
.success-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background: rgba(173, 181, 194, 0.07);
}
.success-container {
  max-width: 1158px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-container .top {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.success-container .top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  border: 1px solid rgba(34, 33, 80, 0.2);
}
.success-container .top .smile {
  margin-bottom: 30px;
}
.success-container .top .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #414141;
  margin-bottom: 10px;
}
.success-container .top .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #414141;
  margin-bottom: 36px;
}
.success-container .bot {
  margin-top: 35px;
  margin-bottom: 100px;
  max-width: 540px;
  width: 100%;
}
.success-container .bot form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.success-container .bot form .check-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #797979;
  margin-bottom: 15px;
}
.success-container .bot form input {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
  padding: 20px;
  border: 1px solid #B2B2B2;
  width: 100%;
  margin-bottom: 20px;
}
.success-container .bot form .button-send {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #B2B2B2;
  padding: 20px 0;
  width: 100%;
  border: 1px solid #B2B2B2;
  margin-bottom: 20px;
}
.success-container .bot form .button-send.active {
  color: #FFFFFF;
  background: #3E8AD1;
  border: 1px solid transparent;
}
.success-container .bot form a {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 0;
  width: 100%;
  background: #3E8AD1;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 675px) {
  .success-container .top .title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .success-container {
    padding: 20px;
  }

  .success-container .top:before {
    width: 350px;
  }

  .success-container .bot form a {
    font-size: 16px;
    line-height: 30px;
  }
}
.unsuccess-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background: rgba(173, 181, 194, 0.07);
}
.unsuccess-container {
  max-width: 1158px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unsuccess-container .top {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.unsuccess-container .top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  border: 1px solid rgba(34, 33, 80, 0.2);
}
.unsuccess-container .top .smile {
  margin-bottom: 30px;
}
.unsuccess-container .top .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #414141;
  margin-bottom: 10px;
}
.unsuccess-container .top .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #414141;
  margin-bottom: 36px;
}
.unsuccess-container .bot {
  margin-top: 35px;
  margin-bottom: 100px;
  max-width: 540px;
  width: 100%;
}
.unsuccess-container .bot form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unsuccess-container .bot form .check-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #797979;
  margin-bottom: 15px;
}
.unsuccess-container .bot form input {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
  padding: 20px;
  border: 1px solid #B2B2B2;
  width: 100%;
  margin-bottom: 20px;
}
.unsuccess-container .bot form a {
  width: 100%;
}
.unsuccess-container .bot form .button-send {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #B2B2B2;
  padding: 20px 0;
  border: 1px solid #B2B2B2;
  margin-top: 20px;
  width: 100%;
}
.unsuccess-container .bot form .button-send.active {
  color: #FFFFFF;
  background: #3E8AD1;
  border: 1px solid transparent;
}
.unsuccess-container .bot form .again {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 0;
  width: 100%;
  background: #3E8AD1;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 675px) {
  .unsuccess-container .top .title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .unsuccess-container {
    padding: 20px;
  }

  .unsuccess-container .top:before {
    width: 350px;
  }

  .unsuccess-container .bot form a {
    font-size: 16px !important;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
