@import url("../fonts/fonts.css");

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.header__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 19px;
    align-items: center;

}
.header__logo__link {
    color: #03B8F1;
    font-family: Ubuntu;
    font-size: 28.712px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header__social a {
    text-decoration: none;
}
.header__logo__link span {
    margin-left: 16px;
}
.header__social__whatsapp {
    margin: 0px 2px 0 22px;
}



/* Banner */

.banner__box {
    background-image: url("../images/banner_image.png");
    background-repeat: no-repeat;
    background-position: 108% 18px;
    padding-bottom: 85px;
}
.banner__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    padding-top: 100px;
    max-width: 750px;
}
.banner__image__mobile {
    display: none;
}
.banner__content__title {
    width: 100%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.banner__content__desc {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 50px;
    color: #737373;
    font-family: Roboto;
    font-size: 24.685px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner__content__appstore {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    padding: 15px 12px;
    width: 156.543px;
    height: 202.694px;
    border-radius: 11.615px;
    border: 1.162px solid #C5C5C5;
    background: #FFF;
    align-items: center;
    box-sizing: border-box;
}
.banner__content__googleplay {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    padding: 15px 12px;
    width: 156.543px;
    height: 202.694px;
    border-radius: 11.615px;
    border: 1.162px solid #C5C5C5;
    background: #FFF;
    align-items: center;
    box-sizing: border-box;
}
.banner__content__qr {
    width: 131.25px;
    height: 131.25px;
    margin-bottom: 10px;
}
.banner__content__applinks__mobile {
    display: none;
}

/*  Advantages  */
.advantages {
    background: #F0F0F0;
    min-height: 150px;
}
.advantages__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0px;
}
.advantages__item {
    display: flex;
    flex-direction: column;
    width: 296px;
    padding: 24px;
    align-items: flex-start;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(44, 41, 41, 0.10);
    box-sizing: border-box;
}
.advantages__item p {
    margin-top: 23px;
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}



/* Informer */

.informer__box {
    display: flex;
    flex-direction: row;
    padding-bottom: 57px;
}
.informer__left {
    padding-top: 51px;
    width: 50%;
}
.informer__left img {
    width: 100%;
}
.informer__right {
    padding-top: 51px;
    padding-top: 172px;
    width: 50%;
}
.informer__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.informer__list {
    padding: 37px 0px 0px 20px;
    color: #737373;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: 0.24px;
}


/* Text us */

.textus {
    background: #F0F0F0;
    padding: 52px 0px;
}
.textus__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.textus__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.textus__descr {
    margin-top: 12px;
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.24px;
}
.textus__link {
    display: flex;
    align-items: center;
    width: 505px;
    height: 85px;
    border-radius: 25px;
    background: var(--Blue, linear-gradient(123deg, #04D2EE 15.04%, #03B8F1 90.85%));
    margin-right: 95px;
    /* padding-top: 24px; */
    padding-left: 32px;

    color: #FFF;

    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.textus__link img {
    margin-right: 38px;
}


/* Отзывы */
.reviews__title {
    margin-top: 61px;
    margin-bottom: 60px;
    color: #1B1B1B;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
}
.reviews__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}
.reviews__item {
    width: 624px;
    padding: 31.22px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    box-sizing: border-box;
    margin-bottom: 31px;
    border: 1px solid #FFF;
}
.reviews__item:hover {
    border: 1px solid #03B8F1;
}
.reviews__item__stars {
    display: flex;
    flex-direction: row;
}
.reviews__item__stars img {
    margin-right: 3px;
}
.reviews__item__text {
    margin-top: 25px;
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.32px;
    margin-bottom: 22px;
}
.reviews__item__person {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.reviews__item__person img {
    width: 54.634px;
    height: 54.634px;
    border-radius: 54.634px;
    margin-right: 20px;
    float: left;
}
.reviews__item__name {
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.32px;
    float: left;
    width: 100%;
}
.reviews__item__company {
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.32px;
    width: 100%;
}


/* Footer */

footer {
    width: 100%;
    min-height: 185px;
    background: #03B8F1;
}
.footer__box {
    min-height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer__logo__link {
    color: #fff;
    font-family: Ubuntu;
    font-size: 28.712px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
} 
.footer__logo__link span {
    margin-left: 16px;
}
.footer__social {
    margin-left: 130px;
}
.footer__social a {
    margin-right: 25px;
    text-decoration: none;
}
.footer__app a {
    margin-left: 25px;
    text-decoration: none;
}

.footer__app .footer__app__appstore img {
    height: 44px;
}
.footer__politika {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 20px;
    box-sizing: border-box;
}
.footer__politika p {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 5px;
}
.footer__politika__link {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 5px;
}


.politica {
    min-height: calc(100vh - 230px)
}

.politica_box {
    padding-top: 20px;
    font-family: Roboto;
    font-size: 17px;
    line-height: 24px;
}
.politica_box p {
    margin: 10px 0;
}
.politica__links {
    padding: 30px 0px;
    list-style: none;
}
.politica__links li {
    font-family: Roboto;
    color: #000;
    padding: 20px 0px;
    list-style: none;
    display: inline; /* Отображать как строчный элемент */
}
.politica__links li::before {
    content: ">";
    font-family: Roboto;
    color: #000;
    padding: 20px 0px;
    list-style: none;
    display: inline; /* Отображать как строчный элемент */
}
.politica__links li:first-of-type::before {
    content: "";
}
.politica__links li a {
    color: #000;
    text-decoration: none;
}
.politica__links li a:hover {
    color: #000;
    text-decoration: underline;
}











/*  __________________________ INFO     ______________*/

.infoblock__header {
    font-family: Roboto;
    margin-top: 50px;
}
.infoblock__header h3 {
    font-size: 29px;
    font-width: 800;
    margin-bottom: 20px;
}
.infoblock__header p {
    font-size: 23px;
    font-width: 800;
}
.infoblock__box {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 20px;
}
.infoblock__box:nth-child(odd) {
    flex-direction: row;
}
.infoblock__left {
    padding-top: 51px;
    width: 50%;
}
.infoblock__left img {
    width: 100%;
}
.infoblock__right {
    padding-top: 51px;
    padding-top: 172px;
    width: 50%;
}
.infoblock__title {
    color: #1B1B1B;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.infoblock__list {
    padding: 37px 0px 0px 20px;
    color: #737373;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: 0.24px;
}

.infolink {
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 5px;
    font-family: Roboto;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.infolink:hover{
    color: #03B8F1;
}

.lk__modal__button {
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 5px;
    font-family: Roboto;
    border: none;
    background: none;
    cursor: pointer;
    color: #000;
}
.lk__modal__button:hover{
    color: #03B8F1;
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.form__for__phone {
    font-family: Roboto;
    text-align: center;
}
.phoneForm__text {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.form__for__phone button {
    border: none;
    border-radius: 25px;
    background: var(--Blue, linear-gradient(123deg, #04D2EE 15.04%, #03B8F1 90.85%));
    color: #FFF;
    font-family: Roboto;
    font-size: 23px;
    padding: 10px 30px;
    cursor: pointer;
}

.form__for__phone input {
    border: 1px solid #04D2EE;
    text-align: center;
    text-decoration: underline;
    padding: 5px;
    font-size: 18px;
}

#result {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}









@media (max-width: 1310px) {
    .container {
        padding: 0 15px;
    }
    .banner__content__title {
        font-size: 47px;
    }
    .banner__box {
        background-position: 115% 70px;
        background-size: 60%;
    }
    .advantages__box {
        justify-content: space-around;
    }
    .advantages__item {
        max-width: 230px;
    }
    .informer__right {
        padding-top: 50px;
        width: 50%;
    }
    .textus__title {
        font-size: 35px;
    }
    .textus__descr {
        font-size: 18px;
    }
    .textus__link {
        margin: 0px auto;
    }
    .reviews__box {
        flex-direction: column;
        align-items: center;
    }
    .reviews__item {
        max-width: 624px;
        width: 100%;
        max-width: 20px auto;
    }
 }
 
@media (max-width: 991px) {
    .container {
        padding: 0 15px
    }
    .banner__content__title {
        font-size: 30px;
    }
    .banner__box {
        background-position: 115% 110px;
    }
    .advantages__item {
        max-width: 175px;
    }
    .advantages__item p {
        margin-top: 18px;
        font-size: 18px;
    }
    .informer__title {
        font-size: 30px;
    }
    .informer__list {
        padding: 15px 0px 0px 15px;
        font-size: 20px;
    }
    .textus__box {
        flex-direction: column;
        align-items: center;
    }
    .textus__left {
        text-align: center;
    }
    .textus__right {
        margin-top: 50px;
    }
    .footer__social {
        margin-left: 20px;
    }
}

 @media (max-width: 767px) {
    .container {
        padding: 0 15px
    }
    .banner__content {
        padding-top: 50px;
    }
    .banner__content__title {
        font-size: 27px;
    }
    .banner__content__desc {
        font-size: 20px;
    }
    .advantages__box {
        flex-wrap: wrap;
        padding: 40px 0px;
    }
    .advantages__item {
        max-width: 40%;
        margin-bottom: 15px;
    }
    .footer__app a {
        margin-left: 25px;
        display: flex;
    }
 }
 @media (max-width: 575px) {
     .container {
         padding: 0 27px;
     }
     .header__logo__link {
        font-size: 20.855px;
     }
     .header__logo__link img {
        width: 36px;
        height: 36px;
     }
     .banner__content {
        padding-top: 0px;
    }
     .banner__image__mobile {
        padding-top: 25px;
        display: block;
        width: 90%;
        height: 400px;
        background-image: url('../images/banner_image.png');
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: center top 25px;
        padding-bottom: 25px;
    
    }
     .banner__box {
        /* padding-top: 400px; */
        background-size: 135%;
        padding-bottom: 50px;
        background: none;
     }
     .banner__content__title {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.22px;
    }
    .banner__content__desc {
        font-size: 18px;
    }
    .banner__content__applinks__mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
    .banner__content__applinks__mobile a img {
        height: 44px;
    }
    .banner__content__appstore {
        display: none;
    }
    .banner__content__googleplay {
        display: none;
    }
    .advantages__box {
        flex-wrap: wrap;
        padding: 40px 0px;
    }
    .advantages__item {
        max-width: 45%;
        padding: 20px 5px 20px 20px;
        margin-bottom: 24px;
    }
    .advantages__item p {
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    .informer__box {
        flex-wrap: wrap;
    }
    .informer__left {
        width: 100%;
        padding-top: 20px;
    }
    .informer__left img {
        width: 100%;
    }
    .informer__right {
        width: 100%;
        padding: 20px 0px;
    }
    .informer__title {
        letter-spacing: 0.22px;
        font-size: 22px;
    }
    .informer__list {
        padding-top: 20px;
        padding-left: 5px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .textus {
        padding: 40px 0px;
    }
    .textus__box {
        flex-wrap: wrap;
    }
    .textus__left {
        width: 100%;
    }
    .textus__title {
        font-size: 22px;
        letter-spacing: 0.22px;
        text-align: center;
    }
    .textus__descr {
        font-size: 14px;
        text-align: center;
        max-width: 200px;
        margin: auto;
    }
    .textus__right {
        width: 100%;
        padding-top: 20px;
    }
    .textus__link {
        width: 249px;
        height: 42px;
        font-size: 14px;
        margin: auto;
        box-sizing: border-box;
        padding-left: 16px;
        
    }
    .textus__link img{
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    .reviews__title {
        font-size: 22px;
        letter-spacing: 0.22px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer__box {
        flex-direction: column;
        text-align: center;
        padding: 40px 0px;
    }
    .footer__social {
        margin: 40px 0px;
    }
    .footer__app a {
        margin: 0;
        display: inline;
    }
    .footer__politika {
        padding: 0px 0px;
        flex-direction: column;
        align-items: center;
    }
    .footer__politika p {
        margin: 0px;
    }
    .footer__politika__link {
        margin: 5 px;
    }
  }
