:root {
/*
  --font-title: 22px;
  --font-title-big: 48px;
  --font-title-height: 28px;
  --font-title-spacing: 0.01em;
  --font-subtitle: 12px;
  --font-subtitle-height: 18px;
  --font-subtitle-spacing: 0.07em; 
*/
  
  
  --color-yellow: #F8B326;
  --color-gray: #272727;
  
/*  --color-green_darker: #02bb83;*/
  
  --padding-x: 20px;
  
  --width-max: 100%;
}







html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Montserrat", sans-serif;
  color: var(--color-gray);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
.section_wrapper {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.section {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.section_title {
  font-weight: 700;
  font-size: 35px;
}
.section_descr {
  max-width: 810px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  text-align: center;
}
.header_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.header {
  background: linear-gradient(90deg, #2e3192 0%, #1d23cd 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 20px 20px 31px;
}
.header img {
  display: block;
}
.header_item a:hover {
  color: var(--color-yellow);
}
.header_logo {
}
.header_logo-small {
  display: none;
}
.header_logo-mid {
  display: none;
}
.header_menu {
  padding: 0;
  display: flex;
  gap: 39px;
  list-style: none;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.header_menu a:hover {
  color: var(--color-yellow);
}
.header_call {
  border: 2px solid #fff;
  border-radius: 1000px;
  height: 64px;
  width: 254px;
  min-width: 254px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px;
}
.header_btn {
  cursor: pointer;
  display: none;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 4px;
  border: 2px solid #fff;
  border-radius: 1000px;
}
.header_btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 34px;
  width: 34px;
/*  background: white;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_btn__inner div {
  width: 100%;
  height: 3px;
  background: white;
  margin: 3px 0;
}
.header_btn-active .header_btn__inner div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header_btn-active .header_btn__inner div:nth-child(2) {
  display: none;
}
.header_btn-active .header_btn__inner div:nth-child(1) {
  transform: rotate(45deg) translate(-50%, 50%);
}
.header_btn-active .header_btn__inner div:nth-child(3) {
  transform: rotate(-45deg) translate(-50%, 50%);
}
.header_call strong {
  font-size: 20px;
}
.header_icon {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
} 
.banner_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.banner {
  background: linear-gradient(90deg, #2e3192 0%, #1d23cd 100%);
  display: flex;
  color: white;
  align-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 130px 0 30px;
  gap: 68px;
}

.banner_title {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;
}
.banner_title span {
  color: var(--color-yellow);
}
.banner_subtitle {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--color-yellow);
}
.banner_content {
  margin-top: 100px;
  margin-bottom: 237px;
  max-width: 530px;
}
.banner_image {
  margin-bottom: -39px;
}
.banner_title {
  margin-top: 14px;
}
.zipBox_wrapper  {
  padding-right: 50px;
  padding-left: 50px;
}
.zipBox {
  padding: 30px;
  background: white;
  border-radius: 20px;
  max-width: 1000px;
  transform: translateY(calc(-50% - 10px));
}
.zipBox_title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #272727;
}
.zipBox_input {
  display: flex;
  align-items: center;
  border: 1px solid rgba(238, 238, 238, 0.93);
  border-radius: 100px;
  width: 270px;
  height: 40px;
  padding: 0 12px 0 12px;
}
.zipBox_input input {
  border: none;
  border: 0px solid transparent;
  outline: none;
  height: 100%;
  width: 100%;
  padding-left: 10.5px;
}
.zipCode_icon {
  width: 15px;
}
.actionBtn {
  display: flex;
  align-items: center;
  gap: 51px;
  cursor: pointer;
  background: var(--color-yellow);
  color: white;
  border: 0px solid transparent;
  border-radius: 1000px;
  width: 310px;
  height: 40px;
  font-weight: 600;
  color: #fff;
  padding: 9px 20px 11px;
}
.actionBtn svg {
  margin-top: 2px;
}
.zipBox_form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 600px;
  margin: 23px auto 0;
  width: 100%;
}
.zipBox_descr {
  width: 100%;
}
.services_wrapper {
  padding-bottom: 103px;
}
.services_title  {
  text-align: center;
  margin-bottom: 20px;
}
.services_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 33px;
}
.services_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 200px;
  min-height: 240px;
  padding: 0 14px 14px;
  text-align: center;
  font-size: 14px;
  transition: 0.2s;
}
.services_item-active,
.services_item:hover {
  background: var(--color-yellow);
  color: white;
}
.services_item path {
  transition: 0.2s;
}
.services_item:hover path {
  fill: white;
}
.services_name {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 17px;
}
.services_icon {
  height: 99px;
  padding-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unique_wrapper {
  background: #f4f4f4;
  padding-top: 52px;
  padding-bottom:  88px;
}
.unique_box {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.unique_item {
  padding: 26px 0 0;
  border-radius: 20px;
  background: white;
  width: 320px;
  height: 410px;
  color: #1e1e1e;
  position: relative;
  overflow: hidden;
}
.unique_item:nth-child(1) .unique_image,
.unique_item:nth-child(3) .unique_image {
  margin: 0;
  left: 0;
  width: 100%;
}
.unique_item-active {
  color: white;
  background: var(--color-yellow);
}
.unique_title {
  text-align: center;
}
.unique_descr {
  margin: 20px auto 43px;
}
.unique_item img {
  display: block;
  width: 100%;
}
.unique_name {
  position: relative;
  z-index: 2;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
.unique_image {
  margin:  40px 20px 0;
  position: absolute;
  bottom: 0;
}
/*
.unique_image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
*/
.unique_item:nth-child(1) .unique_image {
/*
  transform: rotate(-15deg);
  bottom: -52px;
  right: -20px;
*/
}
.unique_text {
  position: relative;
  z-index: 2;
  padding-right: 30px;
  padding-left: 30px;
}
.hero_wrapper {
  padding-top: 57px;
  padding-bottom: 73px;
}
.hero_title {
  text-align: center;
}
.hero_descr {
  margin-top: 20px;
  margin-bottom: 31px;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_wrapper {
  background: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 65px;
}
.footer {
  position: relative;
  padding-right: 50px;
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.footer_logo-small {
  display: none;
}
.footer_title {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 4px;
}
.footer_right {
  max-width: 450px;
  width: 100%;
}
.footer_descr a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.footer_descr {
  margin-bottom: 22px;
  font-size: 18px;
}
.footer_menu {
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 38px;
  font-weight: 400;
  font-size: 18px;
}
.copyright {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_input {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10000px;
  width: 340px;
  height: 40px;
  padding: 0 15px 0 0;
}
.footer_input input {
  padding: 0 0 0 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.footer_input button {
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.footer_label {
  margin-top: 17px;
  font-size: 12px;
  color: #a7a3a1;
}
@media screen and (max-width: 1200px) {
  .header {
    gap: 18px;
  }
  .header_menu {
    gap: 20px;
  }
  .banner {
    gap: 28px;
    padding-right: 30px;
  }
  .header_logo {
    display: none;
  }
  .header_logo-mid {
    display: block;
  }
  .header_call {
    font-size: 14px;
    gap: 8px;
    width: 220px;
    min-width: 220px;
  }
  .header_call strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_content {
    margin-top: 71px;
    margin-bottom: 160px;
  }
  .header {
    padding: 20px;
  }
  .header_menu {
/*    gap: 15px;*/
  }
}
@media screen and (max-width: 940px) {
  .header_logo-mid {
    display: none;
  }
  .header_logo-small {
    display: block;
  }
  .footer {
    padding-right: 0;
  }
  .footer_menu {
    gap: 18px;
  }
  .footer_logo {
    display: none;
  }
  .footer_logo-small {
    display: block;
  }
  .copyright {
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
  }
  .footer_wrapper {
    padding-bottom: 90px;
  }
  .footer_right {
    max-width: 750px;
  }
  
  .banner_image {
    align-self: flex-end;
    max-width: 47%;
    min-width: 47%;
    margin-bottom: calc(100px - 10vw);
  }
  .banner_image img {
    width: 100%;
  }
  .banner_title {
    font-size: 42px;
  }
  .banner {
    gap: 0;
    padding-right: 0;
  }
  .zipBox_title {
    font-size: 28px;
  }
  .banner_subtitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 840px) {
  .unique_item {
    height: 354px;
  }
  .zipBox {
    padding: 30px 20px;
  }
  .actionBtn {
    gap: 5px;
    justify-content: space-between;
  }
  .actionBtn,
  .zipBox_input {
    max-width: calc(50% - 20px);
  }
  .actionBtn {
    min-width: 268px;
  }
}
@media screen and (max-width: 768px) {
    .section_title {
        font-size: 30px;
    }
  .unique_item {
    width: 280px;
    max-width: 45%;
    height: 380px;
  }
  .unique_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header {
  }
  .header_btn {
/*    display: block;*/
  }
  .header_menu {
    display: none;
  }
  .header_call {
    margin-left: auto; 
  }
  .header_logo-mid {
    display: block;
  }
  .header_logo-small {
    display: none;
  }
  .banner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner_wrapper,
  .header_wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  .header {
    border-radius: 0;
  }
  .zipBox_wrapper {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: -45px;
  }
  .zipBox_title {
    font-size: 24px
  }
  .banner_title {
    font-size: 38px
  }
}
@media screen and (max-width: 640px) {
  .banner_image {
    display: none;
  }
  .banner_content {
    margin-bottom: 210px;
  }
  .zipBox_input {
    max-width: calc(100% - (268px + 20px) )
  }
}
@media screen and (max-width: 540px) {
  
  .banner_content {
    margin-bottom: 177px;
    margin-top: 37px;
  }
  .banner_title br {
    display: none;
  }
  .header_logo-small {
    display: block;
  }
  .header_logo-mid {
    display: none;
  }
  .unique_item {
    max-width: 320px;
    height: 410px;
  }
  .footer {
    flex-direction: column;
  }
  .footer_logo {
    display: block;
  }
  .footer_logo-small {
    display: none;
  }
  .footer_input {
    max-width: 100%;
  }
  .zipBox_form {
    flex-direction: column;
  }
  .zipBox_form .actionBtn,
  .zipBox_input {
    width: 100%;
    max-width: 100%;
  }
  .actionBtn {
    font-size: 14px;
    min-width: 248px;
  }
  .actionBtn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 470px) {
  .footer_menu {
    flex-direction: column;
    gap: 10px;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
  .section_wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}