@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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 {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

body {
  font-family: "Roboto";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}

p,
li {
  font-size: 16px;
  line-height: 24px;
}

li {
  margin-left: 20px;
}

h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #272727;
  text-align: center;
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  /* or 192% */
  color: #272727;
  text-align: center;
}

.header_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 55px;
  padding-top: 35px;
}

.logo_winzaim {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-size: 51px;
  line-height: 46px;
  color: #666666;
}

.logo_winzaim span {
  color: #0F9AFF;
}

.header {
  background: #FFFFFF;
  padding-bottom: 43px;
  color: #272727;
}

.header_date {
  font-size: 16px;
  line-height: 33px;
  text-align: right;
  color: #468EE3;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.offers {
  background: #F5F5F5;
}

.all_offers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
  padding: 55px 0;
}

.offer {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #EAEAEA;
}

.offer_recommend {
  background: #FFF9F0;
  border-radius: 9px;
  padding: 5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  color: #0F9AFF;
  margin: 15px 0 18px 0;
}

.offer_inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer_inform > div {
  width: 50%;
}

.offer_inform_title {
  font-size: 13px;
  line-height: 15px;
  color: #9F9F9F;
}

.offer_button {
  height: 43px;
  width: 100%;
  border-radius: 8px;
  background: #0F9AFF;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.offer_button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.terms {
  padding: 50px 0;
}

.footer {
  border-top: 1px solid #A9A0A0;
  padding: 60px 0 40px 0;
}

.footer > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #6F6F6F;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 70px;
}

.form_left {
  width: 40%;
}

.form_left_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form_left_title:nth-child(1) {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
}

.form_left_range_input {
  width: 100%;
}

.form_left_range_value {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_left_range_value > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #939393;
}

.form_left_warning {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  max-width: 330px;
  margin: 50px 0 0 10px;
}

.form_left_warning > span {
  font-weight: 700;
  font-size: 23px;
}

.sum_form {
  background: #F5F7FA;
  border-radius: 5px;
  padding: 10px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.form_right {
  width: 45%;
}

.form_block {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 48px;
  padding: 25px 30px;
  margin-bottom: 70px;
}

.form_action {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.form_action > div {
  margin-bottom: 15px;
}

.form_action > div input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #AAABAD;
  border-radius: 6px;
  padding: 11px 14px;
}

.form_action > div div {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  color: #404247;
  margin-bottom: 10px;
}

.btn {
  background: #0F9AFF;
  border-radius: 34px;
  padding: 10px 20px 12px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  color: #FFFFFF;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  cursor: pointer;
}

.btn:hover {
  /*opacity: 0.7;*/
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  margin-right: 8px;
}

.checkbox_block {
  font-weight: 400;
  font-size: 14px;
  height: 24px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

.checkbox_block > label {
  padding-top: 4px;
  max-width: 300px;
}

.slider {
  border: none;
}

.obout_service {
  font-weight: 600;
}

.error_valid {
  width: 100%;
  text-align: center;
  color: red;
  display: none;
  margin-top: 5px;
}
/*#happy1 ~ label::before {*/
/*  color: red;*/
/*  border: 2px inset red !important;*/
/*}*/

@media (max-width: 1240px) {
  .container {
    max-width: 1200px;
    margin: 0 40px;
  }
}

@media (max-width: 1100px) {
  .all_offers {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

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

  .form_left,
  .form_right {
    width: 100%;
  }

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

@media (max-width: 890px) {
  .form_action {
    -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;
  }

  .form_action > div {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .all_offers {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .all_offers {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 520px) {
  h2 {
    font-size: 27px;
    line-height: 43px;
  }

  .subtitle {
    font-size: 29px;
    line-height: 18px;
  }
}

@media (max-width: 500px) {
  .header_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}