@charset "UTF-8";

:root {
  --color1: rgb(0, 157, 149);
  --color2: rgb(0, 150, 185);
  --color3: rgb(101, 115, 181);
  --color1-a5: rgba(0, 157, 149,.5);
  --color2-a5: rgba(0, 150, 185,.5);
  --color3-a5: rgba(101, 115, 181,.5);
  --color3-dark: #121626;
  --bg-light: #eef1f1;
  --gray: #3c4043;
  --gradient: linear-gradient(115deg, rgb(0, 157, 149) 0%, rgb(0, 150, 185) 50%, rgb(101, 115, 181) 100%);
  --gradient-a5: linear-gradient(115deg, rgba(0, 157, 149,.5) 0%, rgba(0, 150, 185,.6) 50%, rgba(101, 115, 181,.5) 100%);
}

.block_promo .big_image {
  width: 280px;
  max-width: 60%;
  margin: 80px auto;
}


.block_promo__image .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}

.block_promo__video {
  position: relative;
  aspect-ratio: 3/1.5;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  background: url(../img/bg-video.jpg) center no-repeat;
  background-size: cover;
}

.block_promo__video .section_video {
  min-height: 100%;
  padding: 0;
}

.block_promo__video .section_video__play {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}

.block_promo__video .show-video .section_video__content {
  position: fixed;
}

@media (min-width: 992px) {
  .block_promo__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    aspect-ratio: auto;
    max-width: 4000px;
  }
  .block_promo .block_promo__text {
    padding: 14px 65px 25px 75px;
  }
}

@media (max-width: 991px) {
  .block_promo__video .section_video__play {
    top: 50%;
    right: auto;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
  }
}

.section_answer {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 45px 0 60px;
  position: relative;
}

.section_answer .container {
  position: relative;
  z-index: 2;
}

.section_answer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--gradient-a5);
  opacity: 0.2;
}

.answer__item {
  padding: 5px 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
  padding-left: 100px !important;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.section_answer .answer__item {
  background-color: #fff;
}



.answer__item._open::before {
  background-image: url(../img/minus.svg);
}

.answer__title {
  margin: 0;
  padding: 13px 0 25px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.answer__toggle {
  display: none;
}

.section_2banners {
  background-color: var(--bg-light);
  padding: 100px 0;
}


.section_2banners .row {
  margin: 0;
}

.section_2banners .col-md-6 {
  padding: 0;
}

.section_2banners .block_banner {
  width: 100%;
  padding: 65px 30px;
}

.block_banner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--gradient-a5);
  opacity: 0.2;
  z-index: 1;
}

.section_2banners .block_banner__header {
  font-size: 26px;
}

.section_2banners .main_btn {
  display: inline-block;
  width: auto;
  padding: 0 23px;
  margin: 10px 0;
}

.block_banner__wrap {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .section_2banners .row {
    display: flex;
    justify-content: center;
  }
  .section_2banners .col-md-6 {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .section_2banners,
  .section_2banners .container {
    width: 100%;
    padding: 0;
  }
}

.section_before-calc {
  font-size: 16px;
  padding: 45px 0 30px;
  background: var(--bg-light);
}

.section_calc {
  padding: 45px 0 80px;
  background-color: var(--bg-light);
}

.calc {
  background-color: #fff;
  padding: 20px 35px 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px -2px;
}

.calc__pill {
  display: flex;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--color2-a5);
}

.calc__pill-label {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-right: 2px solid var(--color2-a5);
}

.calc__pill-label:last-child {
  border-right: 0;
}

.calc__pill-label:hover {
  color: var(--color2);
}

.calc__pill-label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.calc__pill-label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.calc__pill-input,
.calc__pill-input2 {
  display: none;
}

.calc__pill-input:checked+.calc__pill-label,
.calc__pill-input2:checked+.calc__pill-label {
  color: #fff;
  background-color: var(--color2);
  background-image: var(--gradient);
}

.calc__field {
  width: 100%;
  padding: 9px 16px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #777;
  outline: 0;
  -moz-appearance: textfield;
}

.calc__field:focus {
  border-color: var(--color1-a5);
}

.calc__field::-webkit-outer-spin-button,
.calc__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
  margin-top: 14px;
  margin-bottom: 7px;
}

.calc__result {
  display: none;
}

.calc__result--visible {
  display: block;
}

.calc__island {
  padding: 8px;
  text-align: center;
  color: #fff;
  background-color: var(--color1);
  border-radius: 4px;
}

.calc__saving {
  font-weight: 600;
  font-size: 32px;
}

.calc__saving-text {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .calc__pill-label {
    font-size: 14px;
  }
}

.bottom-counter {
  padding: 80px 15px;
  font-size: 18px;
  text-align: center;
}

.bottom-counter .counter {
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: var(--color1);
}

.bottom-counter .counter::after {
  content: '+';
  font-size: inherit;
  font-weight: inherit;
  color: var(--color1);
  margin-left: 7px;
}

.bottom-counter .big {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 15px 0 18px;
}

.way-sec {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 45px 0 60px;
  position: relative;
}

.way-sec .way-cnt {
  position: relative;
  z-index: 2;
}

.way-sec::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--gradient-a5);
  opacity: 0.2;
}

.way-item {
  padding: 5px 100px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
  padding-left: 300px !important;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.way-sec .way-item {
  background-color: #fff;
}

.way-item._open::before {
  background-image: url(../img/minus.svg);
}

.way-title {
  margin: 0;
  padding: 13px 0 25px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.way-toggle {
  display: none;
}

