:root {
  --font-family: "SF Pro", sans-serif;
  --second-family: "Manrope", sans-serif;
  --content-width: 1400px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white-color: #fff;
  --black-color: #000;
  --accent-color: #fe9a00;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/../fonts/SFProDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/../fonts/SFProDisplay-Black.woff2") format("woff2");
  font-weight: 1000;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.section__title {
  font-family: var(--font-family);
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f172a), to(rgba(15, 23, 42, 0.4)));
  background: linear-gradient(180deg, #0f172a 0%, rgba(15, 23, 42, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 968px) {
  .section__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .section__title {
    font-size: 37px;
  }
}
@media (max-width: 500px) {
  .section__title {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .section__title {
    font-size: 28px;
  }
}

body::-webkit-scrollbar {
  width: 7px;
  background: #bdbdbd;
}
body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: var(--accent-color);
  -webkit-transition: 0.7s background;
  transition: 0.7s background;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(230, 158, 3);
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

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

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.header {
  padding: 50px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
@media (max-width: 1024px) {
  .header {
    padding: 50px 25px;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: rgba(250, 250, 250, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 1000px;
  padding: 15px 15px 15px 25px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08), inset 0 4px 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08), inset 0 4px 20px rgba(255, 255, 255, 0.3);
}
.header__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.05);
  border-radius: 1000px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-box-shadow: inset -10px -8px 0px -11px rgb(255, 255, 255), inset 0px -9px 0px -8px rgb(255, 255, 255);
  box-shadow: inset -10px -8px 0px -11px rgb(255, 255, 255), inset 0px -9px 0px -8px rgb(255, 255, 255);
  opacity: 0.6;
  z-index: -1;
  -webkit-filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
  pointer-events: none;
}
@supports not (backdrop-filter: blur(1px)) {
  .header__container {
    background: rgba(250, 250, 250, 0.95);
  }
}
@media (max-width: 968px) {
  .header__container {
    padding: 13px 13px 13px 20px;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding: 10px 10px 10px 15px;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__logo-text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black-color);
}
@media (max-width: 1024px) {
  .header__logo-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header__call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
  }
  .header__call svg {
    width: 24px;
    height: 24px;
  }
  .header__call span {
    display: none;
  }
}
@media (max-width: 968px) and (max-height: 600px) {
  .header__call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
  }
  .header__call svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .header__call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px !important;
    padding: 0 !important;
  }
  .header__call svg {
    width: 20px;
    height: 20px;
  }
  .header__call span {
    display: none;
  }
}

.hero {
  padding-bottom: 160px;
}
@media (max-width: 500px) {
  .hero {
    height: 100vh;
    padding-bottom: 0;
  }
}
.hero__container {
  position: relative;
  padding-top: 230px;
}
@media (max-width: 968px) {
  .hero__container {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .hero__container {
    padding-top: 28%;
  }
}
@media (max-width: 500px) {
  .hero__container {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  .hero__content {
    gap: 10px;
  }
}
.hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 968px) {
  .hero__text {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .hero__text {
    gap: 10px;
  }
}
.hero__title {
  font-family: var(--font-family);
  font-weight: 1000;
  font-size: 96px;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f172a), to(rgba(15, 23, 42, 0.4)));
  background: linear-gradient(180deg, #0f172a 0%, rgba(15, 23, 42, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1320px) {
  .hero__title {
    font-size: 73px;
    max-width: 1100px;
  }
}
@media (max-width: 968px) {
  .hero__title {
    font-size: 60px;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    text-align: center;
    font-size: 50px;
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .hero__title {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__descr {
  max-width: 870px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  color: #475569;
}
@media (max-width: 1320px) {
  .hero__descr {
    font-size: 28px;
  }
}
@media (max-width: 968px) {
  .hero__descr {
    max-width: 750px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .hero__descr {
    text-align: center;
    max-width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hero__descr {
    font-size: 19px;
  }
}
@media (max-width: 425px) {
  .hero__descr {
    font-size: 16px;
  }
}
.hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.hero__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 968px) {
  .hero__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
.hero__phone, .hero__mail, .hero__location {
  padding: 16px 10px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 968px) {
  .hero__phone, .hero__mail, .hero__location {
    padding: 10px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .hero__phone svg, .hero__mail svg, .hero__location svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 500px) {
  .hero__phone, .hero__mail, .hero__location {
    padding: 5px;
  }
  .hero__phone svg, .hero__mail svg, .hero__location svg {
    width: 20px;
    height: 20px;
  }
}
.hero__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #475569;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 768px) {
  .hero__link {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .hero__link {
    font-size: 14px;
  }
}
.hero__link:hover {
  color: var(--black-color);
}
.hero__location-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #475569;
}
@media (max-width: 768px) {
  .hero__location-text {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .hero__location-text {
    font-size: 14px;
  }
}

.advantages {
  border-top: 1px solid #e5e7eb;
  padding: 50px 0;
}

.work {
  padding: 50px 0;
}
.work__sliders {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.slider-section {
  position: relative;
}
.slider-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.slider-section__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #0f172a;
}
.slider-section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  right: 0;
  top: -36px;
}
.slider-section__btn {
  border: none;
  width: 70px;
  height: 70px;
  border-radius: 34px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}
.slider-section__btn:hover {
  border-color: var(--accent-color);
  background: var(--accent-color);
  color: var(--white-color);
}
.slider-section__btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.slider-section__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-section__btn svg {
  width: 13px;
  height: 25px;
}
.slider-section__btn--prev {
  background: #475569;
}
.slider-section__btn--next {
  background: #0f172a;
}
.slider-section__btn--next svg {
  margin-left: 5px;
}

.work-card {
  cursor: pointer;
  width: 450px;
  height: 465px;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work-card:hover {
  border-color: var(--accent-color);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.work-card__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin: 20px;
  border-radius: 20px;
}
.work-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.work-card:hover .work-card__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.work-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #0f172a;
  padding: 0px 20px 28px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  width: 450px;
  height: auto;
}

@media (max-width: 968px) {
  .work {
    padding: 40px 0;
  }
  .work__sliders {
    margin-top: 40px;
    gap: 50px;
  }
  .slider-section__header {
    margin-bottom: 20px;
  }
  .slider-section__title {
    font-size: 24px;
  }
  .slider-section__btn {
    width: 50px;
    height: 50px;
  }
  .slider-section__btn svg {
    width: 18px;
    height: 18px;
  }
  .swiper-slide {
    width: calc(100vw - 60px);
    max-width: 450px;
  }
  .work-card {
    width: 100%;
    height: auto;
  }
  .work-card__image {
    height: 250px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .work-card__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .slider-section__btn {
    width: 40px;
    height: 40px;
  }
  .slider-section__btn svg {
    width: 16px;
    height: 16px;
  }
  .slider-section__nav {
    top: -13px;
  }
  .slider-section__title {
    font-size: 18px;
  }
  .work__sliders {
    margin-top: 20px;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .slider-section__header {
    gap: 20px;
  }
  .slider-section__nav {
    position: relative;
    top: 0;
  }
  .work-card__title {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .slider-section__header {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(250, 250, 250, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 1000px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08), inset 0 4px 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08), inset 0 4px 20px rgba(255, 255, 255, 0.3);
  padding: 15px 20px;
  margin: 0 25px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  -webkit-box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.bottom-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.05);
  border-radius: 1000px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0.6;
  z-index: -1;
  -webkit-filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
  pointer-events: none;
}
@supports not (backdrop-filter: blur(1px)) {
  .bottom-nav {
    background: rgba(250, 250, 250, 0.95);
  }
}
.bottom-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.bottom-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottom-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: #475569;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.bottom-nav__link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.bottom-nav__link--active {
  color: var(--accent-color);
}
.bottom-nav__link--active svg {
  fill: currentColor;
}
.bottom-nav__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: currentColor;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .bottom-nav {
    display: block;
    bottom: 20px;
    margin-bottom: 0;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }
  .page__body {
    padding-bottom: calc(160px + env(safe-area-inset-bottom, 0px));
  }
  .main {
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 1024px) and (max-width: 435px) {
  .bottom-nav {
    padding: 12px 15px;
    margin: 0 15px;
  }
  .bottom-nav__link {
    padding: 6px 8px;
    gap: 3px;
  }
  .bottom-nav__link svg {
    width: 20px;
    height: 20px;
  }
  .bottom-nav__text {
    font-size: 10px;
  }
}
@supports (padding: max(0px)) {
  @media (max-width: 1024px) {
    .bottom-nav {
      padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
    }
    .page__body {
      padding-bottom: max(160px, 50px + env(safe-area-inset-bottom, 0px));
    }
    .main {
      padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
    }
  }
}
.footer {
  border-top: 1px solid #e5e7eb;
  padding: 50px 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .footer__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
.footer__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 968px) {
  .footer__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
  }
}
.footer__phone, .footer__mail, .footer__location {
  padding: 13px 10px 13px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1020px) {
  .footer__phone, .footer__mail, .footer__location {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 968px) {
  .footer__phone, .footer__mail, .footer__location {
    padding: 10px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer__phone svg, .footer__mail svg, .footer__location svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 500px) {
  .footer__phone, .footer__mail, .footer__location {
    padding: 5px;
  }
  .footer__phone svg, .footer__mail svg, .footer__location svg {
    width: 20px;
    height: 20px;
  }
}
.footer__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #475569;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .footer__link {
    font-size: 14px;
  }
}
.footer__link:hover {
  color: var(--black-color);
}
.footer__location-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #475569;
}
@media (max-width: 768px) {
  .footer__location-text {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .footer__location-text {
    font-size: 14px;
  }
}
.footer__buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer__lab {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #475569;
}
@media (max-width: 1020px) {
  .footer__lab {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__lab {
    font-size: 16px;
  }
}
.footer__links {
  display: block;
  margin-top: 45px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #475569;
  margin-bottom: 11px;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1020px) {
  .footer__links {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__links {
    font-size: 16px;
    margin-top: 20px;
  }
}
.footer__links:hover {
  color: var(--black-color);
}
.footer__copyright {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #e5e7eb;
}
@media (max-width: 1020px) {
  .footer__copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.footer .section__title {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 1020px) {
  .footer .section__title {
    text-align: center;
  }
}
@media (max-width: 968px) {
  .footer .section__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .footer .section__title {
    margin-bottom: 10px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  padding: 13px 43px;
}
.nav__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #475569;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--black-color);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.nav__link:hover {
  color: var(--black-color);
}
.nav__link:hover::after {
  width: 100%;
}

.btn--full {
  border-radius: 34px;
  background: var(--accent-color);
  height: 70px;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13.5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #0f172a;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
.btn--full:hover {
  background: #db880b;
}
.btn--wp {
  background: #23d366;
  border-radius: 34px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 23px 62px;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
.btn--wp:hover {
  background: #1c9e4e;
}
@media (max-width: 768px) {
  .btn--wp {
    font-size: 18px;
    padding: 20px 40px;
  }
}
@media (max-width: 500px) {
  .btn--wp {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.btn--tg {
  background: #29a0dc;
  border-radius: 34px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 23px 68px;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (max-width: 768px) {
  .btn--tg {
    font-size: 18px;
    padding: 20px 40px;
  }
}
@media (max-width: 500px) {
  .btn--tg {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.btn--tg:hover {
  background: #2585b6;
}

.cards {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .cards {
    padding-top: 30px;
  }
}

.card {
  min-width: 335px;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .card {
    min-width: 100%;
  }
}
.card__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.card__icon {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
}
.card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #0f172a;
}
@media (max-width: 500px) {
  .card__title {
    font-size: 18px;
  }
}
.card__descr {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #475569;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 500px) {
  .card__descr {
    font-size: 18px;
  }
}
/*# sourceMappingURL=main.css.map */