@font-face {
    font-family: "Filson Pro";
    src: url("../styles/fonts/FilsonPro/FilsonProHeavy.otf") format("otf");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Filson Pro";
    src: url("../styles/fonts/FilsonPro/FilsonProBold.otf") format("otf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Filson Pro";
    src: url("../styles/fonts/FilsonPro/FilsonProRegular.otf") format("otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Filson Pro";
    src: url("../styles/fonts/FilsonPro/FilsonProMedium.otf") format("otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;

    font-family: "Filson Pro", sans-serif;
    font-weight: 400;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

.header {
    background-color: #f3f5f7;
    padding: 33px 20px;
    display: flex;
    justify-content: center;
}
.header__inner {
    /* max-width: 1650px; */
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header__logo {
    font-size: 28px;
    color: #041d28;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s linear color;
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
}
.header__logo:hover {
    color: #00ca00;
}
.header__list-item {
    display: flex;
    align-items: center;
}
.header__list-item > * {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #041d28;
    text-decoration: none;
    transition: color 0.3s linear ;
}
.header__list-item:hover > *, 
.header__list-item > *:hover {
    color: #00ca00;
}

.header__list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__list-item.slideList {
    gap: 10px;
    /* gap: 60px; */
    background-color: #fff;
    padding: 6px 6px 6px 20px;
    border-radius: 30px;
}
.header__list-link.main {
    color: #fff;
    padding: 11px 22px;
    border-radius: 30px;
    background-color: #00ca00;
}
.top {
    padding: 65px 20px 91px;
    overflow: hidden;
}
.top__inner {
    /* max-width: 1220px; */
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top__content {
    max-width: 850px;
    width: 100%;
}
.top__title {
    font-weight: 800;
    /* font-size: 70px; */
    font-size: 90px;
    color: #041d28;
    text-align: center;
    margin-bottom: 28px;
}
.top__title > span {
    color: #00ca00;
    font-weight: 800;
}
.top__content-text {
    /* font-size: 22px; */
    font-size: 25px;
    text-align: center;
    color: #636363;
    margin-bottom: 47px;
}
.top__boxes-labels > input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.top__boxes-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #00ca00;
    text-align: center;
    margin-bottom: 15px;
}
.top__box-title {
    font-size: 16px;
    color: #636363;
    text-align: center;
    margin-top: 20px;
}
.top__box {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 121px;
    /* height: 150px; */
    border: 1px solid transparent;
    background-color: #f6f9fa;
    width: 100%;
    padding: 26px 30px 13px;
    border-radius: 15px;
    position: relative;
}
.top__box:hover{
    border: 1px solid #00ca00;
}
.top__boxes-labels {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 11px;
}
.top__boxes-submit {
    padding: 19px 47px;
    font-family: "Inter", sans-serif;
    background-color: #00ca00;
    font-size: 30px;
    color: #fff;
    border-radius: 40px;
    border: none;
    display: block;
    margin: 37px auto 0;
    cursor: pointer;
}
.top__image {
    z-index: -1;
    /* width: 830px; */
}
.top__image.adaptive {
    display: none;
}
.container {
    /* max-width: 1698px; */
    max-width: 1220px;
    width: 100%;
    padding: 0 28px;
    margin: 0 auto;
}
.partners {
    padding-bottom: 50px;
}
.partners__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    /* flex-wrap: wrap; */
}
.how {
    padding: 150px 0 193px;
    background-image: url(../content/how-bg.png);
    background-size: cover;
    background-position: 15%;
}
.section__header {
    display: flex;
    flex-direction: column;
    /* gap: 17px; */
    align-items: center;
}
.title {
    font-family: "Inter", sans-serif;
    color: #00ca00;
    margin-top: 17px;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-size: 20px;
}
.subtitle {
    font-size: 40px;
    color: #041d28;
    font-weight: 700;
    margin-top: 31px;
}
.how__header-text {
    max-width: 650px;
    width: 100%;
    text-align: center;
    margin: 20px auto 30px;
    font-size: 22px;
    color: #636363;
}
.how__boxes {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 121px;
}
.how__box {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.how__box-title {
    font-weight: 700;
    font-size: 40px;
    color: #041d28;
    position: relative;
    width: fit-content;
    margin-bottom: 18px;
}
.how__direction {
    position: absolute;
    left: calc(100% + 35px);
    top: 20px;
    bottom: 0;
    width: 70%;
    margin: auto;
}
.how__box-title > span {
    color: #00ca00;
    font-weight: 700;
    font-size: 120px;
}
.how__box-text {
    font-size: 20px;
    color: #636363;
    min-height: 92px;
}
.how__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.how__bottom-box {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 25px;
}
.how__bottom-text {
    font-size: 18px;
    color: #636363;
}
.how__bottom-text > b {
    font-weight: 800;
}
.faq {
    padding-bottom: 77px;
}
.faq__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding-top: 49px;
}
.faq__questions {
    max-width: 717px;
    width: 100%;
}
.faq__question {
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #041d28;
    padding: 29px 10px 29px 27px;
    border-top: 1px solid #63636364;
    /* border-bottom: 1px solid #63636364; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.faq__question > span{
    font-family: "Inter", sans-serif;
    font-size: 19px;
    color: #041d28;
    transition: color .3s linear;
}
.faq__question > span:hover{
    color: #00ca00;
}
.faq__answear {
    padding: 29px 10px 29px 27px;
    font-size: 17px;
    color: #636363;
    display: none;
    border-top: 1px solid #63636364;
}

.faq__box.--active > .faq__question > .faq__box-button {
    transform: rotate(180deg);
    background-color: #81ff816e;
}
.faq__box.--active > .faq__question > span {
    color: #00ca00;
    /* font-weight: 800; */
}
.faq__box-button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0;
}
.testimonials {
    padding: 136px 0 174px;
    background-image: url(../content/how-bg.png);
    background-size: cover;
}
.testimonials__wrapper {
    max-width: 1420px;
    width: 100%;
    margin: 134px auto 234px;
    position: relative;
}
.testimonials__slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.slider__item {
    max-width: 460px;
    width: 100% !important;
    padding: 128px 68px 80px;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
}
.slider__item-name {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #041d28;
    text-align: center;
    margin-bottom: 10px;
}
.slider__item-location {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #636363;
    margin-bottom: 25px;
}
.slider__item-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 43px;
}
.slider__item-text {
    font-size: 18px;
    color: #636363;
    text-align: center;
}
.slider__item-image {
    border: 3px solid #fff;
    border-radius: 20px;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    margin: auto;
}
.sliderPrev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}
.sliderNext {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 100%;
    padding: 0;
    transform: rotate(180deg);
    cursor: pointer;
}
.ready {
    padding-bottom: 118px;
}
.ready__subtitle {
    font-size: 90px;
    text-align: center;
}
.ready__image {
    display: block;
    margin: 40px auto;
}
.footer {
    padding: 107px 0 45px;
    background-color: #041d28;
    border-radius: 40px 40px 0 0;
}
.footer__logo {
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s linear color;
}
.footer__logo:hover {
    color: #00ca00;
}
.footer__information {
    max-width: 483px;
    width: 100%;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.footer__information-description {
    font-size: 18px;
    color: #798590;
    margin: 37px 0 76px;
}
.footer__information-personal {
    font-size: 22px;
    color: #798590;
    margin-bottom: 10px;
}
.footer__information-copyright {
    font-size: 22px;
    color: #fff;
}
.footer__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #17323e;
    border-radius: 100%;
}
.footer__links {
    max-width: 630px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__navigation,
.footer__additional {
    display: flex;
    gap: 25px;
}
.footer__navigation-link,
.footer__additional-link {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s linear color;
}
.footer__navigation-link:hover,
.footer__additional-link:hover {
    color: #00ca00;
}

.slideList {
    cursor: pointer;
    position: relative;
}
.header__slide-menu {
    position: absolute;
    left: 0;
    /* top: calc(100% + 6px); */
    top: 98%;
    width: 135%;
    /* width: 100%; */
    border: 1px solid #00ca00;
    border-radius: 25px;
    display: none;
    flex-direction: column;
}
.header__slide-link {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #636363;
    padding: 10px;
    display: flex;
    gap: 10px;
    background-color: #fff;
    border-bottom: 1px dotted #63636364;
    text-decoration: none;
    transition: 0.2s linear all;
}
.header__slide-item {
    width: 100%;
    position: relative;
}
.header__slide-item::after{
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 5px;
    height: 10px;
    content: '';
    background-image: url(../content/menu-arrow.png);
}
.header__slide-link:hover,
.header__slide-item.--active > .header__slide-link {
    /* font-weight: 800; */
    /* text-shadow: 0 0 1px currentColor, 0 0 1px currentColor; */
    color: #00ca00;
}
.header__slide-item:hover::after,
.header__slide-item.--active::after{
    opacity: 1;
}
.header__slide-item:first-of-type > .header__slide-link {
    border-radius: 25px 25px 0 0;
}
.header__slide-item:last-of-type > .header__slide-link {
    border-radius: 0 0 25px 25px;
}

.top__boxes-labels > input[type="radio"]:checked + .top__box {
    border: 1px solid #00ca00;
}
.top__boxes-labels > input[type="radio"]:checked + .top__box::after {
    position: absolute;
    right: 9px;
    top: 9px;
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(../content/radio.png);
}
.slick-track {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 32px;
}
.adaptiveSvgMobile {
    display: none;
}
.header__list-button {
    display: none;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 100%;
    flex-shrink: 0;
    border: none;
    outline: none;
    background-color: #e8ebf0;
}
.header__list-row {
    width: 18px;
    height: 3px;
    background-color: #041d28;
}
.header__list-adaptive {
    justify-content: center;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border-top: none;
    display: none;
}
.header__list-adaptive.--opened {
    border-top: 2px solid #7985902b;
}
.footer__pattern{
    display: none;
}
.footer__information-personal.adaptive, .footer__information-copyright.adaptive{
    display: none;
}
.footerAdaptive{
    display: none;
}
.slick-dots li button{
    border-radius: 100%;
    border: 1px solid #b6b2b0;
    width: 16px;
    height: 16px;
}
.slick-dots li.slick-active button{
    background-color: #00ca00;
    border: 1px solid #00ca00;
}
.slick-dots li button:before{
    display: none;
}
.faq > .container{
    max-width: 1496px;
}
.testimonials > .container{
    max-width: 1536px;
}
.slick-dots li{
    width: 16px;
    height: 16px;
    margin: 0 16px;
}
