@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: black;
  background-color: #F2F6F7;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 991px) {
  body {
    font-size: 20px;
  }
}

.separator {
  background-color: #4D7084;
  height: 1px;
  width: 100%;
}

@media (min-width: 1199px) {
  .container {
    max-width: 1216px;
  }
}
@media (min-width: 1199px) {
  .container-big {
    max-width: 1440px;
  }
}

@media (min-width: 1199px) {
  .logo {
    margin-left: 10px;
  }
}

.offer {
  min-height: max-content;
  background-image: url("../img/offerMob.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}
@media (min-width: 991px) {
  .offer {
    background-image: url("../img/offer.png");
    background-size: contain;
    background-position: top center;
  }
}

.offer-text {
  margin-top: 300px;
}
@media (min-width: 991px) {
  .offer-text {
    margin-top: 255px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1199px) {
  .offer-text {
    margin-top: 369px;
    margin-left: 22px;
  }
}

.offer-description-desktop {
  position: absolute;
  bottom: -41px;
  right: 0;
  margin-left: 83px;
}
@media (min-width: 1199px) {
  .offer-description-desktop {
    bottom: -13px;
    margin-left: 110px;
  }
}

.menu {
  background-color: rgba(11, 42, 60, 0.8);
  padding: 13px 20px 13px 36px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}

.menu-link {
  color: white;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.menu-link:hover {
  color: #FB5B3E;
}

.menu-round {
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
  margin: 0 18px;
}

.menu-img-link svg path {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.menu-img-link svg:hover path {
  fill: #FB5B3E;
}

.burger {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #384e5d;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.offcanvas-menu {
  display: none; /* По умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #384e5d;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.3s ease;
}

.offcanvas-menu.active {
  display: block; /* Показываем меню, когда добавлен класс active */
}

.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.offcanvas-nav li {
  margin-bottom: 20px;
}
.offcanvas-nav a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.nav-link-burger {
  display: block;
  font-size: 16px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.nav-link-burger:hover {
  color: #FB5B3E;
}

.color-opWhite {
  color: rgba(255, 255, 255, 0.5);
}
.color-opBlack {
  color: rgba(0, 0, 0, 0.2);
}
.color-orange {
  color: #FB5B3E;
}

.text-Unbounded {
  font-family: "Unbounded", sans-serif;
}
.text-fwBolder {
  font-weight: 500;
}
.text-lh {
  line-height: 52px;
}
.text-fs14 {
  font-size: 14px;
}
.text-fs14-18 {
  font-size: 14px;
}
@media (min-width: 991px) {
  .text-fs14-18 {
    font-size: 18px;
  }
}
.text-fs16-18 {
  font-size: 16px;
}
@media (min-width: 991px) {
  .text-fs16-18 {
    font-size: 18px;
  }
}
.text-fs18 {
  font-size: 18px;
}
.text-fs20-24 {
  font-size: 20px;
}
@media (min-width: 1199px) {
  .text-fs20-24 {
    font-size: 24px;
  }
}
.text-fs22-24 {
  font-size: 22px;
}
@media (min-width: 1199px) {
  .text-fs22-24 {
    font-size: 24px;
  }
}
.text-fs28-42 {
  font-size: 28px;
}
@media (min-width: 991px) {
  .text-fs28-42 {
    font-size: 42px;
  }
}

.btn {
  font-family: "Unbounded", sans-serif;
  width: 100%;
  cursor: pointer;
  background-color: #FB5B3E;
  outline: none;
  line-height: 17px;
  padding: 16px 30px;
  border: none;
  font-weight: 400;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
@media (min-width: 767px) {
  .btn {
    width: max-content;
    padding: 20px 50px;
  }
}
.btn-menu {
  padding: 10px 30px;
}
.btn:hover {
  background-color: #DC573E;
  color: #FFFFFF;
}
.btn:focus {
  box-shadow: none;
}
.btn-tg {
  background-color: #DDF5FA;
  color: #30AAE7;
  padding: 11px 15px;
}
.btn-tg svg path {
  fill: #30AAE7;
}
.btn-tg:hover {
  color: #30AAE7;
  background-color: #B6F2FF;
}
.btn-wa {
  color: #41B66C;
  background-color: #DBFAE3;
  padding: 11px 15px;
}
.btn-wa svg path {
  fill: #41B66C;
}
.btn-wa:hover {
  color: #41B66C;
  background-color: #B5FFC8;
}

.img-container {
  width: 320px;
}
@media (min-width: 991px) {
  .img-container {
    width: 400px;
  }
}
@media (min-width: 1199px) {
  .img-container {
    width: 500px;
  }
}
@media (min-width: 1199px) {
  .img-container {
    width: 575px;
  }
}
.img-container .img-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.img-container .img-wrapper img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 144px;
  height: 334px;
}
@media (min-width: 1199px) {
  .img-container .img-wrapper img {
    width: 254px;
    height: 589px;
  }
}
.img-container .img-wrapper img:nth-child(2) {
  margin-top: 30px;
}
.img-container .img-wrapper img:nth-child(3) {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 179px;
  margin-top: 60px;
}
@media (min-width: 1199px) {
  .img-container .img-wrapper img:nth-child(3) {
    width: 316px;
  }
}

.footnote {
  background-color: white;
  position: relative;
  padding: 8px 18px;
  font-size: 16px;
}
@media (min-width: 991px) {
  .footnote {
    font-size: 18px;
  }
}
.footnote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #FB5B3E;
}

.card-wrapper {
  border-radius: 36px;
  padding: 24px;
}
.card-wrapper-card1 {
  background-image: url("../img/card1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-color: #FB5B3E;
}
.card-wrapper-cardShadow {
  box-shadow: 0 0 10px 0 #ededed;
  background-color: white;
}
.card-wrapper-cardWhite {
  background-color: white;
}

.banner {
  background-image: url("../img/bannerMob.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  border-radius: 24px;
}
@media (min-width: 767px) {
  .banner {
    border-radius: 56px;
  }
}
@media (min-width: 991px) {
  .banner {
    background-image: url("../img/banner.png");
  }
}

.link-phone {
  font-size: 18px;
  text-decoration: none;
  color: #3D3E40;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.link-phone:hover {
  color: #BC432D;
}
.link-phone-big {
  font-size: 24px;
  text-decoration: none;
  color: black;
}
.link-phone-big:hover {
  color: black;
}

.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 300px !important;
  height: auto;
}
@media (min-width: 991px) {
  .swiper .swiper-slide {
    height: 400px !important;
  }
}
@media (min-width: 991px) {
  .swiper .swiper-slide:first-child {
    width: 600px !important;
    flex: 0 0 600px !important;
  }
}

.swiperMob {
  background-color: #122D3D;
  border-radius: 24px;
  color: white;
  background-image: url("../img/cardBlue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media (min-width: 991px) {
  .swiperMob {
    height: 400px;
  }
}

.slide {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  cursor: pointer;
}
@media (min-width: 991px) {
  .slide {
    height: 400px;
  }
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  background-color: #121315;
  color: #3D3E40;
}
footer .img-footer {
  width: 90px;
}
footer .footer-link {
  color: #3D3E40;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
footer .footer-link:hover {
  color: #BC432D;
}

.modal-content {
  background: transparent;
  border: none;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

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