@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.app {
    font-family: "Noto Sans", sans-serif;
}

.container {
    padding: 0 16px;
}

.heading {
    color: #1F2528;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.subheading {
    color: #1F2528;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.header {
    padding: 17px 0;
}

.header__logo {
    display: block;
    max-width: 100px;
}

.promo {
    background: url(../assets/promo-mob-bg.png) center / cover no-repeat;
    height: 450px;
}

.promo .container {
    position: relative;
    height: 100%;
}

.promo__content {
    position: absolute;
    top: 300px;
    right: 16px;
    left: 16px;
    padding: 17px 16px 27px;
    background: rgba(98, 109, 161, 0.95);
    color: #fff;
}

.promo__subheading {
    font-weight: 700;
    text-transform: uppercase;
}

.promo__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}

.promo__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
}

.promo__btn {
    display: block;
    max-width: 150px;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #FFF;
}

.video {
    margin-top: 250px;
    text-align: center;
}

.form {
    padding: 35px 0;
}

.benefits {
    background: #626DA1;
    padding: 32px 0;
}

.benefits__heading {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.benefits__subheading {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.benefits__content {
    display: none;
}

.slide {
    min-height: 270px;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #DFE0E1;
}

.slide__icon {
    max-width: 45px;
}

.slide__title {
    color: #1F2528;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.slide__heading {
    color: #1F2528;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.slide__text {
    color: #1F2528;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.swiper {
    display: block;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    background: #fff!important;
    width: 6px!important;
    height: 6px!important;
    opacity: 0.6!important;
}

.swiper-pagination-bullet-active {
    background: #fff!important;
    width: 10px!important;
    height: 10px!important;
    opacity: 1!important;
}

.rewiev {
    padding-top: 25px;
}

.rewiev__info {
    padding: 16px 25px;
    border: 1px solid #DFE0E1;
}

.rewiev__name {
    color: #1F2528;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.rewiev__position {
    color: #1F2528;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.rewiev__text {
    padding: 16px 55px 43px 25px;
    border: 1px solid #DFE0E1;
    border-top: none;
    color: #1F2528;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

.rewiev__img {
    padding: 20px;
    border-top: 1px solid #DFE0E1;
    border-right: 1px solid #DFE0E1;
    border-left: 1px solid #DFE0E1;
}

.rewiev__img img {
    display: block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.projects {
    padding-bottom: 1px;
    background: #253746;
}

.projects__content {
    padding: 0 16px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 66px;
}

.projects__heading {
    padding: 60px 16px 70px;
    color: #1F2528;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: #fff;
}

.projects__card {
    position: relative;
    margin-top: -50px;
}

.card__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
}

.card__content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1;
}

.card__title {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.card__text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.projects__btn {
    display: block;
    max-width: 270px;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 28px;
    border: 1px solid #FFF;
    margin: 53px auto 0;
}

.steps {
    margin-top: -1px;
    padding: 54px 0 63px;
    background: #253746;
}

.steps__heading {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.step__icon {
    max-width: 32px;
    width: 100%;
    height: 32px;
}

.steps__content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.steps__step {
    display: flex;
    gap: 16px;
}

.step__heading {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step__text {
    margin-top: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.support {
    line-height: 0;
}

.support__content {
    background: #58798D;
    padding: 40px 16px;
}

.support__title {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.support__heading {
    margin-top: 16px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.support__text {
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.support__btn {
    margin-top: 50px;
    height: 47px;
    line-height: 47px;
    display: block;
    max-width: 200px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 28px;
    color: #fff;
    background: #253746;
}

.footer {
    padding: 24px 0;
}

.footer__text {
    margin-top: 48px;
    color: #1F2528;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrapper__heading,
    .wrapper__subheading {
        display: none;
    }

@media(min-width: 450px) {
    .promo {
        background: linear-gradient(0deg, #253746 0%, rgba(37, 55, 70, 0.00) 100%), url(../assets/promo-desk-bg.jpg) center / cover no-repeat;
    }
}

@media(min-width: 768px) {
    .container,
    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }

    .wrapper {
        padding: 70px 0 50px;
    }

    .inner {
        display: flex;
        padding-right: 16px;
    }

    .promo {
        height: 650px;
    }

    .promo__content {
        bottom: 70px;
        top: auto;
        max-width: 760px;
        padding: 35px 50px;
    }

    .promo__heading {
        font-size: 38px;
    }

    .promo__text {
        font-size: 18px;
    }

    .benefits__heading {
        font-size: 32px;
    }
    
    .benefits__subheading {
        font-size: 18px;
    }

    .slide__title {
        font-size: 14px;
    }

    .slide__heading {
        font-size: 22px;
    }

    .video {
        margin-top: 70px;
        width: 66%;
        margin-top: 0;
    }

    .form {
        padding:0;
    }

    .video__heading,
    .video__subheading {
        display: none;
    }

    .wrapper__heading,
    .wrapper__subheading {
        display: block;
        text-align: center;
    }

    .rewiev__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 850px;
        margin: 0 auto;
    }

    .rewiev__text {
        border-top: 1px solid #DFE0E1;
        font-size: 18px;
        padding: 22px;
    }

    .rewiev__left {
        border: 1px solid #DFE0E1;
        border-right: none;
    }

    .rewiev__img,
    .rewiev__info {
        border: none;
    }

    .rewiev__info {
        border-top: 1px solid #DFE0E1;
        padding: 22px 35px;
    }

    .rewiev__name {
        font-size: 32px;
    }

    .rewiev__position {
        font-size: 22px;
        margin-top: 20px;
    }

    .projects__content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
        justify-items: normal;
        max-width: 1200px;
        margin: 0 auto;
    }

    .projects__heading {
        font-size: 32px;
    }

    .projects__heading p {
        display: block;
        max-width: 650px;
        margin: 0 auto;
    }

    .card__title {
        font-size: 14px;
    }

    .card__text {
        font-size: 22px;
    }

    .steps__heading {
        font-size: 32px;
    }

    .steps__content {
        grid-template-columns: 1fr 1fr;
    }

    .step__icon {
        max-width: 40px;
        height: 40px;
    }

    .step__heading {
        font-size: 22px;
    }

    .step__text {
        font-size: 18px;
    }

    .footer__text {
        font-size: 14px;
    }
}

@media(min-width: 850px) {
    .swiper {
        display: none!important;
    }

    .benefits__content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .support {
        padding: 96px 16px;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    .support img {
        width: 70%;
    }

    .support__content {
        position: absolute;
        top: 20%;
        bottom: 20%;
        left: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 60px;
    }

    .support__title {
        font-size: 14px;
    }

    .support__heading {
        font-size: 32px;
    }

    .support__text {
        font-size: 18px;
    }
}




/* reset */

* {
	box-sizing: border-box;
}

img {
	width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit the color from the parent */
  cursor: pointer; /* Set a pointer cursor for links */
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}


/* end reset */