/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap");*/
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}
/*
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("./fonts/Montserrat-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: "Stapel Narrow";
  src: url("./fonts/Stapel-Narrow.woff2") format("woff2"), 
       url("./fonts/Stapel-Narrow.woff") format("woff"), 
       url("./fonts/Stapel-Narrow.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stapel Narrow Medium";
  src: url("./fonts/Stapel-NarrowMedium.woff2") format("woff2"), 
       url("./fonts/Stapel-NarrowMedium.woff") format("woff"), 
       url("./fonts/Stapel-NarrowMedium.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Stapel Narrow";
  font-size: 14px;
}


/************* */
h1, h2, h3 h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  
}
h2, h3 h4, h5, h6 {
  margin-bottom: 15px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  margin-bottom: 15px;
}
a {
  color: #0057b8;
}
/*****************/

.section_margin {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section_margin {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .section_margin {
    margin-bottom: 100px;
  }
}
@media (min-width: 1480px) {
  .section_margin {
    margin-bottom: 140px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-inline: 15px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding-inline: 0px;
    width: 970px;
  }
}
@media screen and (min-width: 1480px) {
  .container {
    width: 1230px;
  }
}

.container-full {
  width: 100%;
}

.container_color_blue {
  background-color: #0057b8;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .header {
    display: grid;
    grid-template-columns: 1fr 2fr;
        padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .header {
    padding-top: 1rem;
    flex-direction: row;
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1024px) {
  .header {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1480px) {
  .header {
    background-color: #f4f7fa;
    gap: 0px;
    flex-direction: row;
  }
}

.logo {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  padding-top: 37px;
  padding-bottom: 36px;
  background-color: #0057b8;
  color: #ffffff;
  text-wrap: nowrap;
  max-width: fit-content;
}

@media (min-width: 768px) {
  .logo {
    padding-right: 26px;
    background-color: none;
    grid-row: span 2;
  }
}
@media (min-width: 1024px) {
  .logo {
    padding-right: 26px;
    background-color: #0057b8;
  }
}

.header__logo {
  box-shadow: -5px 0px #0057b8;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 100px;
    padding: 15px;
  }
}

.header_logo_blue {
  background-color: #f4f7fa;
  background: linear-gradient(to bottom, #0057b8 102px, #f4f7fa 25%);
}
@media (max-width: 767px) {
  .header_logo_blue {
    background: none;
  }
}
@media (min-width: 768px) {
  .header_logo_blue {
    background-color: none;
    background: linear-gradient(to right, #0057b8 306px, #f4f7fa 10%);
  }
}
@media (min-width: 1480px) {
  .header_logo_blue {
    background-color: none;
    background: linear-gradient(to right, #0057b8 50%, #f4f7fa 50%);
  }
}

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #0057b8;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 24px;
}
@media (max-width: 767px) {
  .title {
    order: 2;
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 30px;
  }
}
.title_container {
  padding-inline: 0px;
}
@media (min-width: 768px) {
  .title_container {
    padding-inline: 60px;
  }
}
@media (min-width: 1024px) {
  .title_container {
    padding-inline: 0px;
  }
}

.title__header {
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 767px) {
  .title__header {
    font-size: 12px;
  }
}
.title_margin {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .title_margin {
    margin-bottom: 60px;
  }
}

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

.title_size_s {
  text-transform: none;
  font-size: 24px;
}

.main-frame {
  gap: 55px;
  display: grid;
  grid-auto-flow: row;
}

.main-frame_m_bottom {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .main-frame_m_bottom {
    margin-bottom: 70px;
  }
}
@media (min-width: 1480px) {
  .main-frame_m_bottom {
    margin-bottom: 90px;
  }
}

.contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contacts {
      order: 1;
  }
}
@media (min-width: 768px) {
  .contacts {
    gap: 20px;
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  .contacts {
    gap: 8px;
  }
}
.social {
  display: flex;
  gap: 14px;
}

.social__icon {
  width: 35px;
  height: 35px;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .social__icon {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .social__icon {
    width: 42px;
    height: 42px;
  }
}

.phones__icon {
  max-width: fit-content;
}
@media (max-width: 767px){
  .phones__icon {
    width: 20px;
    height: 20px;
  }
}

.phones__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px){
  .phones__wrap {
    gap: 3px;
  }
}
@media (min-width: 1024px) {
  .phones__wrap {
    flex-direction: column;
  }
}

.phone_row,
.mail_row {
  display: flex;
  flex-direction: row;
  font-family: "Stapel Narrow";
  font-size: 18px;
  color: #0057b8;
  gap: 12px;
  transition: color 0.15s ease-in-out;
}
@media (max-width: 767px){
  .phone_row, .mail_row {
    font-size: 14px;
  }
}
.phone_row:hover,
.mail_row:hover {
  color: #3fbb7a;
}

.feedback__background {
  position: absolute;
  z-index: -99;
  left: 0px;
  top: -15px;
}
@media (min-width: 768px) {
  .feedback__background {
    width: 50%;
    left: 208px;
    top: -25px;
  }
}
@media (min-width: 1024px) {
  .feedback__background {
    left: -111px;
    top: -65px;
  }
}
@media (min-width: 1480px) {
  .feedback__background {
    left: -138px;
    top: -65px;
  }
}

.feedback__main-img {
  width: 620px;
}

.feedback__title {
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .feedback__title {
    font-size: 30px;
  }
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .feedback {
    gap: 50px;
    align-items: center;
    padding-top: 320px;
  }
}
@media (min-width: 1024px) {
  .feedback {
    gap: 100px;
    align-items: flex-end;
    padding-top: 40px;
  }
}

.feedback__content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 29px;
  width: 100%;
  padding-top: 85%;
}
@media (min-width: 768px) {
  .feedback__content {
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .feedback__content {
    padding-top: 0;
    width: 71%;
  }
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
}
@media (min-width: 768px) {
  .form {
    row-gap: 22px;
  }
}


.form__wrap {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .form__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    flex-direction: row;
    gap: 38px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .form__wrap {
    display: flex;
  }
}
.form__wrap_column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.form__input-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.form__input-wrap_column {
  width: 100%;
}
.form__label {
  font-size: 18px;
  color: #0057b8;
  padding-left: 15px;
  font-family: "Stapel Narrow";
}
.form__label_column {
  padding-left: 0;
}
.form__error {
    position: absolute;
  bottom: -18px;
  color: #bb0000;
}
.form__agreement {
  text-align: center;
  margin-top: -13px;
}
.input {
  border: 1px solid #0057b8;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  padding-left: 13px;
  font-family: "Stapel Narrow Medium";
  font-size: 18px;
  color: #0057b8;
}
@media (min-width: 768px) {
  .input {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .input {
    width: 246px;
  }
}
.input::placeholder {
  font-family: "Stapel Narrow Medium";
  font-size: 18px;
  color: #dddedf;
}
.input_column {
  width: 100%;
}

.input_size_l {
  height: 50px;
}

.input_background_white {
  background-color: #ffffff;
}


.btn-major {
  width: 100%;
  height: 41px;
  font-family: "Stapel Narrow Medium";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  background-color: #3fbb7a;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  flex-shrink: 0;
  transition: background-color 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .btn-major {
    width: 250px;
  }
}
.btn-major:hover {
  background-color: #0057b8;
}

.btn_tarif {
  width: 100%;
}

.btn_size_l {
  height: 50px;
}

.btn_margin_top {
  margin-top: 32px;
}
.btn_block {
  width: 100%; 
}
.btn_xl {
  height: 50px;
}

.explanation__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: repeat(8, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px 12px;
}
@media (min-width: 768px) {
  .explanation__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 40px 12px;
  }
}
@media (min-width: 1024px) {
  .explanation__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 30px 12px;
  }
}
@media (min-width: 1024px) {
  .explanation__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 40px 12px;
  }
}

.card {
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 1rem;
  flex-direction: column;
  border: solid 1px #3fbb7a;
  border-radius: 10px;
  height: 100%;
  gap: 15px;
}
.card__icon {
  max-width: fit-content;
}
.card__title {
  font-size: 16px;
}
.card__content {
  font-size: 16px;
}

.text {
  font-family: "Stapel Narrow";
  color: #0057b8;
}

.text_medium {
  font-family: "Stapel Narrow Medium";
  color: #0057b8;
}

.text_green {
  color: #3fbb7a;
}

.text_white {
  color: #ffffff;
}

.text_white_hover {
  color: #ffffff;
  transition: background-color 0.15s ease-in-out;
}
.text_white_hover_green {
  color: #ffffff;
}
.text_white_hover_green:hover {
  color: #3fbb7a;
}

.profit__wrap {
  background-color: #0057b8;
  width: 100%;
  padding: 27px 0;
}

.profit {
  background-color: #0057b8;
}
@media (min-width: 1024px) {
  .profit {
    background-color: unset;
  }
}

.tarif__list {
  display: flex;
  align-self: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .tarif__list {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .tarif__list {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1480px) {
  .tarif__list {
    justify-content: space-around;
  }
}
.tarif__list-container {
  padding-inline: 0px;
}
@media (min-width: 768px) {
  .tarif__list-container {
    padding-inline: 13px;
  }
}
.tarif__content-container {
  display: flex;
  padding-inline: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .tarif__content-container {
    padding-inline: 80px;
  }
}

.tarif__item {
  border: 3px solid #3fbb7a;
  border-radius: 10px;
  padding: 30px 10px;
  width: 100%;
  background-color: #f4f7fa;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (min-width: 768px) {
  .tarif__item {
    width: 100%;
    padding: 37px 20px;
  }
}
@media (min-width: 1024px) {
  .tarif__item {
    width: 427px;
    padding: 37px 20px;
  }
}
.tarif__item-title {
  font-size: 18px;
  text-transform: none;
}
.tarif__item-content {
  font-size: 18px;
}
.tarif__border-line {
  background-color: #ffffff;
  width: 100%;
  height: 5px;
  flex-shrink: 0;
}
.tarif__form-input {
  width: 100%;
  padding-inline: 25px;
}
.tarif__form-label {
  padding-left: 0;
}
.tarif__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tarif__title-container {
  padding-inline: 10px;
}

.tarif__form-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tarif__select:focus {
  outline: none;
}

.tarif__select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tarif__select-wrap {
  position: relative;
}
.tarif__select-wrap::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 9px;
  width: 15px;
  height: 31px;
  background-image: url("../../assets/icon/select-arrow.webp");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.business {
  overflow: hidden;
}
@media (min-width: 768px) {
  .business {
    overflow: auto;
  }
}

.business__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 38px;
  column-gap: 47px;
  overflow-x: scroll;
}
.business__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .business__list {
    flex-direction: row;
    column-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  .business__list {
    justify-content: space-evenly;
    column-gap: 20px;
  }
}

.business__item {
  flex-shrink: 1;
}
.business__img {
  max-width: fit-content;
}

.company {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  gap: 1rem;
}
@media (max-width: 767px) {
  .company {
    font-size: 14px;
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .company {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .company__itp {
    color: inherit;
  }
}
@media (min-width: 1024px) {
  .company__itp {
    font-size: 18px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transition: 0.3s;
}
.popup_open {
  display: block;
  opacity: 1;
}
.popup__overlay {
  width: 100%;
  height: 100%;
  background: #00000075;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__wrapper {
  max-width: 487px;
  margin: 30px;
  width: 100%;
  background: #fff;
  border: 3px solid #3fbb7a;
  border-radius: 10px;
  padding: 40px 60px 25px;
  position: relative;
  min-height: 516px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__btn-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup__title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #0057b8;
  text-align: center;
}
@media (max-width: 767px) {
  .popup__wrapper {
    padding: 15px;
  }
  .popup__title {
    font-size: 14px;
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 768px){
  .footer__logo {
      padding: 15px 0 0;
        max-width: 200px;
  }
}
 

/*# sourceMappingURL=stylesheet.css.map */
