@charset "UTF-8";
/*Минимальный сброс стилей*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
label,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

.scrollspy-example {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}

html,
body,
.scrollspy-example {
    scroll-behavior: smooth;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:hover {
  text-decoration: underline;
  color: #032A4E;
}

a.pl_btn,
a.pl_btn_min {
    color: #fff;
    text-decoration: none;
}
a.pl_btn:hover,
a.pl_btn_min:hover {
    text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.75) !important;
}

button > a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

input {
  outline: none;
}

button {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*Базовые элементы*/
.m_w {
  min-width: 100% !important;
  width: 100% !important;
}

.c_white {
  color: #FFFFFF;
}

.c_white_opas {
  color: rgba(255, 255, 255, 0.75);
}

.c_black {
  color: #032A4E;
}

.c_black_fix {
  color: #032A4E !important;
}

.c_grey {
  color: #A1A1A1;
}

.c_orange {
  color: #FFB65F;
}

.fz_12 {
  font-size: 12px;
  line-height: 15px;
}

.fz_16 {
  font-size: 16px;
  line-height: 19px;
}

.fz_14 {
  font-size: 14px;
  line-height: 22px;
}

.fz_18 {
  font-size: 18px;
  line-height: 28px;
}
.fz_18f {
  font-size: 18px;
  line-height: 28px;
}

.fz_24 {
  font-size: 24px;
  line-height: 29px;
}

.fz_32 {
  font-size: 32px;
  line-height: 39px;
}

.fz_50 {
  font-size: 50px;
  line-height: 61px;
}

.fw_300 {
  font-weight: 300;
}

.fw_500 {
  font-weight: 500;
}

.text_shadow {
  text-shadow: 0px 4px 10px rgba(2, 71, 117, 0.2);
}

.pl_btn_min_orange,
.pl_btn_min {
  padding: 0px 32px;
}

.pl_btn_min_orange {
  color: #FFB65F;
}

.pl_btn_min_orange > svg path {
  fill: #FFB65F;
}

.pl_btn_min_orange > svg circle {
  stroke: #FFB65F;
}

.pl_btn_min:hover {
  color: #FFB65F;
}

.pl_btn_min:active,
.pl_btn_min:focus {
  color: #F8A23D;
}

.pl_btn_min:hover > svg path {
  fill: #FFB65F;
}

.pl_btn_min:hover > svg circle {
  stroke: #FFB65F;
}

.pl_btn_min:active > svg path,
.pl_btn_min:focus > svg path {
  fill: #F8A23D;
}

.pl_btn_min:active > svg circle,
.pl_btn_min:focus > svg circle {
  stroke: #F8A23D;
}

.pl_btn_orange {
  background-color: #fff;
  border: 1px solid #FFB65F;
  border-radius: 10px;
  padding: 13px 45px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.pl_btn {
  background-color: #FFB65F;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  min-height: 48px;
  width: 250px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pl_btn:disabled {
  background-color: #CCCED0 !important;
  pointer-events: none !important;
}
.pl_btn:disabled::after {
  width: 0px;
  height: 0px;
}

.pl_btn_orange:hover,
.pl_btn_white:hover,
.pl_btn:hover {
  background-color: #FFB65F !important;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  color: #FFFFFF !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pl_btn_orange:active::after,
.pl_btn_orange:focus::after,
.pl_btn_white:active::after,
.pl_btn_white:focus::after,
.pl_btn:active::after,
.pl_btn:focus::after {
  background-color: #F8A23D !important;
  color: #FFFFFF !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pl_btn_name {
  position: relative;
  z-index: 1;
}

.pl_btn_orange::after,
.pl_btn_white::after,
.pl_btn::after {
  content: '';
  width: 94px;
  height: 94px;
  background-color: #FFB65F;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -40%;
  z-index: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pl_btn_orange::after,
.pl_btn_white::after {
  background-color: #FFFFFF;
}

.pl_btn_orange:hover::after,
.pl_btn_white:hover::after {
  background-color: #FFB65F;
}

.pl_btn_white {
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  min-height: 48px;
  width: 250px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp_btn_close {
  position: absolute;
  top: -15px;
  right: -15px;
}

.lp_btn_close {
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
}

.lp_form_box {
  padding: 40px 80px !important;
  background: -webkit-gradient(linear, left top, right top, from(#72C6EF), to(#004E8F));
  background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 470px);
}

.lp_input {
  background: #FFFFFF;
  border: 1px solid #EFEDED;
  border-radius: 10px;
  padding: 15px 16px;
  width: 100%;
  color: #032A4E;
}

.lp_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #A1A1A1;
}

.lp_input:-ms-input-placeholder {
  font-size: 14px;
  color: #A1A1A1;
}

.lp_input::-ms-input-placeholder {
  font-size: 14px;
  color: #A1A1A1;
}

.lp_input::placeholder {
  font-size: 14px;
  color: #A1A1A1;
}

.lp_input:focus,
.lp_input:focus-within,
.lp_input:focus-visible {
  border: 1px solid #FFB65F;
}

.lp_input_check_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp_input_check {
  width: 16px;
  height: 16px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.lp_input_check_box {
  max-height: 16px;
}
.lp_input_check_box:after {
  content: ' ';
  display: inline-block;
  width: 16px;
  max-height: 16px;
  min-height: 16px;
  height: 16px;
  border: 1px solid #CCCED0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.lp_input_check:checked + .lp_input_check_box:after {
  border-color: #00C5F1;
  background-color: #00C5F1;
  background-image: url("/resources/img_new/check-shop.svg");
  background-size: 10px;
  background-position: center;
}

.scrollspy-example {
  position: relative;
  height: 100vh;
  overflow: auto;
}

/*Основные стили*/
.main_box {
  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;
  height: 100vh;
}

.pl_box {
  margin-bottom: 100px;
}

.lp_info > div > svg {
  min-width: 40px;
}

.lp_container {
  background-color: #fff !important;
}

.lp_wrapper {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.lp_bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  height: 100%;
}

.lp_bg > img {
  width: 100%;
  height: 100%;
}

.lp_bg > svg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.pl_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pl_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pl_nav > p,
.pl_nav > a.pl_nav_tel {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

a.pl_nav_tel {
    color: #fff;
    text-decoration: none;
}

.pl_info_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0 24px !important;
  min-height: 100%;
  max-height: 100%;
  padding: 17px 15px !important;
}

.inter_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 24px 12px;
  min-width: 294px;
  min-height: 252px;
  width: 294px;
  height: 252px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item > .inter_item_img > svg path {
  stroke: #032A4E;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item:hover > .inter_item_img {
  border: 1px solid #FFB65F;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item:hover > .inter_item_img > svg path {
  stroke: #FFB65F !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item:hover > .inter_item_img > svg circle {
  stroke: #FFB65F !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inter_item_img {
  padding: 29px;
  border: 1px solid #032A4E;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.review_item_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 16px;
  min-width: 315px;
  min-height: 209px;
  width: 315px;
  height: 209px;
  position: relative;
}

.review_item_box::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 25px;
  width: 36px;
  height: 30px;
  -webkit-box-shadow: -12px 13px 23px rgba(0, 0, 0, 0.08);
          box-shadow: -12px 13px 23px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.review_item_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp_qa_box {
  background: -webkit-gradient(linear, left top, right top, from(#72C6EF), to(#004E8F));
  background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  position: relative;
}

.lp_qa_info {
  padding: 30px 40px 30px;
  position: relative;
  z-index: 1;
}

.lp_qa_img {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 0;
}

/*модальное окно*/
.lp_modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 5;
  display: none;
}

.lp_modal:target {
  display: block;
  pointer-events: auto;
}

.lp_modal_box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 55px 40px 32px;
  max-width: 35vw;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  left: calc(50vw - 35vw/2);
  right: 0;
}

.lp_modal_form_box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 32px 40px;
  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;
}

.modal__check:checked + .modal {
  display: block;
  right: 0;
}

/*---*/
/*выпадающее меню*/
.lp_bg_menu {
  background-color: #FFFFFF !important;
  width: 75vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  padding: 37px 18px 32px;
}

/*---*/
.lp_footer {
  min-height: 230px;
  padding: 0 0 35px;
}

/*Настройка слайдера*/
.lp_slider img {
  border-radius: 20px;
}

.carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-indicators .active {
  background-image: url(img/slider_active_btn.svg) !important;
  min-width: 14px !important;
  min-height: 14px !important;
}

.carousel-control-prev-icon {
  background-image: url(img/arrow_prev.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(img/arrow_next.svg) !important;
}

.carousel-control-next, .carousel-control-prev {
  position: relative !important;
}

.carousel-indicators {
  position: relative !important;
}

.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  background-color: #EFEDED !important;
  border-radius: 50%;
}

.lp_inter_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}

.lp_inter_slider::-webkit-scrollbar {
  height: 0;
}

.box {
  position: relative;
  z-index: 0;
}

.head {
  z-index: 10;
}

.pl_head_box {
  padding-top: 179px !important;
}

.head_img {
    position: absolute;
    right: 0;
    width: 60%;
}
.head_title {
    max-width: 46%;
    min-height: 445px;
}

header {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
}

.list-group-item.active {
  position: absolute;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-group-item.active:first-child {
  position: absolute;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-group-item {
  position: absolute;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-group-item:focus-visible {
  outline-offset: unset !important;
  outline: none !important;
}

.list-group-item.active:first-child ~ div .pl_nav,
.list-group-item.active:first-child ~ div .pl_logo {
  display: none;
}

.list-group-item.active ~ div .pl_nav > p > svg path,
.list-group-item.active ~ div .pl_nav > a.pl_nav_tel > svg path,
.list-group-item.active ~ div .pl_logo > svg path {
  fill: #1362A0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-group-item.active ~ div .pl_nav > label > svg path {
  stroke: #1362A0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-group-item.active ~ div .pl_nav > .pl_btn_min,
.list-group-item.active ~ div .pl_nav > a.pl_nav_tel,
.list-group-item.active ~ div .pl_nav > p {
  color: #1362A0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: unset !important;
  background-color: transparent !important;
}

@media screen and (width: 1024px) {
  .lp_form_box {
    min-height: calc(100vh - 800px);
  }
}
@media screen and (max-width: 1201px) {
    .head_img {
        max-width: 60%;
        min-height: 70%;
    }
}
@media screen and (max-width: 1100px) {
  .lp_modal_box {
    max-width: 40vw;
    left: calc(50vw - 40vw/2);
  }
  .pl_head_box {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .fz_50 {
    font-size: 32px;
    line-height: 39px;
  }
  .fz_32 {
    font-size: 24px;
    line-height: 29px;
  }
  .fz_24 {
    font-size: 18px;
    line-height: 25px;
  }
  .fz_18 {
    font-size: 16px;
    line-height: 19px;
  }
  .pl_box {
    margin-bottom: 60px;
  }
  .lp_modal_box {
    max-width: 100vw;
    left: 0;
    margin: 0 20px;
  }
  .lp_form_box {
    padding: 40px 22px !important;
  }
}

@media screen and (max-width: 769px) {
  .lp_qa_box > div:first-child {
    min-width: 100%;
  }
  header {
    position: absolute;
  }
    .head_title {
        min-height: unset;
    }
    .head_img {
        position: unset;
        right: unset;
    }
}

@media screen and (max-width: 768px) {
  .fz_50 {
    font-size: 24px;
    line-height: 29px;
  }
  .lp_wrapper {
    padding: 0 16px;
    z-index: 10 !important;
  }
  .lp_qa_box {
    margin-top: 80px;
  }
  .lp_qa_img {
    position: relative;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: -100px;
  }
  .lp_modal_box {
    padding: 55px 20px 32px;
  }
  .lp_form_box {
    padding: 35px 25px !important;
  }
  .lp_modal_form_box {
    padding: 30px 16px;
  }
    .head_title {
        min-height: unset;
        min-width: 100%;
    }
    .head_img {
        max-width: 100%;
        min-height: unset;
    }
}
/*# sourceMappingURL=index.css.map */