@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  scroll-behavior: smooth;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

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

textarea {
  resize: none;
}

a {
  color: #1D1D1D;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

p {
  color: #828279;
}
p:not(:last-child) {
  margin: 0 0 22px 0;
}

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header {
  position: relative;
}

.btn {
  color: #fff;
  padding: 14px 30px;
  position: relative;
  background: #54EDBD;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  font-weight: 700;
}
.btn.transparent {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
}

.header-top {
  background: #fff;
  padding: 9px 0;
  font-size: 14px;
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 31px;
}

.header-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.header-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 25;
  padding: 30px 0;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.header-menu__link {
  color: #fff;
  font-weight: 600;
}

.main-screen {
  position: relative;
  height: 923px;
  color: #fff;
}
.main-screen video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-screen__content {
  position: absolute;
  top: 55.5%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.main-screen__inner {
  max-width: 653px;
}

.main-screen__btn {
  margin: 70px 0 0 0;
}

.heading {
  position: relative;
  padding: 0 0 0 35px;
}
.heading::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #54EDBD;
  border-radius: 1px;
}

.heading,
h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #1D1D1B;
}

h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #54EDBD;
  margin: 0 0 15px 0;
}

.about-heading {
  margin: 0 0 20px 0;
}

.about {
  margin: 0 0 152px 0;
  padding: 101px 0 0 0;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.about-text {
  max-width: 560px;
  width: 100%;
}

.decisions {
  background: #FAFAFA;
  min-height: 500px;
  position: relative;
  padding: 102px 0 161px 0;
}
.decisions::before, .decisions::after {
  content: "";
  position: absolute;
  width: 100%;
  background-size: cover !important;
}
.decisions::before {
  background: url(../img/db.png) no-repeat center;
  height: 53px;
  top: -53px;
}
.decisions .swiper-button-prev path, .decisions .swiper-button-next path {
  stroke: #54EDBD;
}
.decisions .swiper-button-prev:hover path, .decisions .swiper-button-next:hover path {
  stroke: #3FE3B0;
}
.decisions .swiper-button-disabled path {
  stroke: #D9D9D9;
}

.about-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.decisions-heading {
  margin: 0 0 73px 0;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.decisions:nth-child(2n+2) .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.swiper {
  margin-left: 0;
  margin-right: 0;
}

.images-slider {
  width: 555px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.images-slider .swiper-wrapper {
  height: auto;
}

.content-slider__box {
  height: 100%;
}

.content-slider {
  max-width: 495px;
  width: 100%;
}

.content-slider__item p {
  margin: 0 0 10px 0;
}
.content-slider__item b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.content-slider__info {
  padding: 16px 25px;
  background: #F2F2F2;
  border-radius: 5px;
  margin: 30px 0;
  text-align: left;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}

.slider__info-head {
  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;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px 0;
  gap: 20px;
  font-weight: 400;
}
.slider__info-head span:last-child {
  text-align: right;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0 0;
  padding: 0 8px 0 9px;
}
.slider-controls .swiper-pagination, .slider-controls .swiper-button-prev, .slider-controls .swiper-button-next {
  position: static;
}
.slider-controls .swiper-pagination::after, .slider-controls .swiper-button-prev::after, .slider-controls .swiper-button-next::after {
  content: none;
}
.slider-controls .swiper-pagination {
  width: auto;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.swiper-pagination {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.9px;
}

.swiper-pagination-current {
  color: #54EDBD;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0;
}
.swiper-button-prev path,
.swiper-button-next path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider__info-body p {
  margin: 0;
}
.slider__info-body p:not(:last-child) {
  margin: 0 0 10px 0;
}

.image-slider__item img {
  border-radius: 5px;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.decisions:nth-child(2n+2) {
  padding: 88px 0 97px 0;
  background: #54EDBD;
  position: relative;
  z-index: 2;
  margin: 0 0 55px 0;
}
.decisions:nth-child(2n+2)::before, .decisions:nth-child(2n+2)::after {
  content: "";
  width: 100%;
  background-size: cover !important;
  position: absolute;
}
.decisions:nth-child(2n+2) .content-slider {
  margin: 43px 0 0 0;
}
.decisions:nth-child(2n+2)::before {
  background: url(../img/gb.png) no-repeat center;
  height: 64px;
  top: -60px;
}
.decisions:nth-child(2n+2)::after {
  background: url(../img/ga.png) no-repeat center;
  height: 62px;
  bottom: -53px;
}
.decisions:nth-child(2n+2) .content-slider__info {
  background: #78F9D0;
}
.decisions:nth-child(2n+2) .content-slider__item {
  text-align: right;
}
.decisions:nth-child(2n+2) p {
  color: #1D1D1B;
}
.decisions:nth-child(2n+2) h3 {
  color: #fff;
}
.decisions:nth-child(2n+2) .swiper-pagination-current {
  color: #fff;
}
.decisions:nth-child(2n+2) .swiper-button-next path, .decisions:nth-child(2n+2) .swiper-button-prev path {
  stroke: #fff;
}
.decisions:nth-child(2n+2) .swiper-button-disabled path {
  stroke: #78F9D0;
}

.slider__info-link {
  text-align: right;
}
.slider__info-link a {
  text-decoration-line: underline;
  color: #D9FFF3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider__info-link a:hover {
  color: #fff;
}

.feedback-heading {
  margin: 0 0 100px 0;
}

.map {
  height: 480px;
}

.map-wrapper {
  position: relative;
}

.contacts-wrapper {
  padding: 0 30px;
}

.contacts-box {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #54EDBD;
  border-radius: 5px;
  position: relative;
  top: 23px;
  z-index: 100;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.contacts-box__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer {
  padding: 20px 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #828279;
}
.footer a {
  color: #828279;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-inner {
  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;
  gap: 15px;
}

.about-img {
  width: 555px;
}

.burger {
  display: none;
}

.feedback {
  margin: 107px 0 0 0;
}

@media screen and (max-width: 1480px) {
  .main-screen {
    height: 680px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .main-screen {
    height: 606px;
  }
  .content-row {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .decisions:nth-child(2n+2) .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .content-slider,
  .about-text {
    max-width: 100%;
  }
  .images-slider,
  .about-img {
    width: 100%;
  }
  .decisions:nth-child(2n+2) .content-slider {
    margin: 0;
  }
  .about-heading,
  .decisions-heading {
    margin: 0 0 30px 0;
  }
  .feedback-heading {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .container,
  .contacts-wrapper {
    padding: 0 15px;
  }
  h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
  }
  .btn {
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
  }
  .btn.transparent {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
  }
  .heading {
    padding: 0 0 0 20px;
  }
  .heading,
  h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .header-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 84px 15px 15px 15px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .header-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header-menu__link {
    color: #000;
  }
  .burger {
    display: block;
    z-index: 20;
  }
  .burger span {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 100px;
    background: #fff;
  }
  .burger span:not(:last-child) {
    margin: 0 0 8px 0;
  }
  .burger.active span {
    background: #000;
    margin: 0;
  }
  .burger.active span:last-child {
    display: none;
  }
  .burger.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
  }
  .burger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 3px;
  }
  .header-top__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-slider__info {
    padding: 15px;
  }
  .header__logo {
    width: 120px;
  }
  .main-screen__btn {
    margin: 30px 0 0 0;
  }
  .main-screen__content {
    top: 54%;
  }
  .about {
    padding: 49px 0 0 0;
    margin: 0 0 104px 0;
  }
  .decisions {
    padding: 46px 0 107px 0;
  }
  .decisions:nth-child(2n+2) {
    padding: 45px 0 11px 0;
    margin: 0 0 55px 0;
  }
  .decisions:nth-child(2n+2) .content-slider__info {
    padding: 15px 25px;
  }
  .contacts-box {
    padding: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .map {
    height: 280px;
  }
  .feedback-heading {
    margin: 0 0 7px 0;
  }
  .footer {
    padding: 17px 0;
  }
}
@media screen and (max-width: 430px) {
  .decisions::before {
    background: url(../img/mobile/dbm.png) no-repeat center;
  }
  .decisions:nth-child(2n+2)::before {
    background: url(../img/mobile/gbm.png) no-repeat center;
  }
  .decisions:nth-child(2n+2)::after {
    background: url(../img/mobile/gam.png) no-repeat center;
    bottom: -62px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}