body{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    background: #F5F7FA;
    background: linear-gradient(90deg, rgba(245, 247, 250, 1) 0%, rgba(195, 207, 226, 1) 100%);
}

a{
    text-decoration: none;
}

.button{
    height: 32px;
    line-height: 32px;
    background: #FF0000;
    color: #fff;
    font-size: 14px;
    padding: 0 28.5px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
}

.button2{
    height: 31px;
    line-height: 31px;
    background: #3259E8;
    color: #fff;
    font-size: 12.8px;
    padding: 0 6px;
    border: 0;
    border-radius: 8px;
}

.button:hover{
    opacity: 0.5;
}

.container{
    max-width: 1110px;
}

.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
}

.title__left{
    width: 156px;
}

.title2 .title__left{
    width: 258px;
}

.title__left>h2{
    color: #696C80;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15.3px;
    line-height: 20.74px;
    font-family: "Roboto Mono", monospace;
    margin-bottom: 0;
}

.title__line{
    width: calc(100% - 176px);
    height: 1px;
    background: #252833;
}

.title2 .title__line{
    width: calc(100% - 278px);
}

.header{
    padding: 45px 0;
}

.header__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo{
    cursor: pointer;
}

.header__menu{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header__menu-item{
    padding: 0 14px;
    margin: 0;
    list-style: none;
    position: relative;
}

.header__menu-item::after{
    content: '';
    background: #696C80;
    opacity: 0.5;
    height: 15px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 7.5px;
}

.header__menu-item:last-child::after{
    content: none;
}

.header__menu-link{
    font-size: 15.3px;
    color: #696C80;
    line-height: 30px;
    font-weight: 600;
}

.header__menu-link:hover{
    color: #FF0000;
}

.header__menu-item.active > .header__menu-link{
    color: #FF0000;
}

.welcome{
    padding: 0 0 35px;
}

.welcome__title{
    color: #12121A;
    font-size: 54.4px;
    line-height: 65.28px;
    font-weight: 600;
    margin-bottom: 48px;
}

.welcome__box{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.welcome__free>button{
    width: 100%;
}

.welcome__country{
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.welcome__flags{
    display: flex;
    gap: 40px;
}

.welcome__flag>img{
    height: 55px;
    width: auto;
}

.welcome__description{
    width: calc(50% - 15px);
}

.welcome__description>p{
    margin-bottom: 0;
    font-size: 20.7px;
    line-height: 28.22px;
    color: #696C80;
}

.services{
    padding: 0 0 35px 0;
}

.services__list{
    padding-top: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.services__item{
    width: calc(50% - 15px);
    padding: 30px 40px;
    border-radius: 8px;
    height: 400px;
}

.services__item1{
    background: url(../images/services-bg/01.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.services__item2{
    background: url(../images/services-bg/02.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.services__item3{
    background: url(../images/services-bg/03.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.services__item4{
    background: url(../images/services-bg/04.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.services__item-title{
    font-size: 23.8px;
    line-height: 28.6px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 13.26px;
}

.services__item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.services__item-description{
    margin-bottom: 0;
    color: #696C80;
    font-size: 17px;
    font-weight: 500;
}

.services__item-images{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.services__item-images>img{
    width: 100%;
}

.stats{
    padding-bottom: 35px;
}

.stats__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 17px;
}

.stats__item{
    width: calc(50% - 15px);
    background: #12131A;
    border-radius: 8px;
    padding: 45px 40px;
    position: relative;
}

.stats__icon{
    position: absolute;
    top: 50px;
    right: 20px;
}

.stats__item>h3{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 6px;
}

.stats__item>p{
    font-size: 17px;
    line-height: 25px;
    color: #696C80;
    margin-bottom: 0;
}

.logos{
    padding-bottom: 35px;
}

.logos__list{
    margin-top: 17px;
}

.logos__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.logos__item{
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 195px;
    width: max-content;
    padding: 0 12px;
}

.logos__item2{
    width: 237px;
}

.logos__item3{
    padding: 0 50px;
    background: none;
}

.logos__item>img{
    max-width: 100%;
    height: auto;
}

.logos__box2{
    margin: 0;
}

.analytics{
    padding-bottom: 35px;
}

.analytics__list{
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.analytics__item{
    width: calc(50% - 15px);
    border-radius: 8px;
    padding: 25px 20px 30px 30px;
    position: relative;
}

.analytics__item1{
    background: url(../images/analytics/01.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.analytics__item2{
    background: url(../images/analytics/04.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.analytics__item3{
    background: url(../images/analytics/02.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.analytics__item4{
    background: url(../images/analytics/03.jpg) 100% no-repeat;
    background-size: cover;
    background-position: center;
}

.analytics__item>h3{
    color: #12131A;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 100%;
}

.analytics__item>p{
    color: #696C80;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 500;
}

.analytics__icon{
    display: flex;
    justify-content: flex-end;
    margin-top: 88px;
}

.features{
    padding-bottom: 35px;
}

.features__list{
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.features__item{
    width: calc(50% - 15px);
    background: #12131A;
    border-radius: 8px;
    padding: 30px 40px;
}

.features__item>h3{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    line-height: 100%;
}

.features__item>p{
    font-size: 17px;
    color: #696C80;
    line-height: 25px;
    margin-bottom: 0;
}

.countries{
    padding-bottom: 35px;
}

.countries__list{
    margin-top: 17px;
    background: #12131A;
    border-radius: 8px;
    padding: 35px 40px;
    position: relative;
}

.countries__text{
    position: absolute;
    right: 30px;
    top: 30px;
}

.countries__title{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    line-height: 100%;
}

.countries__box{
    display: flex;
    align-items: center;
    gap: 22px;
}

.countries__subtitle{
    font-size: 17px;
    font-weight: 500;
    color: #696C80;
}

.countries__list>svg{
    width: 100%;
    height: auto;
}

[data-country] .region {
  cursor: pointer;
  transition: fill-opacity .2s ease, filter .2s ease, stroke-width .2s ease;
  fill: #fff;
  fill-opacity: .16;
  stroke: #696C80;
  stroke-width: 1;
}

[data-country] .region:hover,
[data-country].is-hover .region {
  fill-opacity: .28;
  filter: none;
}

[data-country].is-active .region {
  fill-opacity: 1;
}

.countries__list>svg>g:focus{
    outline: 0 !important;
}

.logoses{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoses>.logo>img{
    height: 32px;
    width: auto;
}

.work{
    padding-bottom: 35px;
}

.work__list{
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.work__item{
    width: calc(50% - 15px);
    background: #fff;
    border-radius: 8px;
    padding: 42px 40px 33px 44px;
    position: relative;
}

.work__icon{
    position: absolute;
    top: 42px;
    right: 20px;
}

.work__title>h3{
    font-size: 32px;
    font-weight: 600;
    color: #12131A;
    margin-bottom: 24px;
    line-height: 100%   ;
}

.work__description>p{
    color: #696C80;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 35px;
    font-weight: 500;
}

.work__description>p:last-child{
    margin-bottom: 0;
}

.tariffs{
    padding-bottom: 35px;
}

.tariffs__list{
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.tariffs__item{
    background: #12131A;
    border-radius: 8px;
    padding: 40px;
}

.tariffs__item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tariffs__item-left{
    display: flex;
    align-items: center;
    gap: 30px;
}

.tariffs__item-subtitle{
    color: #696C80;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 16px;
}

.tariffs__item-features{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tariffs__item-feature{
    width: calc(50% - 4px);
}

.tariffs__item-title{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 100%;
}

.tariffs__item-amount{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
}

.tariffs__item-amount>span{
    color: #696C80;
    font-size: 17px;
}

.tariffs__item-btn{
    padding: 0 40px;
}

.tariffs__item-feature{
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 17px;
    color: #fff;
}

.tariffs__item-feature.not{
    color: #696C80;
}

.reviews{
    padding-bottom: 35px;
}

.reviews__box{
    margin-top: 17px;
    display: flex;
    gap: 30px;
}

.reviews__videos,
.reviews__list{
    width: calc(50% - 15px);
}

.reviews__videos-item > img{
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.reviews__item{
    background: #fff;
    border-radius: 8px;
    padding: 30px 40px;
    max-height: 320px;
}

.reviews__item-avatars{
    margin-bottom: 28px;
}

.reviews__item-title{
    font-size: 32px;
    font-weight: 600;
    color: #12131A;
    margin-bottom: 23px;
    line-height: 100%;
}

.reviews__item-description{
    color: #696C80;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}

.reviews__list-navs{
    position: absolute;
    right: 36px;
    bottom: 22px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__list-navs>button{
    background: none;
    border: 0;
    padding: 0;
}

.reviews__list-navs>button.swiper-button-disabled{
    opacity: 0.2;
}

.contact{
    padding-bottom: 35px;
}

.contact__content{
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
}

.contact__form{
    background: #12121A;
    padding: 40px;
    border-radius: 8px;
    max-width: calc(50% - 15px);
}

.contact__form2{
    max-width: 100%;
}

.contact__form-item{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.contact__form-item>label{
    color: #696C80;
    font-size: 17px;
    line-height: 100%;
}

.contact__form-item>input{
    width: 100%;
    border-radius: 8px;
    background: #12131A;
    height: 48px;
    line-height: 48px;
    border: 1px solid #696C80;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
}

.contact__form-item>input:focus{
    outline: 0;
    border-color: #FF0000;
    transition: 0.5s;
}

.contact__form-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.contact__form-left{
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact__form-left>p{
    color: #696C80;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 120%;
}

.contact__form-btn{
    background: #3259E8;
    height: 31px;
    border-radius: 4px;
    line-height: 31px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 0 29.5px;
}

.footer{
    padding: 0 0 48px 0;
}

.footer__container{
    border-top: 1px solid #252833;
    padding-top: 48px;
}

.footer__list{
    display: flex;
    justify-content: space-between;
}

.footer__menu{
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.footer__menu>li{
    line-height: 30px;
}

.footer__menu>li>a{
    color: #12131A;
    font-size: 15.3px;
    font-weight: 600;
    transition: 0.5s;
}

.footer__menu>li>a:hover{
    color: #FF0000;
    transition: 0.5s;
}

.footer__label{
    font-size: 15.3px;
    font-weight: 500;
    color: #696C80;
    text-transform: uppercase;
    margin-top: -10px;
}

.footer__value{
    color: #12131A;
    font-size: 15.3px;
    font-weight: 600;
}

.footer__socials{
    display: flex;
    gap: 10px;
}

.footer__copyright{
    margin-top: 80px;
}

.footer__copyright>p{
    margin: 0;
    font-size: 15.3px;
    color: #696C80;
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .title{
        padding: 10px 0;
    }

    .title__left{
        width: 100px;
    }

    .title__left>h2{
        font-size: 12px;
        line-height: 15px;
    }

    .title__line{
        width: calc(100% - 100px);
    }

    .button2{
        font-size: 10px;
    }

    .header {
        padding: 20px 0;
    }

    .burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 32px;
        height: 32px;
        cursor: pointer;
        gap: 6px;
    }

    .burger span {
        display: block;
        height: 4px;
        width: 100%;
        background: #222;
        border-radius: 2px;
        transition: 0.3s;
    }

    .header__right {
        position: relative;
    }

    .header__menu {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        z-index: 100;
        min-width: 180px;
        padding: 20px 15px 15px;
    }

    .header__menu.open {
        display: block;
    }

    .header__menu-item::after{
        content: none;
    }

    .welcome{
        padding-bottom: 20px;
    }

    .welcome__title{
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 24px;
    }

    .welcome__box{
        flex-direction: column;
        gap: 20px;
    }

    .welcome__country{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 10px;
    }

    .welcome__description{
        width: 100%;
    }

    .welcome__description>p{
        font-size: 14px;
        line-height: 18px;
    }

    .services{
        padding-bottom: 20px;
    }

    .services__list{
        margin-top: 10px;
        gap: 12px;
        flex-direction: column;
    }

    .services__item{
        width: 100%;
        padding: 25px;
        height: 320px;
    }

    .services__item-box{
        margin-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .services__item-title{
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 20px;
    }

    .services__item-description{
        font-size: 12px;
    }

    .stats{
        padding-bottom: 20px;
    }

    .stats__list{
        margin-top: 10px;
        flex-direction: column;
        gap: 15px;
    }

    .stats__item{
        width: 100%;
        padding: 25px 20px;
    }

    .stats__item>h3{
        font-size: 24px;
    }

    .stats__item>p{
        font-size: 14px;
        line-height: 18px;
    }

    .logos{
        display: none;
    }

    .analytics{
        padding-bottom: 20px;
    }

    .analytics__list{
        margin-top: 10px;
        gap: 15px;
        flex-direction: column;
    }

    .analytics__item{
        width: 100%;
        padding: 20px 15px 20px 20px;
    }

    .analytics__item>h3{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .analytics__item>p{
        font-size: 14px;
        line-height: 18px;
    }

    .analytics__icon{
        margin-top: 40px;
    }

    .features{
        padding-bottom: 20px;
    }

    .features__list{
        margin-top: 10px;
        gap: 15px;
        flex-direction: column;
    }

    .features__item{
        width: 100%;
        padding: 25px 25px 20px;
    }

    .features__item>h3{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .features__item>p{
        font-size: 14px;
        line-height: 18px;
    }

    .countries{
        padding-bottom: 20px;
    }

    .countries__list{
        margin-top: 10px;
        padding: 25px 30px;
    }

    .countries__text{
        position: relative;
        right: auto;
        top: auto;
    }

    .countries__title{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .countries__subtitle{
        font-size: 14px;
    }

    .logoses{
        padding-top: 15px;
        flex-wrap: wrap;
    }

    .logoses>.logo>img{
        height: 24px;
    }

    .work{
        padding-bottom: 20px;
    }

    .work__list{
        margin-top: 10px;
        gap: 15px;
        flex-direction: column;
    }

    .work__item{
        width: 100%;
        padding: 25px 20px;
    }

    .work__icon{
        right: 20px;
        top: 20px;
    }

    .work__icon>img{
        height: 20px;
    }

    .work__title>h3{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .work__description>p{
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 18px;
    }

    .tariffs, .reviews, .contact{
        padding-bottom: 20px;
    }

    .tariffs__list, .reviews__box{
        margin-top: 10px;
    }

    .tariffs__item{
        padding: 20px;
    }

    .tariffs__item-top{
        flex-direction: column;
        margin-bottom: 12px;
    }

    .tariffs__item-left{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }

    .tariffs__item-title{
        font-size: 20px;
    }

    .tariffs__item-amount{
        font-size: 24px;
    }

    .tariffs__item-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tariffs__item-features{
        gap: 4px;
    }

    .tariffs__item-feature{
        font-size: 12px;
        gap: 8px;
    }

    .tariffs__item-feature>img{
        height: 16px;
    }

    .reviews__box{
        flex-direction: column;
        gap: 15px;
    }

    .reviews__videos, .reviews__list{
        width: 100%;
    }

    .reviews__item{
        max-height: 280px;
        padding: 20px 30px;
    }

    .reviews__item-avatars{
        margin-bottom: 14px;
    }

    .reviews__item-title{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .reviews__item-description{
        font-size: 14px;
        line-height: 18px;
    }

    .reviews__list-navs{
        top: 15px;
        right: 15px;
        bottom: auto;
    }

    .contact__content{
        margin-top: 10px;
        flex-direction: column;
    }

    .contact__form{
        max-width: 100%;
        padding: 25px;
    }

    .contact__form-item{
        margin-bottom: 16px;
        gap: 8px;
    }

    .contact__form-item>label{
        font-size: 14px;
    }

    .contact__form-item>input{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 15px;
    }

    .contact__form-bottom{
        flex-direction: column;
        gap: 20px;
    }

    .footer{
        padding-bottom: 25px;
    }

    .footer__container{
        padding-top: 30px;
    }

    .footer__list{
        flex-direction: column;
        gap: 20px;
    }

    .footer__copyright{
        text-align: center;
        margin-top: 30px;
    }
}