@import url('fancybox.css');
@import url('app.css');
@import url('style_form.css');
@import url('styles_2023.css');
@import url('styles_media_2023.css');
@import url('chosen.css');
@import url('finder.css');
@import url('widget.css');


.container-mini{
    width: 1220rem;
    margin: 0 auto;
}



/*Aditional styles*/

.header__button {
    background-color: #001576;
    color: white;
    height: 40rem;
    min-width: 140rem;
    padding: 2px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14rem;
    font-weight: 700;
}

.header__button:hover {
    background-color: #FFC803;
    color: white;
}


.header-container_content{
    height: 73rem;
}

.header-right_side{
    gap: 24rem;
}



/*Hero Section*/
.hero-section{
    height: 700rem;
    display: flex;
    align-items: center;
}

.hero_column_content{
    max-width: 300rem;
}

.hero_column_content:last-child, .hero_column_content:last-child p{
    text-align: right;
}

.hero_column_content .sup-title{
    color: #001576;
    text-transform: uppercase;
    font-size: 11rem;
    font-weight: 700;
    margin-bottom: 16rem;
}

.hero_column_content h1{
    color: #001576;
    font-size: 60rem;
    font-weight: 800;
}

.hero_column_content .sub-title{
    color: #1C1C1E;
    font-size: 16rem;
    font-weight: 700;
    margin: 16rem 0;
}

.hero_column_content .description{
    color: #4D4D4D;
    font-size: 13rem;
    font-weight: 400;
    margin-bottom: 16rem;
}



.hero_column_content a{
    background-color: #FFC803;
    color: white;
    height: 40rem;
    min-width: 140rem;
    padding: 2px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hero_column_content a:hover {
    background-color: #001576;
    color: white;
}

.hero_column_content:last-child a{
    background-color: #001576;
}
.hero_column_content:last-child a:hover{
    background-color: #FFC803;
}

.hero_column_content ul {
    list-style: none;
    margin: 16rem 0 0;
    padding: 0;
}

.hero_column_content ul li{
    display: flex;
    align-items: center;
    gap: 20rem;
    padding: 8rem ;
    margin-bottom: 10rem;
}

.hero_column_content:last-child ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hero_column_content:last-child ul li{
    display: flex;
    align-items: center;
    gap: 20rem;
    padding: 8rem;
    width: 250rem;
    margin-bottom: 10rem;
    box-sizing: border-box;
}
.hero_column_content ul li:last-child{
    margin-bottom: 0;
}

.hero_column_content ul li svg{
    width: 14rem;
    height: 14rem;
}
.hero_column_content ul li span{
    color: #1C1C1E;
    font-size: 13rem;
    font-weight: medium;
}





/*Hero Form*/

.hero_form_block{
    width: 322rem;
    position: relative;
}

.consultation-form {
  width: 100%;
  box-sizing: border-box;
  padding: 24rem;
  background: #ffffff;
  border-radius: 16px;
}


/* =========================
   HEADER
========================= */

.consultation-form__header {
  text-align: center;
  margin-bottom: 24rem;
}

.consultation-form__header h2 {
  margin: 0 0 8rem;
  color: #001576;
  font-size: 16rem;
  font-weight: 800;
  line-height: 1;
}

.consultation-form__header p {
  margin: 0;
  color: #4D4D4D;
  font-size: 13rem;
  line-height: 1.15;
  font-weight: 400;
  text-align: center;
  padding: 0 20rem;
}

.consultation-form__line {
  width: 32rem;
  height: 2rem;

  margin: 4rem auto 0;

  background: #FFD028;
  border-radius: 100rem;
}


/* =========================
   FIELDS
========================= */

.consultation-form__fields {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.consultation-form__field {
  position: relative;

  display: flex;
  align-items: center;
  gap: 10rem;

  min-height: 40rem;

  border: 1rem solid #E4E4E7;
  border-radius: 8rem;

  box-sizing: border-box;
  /*overflow: hidden;*/

  background: #FAF9F6;
  padding: 0 18rem;
}
.consultation-form__field p {
    margin-bottom: 0;
}

.consultation-form__icon {
  width: 16rem;
  padding-bottom: 2rem;
}

.consultation-form__icon svg {
  width: 16rem;
  height: 16rem;
}


/* CF7 автоматически создаёт этот span */

.consultation-form__field .wpcf7-form-control-wrap {
  flex: 1;
  display: block;
  height: 100%;
}


/* INPUT + SELECT */

.consultation-form__input,
.consultation-form__select {
  width: 100%;
  height: 36rem;

  box-sizing: border-box;

  border: 0 !important;
  outline: 0 !important;

  background: transparent;

  color: #8A8A8A;

  font-family: inherit;
  font-size: 13rem;
  font-weight: 400;

  box-shadow: none !important;
}

.consultation-form__input::placeholder {
  color: #969696;
  opacity: 1;
}


/* =========================
   SELECT
========================= */

.consultation-form__select {
  cursor: pointer;

  color: #8A8A8A;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 14rem;
  width: 100% !important;
}

.consultation-form__field--select p{
    width: 100%;
}

.consultation-form__field--select::after {
  content: "";

  position: absolute;
  right: 20rem;
  top: calc(50% + 2rem );

  width: 6rem;
  height: 6rem;

  border-right: 2rem solid #4a4a4a;
  border-bottom: 2rem solid #4a4a4a;

  transform: translateY(-70%) rotate(45deg);

  pointer-events: none;
}


/* =========================
   BUTTON
========================= */

.consultation-form__submit {
  margin-top: 18rem;
}

.consultation-form__submit p {
    margin-bottom: 0;
}

.consultation-form__button {
  width: 100%;
 height: 44rem;

  padding: 0 20rem;

  border: 0;
  border-radius: 8rem;

  background: #FFC803;
  color: #ffffff;

  font-family: inherit;
  font-size: 14rem;
  line-height: 1;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.consultation-form__button:hover {
  opacity: 0.9;
}

.consultation-form__button:active {
  transform: translateY(1rem);
}


/* =========================
   BENEFITS
========================= */

.consultation-form__benefits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16rem;
  margin-top: 18rem;
}
.consultation-form__benefits p{
    margin-bottom: 0;
}

.consultation-form__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  width: 63rem;
}

.consultation-form__benefit-icon {
  height: 14.5rem;
}

.consultation-form__benefit-icon svg {
  width: 14.5rem;
  height: 14.5rem;
}

.consultation-form__benefit-text p{
  font-size: 11rem;
  line-height: 1.15;
  font-weight: 600;
  color: #4D4D4D;
  text-align: center;
}


/* =========================
   CF7
========================= */
.hero_form_block p {
    margin-bottom: 0;
}


.consultation-form .wpcf7-spinner {
  display: none;
}

.consultation-form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -14rem;
  font-size: 10px;
  z-index: 2000;
}

.hero_form_block .wpcf7-response-output {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: auto !important;
    bottom: 24rem;
  font-size: 10rem;
  z-index: 2000;
  border: none !important;
  padding: 0 !important;
  text-align: center;
  width: 100%;
}

/*.wpcf7 form.wpcf7-form .wpcf7-response-output {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;    top: 100%;
    left: calc(50% + 109rem*0.6);
    max-width: 453rem;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 16rem;
    line-height: 47rem;
    color: var(--head-color-dop);
}*/


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .consultation-form {
    padding: 35px 22px 35px;
    border-radius: 25px;
  }

  .consultation-form__header {
    margin-bottom: 28px;
  }

  .consultation-form__header h2 {
    font-size: 28px;
  }

  .consultation-form__header p {
    font-size: 20px;
  }

  .consultation-form__fields {
    gap: 15px;
  }

  .consultation-form__field {
    min-height: 68px;
    border-radius: 14px;
  }

  .consultation-form__icon {
    width: 65px;
    min-width: 65px;
  }

  .consultation-form__icon svg {
    width: 26px;
    height: 26px;
  }

  .consultation-form__input,
  .consultation-form__select {
    height: 64px;
    font-size: 19px;
  }

  .consultation-form__field--select::after {
    right: 22px;
  }

  .consultation-form__submit {
    margin-top: 27px;
  }

  .consultation-form__button {
    min-height: 70px;
    font-size: 21px;
    border-radius: 14px;
  }

  .consultation-form__benefits {
    margin-top: 28px;
  }

  .consultation-form__benefit-text {
    font-size: 16px;
  }

  .consultation-form__benefit-icon svg {
    width: 27px;
    height: 27px;
  }
}




/*Stats*/

.stats {
  padding: 28rem 0;
}

.stats__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.stats__item {
  display: flex;
  align-items: center;
  gap: 16rem;
  flex-shrink: 0;
}

.stats__icon {
  width: 48rem;
  height: 48rem;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #F4F4F7;
  border-radius: 12rem;
}

.stats__icon svg {
  width: 24rem;
  height: 24rem;
}

.stats__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats__value {
  color: #001576;
  font-size: 24rem  ;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.stats__label {
  margin-top: 8rem;

  color: #1C1C1E;
  font-size: 13rem;
  line-height: 1;
  font-weight: 400;

  white-space: nowrap;
}


.stats__divider {
  width: 1rem;
  height: 48rem;
  flex-shrink: 0;

  background: #E6E8F2;
}
/* Tablet */
/*
@media (max-width: 1200px) {
  .stats__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 50px;
  }

  .stats__divider {
    display: none;
  }
}
*/

/* Mobile */
/*
@media (max-width: 600px) {
  .stats {
    padding: 30px 0;
  }

  .stats__list {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .stats__item {
    justify-content: flex-start;
  }

  .stats__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .stats__icon svg {
    width: 30px;
    height: 30px;
  }

  .stats__value {
    font-size: 28px;
  }

  .stats__label {
    margin-top: 5px;
    font-size: 16px;
  }
}*/



/*
Fields*/
.fields-section{
  background-image: none;
}

.fields-section h3{
    color: #1C1C1E;
    text-transform: capitalize;
    font-size: 39rem;
    font-weight: 500;
}
.fields-section__container{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.btns-row_container a{
    font-size: 32rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns-row_container a span{
    line-height: 1;
    padding-bottom: 4rem;
}
.fields-section__title{
  text-transform: capitalize;
}


.benefits-row-custom{
  margin-right: 0rem;
  margin-left: 0rem;
  gap: 22.4rem;
}

.benefit-item__container{
  width: 100%;
}

.news-center_container .article__title{
  border-left: none;
  font-weight: 400;
  font-size: 16rem;
}