@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: Helvetica;
  /* set name */
  src: url(../fonts/helvetica-light-587ebe5a59211.woff);
  /* url of the font */
  font-weight: 300;
}
@font-face {
  font-family: Helvetica;
  /* set name */
  src: url(../fonts/Helvetica.woff);
  /* url of the font */
  font-weight: 400;
}
@font-face {
  font-family: Helvetica;
  /* set name */
  src: url(../fonts/Helvetica-Bold.woff);
  /* url of the font */
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Helvetica";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Helvetica";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #0f2435;
  letter-spacing: -0.02em;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}
@media (max-width: 998px) {
  ._container {
    padding: 50px 20px;
  }
}

._bg {
  background-image: url(../img/bgc.png);
  background-size: cover;
  background-position: center;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

.swiper {
  overflow: hidden;
}
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

._title {
  font-size: 36px;
  line-height: 120%;
  color: #245983;
  text-align: center;
}
@media (max-width: 998px) {
  ._title {
    font-size: 26px;
  }
}

._btn {
  padding: 20px 36px;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
  background: #89b172;
  border: 1px solid #89b172;
  border-radius: 8px;
  max-width: max-content;
  line-height: 1;
  transition: 0.3s;
  font-weight: 700;
}
._btn:hover {
  background: #769e5f;
}

.prices__block {
  margin-top: 50px;
}
.prices__item {
  border-bottom: 1px solid #0f2435;
  padding: 20px 0;
  display: flex;
  gap: 12px;
}
@media (max-width: 998px) {
  .prices__item {
    flex-direction: column;
    padding: 14px 0;
    gap: 10px;
  }
}
.prices__text {
  margin-right: auto;
}
.prices__text h3 {
  font-size: 24px;
  line-height: 120%;
  color: #0f2435;
}
@media (max-width: 998px) {
  .prices__text h3 {
    font-size: 18px;
  }
}
.prices__text p {
  font-size: 17px;
  line-height: 129%;
  color: #99a4ac;
  margin-top: 6px;
}
@media (max-width: 998px) {
  .prices__text p {
    font-size: 16px;
  }
}
.prices__price {
  margin-top: auto;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
  align-items: flex-end;
  font-size: 24px;
  line-height: 120%;
  gap: 4px;
}
@media (max-width: 998px) {
  .prices__price {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: left;
    gap: 10px;
    font-size: 20px;
  }
}
.prices__price p {
  text-decoration: line-through;
  font-size: 17px;
  line-height: 120%;
  color: #99a4ac;
}
@media (max-width: 998px) {
  .prices__price p {
    font-size: 14px;
  }
}
.prices__aktia {
  flex: 0 0 max-content;
  padding: 14px;
  font-size: 15px;
  line-height: 120%;
  color: #d8e4ee;
  border-radius: 10px;
  background: #245983;
  margin-top: auto;
}
@media (max-width: 998px) {
  .prices__aktia {
    text-align: center;
  }
  .prices__aktia br {
    display: none;
  }
}
.prices__more {
  margin-top: 30px;
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  color: #245983;
}
.prices__more:hover {
  text-decoration: none;
}
.prices__btn {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .prices__btn {
    margin-top: 30px;
  }
}

.implantacia__block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 998px) {
  .implantacia__block {
    margin-top: 30px;
    gap: 30px;
  }
}
.implantacia__item {
  display: flex;
  gap: 45px;
  align-items: center;
}
.implantacia__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 998px) {
  .implantacia__item {
    flex-direction: column;
    gap: 15px;
  }
  .implantacia__item:nth-child(even) {
    flex-direction: column;
  }
}
.implantacia__img {
  flex: 0 0 48%;
}
.implantacia__img img {
  width: 100%;
  aspect-ratio: 590/411;
  object-fit: cover;
  border-radius: 24px;
}
.implantacia__content {
  font-size: 18px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .implantacia__content {
    font-size: 16px;
    gap: 15px;
  }
}

.metody {
  background: #e5e3e4;
}
.metody__top {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
}
.metody__el {
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  font-size: 20px;
  line-height: 100%;
  color: #245983;
}
@media (max-width: 998px) {
  .metody__el {
    font-size: 17px;
    padding: 10px;
    text-align: center;
  }
}
.metody__el._active {
  background: #245983;
  color: #fff;
}
.metody__block {
  margin-top: 40px;
  gap: 10px;
  flex-direction: column;
  display: none;
}
@media (max-width: 998px) {
  .metody__block {
    margin-top: 20px;
  }
}
.metody__block._active {
  display: flex;
}
.metody__item {
  background: #fff;
  border-radius: 24px;
  padding: 45px;
  position: relative;
  min-height: 383px;
}
@media (max-width: 998px) {
  .metody__item {
    padding: 24px;
    min-height: auto;
  }
}
.metody__content {
  width: 55%;
}
@media (max-width: 998px) {
  .metody__content {
    width: 100%;
  }
}
.metody__head {
  font-size: 30px;
  line-height: 120%;
  color: #245983;
}
@media (max-width: 998px) {
  .metody__head {
    font-size: 22px;
  }
}
.metody__price {
  margin-top: 24px;
  padding: 14px;
  font-size: 20px;
  color: #245983;
  border-radius: 100px;
  background: #f5f5f5;
  max-width: max-content;
}
@media (max-width: 998px) {
  .metody__price {
    margin-top: 14px;
  }
}
@media (min-width: 998px) {
  .metody__img {
    position: absolute;
    right: 0;
    width: 45%;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translate(0px, -50%);
  }
}
@media (max-width: 998px) {
  .metody__img {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
}
.metody__img img {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 338/269;
  object-fit: contain;
}
.metody__name {
  margin-top: 24px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .metody__name {
    font-size: 16px;
    margin-top: 40px;
  }
}
.metody__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 500px) {
  .metody__list {
    font-size: 16px;
    margin-top: 20px;
  }
}
.metody__list li {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 998px) {
  .metody__list li {
    padding-left: 20px;
  }
}
.metody__list li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: #0f2435;
  border-radius: 50%;
}
@media (max-width: 998px) {
  .metody__list li::before {
    left: 7px;
  }
}

.steps__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 998px) {
  .steps__top {
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  .steps__title {
    text-align: left;
  }
}
@media (max-width: 998px) {
  .steps__btn {
    margin: 0px auto;
    margin-top: 30px;
  }
}
.steps__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .steps__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .steps__block {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.steps__item {
  background: #fff;
  border-radius: 24px;
  padding: 34px 28px;
}
.steps__num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #89b172;
  font-size: 24px;
  line-height: 120%;
}
.steps__num img {
  width: 20px;
  flex: 0 0 20px;
}
.steps__head {
  margin-top: 40px;
  font-size: 20px;
  line-height: 120%;
}
.steps__text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 129%;
  color: #99a4ac;
}

.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__title {
  max-width: 700px;
}
.faq__wp {
  width: 100%;
  gap: 100px;
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .faq__wp {
    gap: 50px;
  }
}
@media (max-width: 998px) {
  .faq__wp {
    flex-direction: column;
    margin-top: 30px;
    gap: 24px;
  }
}
.faq__left {
  width: 51%;
  flex: 0 0 51%;
}
@media (max-width: 998px) {
  .faq__left {
    width: 100%;
    flex: 0 0 100%;
  }
}
.faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #0f2435;
}
.faq__quest {
  font-size: 24px;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
@media (max-width: 998px) {
  .faq__quest {
    font-size: 22px;
    grid-template-columns: 1fr 20px;
  }
}
.faq__quest._active div::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__quest div {
  position: relative;
  aspect-ratio: 1/1;
}
.faq__quest div::before, .faq__quest div::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  width: 100%;
  height: 2px;
  transition: 0.3s;
  background: #89b172;
}
.faq__quest div::after {
  height: 100%;
  width: 2px;
}
.faq__resp {
  font-size: 17px;
  line-height: 129%;
}
.faq__resp div {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 998px) {
  .faq__resp div {
    padding-top: 14px;
    gap: 10px;
  }
}
.faq__resp div li {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 998px) {
  .faq__resp div li {
    padding-left: 20px;
  }
}
.faq__resp div li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: #0f2435;
  border-radius: 50%;
}
@media (max-width: 998px) {
  .faq__resp div li::before {
    left: 7px;
  }
}
.faq__important {
  margin-top: 70px;
  display: grid;
  gap: 14px;
  align-items: center;
  grid-template-columns: 30px 1fr;
  font-size: 18px;
  line-height: 120%;
  color: #99a4ac;
}
@media (max-width: 998px) {
  .faq__important {
    margin-top: 24px;
    font-size: 16px;
    align-items: flex-start;
  }
}
.faq__important span {
  color: #0f2435;
}
.faq__right {
  padding: 54px;
  padding-bottom: 40px;
  background: #245983;
  border-radius: 24px;
  color: #fffd;
}
.home {
    margin-top: 146px;
}
@media (max-width: 1200px) {
  .faq__right {
    padding: 40px;
    padding-bottom: 30px;
  }
.home {
    margin-top: 30px !important;
}
}

@media (max-width: 700px) {
  .faq__right {
    padding: 24px;
    padding-bottom: 17px;
  }
}
.faq__right h3 {
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 700px) {
  .faq__right h3 {
    font-size: 26px;
  }
}
.faq__right ul {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .faq__right ul {
    margin-top: 10px;
    font-size: 16px;
  }
}
.faq__right ul li {
  padding: 14px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
}
.faq__right ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq__right ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/minus.svg);
  background-size: contain;
  flex: 0 0 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.team__container {
  padding-bottom: 50px;
}
.team__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 998px) {
  .team__top {
    justify-content: center;
  }
}
.team__title {
  max-width: 800px;
}
@media (min-width: 998px) {
  .team__title {
    text-align: left;
  }
}
@media (max-width: 998px) {
  .team__arrow {
    display: none !important;
  }
}
.team__block {
  padding: 50px 20px;
  width: calc(100% + 40px);
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .team__block {
    padding: 0;
    overflow: visible;
    width: 100%;
    margin-top: 20px;
  }
}
.team__slide {
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  padding-bottom: 40px;
}
@media (max-width: 998px) {
  .team__slide {
    padding: 20px;
    border-radius: 20px;
  }
}
.team__img img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 331/343;
  object-fit: cover;
}
.team__name {
  margin-top: 20px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #245983;
}
@media (max-width: 998px) {
  .team__name {
    font-size: 20px;
    margin-top: 14px;
  }
}
.team__prof {
  margin-top: 10px;
  line-height: 129%;
}
@media (max-width: 998px) {
  .team__prof {
    font-size: 16px;
  }
}

._arrow {
  display: flex;
  gap: 10px;
}
._arrow__el {
  transition: 0.3s;
  cursor: pointer;
}
._arrow__el:hover {
  scale: 1.1;
}
._arrow__el img {
  width: 40px;
}
._arrow__el.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
._arrow__el_l img {
  transform: rotate(180deg);
}
@media (min-width: 998px) {
  .portfolio__title {
    text-align: left;
  }
}
.portfolio__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 900px) {
  .portfolio__block {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.portfolio__item {
  padding: 34px;
  border: 1px solid rgba(36, 89, 131, 0.3);
  border-radius: 14px;
}
@media (max-width: 500px) {
  .portfolio__item {
    padding: 14px;
    border-radius: 8px;
  }
}
.portfolio__img {
  position: relative;
}
.portfolio__img._active img:nth-child(2) {
  opacity: 1;
}
.portfolio__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 522/354;
  transition: 0.3s;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .portfolio__img img {
    border-radius: 6px;
  }
}
.portfolio__img img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.portfolio__name {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  backdrop-filter: blur(10px);
  background: rgba(15, 36, 53, 0.2);
  border-radius: 8px;
}
@media (max-width: 500px) {
  .portfolio__name {
    top: 0;
    font-size: 12px;
    right: 0;
    padding: 10px 14px;
  }
}
.portfolio__check {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  color: #245983;
}
.portfolio__check span {
  padding: 10px;
  border-radius: 14px;
  cursor: pointer;
}
.portfolio__check span._active {
  background: #89b172;
  color: #fff;
}
@media (max-width: 500px) {
  .portfolio__check {
    left: 12px;
    bottom: 12px;
    padding: 6px;
    font-size: 14px;
    border-radius: 5px;
  }
  .portfolio__check span {
    border-radius: 8px;
  }
}
.portfolio__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
}
.portfolio__list li {
  padding: 10px 12px;
  background: rgba(137, 177, 114, 0.14);
  border-radius: 10px;
}
@media (max-width: 500px) {
  .portfolio__list li {
    font-size: 14px;
  }
}
.portfolio__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 129%;
}
@media (max-width: 500px) {
  .portfolio__content {
    font-size: 14px;
    gap: 7px;
    margin-top: 15px;
  }
}
.portfolio__content h3 {
  font-size: 22px;
  color: #245983;
}
@media (max-width: 500px) {
  .portfolio__content h3 {
    font-size: 16px;
  }
}

.rewiew__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 998px) {
  .rewiew__title {
    text-align: left;
  }
}
.rewiew__company {
  display: flex;
  gap: 10px;
}
@media (max-width: 700px) {
  .rewiew__company {
    flex-direction: column;
    width: 100%;
    gap: 6px;
    justify-content: start;
    align-items: flex-start;
  }
}
.rewiew__el {
  width: 100%;
  max-width: 280px;
  height: 75px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 998px) {
  .rewiew__el {
    max-width: 500px;
  }
}
.rewiew__el iframe {
  width: 100%;
  height: 100%;
}
.rewiew__best {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  background: white;
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
.rewiew__best img {
  width: 100%;
}
@media (max-width: 998px) {
  .rewiew__best {
    max-width: 500px;
    padding: 18px;
    font-size: 16px;
  }
}
.rewiew__block {
  padding: 50px 10px;
  width: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
@media (max-width: 700px) {
  .rewiew__block {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
    overflow: visible;
    margin-top: 30px;
  }
}
.rewiew__slide {
  padding: 44px;
  padding-right: 30px;
  box-shadow: 0 30px 15px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .rewiew__slide {
    padding: 20px;
  }
}
.rewiew__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rewiew__stars {
  display: flex;
  gap: 6px;
}
.rewiew__stars img {
  width: 15px;
}
.rewiew__logo img {
  max-width: 80px;
}
.rewiew__text {
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: auto;
}
@media (max-width: 998px) {
  .rewiew__text {
    font-size: 16px;
  }
}
.rewiew__name {
  margin-top: 45px;
  color: #245983;
  line-height: 1.4;
}
.rewiew__date {
  font-size: 16px;
  color: #99a4ac;
  line-height: 1.4;
}
.rewiew__arrow {
  justify-content: end;
  margin-top: -20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 998px) {
  .rewiew__arrow {
    display: none;
  }
}

.zaiavka__block {
  background-image: url(../img/bg.png);
  padding: 70px 80px;
  position: relative;
  color: #fff;
  border-radius: 24px;
}
@media (max-width: 998px) {
  .zaiavka__block {
    padding: 50px 25px;
  }
}
.zaiavka__content {
  max-width: 60%;
}
@media (max-width: 998px) {
  .zaiavka__content {
    max-width: 100%;
  }
}
.zaiavka__title {
  color: #fff;
}
@media (min-width: 998px) {
  .zaiavka__title {
    text-align: left;
  }
}
.zaiavka__form {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.zaiavka__form .input-wp._min {
  width: calc(50% - 6px);
}
@media (max-width: 600px) {
  .zaiavka__form .input-wp._min {
    width: 100%;
  }
}
.zaiavka__pol {
  font-size: 13px;
  line-height: 1.1;
}
.zaiavka__pol input {
  display: none;
}
.zaiavka__pol input:checked + label::before {
  background: #89b172;
  background-image: url(../img/cecw.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.zaiavka__pol label {
  padding-left: 30px;
  position: relative;
  display: block;
  color: #bec0c9;
}
.zaiavka__pol label a {
  color: #fff;
}
.zaiavka__pol label a:hover {
  text-decoration: underline;
}
.zaiavka__pol label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  background: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.zaiavka__btn {
  margin-top: 32px;
}
@media (max-width: 998px) {
  .zaiavka__btn {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.zaiavka__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 34%;
}
@media (max-width: 998px) {
  .zaiavka__img {
    display: none;
  }
}
.zaiavka__img img {
  position: absolute;
  width: 110%;
  bottom: 0;
  left: 0;
}

.input-wp {
  width: 100%;
}
.input-wp input,
.input-wp textarea {
  padding: 25px 20px;
  width: 100%;
  color: #8da5b8;
  font-size: 17px;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .input-wp input,
.input-wp textarea {
    padding: 20px;
  }
}
.input-wp textarea {
  min-height: 114px;
}

.smile {
  background-image: url(../img/rec.png);
  background-size: cover;
  background-position: center;
}
.smile__title {
  color: #fff;
  max-width: 600px;
  margin: 0px auto;
}
.smile__block {
  margin-top: 30px;
}
@media (min-width: 998px) {
  .smile__block {
    padding: 30px 0;
    background-image: url(../img/bg3.png);
    background-size: 100% 100%;
  }
}
.smile__slide {
  background-image: url(../img/nn.png);
  background-size: cover;
  border-radius: 24px;
  padding: 55px 70px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .smile__slide {
    padding: 30px;
  }
}
.smile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 998px) {
  .smile__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
.smile__head {
  font-size: 30px;
  line-height: 120%;
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  .smile__head {
    font-size: 20px;
  }
}
.smile__cif {
  font-size: 17px;
  line-height: 129%;
  white-space: nowrap;
  text-align: right;
  color: #99a4ac;
}
@media (max-width: 998px) {
  .smile__cif {
    font-size: 16px;
  }
}
.smile__main {
  margin-top: 30px;
}
.smile__radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 998px) {
  .smile__radio {
    font-size: 16px;
  }
}
.smile__radio input {
  display: none;
}
.smile__radio input:checked + label::before {
  background-image: url(../img/Ellipse.svg);
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
}
.smile__radio input[type=checkbox] + label::before {
  border-radius: 0;
}
.smile__radio input[type=checkbox]:checked + label::before {
  background: #89b172;
  background-image: url(../img/cecw.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.smile__radio label {
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.smile__radio label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #89b172;
}
.smile__bottom {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smile__btn {
  cursor: pointer;
}
.smile__btn.swiper-button-disabled {
  opacity: 0;
}
.smile__btn._back {
  border: 1.5px solid #89b172;
  background: transparent;
  color: #89b172;
}
.smile__btn._back:hover {
  color: #5a7a47;
  border: 1.5px solid #5a7a47;
}
@media (max-width: 998px) {
  .smile__btn {
    padding: 15px 20px;
  }
}
.smile__dots {
  display: flex;
  gap: 14px;
}
@media (max-width: 998px) {
  .smile__dots {
    display: none;
  }
}
.smile__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bcbebb;
}
.smile__dots span.swiper-pagination-bullet-active {
  background: #89b172;
}
.smile__name {
  margin-top: 30px;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 998px) {
  .smile__name {
    font-size: 18px;
    margin-top: 26px;
  }
}
.smile__form {
  margin-top: 25px;
  max-width: 612px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 998px) {
  .smile__form {
    margin-top: 10px;
  }
}
.smile__form .input-wp._min {
  width: calc(50% - 6px);
}
@media (max-width: 600px) {
  .smile__form .input-wp._min {
    width: 100%;
  }
}
.smile__form .input-wp._min input {
  background: #f0f0f0;
}
.smile__form .zaiavka__pol a {
  color: #838383;
}

.home {
  overflow: hidden;
  background-image: url(../img/Rectangle.png);
  color: #fff;
}
.home__container {
  padding-bottom: 0;
  padding-top: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
@media (max-width: 998px) {
  .home__container {
    grid-template-columns: 1fr;
  }
}
.home__content {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 700px) {
  .home__content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.home__head {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #89b172;
}
@media (max-width: 700px) {
  .home__head {
    font-size: 18px;
    line-height: 1.2;
  }
}
.home__title {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .home__title {
    font-size: 48px;
  }
}
@media (max-width: 1100px) {
  .home__title {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .home__title {
    font-size: 30px;
    margin-top: 15px;
  }
}
.home__check {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home__check li {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
}
.home__check li img {
  flex: 0 0 24px;
  width: 24px;
}
@media (max-width: 998px) {
  .home__check {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.home__btn {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .home__btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 5;
    max-width: calc(100% - 40px);
  }
}
.home__img {
  position: relative;
}
.home__img img {
  position: relative;
  width: 130%;
  margin-bottom: -25%;
  z-index: 2;
}
@media (max-width: 900px) {
  .home__img img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .home__img img {
    margin-bottom: -5%;
  }
}
.home__img img:nth-child(1) {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.call {
  width: 48px;
  bottom: 100px;
  position: fixed;
  right: 20px;
  z-index: 20;
}
@media (min-width: 998px) {
  .call {
    display: none;
  }
}