@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  font-size: 100%;
  line-height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100dvh;
  min-width: 320px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
  resize: none;
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  font-size: inherit;
  color: inherit;
  display: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1, h2, h3, h4, h5, h6, p, address, cite, span, ul, li {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
}

/*-----------------------------------обнуляющие стили--------------------------------*/
/*----------------------------------Шрифты--------------------------------*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format(woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format(woff2);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format(woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format(woff2);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------Шрифты--------------------------------*/
/*----------------------------------Переменные--------------------------------*/
:root {
  --color-black: #141414;
  --color-black-altr: #333333;
  --color-white: #FFFFFF;
  --color-gray: #F1F5FF;
  --color-blue: #2770F1;
  --font-family-base: "Montserrat", Arial, sans-serif;
  --container-width: 1440px;
}

/*----------------------------------Переменные--------------------------------*/
/*----------------------------------global--------------------------------*/
body.lock {
  overflow: hidden;
}

body {
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

._container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0px 8px;
}

section {
  padding: 40px 0px;
}
@media (max-width: 768px) {
  section {
    padding: 15px 0px;
  }
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.title {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  line-height: 110%;
}
.title h2 {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .title h2 {
    margin-bottom: 16px;
  }
}
.title h1 {
  margin-bottom: 30px;
}
.title--mod {
  border-left: 1px solid var(--color-blue);
  margin-left: -10px;
  padding-left: 12px;
}

.text p {
  line-height: 150%;
  color: #767676;
  line-height: 110%;
}
.text p:not(:last-child) {
  margin-bottom: 20px;
}
.text p:last-child {
  color: #080A37;
  font-weight: 700;
}

.button {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 600;
  background-color: var(--color-blue);
  color: var(--color-white);
  line-height: 171%;
}

.massengers {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
}

.widgets__whatsapp {
  position: fixed;
  right: 10px;
  bottom: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}
.widgets__whatsapp::after, .widgets__whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.widgets__whatsapp:after {
  animation-delay: 0.5s;
}
.widgets__tel {
  position: fixed;
  right: 20px;
  bottom: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}
.widgets__tel::after, .widgets__tel::before {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #333333;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.widgets__tel:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*----------------------------------global--------------------------------*/
/*----------------------------------header--------------------------------*/
.header {
  position: fixed;
  width: 100%;
  background-color: var(--color-white);
  padding: 14px 0px;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    padding: 12px 0px;
  }
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 999;
}
.header__tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 150%;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header__tel {
    display: block;
    text-align: end;
    margin-bottom: 0px;
  }
  .header__tel p {
    display: none;
  }
}
.header__logo {
  z-index: 3;
}
@media (max-width: 768px) {
  .header__logo {
    width: 115px;
  }
}
@media (max-width: 1024px) {
  .header .massengers {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

/*----------------------------------header--------------------------------*/
/*----------------------------------burger--------------------------------*/
.burger {
  display: none;
}
@media (max-width: 1024px) {
  .burger {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 50%;
    position: relative;
    display: block;
    z-index: 999;
    cursor: pointer;
  }
  .burger__line {
    height: 2px;
    width: 21px;
    position: absolute;
    transition: all 0.3s ease 0s;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 1px;
  }
  .burger__line:first-child {
    left: 50%;
    top: 35%;
  }
  .burger__line:nth-child(2) {
    left: 50%;
    top: 50%;
  }
  .burger__line:last-child {
    left: 50%;
    top: 67%;
  }
  .burger._active .burger__line:nth-child(2) {
    opacity: 0;
  }
  .burger._active .burger__line:first-child {
    transform: rotate(-45deg);
    left: 30%;
    top: 50%;
  }
  .burger._active .burger__line:last-child {
    transform: rotate(45deg);
    left: 30%;
    top: 50%;
  }
}

/*----------------------------------burger--------------------------------*/
/*----------------------------------main-section--------------------------------*/
.main-section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .main-section {
    margin-top: 100px;
  }
}
.main-section__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  background-color: var(--color-gray);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .main-section__body {
    flex-wrap: wrap;
  }
}
.main-section__info {
  padding: 64px 0px 64px 35px;
  flex-basis: 666px;
}
@media (max-width: 1024px) {
  .main-section__info {
    margin-bottom: 16px;
    flex-basis: 100%;
    padding: 15px;
  }
}
.main-section .text {
  margin-bottom: 30px;
}
.main-section__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-section__items {
    flex-wrap: wrap;
  }
}
.main-section__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.main-section__item:first-child {
  flex-basis: 300px;
}
.main-section__image img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .main-section__image {
    flex-basis: 100%;
  }
}

/*----------------------------------main-section--------------------------------*/
/*----------------------------------services--------------------------------*/
.services__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  margin-bottom: 70px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .services__body {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.services__item {
  border-radius: 10px;
  background-color: var(--color-gray);
  padding: 30px 0px 30px 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.services__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--color-black-altr);
  margin-bottom: 18px;
}
.services__item_inner {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.services__item_info {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-basis: 350px;
}
.services__item_info h4 {
  line-height: 110%;
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 22px;
}
.services__item_info ul {
  margin-bottom: 15px;
  flex-grow: 1;
  max-width: 250px;
}
.services__item_info ul li {
  line-height: 110%;
  color: #080A37;
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.services__item_info ul li:not(:last-child) {
  margin-bottom: 12px;
}
.services__item_info p {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #767676;
  margin-bottom: 20px;
}
.services__item_info .button {
  margin-top: auto;
}
.services__item_image {
  align-self: flex-end;
  margin-left: auto;
}
.services__item_image img {
  display: block;
  max-height: 100%;
}
.services__block {
  position: relative;
}
.services__block_inner {
  position: relative;
  z-index: 2;
  padding: 30px 19px;
  color: var(--color-white);
  text-align: center;
}
.services__block_inner p {
  margin-bottom: 12px;
}
.services__block_inner .button {
  margin-top: 20px;
}
.services__block_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services__block_image img {
  border-radius: 10px;
}
.services__block_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2770F1;
  opacity: 0.6;
  border-radius: 10px;
}

.guarantees {
  border-radius: 4px;
  border: 1px solid #d2dae1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .guarantees {
    flex-wrap: wrap;
  }
}
.guarantees__block {
  padding: 30px;
}
.guarantees__block svg {
  margin-bottom: 25px;
}
.guarantees__block h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 140%;
  margin-bottom: 16px;
}
.guarantees__block p {
  line-height: 150%;
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.guarantees__block:not(:last-child) {
  border-right: 1px solid #d2dae1;
}
@media (max-width: 1024px) {
  .guarantees__block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .guarantees__block {
    width: 100%;
  }
  .guarantees__block:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d2dae1;
  }
}

/*----------------------------------services-------------------------------*/
/*----------------------------------services--------------------------------*/
.steps__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.step {
  background-color: var(--color-gray);
  border-radius: 10px;
  padding: 43px 28px 30px 28px;
  position: relative;
}
.step .form__input, .step .form__button {
  margin-bottom: 14px;
}
.step .form p {
  margin-bottom: 0px;
}
.step h3 {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 110%;
  color: var(--color-black-altr);
  margin-bottom: 15px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .step h3 {
    max-width: 200px;
  }
}
.step h4 {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  margin-bottom: 18px;
}
.step span {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 17px;
  border-radius: 50%;
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: 110%;
}
.step > a {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.step p {
  margin-bottom: 12px;
  line-height: 150%;
}
.step ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.step ul li:not(:last-child) {
  margin-bottom: 14px;
}
.step:first-child > p {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  margin-bottom: 16px;
}
.step .form__item img {
  top: 37%;
}

/*----------------------------------services--------------------------------*/
/*---------------------------------------reviews----------------------------*/
.review cite {
  font-weight: 600;
  margin-bottom: 7px;
}
.review h3 {
  line-height: 129%;
  margin-bottom: 20px;
}
.review p {
  line-height: 175%;
}
.review__rating {
  margin-bottom: 24px;
}

/*---------------------------------------reviews----------------------------*/
/*---------------------------------------sliders----------------------------*/
.slider {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .slider {
    padding-bottom: 80px;
  }
}
.slider__buttons {
  width: 120px;
  position: absolute;
  right: -5px;
  bottom: 50px;
  display: none;
}
@media (max-width: 768px) {
  .slider__buttons {
    display: block;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .slider {
    background-color: inherit;
  }
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  background-color: var(--color-blue);
  border-radius: 4px;
  width: 40px;
  padding: 8px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-wrapper {
  align-items: stretch;
}

.slider .swiper-slide {
  height: auto;
}

/*---------------------------------------sliders----------------------------*/
/*----------------------------------popup--------------------------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(27, 49, 95, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  z-index: 999;
}
.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  max-width: 618px;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 4px;
  position: relative;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transition: all 0.8s ease 0s;
  margin: 0px 10px;
}
.popup__content h2 {
  color: #1B315F;
  font-weight: 800;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 125%;
  text-align: center;
  margin-bottom: 24px;
}
.popup__content p {
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 144%;
  text-align: center;
  color: #3F578B;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .popup__content {
    padding: 27px 12px;
  }
}
.popup.open .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup .form__block {
  justify-content: center;
  gap: 16px;
}
.popup__close {
  color: var(--color-red);
  background-color: #FFF5F6;
  padding: 20px 58px;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup__close {
    width: 100%;
    display: block;
  }
}
.popup .form__item {
  position: relative;
  margin-bottom: 16px;
}
.popup .form__item svg {
  position: absolute;
  top: 50%;
  left: 15PX;
  transform: translateY(-50%);
}
.popup .form__item input {
  padding-left: 46px;
}
.popup .form__text {
  text-align: center;
}
.popup .form__text p {
  font-size: 16px;
  line-height: 150%;
  color: #3F578B;
}
.popup .form__text a {
  display: inline-block;
  color: #2770F1;
  text-decoration: underline;
  margin-bottom: 16px;
}
.popup__block {
  text-align: center;
}

/*----------------------------------popup--------------------------------*/
/*----------------------------------form--------------------------------*/
.form {
  position: relative;
}
.form__label {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.form__input {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid rgba(39, 112, 241, 0.2);
  padding: 12px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  line-height: 162%;
}
.form__input._error {
  border: 1px solid red;
}
.form__input::-moz-placeholder {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
.form__input::placeholder {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
.form__button {
  padding: 13px 30px;
  background-color: var(--color-blue);
  cursor: pointer;
  color: var(--color-white);
  border-radius: 4px;
  font-weight: 500;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .form__button {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .form__button {
    padding: 12px;
  }
}
.form p {
  color: #3F578B;
}
.form p a {
  color: var(--color-blue);
  text-decoration: underline;
}
.form__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .form__items {
    flex-wrap: wrap;
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.form__item {
  width: 100%;
  position: relative;
}
.form__item img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.form__item input {
  padding-left: 40px;
}
.form__item input::-moz-placeholder {
  color: rgba(22, 44, 91, 0.2);
}
.form__item input::placeholder {
  color: rgba(22, 44, 91, 0.2);
}

/*----------------------------------form--------------------------------*/
/*----------------------------------cost--------------------------------*/
.cost__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cost__item {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.cost__item dt {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 12px;
  font-size: clamp(14px, 1.5277777778vw, 22px);
  line-height: 145%;
  color: var(--color-blue);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cost__item dt {
    white-space: normal;
  }
}
.cost__item dt::after {
  content: "";
  flex: 1;
  min-width: 25px;
  margin-inline: 2px;
  border-bottom: 2px solid #D7E2FF;
}
.cost__item dd {
  flex-shrink: 0;
  white-space: nowrap;
}
.cost__item dd span {
  font-weight: 700;
  line-height: 171%;
  color: #1B315F;
}
@media (max-width: 768px) {
  .cost__item dd {
    margin-left: auto;
  }
}

/*----------------------------------cost--------------------------------*/
/*----------------------------------footer--------------------------------*/
.footer {
  background-color: var(--color-gray);
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 53px 8px 24px;
  max-width: 1190px;
  margin: auto;
}
@media (max-width: 1024px) {
  .footer__body {
    flex-wrap: wrap;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 8px;
  max-width: 1190px;
  margin: auto;
}
.footer__bottom p:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__wrap {
  border-top: 1px solid #828282;
}
.footer__contact {
  font-size: 14px;
  line-height: 150%;
}
.footer__contact a {
  font-weight: 700;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  line-height: 140%;
}
@media (max-width: 768px) {
  .footer__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*----------------------------------footer--------------------------------*//*# sourceMappingURL=styles.css.map */