/*
Theme Name: LP - CS Survey
Author: Meduzzen
Description: A blank WordPress theme
Version: 1.0
*/

/* standartization */

:root {
  --font-family: "Asap", sans-serif;
}

body {
  font-family: var(--font-family);
  background: #ebfaff;
}

html,
body {
  overflow-x: hidden;
}

/* primary */

#primary {
  position: relative;
  z-index: 2;
}

/* container */

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1601px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 381px) and (max-width: 799px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 380px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* header */

header {
  display: flex;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-block__container {
  display: flex;
}

.header-logo {
  display: flex;
  position: relative;
}

.header-logo a {
  display: block;
  position: relative;
  z-index: 2;
}

.header-logo a img {
  width: 100%;
  height: auto;
}

.header-logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  clip-path: path("M 0,0 L 243,0 L 175,101 A 38,42 0 0 1 151,119 L 0,119 Z");
}

.header-logo::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: -99vw;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.header-logo {
  box-sizing: border-box;
  padding-top: 33px;
  padding-right: 83px;
  padding-bottom: 33px;
}

.header-logo a img {
  max-width: 160px;
}

/* hero */

.hero {
  display: flex;
  position: relative;
}

.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 560px;
}

.hero__form {
  max-width: 568px;
  width: 100%;
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero__title {
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
}

.hero__desc {
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}

.hero__banner-content {
  position: relative;
}

.hero__banner-content p {
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
}

.hero__banner-content * {
  position: relative;
  z-index: 2;
}

.hero__banner-content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.hero__banner-content-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 16px;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 16px;
  overflow: hidden;
}

.hero__logo img {
  display: flex;
  height: auto;
  background: #fff;
}

@media screen and (min-width: 1901px) {
  .hero__container {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 1900px) {
  .hero__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1281px) {
  .hero__container {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
  .hero__container {
    padding-top: 72px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 800px) {
  .hero {
    margin: 40px;
  }

  .hero__title {
    font-size: 84px;
    margin-bottom: 40px;
    margin-top: 60px;
  }

  .hero__desc {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .hero__wrapper {
    gap: 32px;
  }

  .hero__banner-content p {
    font-size: 24px;
  }

  .hero__banner-icon img {
    max-width: 61px;
    min-width: 61px;
  }
}

@media screen and (max-width: 799px) {
  .hero__desc {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .hero__banner-icon img {
    max-width: 56px;
    min-width: 56px;
  }

  .hero__title {
    margin-top: 40px;
    font-size: 50px;
    margin-bottom: 25px;
  }

  .hero__banner-content {
    font-size: 16px;
  }
}

@media screen and (min-width: 601px) {
  .hero__banner-content-inner {
    gap: 26px;
    padding: 40px 100px 40px 48px;
    position: relative;
  }

  .hero__banner-content-inner::before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.11)
    );
    clip-path: url(#clip-rounded-card);
  }

  .hero__banner-content-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 119, 255, 0.78);
    backdrop-filter: blur(10px);
    clip-path: url(#clip-rounded-card);
  }
}

@media screen and (max-width: 600px) {
  .hero__banner-content-inner {
    padding: 20px;
    gap: 20px;
    background: linear-gradient(62deg, #0a86e1 0%, #3bcde2 100%);
  }
}

@media screen and (min-width: 1281px) {
  .hero__bg--tablet {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .hero__bg--tablet {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .hero__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .hero__bg--desktop {
    display: none;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .hero__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 800px) {
  .hero__bg--mobile,
  .hero__container--mobile {
    display: none;
  }

  .hero__logo img {
    max-width: 145px;
    padding: 24px 64px 30px 35px;
    clip-path: path(
      "M11.998 0.5H231.982C241.074 0.50009 246.569 10.555 241.66 18.209L201.824 80.3262C194.561 91.6514 182.034 98.5 168.581 98.5H11.998C5.64792 98.5 0.5 93.3513 0.5 87V12C0.5 5.84719 5.33113 0.822737 11.4062 0.514648L11.998 0.5Z"
    );
  }
}

@media screen and (max-width: 799px) {
  .hero {
    margin: 10px 0 10px 0;
  }

  .hero__logo img {
    max-width: 89px;
    padding: 15px 40px 18px 22px;
    clip-path: path(
      "M7.1627 0H144.202C149.866 0 153.289 6.29707 150.231 11.0905L125.415 49.9922C120.89 57.0847 113.087 61.3737 104.706 61.3737H7.1627C3.2069 61.3737 0 58.1493 0 54.1717V7.20202C0 3.34875 3.00956 0.202118 6.79403 0.00917351L7.1627 0Z"
    );
  }

  .form__rating .wpcf7-radio .wpcf7-list-item label,
  .form__rating_second .wpcf7-radio .wpcf7-list-item label,
  .form__rating_third .wpcf7-radio .wpcf7-list-item label {
    width: 26px !important;
    min-height: 41px;
  }

  body .form__rating .wpcf7-radio,
  body .form__rating_second .wpcf7-radio,
  body .form__rating_third .wpcf7-radio {
    gap: 6px;
  }

  .form__rating-wrapper svg {
    width: 100%;
  }

  body .form__rating .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
  body
    .form__rating_second
    .wpcf7-radio
    .wpcf7-list-item
    .wpcf7-list-item-label,
  body
    .form__rating_third
    .wpcf7-radio
    .wpcf7-list-item
    .wpcf7-list-item-label {
    font-size: 12px;
  }

  .hero__container--desktop {
    display: none;
  }

  .hero__wrapper {
    position: relative;
    padding: 20px;
    width: unset;
  }

  .hero__container--mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero__form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__banner-content p {
    font-size: 18px;
    line-height: 140%;
  }
}

/* form */
.form__rating .wpcf7-radio,
.form__rating_second .wpcf7-radio,
.form__rating_third .wpcf7-radio {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.form__rating .wpcf7-radio .wpcf7-list-item,
.form__rating_second .wpcf7-radio .wpcf7-list-item,
.form__rating_third .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
}

.form__rating .wpcf7-radio .wpcf7-list-item input,
.form__rating_second .wpcf7-radio .wpcf7-list-item input,
.form__rating_third .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.form__rating .wpcf7-radio .wpcf7-list-item label,
.form__rating_second .wpcf7-radio .wpcf7-list-item label,
.form__rating_third .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  cursor: pointer;
}

.form__rating .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.form__rating_second .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.form__rating_third .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  user-select: none;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #005eab;
}

.form__rating .wpcf7-radio .wpcf7-list-item label::before,
.form__rating .wpcf7-radio .wpcf7-list-item.pre_choose label::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item label::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item.pre_choose label::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item label::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item.pre_choose label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(180deg, #fe8836 0%, #fe8836 100%) no-repeat,
    linear-gradient(180deg, #0d7cd7 0%, #9ccaef 100%) no-repeat;
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-clip: border-box;

  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.form__rating .wpcf7-radio .wpcf7-list-item label span::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item label span::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item label span::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.form__rating .wpcf7-radio .wpcf7-list-item label:hover::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item label:hover::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item label:hover::before {
  background-size: 100% 100%, 0% 100%;
}

.form__rating .wpcf7-radio .wpcf7-list-item label:hover .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item
  label:hover
  .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item
  label:hover
  .wpcf7-list-item-label {
  color: #fe8836;
}

.form__rating
  .wpcf7-radio
  .wpcf7-list-item
  input:focus-visible
  + .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item
  input:focus-visible
  + .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item
  input:focus-visible
  + .wpcf7-list-item-label {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.form__rating
  .wpcf7-radio
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label {
  color: #fff;
}

.form__rating .wpcf7-radio .wpcf7-list-item input:checked + span::before,
.form__rating .wpcf7-radio .wpcf7-list-item.pre_choose input + span::before,
.form__rating .wpcf7-radio .wpcf7-list-item.hover_choose input + span::before,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.pre_choose
  input
  + span::before,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.hover_choose
  input
  + span::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item input:checked + span::before,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.pre_choose
  input
  + span::before,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.hover_choose
  input
  + span::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item input:checked + span::before {
  background: #fe8836;
  border-radius: 100px;
  z-index: -1;
}

.pre_choose + .wpcf7-list-item label:before {
  background: transparent !important;
}

.form__rating .wpcf7-radio .wpcf7-list-item.pre_choose .wpcf7-list-item-label,
.form__rating .wpcf7-radio .wpcf7-list-item.hover_choose .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.pre_choose
  .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.hover_choose
  .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.pre_choose
  .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.hover_choose
  .wpcf7-list-item-label {
  color: #fff !important;
}

.form__rating .wpcf7-radio .wpcf7-list-item.pre_choose label::before,
.form__rating .wpcf7-radio .wpcf7-list-item.hover_choose label::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item.pre_choose label::before,
.form__rating_second .wpcf7-radio .wpcf7-list-item.hover_choose label::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item.pre_choose label::before,
.form__rating_third .wpcf7-radio .wpcf7-list-item.hover_choose label::before {
  background: #fe8836;
  border-radius: 100px;
}

.form__rating
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  label::before,
.form__rating
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  input
  + span::before,
.form__rating
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + span::before,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  label::before,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  input
  + span::before,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + span::before,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  label::before,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  input
  + span::before,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + span::before {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.form__rating
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  .wpcf7-list-item-label,
.form__rating
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  input:checked
  + .wpcf7-list-item-label,
.form__rating_second
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover.pre_choose
  input:checked
  + .wpcf7-list-item-label,
.form__rating_third
  .wpcf7-radio
  .wpcf7-list-item.not_in_hover
  input:checked
  + .wpcf7-list-item-label {
  color: #fff;
}

.form__rating,
.form__rating_second,
.form__rating_third {
  margin-bottom: 8px;
}

.hero__form form .form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-sizing: border-box;
  background: #fff;
  min-height: 933px;
}

.hero__form form .form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero__form form .ty-wrap svg {
  width: 100%;
  height: auto;
  max-width: 72px;
  min-width: 72px;
}

.hero__form form .ty-wrap-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__form form .ty-wrap h4 {
  font-weight: 800;
  font-size: 54px;
  line-height: 120%;
  text-align: center;
  color: #1d3e70;
  margin-top: 33px;
}

.hero__form form .form__container .form__head .form__title {
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  color: #1d3e70;
}

.hero__form form .form__container h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #6d6d6d;
  margin-bottom: 20px;
}

.hero__form form .form__container .form__content {
  display: flex;
  flex-direction: column;
}

.hero__form form .form__container .form__two-columns {
  display: flex;
}

.hero__form form .form__container .form__one-column {
  display: flex;
}

.hero__form form .form__container .form__column {
  width: 100%;
}

.hero__form form .form__container input {
  padding: 14px 20px;
}

.hero__form form .form__container input,
.hero__form form .form__container textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f5f5f5;
  box-sizing: border-box;
  outline: none;
  font-family: "Asap", sans-serif;
  font-weight: 500;
  color: #000;
}

.hero__form form .form__container textarea {
  padding: 12px 16px;
  resize: none;
  min-height: 124px;
  max-height: 124px;
  margin-bottom: 10px;
}

.hero__form form .form__container input::placeholder,
.hero__form form .form__container textarea::placeholder {
  font-family: "Asap", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #8d8d8d;
}

.hero__form form .form__container .form__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero__form .form__rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.hero__form .form__content div.form__rating-wrapper:nth-child(3),
.hero__form .form__content div.form__rating-wrapper:nth-child(4) {
  margin-top: 0;
}

.hero__form form .form__container .form__agreement button {
  display: flex;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(0deg, #ffa800 0%, #fd4c00 100%);
  padding: 13px 66px;
  box-sizing: border-box;
  max-width: fit-content;
  max-height: fit-content;
  transition: all 0.3s;
  outline: none;
  position: relative;
}

.hero__form form .form__container .form__agreement button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  pointer-events: none;
}

.hero__form form .form__container .form__agreement .response-and-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__form form.wpcf7-form.invalid input.wpcf7-not-valid,
.hero__form form.wpcf7-form.invalid textarea.wpcf7-not-valid {
  color: #f30606;
  border-color: #f30606;
}

.hero__form form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  right: 0;
}

.hero__form form.wpcf7-form.sent .wpcf7-response-outpu,
.hero__form form.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.hero__form form.wpcf7-form.sent .form__wrapper {
  display: none !important;
}

.hero__form form.wpcf7-form.sent .ty-wrap {
  display: block !important;
}

.hero__form form.wpcf7-form .wpcf7-response-output {
  border: none !important;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #ffb900;
}

.hero__form form .form__container .form__rating .star_rating_class,
.hero__form form .form__container .form__rating_second .star_rating_class,
.hero__form form .form__container .form__rating_third .star_rating_class {
  display: flex;
  font-size: 0;
}

.hero__form
  form
  .form__container
  .form__rating
  .star_rating_class
  img:not(:last-of-type),
.hero__form
  form
  .form__container
  .form__rating_second
  .star_rating_class
  img:not(:last-of-type),
.hero__form
  form
  .form__container
  .form__rating_third
  .star_rating_class
  img:not(:last-of-type) {
  margin-right: 20px;
}

.hero__form form .form__container .form__rating .star_rating_class img,
.hero__form form .form__container .form__rating_second .star_rating_class img,
.hero__form form .form__container .form__rating_third .star_rating_class img {
  width: 100%;
  height: auto;
  max-width: 36px;
  min-width: 36px;
}

.hero__form
  form
  .form__container
  .form__rating
  .star_rating_class
  img.raty-cancel,
.hero__form
  form
  .form__container
  .form__rating_second
  .star_rating_class
  img.raty-cancel,
.hero__form
  form
  .form__container
  .form__rating_third
  .star_rating_class
  img.raty-cancel {
  display: none;
}

.star_rating_class img[src*="/jquery.rating/images/star-on"] {
  content: url("/wp-content/uploads/2025/09/star-filled.svg");
}

.star_rating_class img[src*="/jquery.rating/images/star-off"] {
  content: url("/wp-content/uploads/2025/09/star-empty.svg");
}

@media screen and (min-width: 1201px) {
  .hero__form form .form__container .form__agreement button:hover::after {
    opacity: 1;
  }

  .hero__form form .form__container {
    padding: 42px 50px;
  }

  .hero__form form .form__container .form__two-columns {
    gap: 16px;
  }

  .hero__form form .form__container .form__head .form__title {
    font-size: 32px;
  }

  .hero__form form .form__container h5 {
    font-size: 18px;
    line-height: 133%;
  }

  .hero__form form .form__container input,
  .hero__form form .form__container textarea {
    font-size: 14px;
    line-height: 143%;
  }
}

@media screen and (max-width: 1200px) {
  .hero__form form .form__container {
    padding: 36px 20px;
  }

  .hero__form form .form__container .form__two-columns {
    flex-direction: column;
    gap: 12px;
  }

  .hero__form form .form__container .form__content-wrapper {
    gap: 12px;
  }

  .hero__form form .form__container .form__head .form__title {
    font-size: 24px;
    line-height: 110%;
    text-wrap-style: balance;
  }

  .hero__form form .form__container h5 {
    font-size: 16px;
    line-height: 110%;
  }

  .hero__form form .form__container input,
  .hero__form form .form__container textarea {
    font-size: 12px;
    line-height: 167%;
  }
}
@media screen and (min-width: 800px) {
  .form__input-name {
    margin-right: auto;
  }
}

@media screen and (max-width: 799px) {
  .hero__form form .form__container h5 {
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  .hero__form
    form
    .form__container
    .form__rating
    .star_rating_class
    img:not(:last-of-type),
  .hero__form
    form
    .form__container
    .form__rating_second
    .star_rating_class
    img:not(:last-of-type),
  .hero__form
    form
    .form__container
    .form__rating_third
    .star_rating_class
    img:not(:last-of-type) {
    margin-right: 10px;
  }
}

/* footer */
body .footer__wrap {
  display: flex;
}

.footer__awards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.footer__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.footer__award-item {
  display: flex;
}

.footer__award-item img {
  width: auto;
  height: 100%;
}

footer {
  position: relative;
  overflow: hidden;
  background: #0c2145;
}

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

.footer__container {
  display: flex;
  flex-direction: column;
}

.footer__top {
  display: flex;
}

.footer__info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 36px;
  justify-content: space-between;
}

.footer__copy {
  display: flex;
}

.footer__copy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}

.footer-menu {
  display: flex;
  align-items: center;
}

.footer-menu li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #bfbfbf;
}

.footer__logo {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: fit-content;
}

.footer__logo::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(-100vw + 1px);
  background-color: #ebfaff;
  z-index: -1;
}

.footer__logo::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ebfaff;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 291px;
}

.footer__contacts .footer__contacts-item:last-child a {
  line-height: 114%;
}

.footer__contacts a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  color: #fff;
}

.footer__social-email a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.footer__social {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.social-menu {
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1201px) {
  .footer__info a:hover,
  .footer-menu li a:hover {
    text-decoration: underline;
  }

  .footer__logo img {
    max-width: 218px;
    min-width: 218px;
  }

  .footer__top {
    gap: 60px;
    padding-bottom: 23px;
  }

  .footer__logo::after {
    clip-path: path(
      "M0 137H227.6C261.4 136 273.3 117.4 278.5 106.7L326 -1H0V136Z"
    );
  }

  .footer__info {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1301px) {
  .footer__awards {
    margin-top: 12px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1300px) {
  .footer__awards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__top {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .footer__logo img {
    max-width: 160px;
    min-width: 160px;
  }

  .footer__logo::after {
    clip-path: path("M0 117H175.7C181.1 117 189.3 109 193 99.1L226 -1H0V117Z");
  }

  .footer__awards {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 800px) {
  .footer__bot {
    gap: 30px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .footer__awards {
    margin-right: 5px;
  }

  .footer__award-item img {
    max-height: 70px;
  }

  .footer__logo {
    padding: 31px 108px 33px 0;
  }

  .footer-menu {
    gap: 28px;
  }

  .footer__contacts {
    min-width: 170px;
  }
}

@media screen and (max-width: 799px) {
  .footer__social img {
    max-width: 32px;
    max-height: 32px;
  }

  .footer__logo {
    padding: 22px 70px 23px 0;
  }

  .footer__logo img {
    max-width: 100px;
    min-width: 100px;
  }

  .footer__logo::after {
    clip-path: path(
      "M0 -1H168L126.186 61.2623C119.06 71.7025 107.151 77.9605 94.4097 77.9605H0V0Z"
    );
  }

  .footer__award-item img {
    max-height: 56px;
  }

  .footer__bot {
    gap: 20px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 47px;
  }

  .footer__awards {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-menu {
    gap: 10px;
  }

  .footer__awards .footer__award-item:last-child {
    display: none;
  }

  .footer__contacts a {
    line-height: 130%;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .footer__container {
    position: relative;
  }

  body .footer__wrap {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 580px) {
  .footer__bot,
  .footer-menu {
    align-items: unset;
  }

  .footer-menu,
  .footer__info {
    flex-direction: column;
  }
}
