/* COMMON STYLES ------------------------- */

body {
    font-family: 'Inter', sans-serif;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(13, 18, 47, 0.8); 
}

html, body {
    max-width: 100%; 
    overflow-x: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    color: #0D122F;
}

.container {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 15px;
}

img {
    object-fit: cover;
}

.btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.slick-track {
    overflow: hidden;
}
/* Fix link anchor*/

.benefits::before,
.instraction::before,
.examples::before,
.faq::before,
.reg::before
 {
  display: block;
  content: "";
  height: 87px;
  margin: -87px 0 0;
}


/* MAIN BUTTON ------------------------- */

.header {
    border-bottom: 1px solid rgba(13, 18, 47, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 100;
}

.main__btn {
    outline: none;
    border: none;
    min-width: 173px;
    background: #FA4946;
    border-radius: 50px;
    cursor: pointer;
}

.main__btn-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 5px 10px;
}

.main__btn-text,
.main__btn-inner {
    transition: all .3s ease-in-out;
}

.main__btn-text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFF;
    
}

.main__arrow-box{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: all 1s ease-in-out;
    margin-left: 5px;
}

.main__arrow-box {
    padding: 8px 6px;
}

.main__btn:hover .main__arrow-box {
    background: #FA4946;
    width: 100%;
}

.main__btn:hover .main__btn-text {
    display: none;
}

.main__btn:hover .main__btn-inner {
    padding: 5px 7px 5px 7px;
}

/* HEADER ------------------------- */

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.menu__list {
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(13, 18, 47, 0.8);
    gap: 55px;
    
}


.menu__list-item {
    border-bottom: 2px solid rgba(0,0,0,0);
    transition: all .3s;
}

.menu__list-item:hover {
    border-bottom: 2px solid rgba(13, 18, 47, 0.8);
}

/* MAIN ---------------------------------- */

/* MODEL---------------------------------- */

.menu__list-item {
    padding-bottom: 10px;
}

.modal__list {
    padding-top: 50px;
    padding-bottom: 40px;
}

.modal__list-link {
    font-size: 16px;
    line-height: 19px;
}

.modal {
    position: fixed;
    inset: 0;
    background-color: rgba(13, 18, 47, 0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
    left: 0;
    justify-content: center;
}

.modal__main {
    margin-top: 240px;
    position: relative;
    width: 292px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modul__close-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* INFO ---------------------------------- */
.info {
    position: relative;
    margin-top: 160px;
}

.info-img-2 {
    display: none;   
}

.info::before {
    content: '';
    background-image: url(../img/heart-bg.svg);
    position: absolute;
    background-repeat: no-repeat;
    right: -184px;
    bottom: 0;
    width: 370px;
    height: 370px;
    z-index: -1;
}

.info__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.info__inner-top {
    padding: 35px 0 35px 0;
}

.info__inner-title {
    padding-right: 4px;
}

.info__inner-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #0D122F;
    max-width: 770px;

    padding-bottom: 60px;
}


/* COMPANY BLOCK ------------------------- */

/* .company__bloCk {
    display: block;
    margin-bottom: 140px;

}

.company__item {
    background: #FFFFFF;
    border: 1px solid rgba(200, 211, 240, 0.7);
    border-radius: 10px;
    margin: 15px;
    display: block !important;
    width: 207px;
    height: 110px;
    padding: 0 35px;
} */





/* COMPANY SLIDER ------------------------- */
.company__slider {
    margin-bottom: 140px;
}
.slider__img-box {
    border: 1px solid rgba(200, 211, 240, 0.7);
    border-radius: 10px;
}

.slider__img-box {
    min-width: auto !important;
    min-height: 110px;
    margin: 0 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}


.company__itme-logo {
    object-position: top;
    max-width: auto;
    height: auto;
}

.company__slider .slick-arrow {
    display: none !important;
}

.company__slider .slick-arrow {
    display: none !important;
}



/* SLIDER -------------------- */

.benefits__content {
    margin-bottom: 140px;
}

.slid__box-inner {
    display: flex;
}

.slider__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  /*max-width: 680px;*/
  padding-bottom: 60px;     
}

.slider__box-text {
  /*max-width: 625px;*/
  margin-right: 60px;
}

.box__text-person {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}

.box__text-person img{
    padding-right: 25px;
}

.person-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 49px;
}

.slider__box-company {
    display: flex;
    align-items: center;
}

.slider__box-company p span{
    color: #FA4946;
    font-weight: 700;
}


.slider__box-img {
    border: 1px solid rgba(200, 211, 240, 0.7);
    border-radius: 10px;
    width: 300px;
    height: 120px;
    margin-right: 25px;

    display: flex;
    justify-content: center;
    align-items: center ;
    background-color: #FFFFFF;    
}

.slider__box-img img {
    width: 90%;
    height: auto;
}

.logo-one {
    transform: translateY(-5px);
}

.slider__company-text {
    min-width: 255px;
}

/* SLICK SLIDER SETINGS -------------- */

.slick-list {
    overflow: hidden;
}

.slider {
    position: relative;
    padding: 0 60px;
}

.slider .slick-arrow {
    position: absolute;
    top: 42%;
    z-index: 10;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.slider .slick-arrow:hover {
    fill:#FA4946;
}

.slick-prev {
    left: 0;
    background: url(../img/prev-btn.svg) 0 0 / 100% no-repeat;
    width: 20px;
    height: 35px;

}
.slick-next {
    display: flex;
    z-index: 2;
    right: 0;
    background: url(../img/next-btn.svg) 0 0 / 100% no-repeat;
    width: 20px;
    height: 36px;
}





/* INSTRACTION ---------------------- */

.instraction__inner {
    background: #F9FBFF;
    border-radius: 80px;
    margin-bottom: 140px;
    position: relative;
}

.instraction__inner::after {
    content: "";
    background-image: url(../img/instraction-bg.png);
    right: 0;
    bottom: 0;
    position: absolute;
    width: 430px;
    height: 586px;
    z-index: 1;
}

.instracion__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.instraction__inner-top {

    padding: 70px 0 60px;
}

.instraction__inner-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 60px;
}

.instraction__main-content {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0D122F;
}

.instraction__img {
    padding-bottom: 25px;
    
}

.instraction__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 49px;
    padding-bottom: 10px;
}

.instraction__inner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 40px 0 60px;
}

.intraction__bottom-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 49px;
}

.instraction__bottom-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;

    max-width: 300px;
}


.instraction__bottom-text-a {
    cursor: pointer !important;
    position: relative;
    border-bottom: 1px solid rgba(19, 20, 26, 0.8); 
    z-index: 3;
}


.instraction__input {
    outline: none;
    border: none;
    background: #FFFFFF;
    border-radius: 50px;
    max-width: 300px;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(13, 18, 47, 0.5);
    transform: translateX(25px);
    color: #000 !important;
}

.instraction__input-block {
    position: relative;
    z-index: 5;
}

.instraction__btn-inner {
    padding: 5px 0px 3px 9px;
}

.instraction-btn {
    transform: translateX(-25px);
    max-width: 173px;
    margin-left: 30px;
}

.instraction__content-box:last-child {
    padding-bottom: 0;
}


/* EXAMPLES START ------------------------------------ */

.examples {
    margin-bottom: 140px;
}

.examples-top-block {
    padding-bottom: 40px;
}

.examples__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 44px;
}

.examples__bottom-boxes {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}

.examples__bottom-box {
    align-items: center;
    text-align: center;
    background: #F9FBFF;
    border-radius: 50px;
    padding: 55px 51px;
}

.examples__img {
    padding-bottom: 30px;
}

.examples__bottom-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
}

/* FAG --------------------------------------------------------- */
.faq {
    margin-bottom: 140px;
}

.faq__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 49px;

    margin-bottom: 40px;
}

.collapse__box-item{
    background: #F9FBFF;
    border-radius: 30px;
}

.collapse__box-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.collapse__box-inner {
    padding: 0px 0px 25px 50px;
}

.collapse__box-text {
    padding-top: 12px;
    padding-right: 120px;
    max-width: 1250px;
    display: none;
}

.collapse__title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 25px;
}

.collapse__button {
    background: #FA4946;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    position: relative;
    margin-right: 35px;
}

.collapse__title-box .collapse__button::after,
.collapse__title-box .collapse__button::before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: all .3s ease-in-out;
}

.collapse__title-box .collapse__button::after {
    transform: rotate(-90deg);
}

.active .collapse__button::after,
.active .collapse__button::before {
    transform: rotate(0deg);
}

/* PERFECT PIXEL BTN

.active .collapse__button {
    transition: all .3s ease-in-out;
}

.active .collapse__button {
    transform: translateY(30px);
}

*/

.back-to-top {
    border-radius: 50%;
    position: fixed;
    padding: 10px 12px;
    right: -150px;
    bottom: 25px;
    cursor: pointer;
    transition: 0.7s all;
    z-index: 30;
}

.back-to-top.active {
    right: 25px;
    bottom: 25px;
    transition: 0.7s all;
}

/* FOOTER ------------------------------- */
.footer {
    background: #0D122F;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}


.footer__container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;

}

.footer__title {
    padding: 40px 0;   
}

.footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-bottom: 30px;
}

.footer__links-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.footer__nambers {
    display: flex;
    gap: 50px;
}

.footer__link {
    display: flex;
}

.footer__link-mail {
    padding: 0 50px;
}

.footer__last-block {
    padding-top: 32px;
    padding-bottom: 40px;
}

.footer__icon-box a{
    padding-left: 24px;
}

.last__block-inner {
    display: flex;
    justify-content: center;
    align-items: top;
    text-align: top;
}



.last__block-inner .span {
    padding-right: 30px;

}

.last__block-item {
    position: relative;
}

.footer__last-block {
    position: relative;
}

.footer__last-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    height: 1px;
    background-color: #FFFFFF;

}

.last__block-inner * {
    padding: 0 15px;
    max-width: 100%;
    position: relative;
    max-height: 40px;
}


.last__block-item::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #FFFFFF;
    right: 0;
    top: 0;
}

.last__block-item:nth-child(4)::after {
    transform: translateY(5px);
}

.last__block-item:nth-child(4) {
    transform: translateY(-5px);
}



.last__block-item:last-child::after {
    display: none;
}

.collapse__box-item{
    margin-bottom: 15px;
}

.collapse__box-item:last-child {
    margin-bottom: 0;
}
