@import url("https://fonts.cdnfonts.com/css/onest");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Onest", sans-serif;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-btn {
  display: inline-block;
  background: #FEE03D;
  padding: 22px 73px;
  border-radius: 12px;
  font-size: 24px;
  color: #111111;
  font-weight: 600;
}

.header {
  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;
  padding: 38px 0;
  position: relative;
  z-index: 5;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
.header__logo__img {
  height: 99px;
  width: auto;
}
.header__logo__text p {
  font-size: 14px;
  color: #797979;
}
.header__logo__text span {
  color: #3D5CFF;
  display: block;
  margin-top: 5px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.header__nav a:not(.main-btn) {
  color: #797979;
  font-size: 14px;
}
.header__nav a:not(.main-btn):hover {
  color: #3D5CFF;
  -webkit-filter: none;
          filter: none;
}
.header__nav .main-btn {
  margin-left: 70px;
  border-radius: 0;
  border: 1px solid #3D5CFF;
  background: transparent;
  color: #3D5CFF;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 41px;
}
.header__nav .main-btn:hover {
  background: #3D5CFF;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center/cover;
  padding: 0 0 44px;
}
.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__text {
  background: url(../img/intro-text.png) no-repeat center/100% 100%;
  color: #fff;
  padding: 131px 152px 192px 90px;
  margin-left: -90px;
}
.intro__text h1 {
  font-size: 36px;
}
.intro__text p {
  font-size: 20px;
  margin: 38px 0 0;
}
.intro__text__form-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  top: -55px;
  left: 0;
}
.intro .contacts__form {
  position: relative;
  margin-top: -100px;
}
.intro__left {
  width: 100%;
  max-width: 940px;
}
.intro__right {
  margin-left: -150px;
  margin-right: -150px;
  margin-top: -100px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__img {
  height: 750px;
  width: auto;
}
.intro__footer {
  margin-top: auto;
  padding-bottom: 50px;
  font-size: 20px;
  color: #111111;
}
.intro__footer span {
  font-size: 24px;
  display: block;
  margin-bottom: 11px;
  color: #3D5CFF;
  font-weight: 700;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.main-title span {
  display: block;
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
  background: #3D5CFF;
  border-radius: 100%;
}
.main-title h2 {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}

section {
  padding: 60px 0;
}

.about {
  color: #fff;
  background: #111111;
}
.about__item {
  border: 2px solid #383838;
  border-radius: 32px;
  padding: 123px 54px;
  text-align: center;
}
.about__item span {
  font-size: 48px;
  font-weight: 600;
}
.about__item + .about__item {
  margin-top: 23px;
}
.about__item--1 {
  background: url(../img/work-1.png) no-repeat center/100% 100%;
}
.about__item--2 {
  background: url(../img/work-2.png) no-repeat center/100% 100%;
}
.about__item--3 {
  background: url(../img/work-3.png) no-repeat center/100% 100%;
}
.about__item--4 {
  background: url(../img/work-4.png) no-repeat center/100% 100%;
}
.about__item--5 {
  background: url(../img/work-5.png) no-repeat center/100% 100%;
}
.about__item--6 {
  background: url(../img/work-6.png) no-repeat center/100% 100%;
}

.why {
  background: #FEFEFE;
}
.why__item {
  width: 100%;
  max-width: 416px;
  min-height: 313px;
  background: url(../img/how-item.png) no-repeat center/100% 100%;
  padding: 68px 24px 0;
}
.why__item h4 {
  font-weight: 600;
  font-size: 20px;
  color: #FEE03D;
}
.why__item p {
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}
.why__item div {
  color: rgba(254, 224, 61, 0.2509803922);
  font-size: 128px;
  font-weight: 600;
  text-align: right;
}

.slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.slider__title .main-title {
  margin-bottom: 0;
}
.slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.slider__btns button {
  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;
  height: 77px;
  width: 77px;
  min-height: 77px;
  min-width: 77px;
  border: 2px solid #A1A1A1;
  background: transparent;
  border-radius: 100%;
}
.slider__btns button:hover {
  background: #3D5CFF;
  -webkit-filter: none;
          filter: none;
}
.score {
  background: linear-gradient(95.68deg, #3D5CFF 0.64%, #253799 100%);
  color: #fff;
}
.score .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.score .main-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.score .main-title span {
  margin-top: 20px;
  background: #fff;
}
.score__left {
  max-width: 636px;
  width: 100%;
}
.score__img {
  width: 100%;
  height: auto;
}
.score__right {
  max-width: 526px;
  width: 100%;
}
.score__item {
  border: 1px solid rgba(232, 232, 232, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 0 17px 0 24px;
  min-height: 94px;
  border-radius: 12px;
}
.score__item b {
  font-size: 64px;
}
.score__item img {
  height: 36px;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
}
.score__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.score__item span {
  font-size: 16px;
}
.score__item + .score__item {
  margin-top: 16px;
}

.reviews {
  background: #111111;
  color: #fff;
}
.reviews__item {
  padding: 0 12px;
}
.reviews__item video {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.reviews__item a {
  padding: 14px 18px;
  background: #3D5CFF;
  border-radius: 100px;
  font-size: 16px;
}
.reviews .slick-track {
  padding-bottom: 50px;
}

.help .slick-slide {
  margin: 0 12px;
}
.help__item {
  background: url(../img/how-item.png) no-repeat center/100% 100%;
  padding: 41px 12px 14px;
}
.help__item h4 {
  font-size: 20px;
  border-radius: 9px;
  padding: 126px 13px 9px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 600;
}
.help__item--1 h4 {
  background: url(../img/help-1.png) no-repeat center/100% 100%;
}
.help__item--2 h4 {
  background: url(../img/help-2.png) no-repeat center/100% 100%;
}
.help__item--3 h4 {
  background: url(../img/help-3.png) no-repeat center/100% 100%;
}
.help__item--4 h4 {
  background: url(../img/help-4.png) no-repeat center/100% 100%;
}
.help__item--5 h4 {
  background: url(../img/help-5.png) no-repeat center/100% 100%;
}
.help__item a {
  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;
  max-width: 197px;
  gap: 13px;
  padding: 17px;
  font-size: 14px;
  color: #fff;
  background: #3D5CFF;
  border-radius: 100px;
}
.help__footer {
  text-align: center;
}
.help__footer p {
  margin: 40px 0 36px;
  font-size: 14px;
  color: #797979;
}

.work {
  background: #FEFEFE;
}
.work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.work__item {
  width: 100%;
  max-width: 410px;
  padding: 23px 30px 50px;
  border-radius: 12px;
  color: #fff;
}
.work__item__heading {
  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;
}
.work__item__counter {
  font-size: 96px;
  font-weight: 600;
}
.work__item__img {
  height: 90px;
  width: auto;
}
.work__item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.work__item p {
  font-size: 14px;
}
.work__item--1 {
  background: #3D5CFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 92, 255, 0.5019607843);
          box-shadow: 0px 0px 20px 0px rgba(61, 92, 255, 0.5019607843);
}
.work__item--2 {
  background: #A1A1A1;
}
.work__item--3 {
  background: #3D5CFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 92, 255, 0.5019607843);
          box-shadow: 0px 0px 20px 0px rgba(61, 92, 255, 0.5019607843);
}
.work__item--4 {
  max-width: 846px;
  background: #111111 url(../img/how-4.png) no-repeat center right 46px/180px auto;
}
.work__item--4 p {
  max-width: 500px;
}
.work__item--5 {
  background: #FEE03D;
  -webkit-box-shadow: 0px 0px 20px 0px #FEE03D;
          box-shadow: 0px 0px 20px 0px #FEE03D;
  text-align: center;
}
.work__item--5 p {
  padding-top: 80px;
  color: #111111;
  margin-bottom: 30px;
  font-size: 24px;
}

.platforms {
  background: #F5F5F5;
}
.platforms .slick-slide {
  margin: 0 12px;
}
.platforms .main-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.platforms .main-title span {
  margin-top: 18px;
}
.platforms .main-title small {
  font-weight: 400;
  color: #797979;
  font-size: 16px;
  display: block;
  margin-top: 17px;
  max-width: 990px;
  text-transform: initial;
}
.platforms__item img {
  width: 100%;
  height: auto;
}
.platforms__item p {
  font-size: 14px;
  text-align: center;
  color: #383838;
  margin-top: 16px;
}
.platforms__item b {
  color: #3D5CFF;
}
.platforms__footer {
  text-align: center;
}
.platforms__footer p {
  margin: 40px 0 36px;
  font-size: 14px;
  color: #797979;
}
.platforms__button {
  position: relative;
  z-index: 5;
}
.platforms__button .main-btn {
  position: relative;
  z-index: 5;
}
.platforms__button img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100px;
}

.contacts {
  background: #111111 url(../img/contacts-bg.png) no-repeat center right/800px auto;
  color: #fff;
}
.contacts .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;
}
.contacts__left {
  width: 100%;
  max-width: 687px;
}
.contacts__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__subtitle b {
  color: #3D5CFF;
  font-size: 24px;
}
.contacts__subtitle p {
  font-size: 14px;
  color: #A1A1A1;
  max-width: 415px;
}
.contacts__form {
  background: #111111;
  border-radius: 25px;
  padding: 59px 30px 26px;
  width: 100%;
  max-width: 750px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 21px 24px;
  margin-bottom: 20px;
  background: transparent;
  border: 2px solid #A1A1A1;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  color: #fff;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #e5e5e5;
}
.contacts__form .form-input::-moz-placeholder {
  color: #e5e5e5;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #e5e5e5;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #e5e5e5;
}
.contacts__form .form-input::placeholder {
  color: #e5e5e5;
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form .iti__selected-dial-code {
  color: #fff;
}
.contacts__form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #FEE03D;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}
.contacts .contacts__form {
  padding: 0;
  margin-top: 24px;
}
.contacts__sert {
  width: 100%;
  max-width: 336px;
  height: auto;
}

.iti {
  margin-bottom: 20px;
}

.iti__selected-flag {
  border-radius: 10px 0 0 10px;
}

.footer {
  background: #FEFEFE;
  padding: 50px 0;
}
.footer__title {
  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;
  margin-bottom: 40px;
}
.footer__title .main-title {
  margin: 0;
}
.footer__logo {
  height: 71px;
  width: auto;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 82px;
}
.footer__text {
  background: #111111 url(../img/footer-bg.png) no-repeat center/100% 100%;
  border-radius: 12px;
  padding: 53px 33px 56px;
  color: #fff;
  width: 100%;
  max-width: 416px;
}
.footer__text p {
  font-size: 20px;
  margin-bottom: 27px;
}
.footer__text small {
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
  color: #A1A1A1;
}
.footer iframe {
  width: 100%;
  max-width: 800px;
}
.footer .main-btn {
  border-radius: 0;
  border: 1px solid #3D5CFF;
  background: transparent;
  color: #3D5CFF;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 41px;
}
.footer .main-btn:hover {
  background: #3D5CFF;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.mob-visible {
  display: none;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #3D5CFF;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: url(../img/thanks-bg.png) no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 0;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 84px;
  margin-bottom: 25px;
  color: #3D5CFF;
}
.thanks p {
  font-size: 24px;
  margin-bottom: 15px;
  color: #797979;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 34px;
  width: auto;
  margin-bottom: -5px;
}
.thanks .container {
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 100px 15px 12px;
}

@media (max-width: 1310px) {
  .container {
    max-width: 1100px;
  }
  .header__logo__text {
    display: none;
  }
  .intro__right {
    margin-right: -260px;
  }
  .why__item {
    max-width: 100%;
  }
  .slick-slide {
    margin: 0 12px;
  }
  .score .container {
    gap: 30px;
  }
  .work__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work__item {
    max-width: 330px;
  }
  .work__item--4 {
    max-width: 687px;
  }
  .main-title h2 br {
    display: none;
  }
  .contacts .contacts__form {
    background: transparent;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__img {
    display: none;
  }
  .intro__right {
    margin: 40px 0 0;
  }
  .intro__text {
    width: 120%;
    padding-right: 120px;
  }
  .intro .contacts__form {
    margin: -100px auto 0;
  }
  .intro__footer {
    text-align: center;
  }
  .work__item--4 {
    max-width: 330px;
    background: #111111;
  }
  .work__item--4 .mob-visible {
    display: block;
  }
  .contacts .container {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro {
    padding-bottom: 32px;
  }
  .intro__img.mob-visible {
    margin: 0 auto 40px;
  }
  .intro .main-btn {
    margin: 0 auto;
  }
  .about__img,
  .why__img {
    margin: 0 auto;
  }
  .header .burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .header__logo__img {
    height: 70px;
  }
  .intro__text h1 br {
    display: none;
  }
  .contacts .container,
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-title h2,
  .about__item span {
    font-size: 26px;
  }
  .footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .about__item {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro__text h1 {
    font-size: 32px;
  }
  .intro__text h1 img {
    height: 30px;
  }
  .intro__text p {
    font-size: 16px;
  }
  .intro__img,
  .about__img, .why__img {
    width: 100%;
    height: auto;
  }
  .about__text h2 img {
    height: 24px;
    margin-bottom: -3px;
  }
  .benefits__item {
    width: 100%;
  }
  .benefits__flag {
    height: 120px;
    margin: -60px 0 40px auto;
  }
  .benefits__footer p,
  .contacts__title p {
    font-size: 16px;
  }
  .faq__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq__item__img {
    width: 100%;
    height: auto;
  }
  .faq__item__text {
    width: calc(100% - 65px);
  }
  .footer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }
  .header__nav {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__form .form-input {
    padding: 20px;
  }
  .about {
    padding: 80px 0;
  }
  .thanks {
    background: url(../img/thanks-bg-mob.png) no-repeat center/100% 100%;
  }
  .thanks__img {
    width: 80px;
    margin-bottom: 38px;
  }
  .thanks h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 14px;
  }
  .thanks p img {
    margin: 12px auto 0;
    display: block;
  }
  .thanks .container {
    padding: 250px 15px 12px;
  }
  .intro__text {
    width: 150%;
    padding-right: 180px;
  }
  .intro__text__form-title {
    width: 100%;
  }
  .intro__text__form-title span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .intro__text__form-title svg {
    display: none;
  }
  .score .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__item {
    max-width: 100% !important;
  }
  .slider__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .slider__btns button {
    height: 55px;
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }
  .slider__btns button svg {
    height: 15px;
    width: auto;
  }
  .contacts__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px;
  }
  .contacts__subtitle p {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  .intro__text {
    padding-right: 80px;
  }
  .intro__text h1 {
    font-size: 24px;
  }
  .intro__text p {
    font-size: 14px;
  }
  .main-btn {
    padding: 23px;
  }
  .intro__footer br {
    display: none;
  }
  .intro__footer p {
    font-size: 14px;
  }
  .intro__footer span {
    font-size: 18px;
  }
  .main-title h2 {
    font-size: 24px;
  }
  .about__item span {
    font-size: 20px;
  }
  .why__item div {
    font-size: 90px;
  }
  .score__item b {
    font-size: 36px;
  }
  .score__item {
    padding: 0 12px;
  }
  .score__item span {
    font-size: 14px;
  }
  .score__item p {
    gap: 8px;
  }
  .score__item p br {
    display: none;
  }
  .help__item h4 br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */