@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;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format(woff2);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------Шрифты--------------------------------*/
/*----------------------------------Переменные--------------------------------*/
:root {
  --color-black: #141414;
  --color-white: #FFFFFF;
  --color-gray: #F3F3F5;
  --color-red: #E1000A;
  --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, 3.3333333333vw, 48px);
  line-height: 110%;
  font-weight: 700;
}
.title h2 {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .title h2 {
    margin-bottom: 16px;
  }
}

.text p {
  line-height: 150%;
}
.text p:not(:last-child) {
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 500;
  background-color: var(--color-red);
  color: var(--color-white);
}
@media (hover: hover) {
  .button:hover {
    background-color: #ff5e66;
  }
}

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

.address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.widgets__whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}
.widgets__whatsapp::after, .widgets__whatsapp::before {
  content: "";
  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: "";
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #1B4E9B;
  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-top: 20px;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    padding-top: 5px;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  position: relative;
  z-index: 999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 57px;
}
.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;
}
@media (max-width: 768px) {
  .header__tel {
    display: block;
    text-align: end;
  }
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background-color: var(--color-gray);
  padding: 16px 12px 16px 24px;
  border-radius: 16px;
}
.header__body_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .header__body_wrap .button {
    padding: 5px 15px;
  }
}
@media (max-width: 768px) {
  .header__body {
    padding: 12px 8px;
    border-radius: 0px;
    margin: 0px -8px;
  }
}
.header__logo {
  z-index: 3;
}
@media (max-width: 768px) {
  .header__logo {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .header .massengers {
    display: none;
  }
}

/*----------------------------------header--------------------------------*/
/*----------------------------------menu--------------------------------*/
.menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 40px;
}
.menu__link {
  font-weight: 500;
  line-height: 120%;
  position: relative;
  transition: All 0.3s ease 0s;
}
@media (hover: hover) {
  .menu__link:hover {
    color: var(--color-red);
  }
}
@media (max-width: 1024px) {
  .menu__link {
    padding: 7px 19px;
  }
}
@media (max-width: 1024px) {
  .menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 115px 0px 30px 0px;
    transition: All 0.5s ease 0s;
    overflow: auto;
    z-index: 2;
  }
  .menu._active {
    top: 0;
  }
  .menu__list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .menu ul {
    display: block;
    position: relative;
    background-color: var(--color-white);
  }
  .menu ul li {
    margin-bottom: 7px;
  }
  .menu ul li .act {
    background-color: var(--color-red);
    color: var(--color-white);
  }
}

/*----------------------------------menu--------------------------------*/
/*----------------------------------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: 25%;
  }
  .burger__line:nth-child(2) {
    left: 50%;
    top: 50%;
  }
  .burger__line:last-child {
    left: 50%;
    top: 75%;
  }
  .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: 150px;
}
@media (max-width: 768px) {
  .main-section {
    margin-top: 100px;
  }
}
.main-section__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 24px;
  margin-bottom: 40px;
}
.main-section__info .title {
  flex-basis: 1224px;
}
@media (max-width: 1024px) {
  .main-section__info {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.main-section img {
  border-radius: 16px;
}

/*----------------------------------main-section--------------------------------*/
/*----------------------------------services--------------------------------*/
.services__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .services__body {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
  }
}
.services .text {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .services .text {
    margin-bottom: 20px;
  }
}

/*----------------------------------services--------------------------------*/
/*----------------------------------about--------------------------------*/
.about__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .about__body {
    flex-wrap: wrap;
  }
}
.about__image {
  flex-basis: 780px;
}
.about__image img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .about__image {
    flex-basis: 100%;
    order: 1;
  }
}
.about__info {
  flex-basis: 660px;
}
.about__info p {
  line-height: 110%;
}
.about__info p:not(:last-child) {
  margin-bottom: 12px;
}
.about__info p:last-child {
  color: var(--color-red);
  font-weight: 700;
}
.about__info span {
  font-weight: 700;
}
.about__info ul {
  padding: 16px 0px;
}
.about__info ul li {
  padding-left: 30px;
  position: relative;
}
.about__info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about__info ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  top: 6px;
  left: 5px;
  background-color: var(--color-red);
  transform: rotate(-45deg);
}
.about__info ul li::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  top: 0;
  left: 12px;
  background-color: var(--color-red);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .about__info {
    flex-basis: 100%;
  }
}

/*----------------------------------about--------------------------------*/
/*----------------------------------card--------------------------------*/
.card {
  height: 100%;
  position: relative;
  border-radius: 16px;
}
.card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(27, 31, 40, 0.8) 64.98%, rgba(27, 31, 40, 0.8) 100%);
  pointer-events: none;
}
.card__image img {
  border-radius: 16px;
}
.card__inner {
  position: relative;
  z-index: 2;
  padding: 32px;
  color: var(--color-white);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .card__inner {
    padding: 24px 13px;
  }
}
.card h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 130%;
  margin-bottom: 16px;
}
.card p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 150%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .card p {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .card__button .button {
    padding: 8px 29px;
  }
}

/*----------------------------------card--------------------------------*/
/*----------------------------------delivery--------------------------------*/
.delivery__wrap {
  position: relative;
}
.delivery__body {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 45px 8px;
  color: var(--color-white);
}
.delivery__body p {
  max-width: 990px;
  margin: auto;
  padding-bottom: 26px;
}
.delivery__body h3 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 26px;
}
.delivery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.delivery__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(27, 31, 40, 0.8) 64.98%, rgba(27, 31, 40, 0.8) 100%);
  pointer-events: none;
}
.delivery__bg img {
  border-radius: 16px;
}

/*----------------------------------delivery--------------------------------*/
/*---------------------------------------sliders----------------------------*/
.slider {
  overflow: hidden;
  position: relative;
  background-color: var(--color-gray);
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .slider {
    padding-bottom: 40px;
  }
}
.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: #1B4E9B;
  border-radius: 4px;
  width: 40px;
  padding: 8px;
}

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

.swiper-wrapper {
  padding: 24px 0px;
  align-items: stretch;
  justify-content: space-around;
}

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

/*---------------------------------------sliders----------------------------*/
/*---------------------------------------partners----------------------------*/
.partners__block {
  text-align: center;
  background-color: var(--color-gray);
  padding: 8px 50px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .partners__block {
    padding: 8px;
  }
}
.partners__block span {
  font-weight: 800;
  font-size: clamp(18px, 2.2222222222vw, 32px);
  color: var(--color-red);
  margin-bottom: 7px;
  display: block;
}
.partners__block p {
  font-size: 10px;
}

/*---------------------------------------partners----------------------------*/
/*---------------------------------------stages----------------------------*/
.stages__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 768px) {
  .stages__body {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.stages__block {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 5px;
  flex-basis: 336px;
  position: relative;
}
.stages__block span {
  background-color: #1B4E9B;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 64px;
  overflow: hidden;
  margin-top: -30px;
  padding-top: 13px;
  margin-bottom: 27px;
}
.stages__block h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.stages__block p {
  font-size: 12px;
}
@media (max-width: 768px) {
  .stages__block {
    flex-basis: 100%;
  }
}
.stages svg {
  position: absolute;
  right: -22px;
  top: 50%;
}
@media (max-width: 768px) {
  .stages svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .stages .title {
    margin-bottom: 30px;
  }
}

/*---------------------------------------stages----------------------------*/
/*---------------------------------------advantages----------------------------*/
.advantages__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .advantages__body {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
  }
}
.advantages__block {
  border-radius: 16px;
  background-color: var(--color-gray);
  padding: 24px;
}
.advantages__block svg {
  background-color: #DFE3E4;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.advantages__block h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: 130%;
  margin-bottom: 19px;
}
.advantages__block p {
  color: #707D89;
}
.advantages__block:last-child {
  background-color: var(--color-red);
  color: var(--color-white);
}
.advantages__block:last-child svg {
  background-color: #E41922;
}
.advantages__block:last-child svg path {
  stroke: var(--color-white);
}
.advantages__block:last-child p {
  color: var(--color-white);
}

/*---------------------------------------advantages----------------------------*/
/*---------------------------------------contact----------------------------*/
.contact__body {
  box-shadow: 0 6px 24px 0 rgba(20, 51, 90, 0.1);
  padding: 48px;
}
@media (max-width: 768px) {
  .contact__body {
    padding: 19px 12px;
  }
}
.contact__body h2 {
  font-weight: 800;
  font-size: clamp(16px, 2.2222222222vw, 32px);
  line-height: 130%;
  text-transform: uppercase;
  max-width: 700px;
  margin-bottom: 16px;
}
.contact__body p {
  margin-bottom: 32px;
}

/*---------------------------------------contact----------------------------*/
/*----------------------------------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 {
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
}
.form._sending::after {
  opacity: 1;
  visibility: visible;
}
.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 #d2dae1;
  padding: 18px 16px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.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: 18px 36px;
  background-color: var(--color-red);
  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;
}
@media (max-width: 768px) {
  .form__button {
    width: 100%;
  }
}
.form p {
  margin-bottom: 0px;
  color: #707D89;
}
.form__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .form__items {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.form__item {
  width: 100%;
}
.form__block {
  display: flex;
  align-items: center;
  gap: 10px 32px;
}
@media (max-width: 768px) {
  .form__block {
    flex-wrap: wrap;
  }
}

/*----------------------------------form--------------------------------*/
/*----------------------------------footer--------------------------------*/
.footer {
  background-color: var(--color-gray);
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 20px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__box {
  padding-top: 40px;
}
.footer__box h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #373737;
  margin-bottom: 10px;
}
.footer__box p {
  font-size: 14px;
  margin-bottom: 14px;
  max-width: 200px;
}
.footer__box .massengers {
  max-width: 65px;
}
@media (max-width: 1024px) {
  .footer__box .massengers {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .footer__box:first-child {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__box {
    padding-top: 0px;
  }
}
.footer__logo {
  margin-bottom: 12px;
}
.footer__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
  max-width: 390px;
}
@media (max-width: 1024px) {
  .footer__items {
    max-width: 100%;
    gap: 20px 10px;
    margin-bottom: 50px;
  }
}
.footer__item img {
  margin-bottom: 10px;
}
.footer__item h4 {
  font-weight: 500;
  margin-bottom: 7px;
}
.footer__map {
  flex-basis: 828px;
  margin-right: -250px;
}
@media (max-width: 1024px) {
  .footer__map {
    display: none;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0px;
}
.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--------------------------------*//*# sourceMappingURL=styles.css.map */