html {
  height: 100%;
  overflow-x: hidden;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
}

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

.container {
  max-width: 1296px;
  padding: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.7);
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  border-radius: 32px;
  transition: all 0.5s ease;
}

.benefits {
  padding: 100px 12px;
  padding-bottom: 90px;
}
.benefits__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  display: flex;
  flex-direction: column;
}
.benefits__title span {
  display: inline-block;
}
.benefits__link {
  background-color: #D9F563;
  padding: 10px 16px;
}
.benefits__link:hover {
  background-color: #D9F563;
  border: 1px solid #004cf3;
}
.benefits__list {
  margin-top: 32px;
}
.benefits__item-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  display: flex;
  flex-direction: column;
}
.benefits__item-block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.benefits__text {
  text-align: right;
  max-width: 289px;
  display: flex;
  flex-direction: column;
}
.benefits__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.5s ease;
}
.benefits__item:hover {
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  background-color: #D9F563;
}
.benefits__item:first-child {
  border-top: 1px solid #bebebe;
}
.benefits__link--mobile {
  display: none;
}
.benefits__arrow-block {
  width: 44px;
  height: 44px;
  background-color: #457CF4;
  border-radius: 32px;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .benefits__link {
    display: none;
  }
  .benefits__title {
    font-size: 45px;
    line-height: 50px;
  }
  .benefits__list {
    margin-bottom: 32px;
  }
  .benefits__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefits__item:first-child {
    border: none;
  }
  .benefits__item {
    border: none;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    border-radius: 16px;
    background-color: #f7f7f7;
    padding: 24px 25px 24px 24px;
  }
  .benefits__item-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .benefits__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .benefits__item-title {
    margin-bottom: 16px;
  }
  .benefits__text {
    text-align: left;
  }
  .benefits__link--mobile {
    display: block;
  }
  .benefits__arrow-block {
    display: flex;
  }
}
@media (max-width: 500px) {
  .benefits {
    padding: 90px 12px;
  }
  .benefits__title {
    font-size: 26px;
    line-height: 120%;
  }
  .benefits__text {
    display: block;
    max-width: 242px;
  }
  .benefits__item-title {
    font-size: 22px;
  }
  .benefits__item-title span:first-child {
    display: flex;
    flex-direction: column;
  }
}
.footer {
  padding: 0 12px;
  padding-bottom: 32px;
}
.footer__wrapper {
  background-color: #004cf3;
  border-radius: 100px;
  padding: 26px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.footer__logo {
  margin-right: 14px;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: 45px;
}
.footer__link {
  background-color: #D9F563;
  padding: 10px 16px;
}
.footer__link:hover {
  background-color: #D9F563;
  border: 1px solid #fff;
}
.footer__nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.footer__mobile-list {
  display: none;
}
.footer__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .footer__wrapper {
    padding: 16px;
    flex-direction: column;
    border-radius: 16px;
    align-items: flex-start;
    gap: 24px;
  }
  .footer__container {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer__list {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer {
    padding-bottom: 12px;
  }
  .footer__logo {
    width: 107px;
  }
}
.contact {
  padding: 100px 12px;
  padding-top: 90px;
}
.contact__wrapper {
  background-color: #f7f7f7;
  padding: 48px;
  border-radius: 32px;
  gap: 60px;
}
.contact__img {
  width: 100%;
  height: auto;
}
.contact__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 32px;
}
.contact__title span {
  display: inline-block;
}
.contact__label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.7);
}
.contact__labels {
  margin-bottom: 24px;
  gap: 16px;
}
.contact__input {
  border: none;
  background-color: #fff;
  padding: 11px 24px;
  height: 44px;
  border-radius: 100px;
  resize: none;
  overflow: hidden;
  margin-top: 8px;
  font-size: 16px;
  line-height: 140%;
}
.contact__input::placeholder {
  color: rgba(22, 22, 22, 0.4);
}
.contact__checkbox {
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.4);
  display: flex;
  gap: 10px;
}
.contact__input-checkbox {
  display: none;
}
.contact__circle {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: 2px solid #004cf3;
}
.contact__input-checkbox:checked + .contact__circle {
  background-color: #D9F563;
}
.contact__error,
.contact__error-checkbox {
  color: #F72E2E;
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  display: none;
}
.contact__btn {
  background-color: #D9F563;
  padding: 10px;
}
.contact__btn:hover {
  border: 1px solid #004cf3;
  background-color: #D9F563;
}

@media (max-width: 1200px) {
  .contact {
    padding: 100px 0;
  }
  .contact__wrapper {
    flex-direction: column;
    border-radius: 0;
  }
}
@media (max-width: 500px) {
  .contact__wrapper {
    padding: 48px 12px;
    gap: 32px;
  }
  .contact__title {
    font-size: 26px;
  }
  .contact__checkbox {
    align-items: center;
  }
}
.header {
  position: fixed;
  top: 12px;
  width: 100%;
  z-index: 11;
  padding: 0 12px;
}
.header__wrapper {
  background-color: #004cf3;
  border-radius: 32px;
  padding: 12px;
}
.header__mobile {
  display: none;
}
.header__logo-block {
  margin-left: 20px;
}
.header__btn {
  background-color: #D9F563;
  border-radius: 32px;
  padding: 10px 16px;
  border: 1px solid transparent;
  padding-bottom: 8px;
}
.header__btn:hover {
  border: 1px solid #fff;
  background-color: #D9F563;
}
.header__btn:disabled {
  background-color: #f7f7f7;
  color: rgba(22, 22, 22, 0.4);
}
.header__nav {
  background-color: #457CF4;
  padding: 4px 0.1px;
  border-radius: 36px;
}
.header__buttons-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__menu-block {
  width: 44px;
  height: 44px;
  border-radius: 32px;
  background-color: #457CF4;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.header__item {
  padding: 6px 4px;
}
.header__link {
  color: #fff;
  font-weight: 300;
  padding: 5px 15px;
  border-radius: 32px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.header__link:hover {
  border: 1px solid #fff;
}
.header__link--active {
  background-color: #fff;
  color: #161616;
  font-weight: 500;
}

@media (max-width: 700px) {
  .header__nav {
    display: none;
  }
  .header__wrapper {
    padding: 8px;
    border-radius: 30px;
  }
  .header__menu-block {
    display: flex;
  }
  .header__menu-block--close {
    display: none;
  }
  .header__logo-block {
    margin-left: 10px;
  }
  .header__logo {
    width: 94px;
  }
  .header__mobile-nav {
    background-color: #457CF4;
    border-radius: 24px;
    margin-top: 24px;
  }
  .header__item {
    display: flex;
    justify-content: center;
  }
  .header__link {
    width: 100%;
    text-align: center;
  }
  .active .header__menu-block--burger {
    display: none;
  }
  .active .header__menu-block--close {
    display: flex;
  }
  .active .header__mobile {
    display: block;
  }
}
.main {
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main__wrapper {
  padding-top: 102px;
  width: 100%;
  z-index: 2;
}
.main__img {
  margin-bottom: 0.5px;
}
.main__bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 62%, rgba(247, 247, 247, 0.79) 79%, rgb(247, 247, 247) 89%);
  z-index: 2;
}
.main__title-main {
  z-index: 3;
  position: absolute;
}
.main__title-main span {
  display: inline-block;
}
.main__content {
  margin-left: 90px;
  z-index: 10;
}
.main__content-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  max-width: 526px;
  margin-top: 180px;
}
.main__content-title span {
  display: inline-block;
}
.main__button {
  background-color: #D9F563;
  padding: 10px 16px;
}
.main__button:hover {
  border: 1px solid #004cf3;
  background-color: #D9F563;
}
.main__button--outline {
  background-color: transparent;
  border: 1px solid #004cf3;
}
.main__button--outline:hover {
  color: #fff;
  background-color: #004cf3;
}
.main__buttons {
  margin-top: 24px;
  gap: 12px;
}
.main__title-main {
  bottom: 50px;
  left: 115px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  color: #161616;
}
.main__title-main .main__span:last-child {
  margin-left: 100px;
}

@media (max-width: 1000px) {
  .main__wrapper {
    padding-top: 30px;
    justify-content: center;
  }
  .main__content {
    margin-left: 0;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main__content-title {
    margin-top: 0;
  }
  .main__container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main__title-main {
    position: static;
    margin-top: 113px;
    max-width: 400px;
    font-size: 50px;
    line-height: 58px;
  }
  .main__title-main .main__span:last-child {
    margin-left: 0;
  }
  .main__span-4 {
    margin-left: 85px;
  }
  .main__span-5 {
    margin-left: 140px;
  }
}
@media (max-width: 600px) {
  .main {
    background-image: url("../img/main-bg-mob.jpg");
  }
  .main__title-main {
    font-size: 32px;
    line-height: 100%;
    text-align: left;
    max-width: 289px;
  }
  .main__img {
    width: 100%;
    height: auto;
  }
  .main__span-4 {
    margin-left: 51px;
  }
  .main__span-5 {
    margin-left: 85px;
  }
  .main__content {
    padding: 0 12px;
  }
  .main__content-title {
    font-size: 26px;
  }
  .main__buttons {
    margin-top: 12px;
  }
  .main__bg {
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 50%, rgb(247, 247, 247) 83%, rgb(247, 247, 247) 89%);
  }
}
.opinion {
  padding: 0 12px;
}
.opinion__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 32px;
}
.opinion__title span {
  display: inline-block;
}
.opinion__content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.opinion__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.opinion__text {
  max-width: 586px;
}
.opinion__item {
  padding: 24px;
  background-color: #f7f7f7;
  border-radius: 24px;
  transition: all 0.5s ease;
}
.opinion__item:hover {
  background-color: #D9F563;
}
.opinion__list {
  gap: 24px;
}
.opinion__img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .opinion__img {
    display: none;
  }
  .opinion__content {
    justify-content: center;
  }
  .opinion__title {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .opinion__title {
    font-size: 26px;
    text-align: left;
  }
  .opinion__content {
    gap: 0;
  }
  .opinion__text {
    max-width: 303px;
  }
  .opinion__item-header {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.welcome {
  background-image: url("../img/welcome-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.welcome__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  color: #161616;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  max-width: 474px;
}
.welcome__span-2 {
  margin-left: 53px;
}
.welcome__span-3 {
  margin-left: 107px;
}
.welcome__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 102px;
}
.welcome__clock-icon {
  bottom: 49px;
  left: -40px;
  animation: moveRightBottom 10s infinite;
}
@keyframes moveRightBottom {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.welcome__phone-icon {
  bottom: 108px;
  right: -81px;
  animation: moveLeftTop 10s infinite;
}
@keyframes moveLeftTop {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 1200px) {
  .welcome__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .welcome__title {
    font-size: 50px;
  }
  .welcome__img {
    position: relative;
  }
  .welcome__phone-icon {
    width: 169px;
    bottom: 85px;
    right: -24px;
  }
  .welcome__clock-icon {
    width: 107px;
    bottom: 80px;
    left: 12px;
  }
}
@media (max-width: 500px) {
  .welcome {
    background-image: url("../img/welcome-bg-mob.png");
  }
  .welcome__wrapper {
    gap: 0;
    margin-top: 257px;
  }
  .welcome__span-1 {
    margin-right: 56px;
  }
  .welcome__span-2 {
    margin-left: 35px;
  }
  .welcome__main-span {
    display: inline-block;
  }
  .welcome__span-3 {
    margin-left: 0;
  }
  .welcome__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-left: 0;
    position: absolute;
    top: 181px;
  }
}
.offer {
  padding: 100px 12px;
}
.offer__list {
  gap: 32px;
}
.offer__item {
  display: flex;
  gap: 48px;
}
.offer__item:nth-child(1) .offer__item-container {
  background-image: url("../img/offer-1-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.offer__item:nth-child(2) .offer__item-container {
  background-image: url("../img/offer-2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.offer__item:nth-child(3) .offer__item-container {
  background-image: url("../img/offer-3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.offer__item:nth-child(4) .offer__item-container {
  background-image: url("../img/offer-4-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.offer__content {
  flex-direction: column;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.offer__item-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 63px 0;
  border-radius: 24px;
}
.offer__item-container:hover .offer__img {
  animation: moveTopDown 7s infinite;
}
.offer__main-title {
  display: none;
}
.offer__img {
  flex-shrink: 0;
}
@keyframes moveTopDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.offer__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.7);
  margin-bottom: 24px;
  max-width: 588px;
}
.offer__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .offer {
    padding-bottom: 0;
  }
  .offer__main-title {
    display: block;
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 120%;
  }
  .offer__item {
    flex-direction: column;
    gap: 24px;
  }
  .offer__img {
    width: 215px;
  }
  .offer__item-container {
    padding: 23px 0;
  }
  .offer__text {
    max-width: 100%;
    margin-bottom: 0;
  }
  .offer__title {
    display: block;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .offer__title {
    font-size: 22px;
  }
}
.info {
  background-image: url("../img/info-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 269px;
  padding-bottom: 315px;
}
.info__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  color: #161616;
}
.info__span-1 {
  margin-right: 390px;
}
.info__span-3 {
  margin-left: 195px;
}
.info__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  transition: all 0.3s ease;
}
.info__item-container {
  background-color: #fff;
  border-radius: 32px;
  transition: all 0.3s ease;
  padding: 4px 4px 4px 32px;
}
.info__link-block {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #457CF4;
  border-radius: 100%;
}
.info__item {
  position: absolute;
  background: linear-gradient(to right, rgb(0, 76, 243) 0%, rgb(138, 174, 253) 62%);
  padding: 1px;
  border-radius: 32px;
}
.info__item:hover .info__item-container {
  background-color: #004cf3;
}
.info__item:hover .info__link {
  color: #fff;
}
.info__item--mail {
  bottom: -104px;
  left: 440px;
}
.info__item--number {
  left: 112px;
  bottom: 46px;
}
.info__item--address {
  right: 15px;
  top: 42px;
}

@media (max-width: 1100px) {
  .info__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
  .info__item {
    position: static;
  }
}
@media (max-width: 900px) {
  .info__span-3 {
    margin-left: 0;
  }
  .info__span-1 {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .info {
    background-image: url("../img/info-bg-mob.jpg");
    padding-top: 272px;
    padding-bottom: 208px;
  }
  .info__wrapper {
    padding: 0 12px;
  }
  .info__list {
    width: 100%;
  }
  .info__title {
    font-size: 32px;
  }
  .info__span-2 {
    margin-left: auto;
    margin-right: 33px;
  }
}
.about {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.about__top-figure {
  position: absolute;
  top: 0;
  left: 20px;
}
.about__bottom-figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about__wrapper {
  text-align: center;
  padding: 202px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__title {
  max-width: 1076px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  margin-bottom: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about__span {
  color: #004cf3;
  border: 1px solid #004cf3;
  border-radius: 10px;
  top: -40px;
  right: 138px;
  transform: rotate(11deg);
}

@media (max-width: 1000px) {
  .about__top-figure {
    left: 0;
  }
}
@media (max-width: 700px) {
  .about__span {
    transform: rotate(3deg);
    top: -53px;
    right: -10px;
    padding: 9px 16px;
  }
  .about__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .about__wrapper {
    padding: 230px 12px;
  }
  .about__title {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    display: block;
    max-width: 333px;
  }
}
.services {
  padding: 100px 12px;
  overflow: hidden;
}
.services__swiper {
  max-width: 100%;
}
.services__link {
  background-color: #fff;
  border: 1px solid #004cf3;
  padding: 9px 15px;
  transition: all 0.3s ease;
  height: 0;
  opacity: 0;
}
.services__link:hover {
  background-color: #004cf3;
  color: #fff;
}
.services__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 32px;
}
.services__title span {
  display: inline-block;
}
.services__content-title span {
  display: inline-block;
}
.services__slide {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f7f7f7;
  border-radius: 24px;
  max-height: 434px;
  transition: all 0.5s ease;
}
.services__slide:hover {
  background: radial-gradient(circle at 50% 30%, rgba(0, 76, 243, 0.5) 0%, rgba(0, 76, 243, 0) 65%), #C6D8FF;
}
.services__slide:hover .services__link {
  opacity: 1;
  height: 44px;
}
.services__slide:hover .services__img {
  margin-top: 45px;
}
.services__img {
  margin-bottom: 19px;
  margin-top: 45px;
  transition: all 0.5s ease;
}
.services__slide-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  color: #161616;
  margin-top: 45px;
}

@media (max-width: 1300px) {
  .services__slide-title {
    display: flex;
    flex-direction: column;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .services__title {
    text-align: center;
    font-size: 26px;
  }
  .services__slide:nth-child(2) {
    max-width: 296px;
  }
  .services__slide:nth-child(3) {
    max-width: 296px;
  }
  .services__link {
    height: 44px;
    opacity: 1;
  }
  .services__img {
    margin-top: 38px;
    margin-bottom: 0;
  }
  .services__slide:first-child {
    max-height: 409px;
    max-width: 296px;
    margin-right: 12px;
  }
  .services__slide {
    max-height: 409px;
    max-width: 100%;
    width: 100%;
    margin-right: 12px;
  }
  .services__slide:hover .services__img {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .services__slide-title {
    font-size: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 38px;
  }
}
.success {
  position: fixed;
  top: 0;
  background-color: rgba(22, 22, 22, 0.4);
  backdrop-filter: blur(10px);
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.success__container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.success__wrapper {
  width: 100%;
  max-width: 638px;
  background-color: #D9F563;
  border-radius: 24px;
  padding: 30px 30px 64px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.success__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.success__img {
  margin-top: 34px;
  margin-bottom: 24px;
}
.success__btn {
  border: 1px solid #004cf3;
}
.success__btn:hover {
  background-color: #004cf3;
  color: #fff;
}
.success__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 8px;
}
.success__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.7);
  max-width: 445px;
}

@media (max-width: 700px) {
  .success__wrapper {
    max-width: 351px;
    padding: 24px 16px 100px 16px;
  }
  .success__close {
    right: 24px;
    top: 24px;
  }
  .success__img {
    margin-top: 100px;
    margin-bottom: 48px;
  }
  .success__text {
    line-height: 24px;
    max-width: 319px;
  }
  .success__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.fail {
  position: fixed;
  top: 0;
  background-color: rgba(22, 22, 22, 0.4);
  backdrop-filter: blur(10px);
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.fail__container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fail__wrapper {
  width: 100%;
  max-width: 638px;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 30px 64px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.fail__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.fail__img {
  margin-top: 34px;
  margin-bottom: 24px;
}
.fail__btn {
  border: 1px solid #004cf3;
}
.fail__btn:hover {
  background-color: #004cf3;
  color: #fff;
}
.fail__title {
  font-weight: 500;
  font-size: 58px;
  line-height: 120%;
  color: #161616;
  margin-bottom: 8px;
}
.fail__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(22, 22, 22, 0.7);
  max-width: 445px;
}

@media (max-width: 700px) {
  .fail__wrapper {
    max-width: 351px;
    padding: 24px 16px 100px 16px;
  }
  .fail__close {
    right: 24px;
    top: 24px;
  }
  .fail__img {
    margin-top: 100px;
    margin-bottom: 48px;
  }
  .fail__text {
    line-height: 24px;
    max-width: 319px;
  }
  .fail__title {
    font-size: 32px;
    line-height: 40px;
  }
}

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