html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

footer,
header,
main,
nav {
    display: block
}

a,
li,
ul {
    list-style: none;
    color: inherit;
    text-decoration: none
}

button {
    cursor: pointer;
    color: inherit
}

button,
input {
    font-family: inherit
}

a {
    background-color: transparent
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active,
a:focus {
    outline: 0
}

:active,
:focus {
    outline: 0
}

img {
    display: block;
    border-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

body {
    scroll-behavior: smooth
}

html {
    font-size: 16px
}

body {
    overflow-x: hidden;
    font-size: 1rem;
    font-family: Unbounded, sans-serif;
    color: #000;
    background: #fff
}

.wrapper {
    width: 100%;
    max-width: 1420px;
    padding: 0 40px;
    margin: 0 auto
}

.iti__country-list {
    color: #000
}

.iti {
    width: 100%
}

.title-regular {
    font-size: 2rem
}

.subtitle-regular {
    font-size: 1.25rem
}

.link-style {
    position: relative;
    display: block
}

.link-style::after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.link-style:focus::after,
.link-style:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.button-style {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px;
    height: 78px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 35.2px 0 rgba(211, 51, 141, .44);
    box-shadow: 0 2px 35.2px 0 rgba(211, 51, 141, .44);
    -webkit-transition: color .3s cubic-bezier(.75, 0, .125, 1);
    transition: color .3s cubic-bezier(.75, 0, .125, 1);
    z-index: 1
}

.button-style:hover {
    color: #d3338d
}

.button-style::after,
.button-style::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    z-index: -1
}

.button-style::before {
    border: 2px solid #d3338d;
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    background: #fff
}

.button-style::after {
    background-color: #d3338d
}

.button-style:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.button-style:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.home {
    background: url(../img/home-bg.png) no-repeat center/cover;
    color: #fff;
    padding: 80px 0 135px
}

.home__header {
    margin-bottom: 40px
}

.home__body {
    margin-bottom: 55px
}

.home__footer {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-header__title {
    max-width: 398px;
    font-size: 1.125rem;
    line-height: 1.34;
    margin-bottom: 20px
}

.home-header__subtitle {
    display: inline-block;
    color: #d3338d;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.34;
    text-align: center;
    border: 1px solid #d3338d;
    border-radius: 7px;
    padding: 11px 25px
}

.home-body__title {
    margin-bottom: 30px
}

.home-body__title img {
    width: 100%;
    max-width: 625px
}

.home-body__subtitle {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.37
}

.home-footer__list {
    margin-bottom: 55px
}

.home-footer__list li {
    line-height: 1.37;
    position: relative;
    padding-left: 55px
}

.home-footer__list li:not(:last-child) {
    margin-bottom: 44px
}

.home-footer__list li::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/circle.svg) no-repeat center/contain;
    width: 44px;
    height: 44px
}

.reasons {
    padding: 0 0 70px
}

.reasons__header {
    margin-bottom: 55px;
    text-align: center;
    position: relative;
    padding-top: 110px
}

.reasons__header::after {
    position: absolute;
    content: "";
    display: block;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 722px;
    height: 565px;
    background: #fff;
    border-radius: 50%;
    z-index: 1
}

.reasons__header::before {
    position: absolute;
    content: "";
    display: block;
    content: "6";
    font-size: 21.8125rem;
    font-weight: 500;
    color: rgba(211, 51, 141, .18);
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.reasons__title {
    position: relative;
    margin-bottom: 10px;
    color: #000117;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.34;
    z-index: 2
}

.reasons__subtitle {
    position: relative;
    color: #010119;
    font-size: 1.5rem;
    line-height: 1.34;
    z-index: 2
}

.reasons__container {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    gap: 27px 18px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: auto
}

.reasons__item {
    background: -webkit-gradient(linear, left top, left bottom, from(#6b003c), to(#d3338d));
    background: linear-gradient(to bottom, #6b003c, #d3338d);
    padding: 1px;
    border-radius: 11px
}

.reasons-item__inner {
    background: #fff;
    padding: 20px 30px 50px;
    height: 100%;
    border-radius: 10px
}

.reasons-item__icon {
    margin-bottom: 20px
}

.reasons-item__title {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35
}

.banner {
    padding: 58px 0 75px;
    color: #fff;
    background: url(../img/banner-bg.png) no-repeat left bottom/cover
}

.banner__container {
    max-width: 974px;
    margin-left: auto;
    margin-right: 0
}

.banner__title {
    max-width: 734px;
    margin-bottom: 15px;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.34;
    text-transform: uppercase
}

.banner__subtitle {
    max-width: 629px;
    margin-bottom: 50px;
    line-height: 1.53
}

.banner__sign {
    margin-top: 26px;
    color: #909090;
    font-size: .625rem;
    line-height: 1.4
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.form__box-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.form__box-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form__btn {
    font-size: .875rem;
    padding: 0 20px;
    height: 60px;
    width: 100%;
    min-width: 200px
}

.input__field {
    max-width: 221px;
    width: 100%;
    padding: 0 26px;
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    background: rgba(150, 150, 150, .14);
    height: 60px;
    font-size: .875rem;
    color: #fff
}

.questions {
    padding: 50px 0 77px
}

.questions__title {
    max-width: 793px;
    margin: 0 auto;
    color: #000117;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 37px
}

.questions__item {
    border: 1px solid #868686;
    border-radius: 12px;
    background: #fff;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.questions__item.--active {
    background: #d3338d;
    color: #fff
}

.questions__item.--active .questions-item-header__icon {
    background: #fff !important;
    color: #d3338d
}

.questions__item:not(:last-child) {
    margin-bottom: 30px
}

.questions-item__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;
    gap: 30px;
    padding: 50px 26px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer
}

.questions-item-body__inner {
    padding: 0 26px 36px;
    max-width: 70%;
}

.questions-item-header__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 25px;
    width: 48px;
    height: 48px;
    background: #d3338d;
    border-radius: 50%;
    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;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews {
    padding: 84px 0 60px;
    color: #fff;
    background: url(../img/reviews/bg.png) no-repeat center/cover
}

.reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__title h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 85px;
    font-size: 3.375rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    z-index: 1
}

.reviews__title h2::after {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 100%;
    background: #d3338d;
    bottom: 5px;
    z-index: -1
}

.reviews__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 60px
}

.reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 30px 28px 54px;
    border: .93px solid #b6b6b6;
    border-radius: 12.03px;
    backdrop-filter: blur(65.04px);
    background: rgba(10, 18, 31, .42)
}

.reviews__box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-item__photo {
    margin-bottom: 28px
}

.reviews-item__photo img {
    width: 55.51px;
    height: 55.51px
}

.reviews-item__title {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

.reviews-item__name {
    font-size: 1.375rem;
    font-weight: 500
}

.reviews-item__pos {
    color: #d3338d;
    font-size: .8125rem
}

.reviews-item__text {
    line-height: 1.61
}

.footer {
    background: #fff;
    padding: 65px 0 105px
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    margin-bottom: 40px
}

.footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    line-height: 1.5
}

.footer__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    line-height: 1.5
}

.footer__link {
    color: #d3338d;
    font-weight: 700;
    text-decoration-line: underline
}

@media only screen and (max-width:992px) {
    .wrapper {
        padding: 0 20px
    }
    .reviews__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    .button-style {
        font-size: 1rem;
        height: 60px;
        padding: 0 25px
    }
    .reasons__header::after {
        top: -60px
    }
    .reasons__header::before {
        font-size: 15.625rem;
        top: -70px
    }
    .reasons__title {
        font-size: 4.375rem
    }
    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .form__box-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .input__field {
        max-width: 100%
    }
    .questions__title {
        font-size: 3.4375rem
    }
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }
}

@media only screen and (max-width:576px) {
    body {
        font-size: .875rem
    }
    .home-header__subtitle {
        font-size: .875rem
    }
    .reasons__title {
        font-size: 2.5rem
    }
    .reasons__subtitle {
        font-size: 1.25rem
    }
    .reasons__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .reasons-item__icon img {
        width: 50px;
        height: 50px
    }
    .banner__title {
        font-size: 1.375rem
    }
    .questions__title {
        font-size: 2.25rem
    }
    .reviews__title h2 {
        font-size: 2.25rem
    }
}