@font-face {
  font-family: VelaSans;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/VelaSans-semibold.bcfb0ac6.eot") format("eot"), url("../fonts/VelaSans-semibold.4c2bb4ed.woff") format("woff"), url("../fonts/VelaSans-semibold.9b90ab19.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: VelaSans;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/VelaSans-medium.1836cc0a.eot") format("eot"), url("../fonts/VelaSans-medium.6ebb6616.woff") format("woff"), url("../fonts/VelaSans-medium.19eaf750.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: VelaSans;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/VelaSans-regular.5c5d1be6.eot") format("eot"), url("../fonts/VelaSans-regular.d49528d0.woff") format("woff"), url("../fonts/VelaSans-regular.e0447d53.woff2") format("woff2");
  font-display: swap;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

*, :before, :after {
  box-sizing: border-box;
}

:focus, :active, a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

.header {
  z-index: 50;
  width: 100%;
	position: fixed;
	padding: 10px 0;
	padding-top: 10px;
	background: #ffffff73;
	backdrop-filter: blur(11px);
}

.header .container {
  max-width: 1250px;
}

@media (width <=1000px) {
  .header .container {
    padding: 0;
  }

  .header {
    top: 0;
  }
}

.header__content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media (width <=1000px) {
  .header__content {
    display: none;
  }
}

.header__nav {
  background: #fff;
border-radius: 20px;
  width: 100%;
  max-width: 840px;
  padding: 15px 20px;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.header__nav ul {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.header__btns {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.header__btns a {
  background: #fff;
  border-radius: 20px;
  padding: 15px 50px;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.header__mob {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px;
  display: none;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.header__mob img {
  width: 150px;
}

@media (width <=1000px) {
  .header__mob {
    display: flex;
  }
}

@media (width <=700px) {
  .footer .container {
    padding: 0;
  }
}

.footer__content {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

@media (width <=700px) {
  .footer__content a img {
    max-width: 100px;
  }
}

@media (width <=1000px) {
  .footer__content a {
    order: 1;
  }

  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    display: grid;
  }
}

@media (width <=700px) {
  .footer__content {
    box-shadow: none;
    border-radius: 0;
  }
}

.footer__content-btns {
  justify-content: end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.footer__content-btns a {
  color: #000;
  background: #fff;
  border-radius: 20px 20px 0 0;
  max-width: max-content;
  padding: 15px 50px;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  display: block;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

@media (width <=700px) {
  .footer__content-btns a {
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 10px;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}

.footer__content-btns a:last-child {
  margin-right: 50px;
}

@media (width <=700px) {
  .footer__content-btns a:last-child {
    background: #13131366;
    margin: 0 0 10px;
  }

  .footer__content-btns {
    gap: 10px;
    margin: 0 15px;
  }
}

.footer__nav {
  margin-left: 50px;
}

.footer__nav ul {
  color: #13131399;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  display: grid;
}

@media (width <=1000px) {
  .footer__nav {
    order: 3;
    grid-column: 1 / -1;
    margin: 0;
  }
	.footer__nav ul{
	  gap: 15px 20px;
		  font-size: 13px;
	}
}

.footer__contacts {
  color: #13131399;
  flex-direction: column;
  gap: 20px;
  margin-left: 50px;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

@media (width <=1000px) {
  .footer__contacts {
    flex-direction: row;
    order: 2;
    align-self: center;
    margin-left: auto;
  }
}

.footer__info {
  text-align: right;
  color: #131313;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  margin-left: auto;
  font-family: VelaSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

@media (width <=1000px) {
  .footer__info {
    order: 4;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    font-size: 12px;
    display: grid;
  }

  .footer__info a:nth-child(odd) {
    text-align: start;
  }
}

.overlay {
  z-index: 51;
  opacity: 1;
  visibility: visible;
  background: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  width: 100%;
  max-width: 1340px;
  position: relative;
}

.overlay__content .contacts__content {
  padding-top: 50px;
}

.js-overlay__btn-close {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 20px;
}

.burger {
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  background: #0009;
  justify-content: end;
  width: 100%;
  height: calc(100% - 75px);
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 75px;
  right: 0;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  background: #f3f2f2;
  border-radius: 0 0 0 20px;
  flex-direction: column;
  align-items: end;
  width: 100%;
  max-width: 80%;
  padding: 20px 15px;
  display: flex;
  overflow-y: auto;
}

.burger__content .btn {
  text-align: center;
  width: 100vw;
  max-width: 150px;
  font-size: 12px;
  display: block;
}

.burger__nav ul {
  text-align: right;
  color: #000;
  flex-direction: column;
  align-items: end;
  gap: 20px;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.burger__socials {
  color: #13131399;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: auto;
  font-family: VelaSans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.burger__contacts {
  flex-direction: column;
  align-items: end;
  display: flex;
}

.burger__contacts a {
  margin-top: 10px;
}

.main-section h1 {
  color: #000;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <=1000px) {
  .main-section h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.main-section__content-wrapper {
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

@media (width <=1000px) {
  .main-section__content-wrapper {
    flex-direction: column-reverse;
    padding: 10px;
  }
}

.main-section__content {
  flex-direction: column;
  width: 100%;
  max-width: 425px;
  display: flex;
}

@media (width <=1000px) {
  .main-section__content {
    max-width: none;
  }
}

.main-section__subtitle {
  color: #13131399;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

@media (width <=1000px) {
  .main-section__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.main-section__content-descr {
  margin-top: auto;
  margin-bottom: 30px;
}

.main-section__content-descr p {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (width <=1000px) {
  .main-section__content-descr p {
    font-size: 14px;
  }
}

.main-section__content-descr .btn {
  margin-top: 25px;
}

@media (width <=1000px) {
  .main-section__content-descr .btn {
    max-width: none;
  }

  .main-section__content-descr {
    margin-top: 0;
  }
}

.main-section__descr-title {
  color: #131313;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
}

.trust__descr-title svg {
  flex-shrink: 0;
}

@media (width <=1000px) {
  .trust__descr-title svg {
    display: none;
  }
}

@media (width <=1000px) {
  .main-section__descr-title {
    font-size: 18px;
  }
}

.main-section__img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 560px;
}

@media (width <=1250px) {
  .main-section__img {
    max-width: 600px;
  }
}

@media (width <=1000px) {
  .main-section__img {
    max-width: none;
    min-height: 300px;
  }

  .main-section__logo {
    display: none;
  }
}

@media (width <=900px) {
  .ways__content-wrapper {
    display: none;
  }
}

.ways__content-btns {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 20px;
  display: flex;
}

.ways__content-btn {
  text-align: center;
  color: #13131399;
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.ways__content-item {
  border-radius: 20px;
  position: relative;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.ways__content-item img {
  object-fit: cover;
  width: 100%;
}

.ways__item-descr {
  background: #0009;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 40px);
  max-width: 785px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ways__item-descr p {
  color: #fffc;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 122%;
}

.ways__descr-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 131%;
}

.ways__content-btn.active {
  color: #000;
}

.ways__mob {
  display: none;
}

@media (width <=900px) {
  .ways__mob {
    display: block;
  }
}

.ways__swiper-slide {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  min-height: 500px;
  padding: 20px;
  display: flex;
}

.ways__swiper-slide img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 160px;
  margin-bottom: 10px;
}

.ways__swiper-slide p {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.ways__swiper-slide p:nth-last-child(2) {
  margin-top: auto;
}

.ways__swiper-slide p:last-child {
  font-weight: 600;
}

.ways__slide-title {
  color: #131313;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.ways__swiper-wrapper-prev {
  position: static;
}

.ways__swiper-pagination {
  width: 100%;
  max-width: max-content;
}

.ways__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 12px;
  height: 12px;
  padding: 4px;
  position: relative;
  margin: 0 7px !important;
}

.ways__swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  border: 1px solid #000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: -4px;
}

.ways__swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.ways__swiper-wrapper-next {
  position: static;
}

.steps__swiper-slide {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  display: flex;
}

.steps__swiper-slide .btn {
  margin-top: 20px;
  margin-left: auto;
}

@media (width <=1000px) {
  .steps__swiper-slide .btn {
    max-width: none;
  }
}

.steps__swiper-slide img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 570px;
  max-height: 340px;
}

@media (width <=900px) {
  .steps__swiper-slide img {
    display: none;
  }

  .steps__swiper-slide {
    padding: 25px 10px;
  }
}

.steps__slide-content {
  gap: 20px;
  display: flex;
}

.steps__slide-descr, .steps__slide-descr ol {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.steps__slide-descr p, .steps__slide-descr li {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.steps__slide-descr ol {
  margin-left: 20px;
}

@media (width <=900px) {
  .steps__slide-descr p, .steps__slide-descr li {
    font-size: 14px;
  }
}

.steps__slide-descr b, .steps__slide-descr li::marker, .steps__slide-descr li b {
  color: #131313;
}

@media (width <=900px) {
  .steps__slide-descr, .steps__slide-descr ol {
    gap: 10px;
  }
}

.steps__descr-title {
  color: #000;
  font-family: VelaSans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 72%;
}

@media (width <=900px) {
  .steps__descr-title {
    font-size: 18px;
  }
}

.steps__descr-subtitle {
  color: #000;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

@media (width <=900px) {
  .steps__descr-subtitle {
    font-size: 14px;
  }
}

.steps__btns {
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
  display: flex;
}

.steps__swiper-pagination {
  width: 100%;
  max-width: max-content;
}

.steps__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 12px;
  height: 12px;
  padding: 4px;
  position: relative;
  margin: 0 7px !important;
}

.steps__swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  border: 1px solid #000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: -4px;
}

.steps__swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.trust__content {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.trust__content img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  max-height: 560px;
}

@media (width <=1200px) {
  .trust__content img {
    max-width: 500px;
  }
}

@media (width <=1000px) {
  .trust__content img {
    max-width: none;
  }
}

@media (width <=700px) {
  .trust__content img {
    max-height: 180px;
  }
}

@media (width <=1000px) {
  .trust__content {
    flex-direction: column-reverse;
    padding: 10px;
  }
}

.trust__descr {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

@media (width <=1000px) {
  .trust__descr {
    gap: 10px;
  }
}

.trust__descr-title {
  color: #000;
  align-items: center;
  gap: 40px;
  font-family: VelaSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.trust__descr-title svg {
  flex-shrink: 0;
}

@media (width <=1000px) {
  .trust__descr-title svg {
    display: none;
  }
}

@media (width <=700px) {
  .trust__descr-title {
    font-size: 13px;
  }
}

.trust__descr-text {
  color: #13131399;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media (width <=700px) {
  .trust__descr-text {
    font-size: 13px;
  }
}

.about__cotnent {
  flex-direction: column;
  gap: 50px;
  display: flex;
}

@media (width <=600px) {
  .about__cotnent {
    gap: 20px;
  }
}

.about__content-item {
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  min-height: 260px;
  display: flex;
}

.about__content-item img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 260px;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

@media (width <=900px) {
  .about__content-item img {
    max-width: none;
  }
}

@media (width <=600px) {
  .about__content-item img {
    min-height: auto;
    max-height: 180px;
  }
}

.about__content-item:nth-child(odd) {
  flex-direction: row;
}

@media (width <=900px) {
  .about__content-item:nth-child(odd) {
    flex-direction: column;
  }

  .about__content-item {
    background: #fff;
    border-radius: 20px;
    flex-direction: column;
    padding: 10px;
    box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
  }
}

.about__item-descr {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.about__item-descr p {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 121%;
}

@media (width <=900px) {
  .about__item-descr p {
    font-size: 13px;
  }

  .about__item-descr {
    box-shadow: none;
    gap: 8px;
    padding: 0;
  }
}

.about__descr-title {
  color: #131313;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 131%;
}

@media (width <=900px) {
  .about__descr-title {
    font-size: 14px;
  }
}

.about__btn {
  margin: 0 auto;
  display: none;
  width: 100% !important;
  max-width: none !important;
}

@media (width <=1000px) {
  .about__btn {
    display: block;
  }

  .about__content-item:nth-of-type(n+2) {
    display: none;
  }

  .about__content-item.show {
    display: flex;
  }
}

@media (max-width: 1000px) {
  .work {
    padding-bottom: 70px !important;
  }
}

.work .section-head {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
  display: flex;
}

@media (width <=900px) {
  .work .section-head p {
    display: none;
  }

  .work .section-head {
    margin-bottom: 30px;
  }
}

.work__content {
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media (width <=900px) {
  .work__content {
    justify-content: start;
  }
}

.work__content-item {
  flex-direction: column;
  gap: 15px;
  display: flex;
  position: absolute;
}

.work__content-item p {
  color: #131313;
  opacity: .6;
  max-width: 400px;
  font-family: VelaSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

@media (width <=900px) {
  .work__content-item p {
    font-size: 14px;
  }
}

.work__content-item:nth-child(3) {
  top: -28px;
  right: 10px;
}

@media (width <=900px) {
  .work__content-item:nth-child(3) {
    top: -8px;
    left: 50px;
    right: auto;
  }
}

.work__content-item:nth-child(4) {
  text-align: right;
  top: 72px;
  left: 0;
  right: auto;
}

@media (width <=900px) {
  .work__content-item:nth-child(4) {
    text-align: start;
    top: 142px;
    left: 50px;
  }
}

.work__content-item:nth-child(5) {
  top: 172px;
  right: 10px;
}

@media (width <=900px) {
  .work__content-item:nth-child(5) {
    top: 293px;
    left: 50px;
    right: auto;
  }
}

.work__content-item:nth-child(6) {
  text-align: right;
  top: 272px;
  left: 0;
  right: auto;
}

@media (width <=900px) {
  .work__content-item:nth-child(6) {
    text-align: start;
    top: 446px;
    left: 50px;
  }
}

.work__content-item:nth-child(6) .work__content-item-title, .work__content-item:nth-child(6) p {
  color: #002e5e;
}

@media (width <=900px) {
  .work__content-item {
    gap: 5px;
  }
}

.work__content-item-title {
  color: #131313;
  max-width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

@media (width <=900px) {
  .work__content-item-title {
    font-size: 18px;
  }

  .work__content-img {
    display: none;
  }
}

.work__content-img--mob {
  display: none;
}

@media (width <=900px) {
  .work__content-img--mob {
    display: block;
  }
}

.team__swiper-slide {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.team__swiper-slide img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-bottom: 20px;
}

@media (width <=600px) {
  .team__swiper-slide img {
    margin-bottom: 15px;
  }
}

.team__swiper-slide p {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
	min-height: 66px;
}

@media (width <=700px) {
  .team__swiper-slide p {
    font-size: 14px;
  }

  .team__swiper-slide {
    padding: 10px;
  }
}

.team__slide-title {
  color: #131313;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 131%;
}

@media (width <=700px) {
  .team__slide-title {
    font-size: 18px;
  }
}

.contacts .section-title {
  margin: 0;
}

.contacts__content {
  background: #fff;
  border-radius: 20px;
  gap: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 10px #bdbdbd12, -3px -3px 100px 2px #bdbdbda3;
}

.contacts__content img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  max-height: 560px;
}

@media (width <=1000px) {
  .contacts__content img {
    max-width: 450px;
  }
}

@media (width <=900px) {
  .contacts__content img {
    display: none;
  }
}

@media (width <=700px) {
  .contacts__content {
    padding: 25px 10px;
  }
}

.contacts__content-descr {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.contacts__content-descr form {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  display: flex;
}

.contacts__content-descr form br {
  display: none;
}

@media (width <=700px) {
  .contacts__content-descr form {
    margin-top: 0;
  }
}

.contacts__content-descr input:not(.custom-checkbox input) {
  border: .5px solid #131313;
  border-radius: 15px;
  width: 100%;
  padding: 16px 24px;
  font-family: VelaSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 112%;
}

.contacts__content-descr input:not(.custom-checkbox input)::placeholder {
  color: #13131399;
}

@media (width <=700px) {
  .contacts__content-descr input:not(.custom-checkbox input) {
    font-size: 14px;
  }
}

.contacts__content-descr .btn {
  max-width: none;
  padding: 24px;
}

@media (width <=700px) {
  .contacts__content-descr .btn {
    padding: 20px;
  }

  .contacts__content-descr {
    gap: 15px;
  }
}

.contacts__text {
  color: #13131399;
  font-family: VelaSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 121%;
}

@media (width <=700px) {
  .contacts__text {
    font-size: 13px;
  }
}

.custom-checkbox {
  color: #777;
  cursor: pointer;
  font-size: 12px;
  display: flex;
}

.custom-checkbox .wpcf7-list-item label {
  display: flex;
}

.custom-checkbox span {
  margin-left: auto;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #494949;
  border-radius: 3px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reg-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.reg-form img {
  width: 300px;
  margin-top: 20px;
}

@media (width <=1000px) {
  .reg-form img {
    width: 200px;
  }
}

.reg-form h1 {
  color: #373737;
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

@media (width <=700px) {
  .reg-form h1 {
    margin-top: auto;
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 630px;
  padding: 0 15px;
  display: flex;
}

.form label:not(.custom-checkbox) {
  width: 100%;
}

.form input:not(.custom-checkbox input) {
  color: #37373780;
  border: 1px solid #373737;
  border-radius: 20px;
  width: 100%;
  padding: 20px 25px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (width <=700px) {
  .form input:not(.custom-checkbox input) {
    padding: 15px;
  }
}

.form .btn {
  width: 100%;
  max-width: none;
  background: #3A5EED;
  color: #fff;
}


@media (width <=600px) {
  .form {
    gap: 10px;
    margin-bottom: auto;
  }
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-row label {
  align-items: center;
  display: flex;
}

.form-row a {
  text-align: right;
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 143%;
}

.admin-body {
  background: #fff;
  height: auto;
}

.admin-wrapper {
  display: flex;
}

.admin-menu {
  opacity: 1;
  visibility: visible;
  background: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  padding: 30px 50px;
  display: flex;
  position: static;
  overflow-y: auto;
  box-shadow: 4px 0 20px #0000001a;
}

@media (width <=1000px) {
  .admin-menu {
    height: calc(100vh - 63px);
    padding: 15px;
    position: absolute;
    top: 63px;
    left: -220%;
    right: auto;
  }
}

.admin-menu.burger--active {
  left: 0;
}

.admin-menu__logo {
  margin-bottom: 20px;
  display: block;
}

@media (width <=1000px) {
  .admin-menu__logo {
    display: none;
  }
}

.admin-menu__nav {
  color: #00000080;
  width: 100%;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.admin-menu__nav a {
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 13px 20px;
  display: flex;
}

.admin-menu__nav path{
  fill: #000;
}

.admin-menu__nav-active path{
  fill: #fff;
}

.admin-menu__nav-active {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.admin-menu__nav-active a {
  background: #3A5EED;
}

.admin-menu__links {
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
  margin-top: auto;
  padding-left: 20px;
  display: flex;
}

.admin-menu__links a {
  color: #000;
  align-items: center;
  gap: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.admin-content__wrapper {
  width: 100%;
}

.admin-header {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 50px;
  margin-right: 20px;
  padding: 30px 0;
  display: flex;
}

.admin-header .js-burger__btn-open {
  display: none;
}

@media (width <=1000px) {
  .admin-header .js-burger__btn-open {
    display: block;
  }
}

.admin-header .header__logo {
  display: none;
}

.admin-header .header__logo img {
  width: 110px;
}

@media (width <=1000px) {
  .admin-header .header__logo {
    display: block;
  }

  .admin-header {
    margin: 0 15px;
    padding: 15px 0;
  }
}

.notification-wrapper {
  margin-left: auto;
  position: relative;
}

.notification-wrapper .js__dropdown-btn {
  color: #37373780;
  align-items: center;
  gap: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media (width <=1000px) {
  .notification-wrapper .js__dropdown-btn {
    font-size: 0;
  }
}

.notification-wrapper svg {
  flex-shrink: 0;
}

.notification-wrapper span:not(.js__dropdown-list span) {
  background-color: #d63815;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.notification-wrapper .js__dropdown-list {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 10px;
  width: 330px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 45px;
  right: 0;
  box-shadow: 0 0 20px #0000001a;
}

.notification-wrapper .js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.notification-wrapper .js__dropdown-list li {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.notification-wrapper .js__dropdown-list li div {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.notification-wrapper .js__dropdown-list li span {
  text-align: right;
  color: #15d634;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (width <=1000px) {
  .notification-wrapper {
    margin-left: 0;
  }
}

.admin-content {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}

.admin-content h1 {
  color: #000;
  margin-bottom: 30px;
  margin-left: 0px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.moneys__content-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  display: grid;
}

@media (width <=700px) {
  .moneys__content-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.moneys__row-item {
  background: #fff;
  border-radius: 10px;
  gap: 15px;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 4px #00000040;
}

.moneys__row-item svg {
  flex-shrink: 0;
}

@media (width <=1000px) {
  .moneys__row-item svg {
    width: 30px;
    height: 30px;
  }

  .moneys__row-item {
    padding: 10px;
  }
}

.moneys__row-texts {
  color: #373737;
  flex-direction: column;
  gap: 30px;
  margin-top: 14px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.moneys__row-texts span {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.moneys__last-row {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
}

@media (width <=700px) {
  .moneys__last-row {
    grid-template-columns: 1fr;
    padding: 10px;
    display: grid;
  }
}

.moneys__last-icon {
  color: #373737;
  align-items: center;
  gap: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width <=1000px) {
  .moneys__last-icon svg {
    width: 30px;
    height: 30px;
  }
}

.moneys__last-total {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

@media (width <=1000px) {
  .moneys__last-total {
    margin-left: 40px;
  }
}

.moneys__last-btns {
  gap: 10px;
  display: flex;
}

.moneys__last-btns .btn {
  padding: 15px 20px;
}

@media (width <=700px) {
  .moneys__last-btns {
    grid-column: 1 / -1;
  }
}

.profile__content-wrapper {
  background: #fff;
  border-radius: 10px;
  gap: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 4px #00000040;
}

@media (width <=800px) {
  .profile__content-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
}

.profile__imgs {
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.profile__imgs img {
  border-radius: 100%;
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 220px;
}

@media (width <=800px) {
  .profile__imgs img {
    max-width: 100px;
    max-height: 100px;
  }

  .profile__imgs {
    flex-direction: row;
    align-items: center;
    max-width: none;
  }
}

.profile__imgs-btns {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

.profile__imgs-btns a {
  text-align: center;
  color: #000;
  text-decoration-skip-ink: none;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}

.profile__imgs-btns a:last-child {
  text-align: center;
  color: #37373780;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

@media (width <=800px) {
  .profile__imgs-btns {
    align-items: start;
  }
}

.profile__content {
  width: 100%;
}

.profile__content form {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 25px;
  width: 100%;
  display: grid;
}

@media (width <=800px) {
  .profile__content form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.profile__content label {
  width: 100%;
}

.profile__content input {
  color: #373737;
  background: #f3f3f3;
  border-radius: 10px;
  width: 100%;
  padding: 23px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.profile__content input::placeholder {
  color: #37373780;
}

.profile__content .btn {
  width: 100%;
  max-width: none;
}

.stats .btn {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  font-size: 14px;
}

.stats__content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0 0 4px #00000040;
}

@media (width <=1000px) {
  .stats__content {
    padding: 10px 0;
  }
}

.stats__content-head {
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  display: flex;
}

@media (width <=1000px) {
  .stats__content-head {
    flex-direction: column;
    align-items: start;
    padding: 0 10px;
  }
}

.stats__head-title {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.stats__head-btns {
  background: #f3f3f3;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.stats__content-btn {
  color: #37373780;
  border-radius: 10px;
  padding: 12px 17px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.stats__content-btn--active {
  color: #fff;
  background: #000;
  font-family: Work Sans, sans-serif;
}

.stats__content-row {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.stats__row-price {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stats__row-price span {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.stats__row-depo {
  text-align: right;
  color: #37373780;
  align-items: center;
  gap: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.stats__img-wrapper {
  overflow-x: auto;
}

.stats__img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: auto;
  padding: 20px;
}

@media (width <=1000px) {
  .stats__img-wrapper img {
    min-width: 900px;
    min-height: 310px;
  }
}

.bonus__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1000px) {
  .bonus__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.bonus__content-item {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.bonus__content-item img {
  width: 100%;
  max-width: 140px;
  margin: auto;
  padding: 70px 0;
}

.bonus__item-stock {
  color: #fff;
  background: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bonus__item-content {
  border-top: 1px solid #c1c1c1c7;
  padding: 10px 15px;
}

.bonus__item-title {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.bonus__item-row {
  color: #37373799;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.bonus__item-row span {
  color: #000;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.history__content-wrapper {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow-x: auto;
}

.history__content-head {
  background: #f3f3f3;
  border-radius: 10px 10px 0 0;
  grid-template-columns: 100px 210px 210px 150px;
  justify-content: space-between;
  min-width: 700px;
  padding: 18px 15px;
  display: grid;
}

.history__head-item {
  color: #37373780;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.history__content-row {
  border-bottom: 1px solid #e6e6e6;
  grid-template-columns: 100px 210px 210px 150px;
  justify-content: space-between;
  align-items: center;
  min-width: 700px;
  padding: 25px 15px;
  display: grid;
}

.history__content-row:last-child {
  border: none;
}

@media (width <=1000px) {
  .history__content-row {
    padding: 20px 15px;
  }
}

.history__content-item--price {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.history__content-item--id {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.history__content-item--status {
  color: #000;
  background: #f3f3f3;
  border-radius: 5px;
  max-width: max-content;
  padding: 5px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.history__content-item--status-green {
  color: #15d634;
}

.history__content-item--data {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.plan__content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.plan__content .btn {
  width: 100%;
  max-width: none;
}

@media (width <=1000px) {
  .plan__content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.plan__content-row {
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

.plan__content-row label {
  width: 100%;
}

.plan__content-row input {
  color: #37373780;
  background: #f3f3f3;
  border-radius: 10px;
  width: 100%;
  padding: 23px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (width <=1000px) {
  .plan__content-row {
    flex-direction: column;
    gap: 10px;
  }
}

.plan__content-card {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 4px #00000040;
}

.plan__content-2 {
  grid-area: 1 / 2 / span 2;
}

@media (width <=1000px) {
  .plan__content-2 {
    grid-area: auto / 1;
  }
}

.plan__card-title {
  color: #37373780;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.plan__card-price {
  color: #373737;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.html-adimn {
  background: #fff !important;
}

html, body {
  background: #efefef;
  font-family: VelaSans, sans-serif;
  scroll-behavior: smooth;
}

.reg-body {
  background: #fff;
}

.reg-body main {
  padding: 0;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1370px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

main {
  padding-top: 54px;
}

@media (width <=1000px) {
  main {
    padding-top: 90px;
  }
}

.btn {
  color: #fff;
  background: #000;
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  font-family: VelaSans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.btn--gray {
  background: #13131366;
}

.btn--hollow {
  color: #000;
  background: #fff;
  border: .97px solid #000;
}

.btn--admin {
  border-radius: 10px;
}

.section {
  padding-bottom: 100px;
}

@media (width <=1000px) {
  .section {
    padding-bottom: 50px;
  }
}

.section-head {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.section-head .section-title {
  margin-bottom: 0;
}

@media (width <=1000px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.section-title {
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <=1000px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.swiper-button-prev {
  width: auto;
  margin: 0;
  position: static;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  width: auto;
  margin: 0;
  position: static;
}

.swiper-button-next:after {
  display: none;
}

.wpcf7-response-output{
	display: none;
}


.upload-label{
	text-decoration: underline;
    text-decoration-skip-ink: none;
}