@font-face {
    font-family: 'Halvar Breit Rg';
    src: url('../fonts/HalvarBreit-Bd.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Blk';
    src: url('../fonts/HalvarBreit-Blk.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Md';
    src: url('../fonts/HalvarBreit-Md.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Blk';
    src: url('../fonts/HalvarBreit-BlkSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-BlkSlanted.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Rg';
    src: url('../fonts/HalvarBreit-Rg.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Rg';
    src: url('../fonts/HalvarBreit-RgSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-RgSlanted.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Th';
    src: url('../fonts/HalvarBreit-ThSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-ThSlanted.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Md';
    src: url('../fonts/HalvarBreit-MdSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-MdSlanted.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Lt';
    src: url('../fonts/HalvarBreit-LtSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-LtSlanted.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Rg';
    src: url('../fonts/HalvarBreit-BdSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-BdSlanted.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Lt';
    src: url('../fonts/HalvarBreit-Lt.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit Th';
    src: url('../fonts/HalvarBreit-Th.woff2') format('woff2'),
    url('../fonts/HalvarBreit-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit XTh';
    src: url('../fonts/HalvarBreit-XThSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-XThSlanted.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit XTh';
    src: url('../fonts/HalvarBreit-XTh.woff2') format('woff2'),
    url('../fonts/HalvarBreit-XTh.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit XBd';
    src: url('../fonts/HalvarBreit-XBd.woff2') format('woff2'),
    url('../fonts/HalvarBreit-XBd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breit XBd';
    src: url('../fonts/HalvarBreit-XBdSlanted.woff2') format('woff2'),
    url('../fonts/HalvarBreit-XBdSlanted.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    background: #101010;
    font-family: 'Halvar Breit Md';
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

header {
    background: #101010;
    height: 93px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

header .navbar {
    width: 100%;
}

.container {
    width: 1560px;
    max-width: 100%;
}

.header-slogan {
    color: #F7F7F6;
    font-family: 'Halvar Breit Lt';
    font-size: 20px;
    font-style: normal;
}

.navbar-desktop {
    background: #F7F7F6;
    border-radius: 15px;
    padding: 10px 25px;
}

.navbar-desktop a {
    color: #101010 !important;
    font-family: Halvar Breit Rg;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.navbar-desktop a:not(:last-child) {
    margin-right: 15px;
}

.navbar-desktop a:hover {
    background: #84FF00;
    border-radius: 5px;
}

.navbar-desktop li:not(:last-child) {
    margin-right: 30px;
}

.section-title {
    height: 120px;
    overflow: hidden;
    border-radius: 50px;
    background: var(--white, #F7F7F6);
    width: 700px;
    position: relative;
    margin-top: 128px;
    margin-bottom: 37px;
}

.section-title .text.slick-slide.slick-current.slick-active {
    -webkit-animation: bounce13 .4s linear;
    animation: bounce13 .4s linear;
}

@-webkit-keyframes bounce13 {
    from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    75% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce13 {
    from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    75% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.section-title .text {
    font-size: 80px;
    color: #101010;
    font-family: Halvar Breit Rg;
    font-weight: 700;
    text-align: center;
}

#main-section {
    height: auto;
    margin-top: 93px;
}

#main-section .inner-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

#main-section .inner-section:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -5%;
    right: -5%;
    width: 65%;
    height: 100%;
    background: #8E15FF;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 100%;
    z-index: -4;
}

#main-section .inner-section:after {
    content: "";
    position: absolute;
    top: -20%;
    right: -15%;
    width: 35%;
    height: 60%;
    background: #84FF00;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 100%;
    z-index: -4;
}

#reviews-section .inner-section:after {
    content: "";
    position: absolute;
    bottom: -5%;
    right: -15%;
    left: -15%;
    height: 55%;
    background: #84FF00;
    -webkit-filter: blur(225px);
    filter: blur(225px);
    transform: rotate(6deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) rotate(6deg);
    border-radius: 100%;
    z-index: -4;
}

#footer-section .inner-section:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -15%;
    left: -15%;
    height: 80%;
    background: #8E15FF;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 100% 100% 0 0;
    z-index: -4;
}

#main-section .section-subtitle {
    color: #F7F7F6;
    font-size: 90px;
    font-family: 'Halvar Breit Blk';
    text-align: center;
    line-height: normal;
    margin-bottom: 51px;
}

#main-section .subtitle-logo {
    background: #8E15FF;
    border-radius: 30px;
    margin: 0 35px;
}

#main-section .subtitle-logo svg {
    vertical-align: baseline;
}

#main-section .main-section-button {
    margin-bottom: 150px;
}

#main-section .main-section-button svg {
    cursor: pointer;
    transition: all 0.5s linear;
}

#main-section .main-section-button:hover a svg:first-of-type,
#main-section .main-section-button a svg:last-of-type {
    display: none;
}

#main-section .main-section-button:hover a svg:last-of-type {
    display: block;
}

#main-section .main-section-button:hover::before {
    transform: translate3d(0, 0.75em, -1em);
}

#main-section .main-section-button:active {
    transform: translate(0em, 0.75em);
}

#main-section .main-section-button:active::before {
    transform: translate3d(0, 0, -1em);
}

#main-section .tickerwrapper {
    position: relative;
    display: flex;
}

#main-section ul.list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    white-space: nowrap;
    transform: translateX(0%);
    animation: move 15s linear infinite
}

#main-section ul.list li {
    padding: 15px;
    background: #F7F7F6;
    margin: 0;
    border-radius: 25px;
    color: #101010;
    font-size: 25px;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: auto;
}

@keyframes move {
    to {
        transform: translateX(-100%);
    }
}

#main-section ul.list li svg {
    margin-right: 8px;
}

#services-section {
    height: auto;
    margin: 150px 0 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#services-section:before {
    content: "";
    position: absolute;
    bottom: -80%;
    left: -5%;
    right: -5%;
    height: 90%;
    background: #8E15FF;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 100%;
    z-index: -4;
}

#services-section .service-section-title {
    text-align: center;
    background: #F7F7F6;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    padding: 35px 60px;
}

#services-section .service-section-title h2 {
    color: #101010;
    font-family: Halvar Breit Blk;
    font-size: 110px;
    font-weight: 900;
}

#services-section .service-section-title svg {
    position: relative;
    animation: rotateAntiClockwise 8s infinite linear;
}

#services-section .service-section-title h2 svg {
    margin: 0 28px;
}

@keyframes rotateAntiClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

#services-section .services-list {
    background: #F7F7F6;
    padding: 40px 34px 67px 66px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#services-section .services-list .services {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

#services-section .services-list .services li {
    margin-right: 10px;
    margin-bottom: 10px;
}

#services-section .services-list .services li {
    border: 2px solid #101010;
    border-radius: 25px;
    padding: 9px 30px;
    font-size: 25px;
    font-family: Halvar Breit Md;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}

#services-section .services-list .services li:hover {
    border: 2px solid #8E15FF;
    color: #8E15FF;
    cursor: pointer;
    transition: .3s ease-in-out;
}

#services-section .services-list .services li.active {
    border: 2px solid #8E15FF;
    color: #fff;
    background: #8E15FF;
    cursor: pointer;
    transition: .3s ease-in-out;
}

#services-section .service-info {
    padding: 25px 0 0 25px;
    height: 100%;
    position: relative;
}

#services-section .service-info:before,
#services-section .service-info:after {
    position: absolute;
    left: -1px;
    top: -1px;
    content: "";
}

#services-section .service-info:before {
    background: #FFFFFF;
    z-index: -2;
    width: 42px;
    height: 42px;
}

.relative {
    position: relative;
}

#services-section .service-info:after {
    background: #101010;
    z-index: -1;
    border-radius: 55px 0 0 0;
    width: 43px;
    height: 43px;
}

#services-section .service-info .service-info-inner {
    padding: 110px 70px 70px 70px;
    color: #F7F7F6;
    border: 5px solid #F7F7F6;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#services-section .service-info .service-info-img {
    position: absolute;
    bottom: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-section .service-info .service-info-img svg:first-of-type,
#services-section .service-info.active .service-info-img svg:first-of-type {
    animation-direction: reverse;
}

#services-section .service-info .service-info-img svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: rotate91 0.5s linear forwards;
    animation: rotate91 0.5s linear forwards;
}

#services-section .service-info {

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#services-section .service-info.active .service-info-img svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: rotate90 0.5s linear forwards;
    animation: rotate90 0.5s linear forwards;
}

#services-section .service-info.normal .service-info-img svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: rotate90 0.5s linear forwards;
    animation: rotate90 0.5s linear forwards;
    animation-direction: reverse;
}

@-webkit-keyframes rotate90 {
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate90 {
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes rotate91 {
    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes rotate91 {
    from {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#services-section .service-info:hover .service-info-img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    fill: #84FF00;
}

#services-section .service-info .service-info-inner .service-info-inner-bottom {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
}

#services-section .service-info .service-info-inner .service-title-info {
    font-size: 54px;
    font-family: Halvar Breit Blk;
    font-weight: 900;
    opacity: .1;
    line-height: 75%;
}

#services-section .service-info .service-info-inner .service-info-inner-top .number {
    font-size: 60px;
    font-family: Halvar Breit Blk;
    font-weight: 900;
}

#services-section .service-info .service-info-inner .service-info-inner-top p {
    font-size: 30px;
}

#countries-section {
    height: auto;
    margin: 150px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#countries-section .inner-section > .container {
    padding-left: calc(25px + 2rem);
    padding-right: calc(25px + 2rem);
}

#countries-section .countries-section-title {
    color: #F7F7F6;
    font-size: 110px;
    font-family: Halvar Breit Blk;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}

.text-green {
    color: #84FF00;
}

#countries-section .countries {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

#countries-section .countries .country {
    background: #F7F7F6;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#countries-section .countries .country svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#countries-section .countries .country:hover svg {
    fill: #FFFFFF;
}

#countries-section .countries .country:hover {
    background: #8E15FF;
    color: #ffffff;
}

#countries-section .countries .country:nth-child(1) {
    width: 306px;
    height: 212px;
}


#countries-section .countries .country:nth-child(2) {
    width: 333px;
    height: 212px;
}

#countries-section .countries .country:nth-child(3) {
    height: 198px;
}

#countries-section .countries .country:nth-child(4) {
    height: 154px;
}

#countries-section .countries .country:nth-child(5) {
    right: 0;
    bottom: 0;
    width: 206px;
    height: 359px;
}

#countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {
    width: 433px;
    margin-right: 216px;
}

#countries-section .countries .country svg {
    right: 20px;
    fill: #8E15FF;
}

#countries-section .countries .country .country-bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

#countries-section .countries .country .country-bottom .country-small {
    font-size: 20px;
}

#countries-section .countries .country .country-bottom .country-name {
    font-size: 35px;
    font-family: Halvar Breit Blk, "Arial Black", sans-serif;
    text-transform: uppercase;
}

#countries-section .tickerwrapper2 {
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 99.9%;
    height: 135px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 150px;
}

#countries-section ul.list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#countries-section ul.list.cloned {
    position: absolute;
    top: 0;
    left: 0;
}

#countries-section ul.list li {
    float: left;
    margin: 0;
    color: #F7F7F6;
    font-size: 120px;
    font-family: Halvar Breit Blk;
    font-weight: 900;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    transform: translateX(0%);
    animation: move 15s linear infinite
}

@keyframes move {
    to {
        transform: translateX(-100%);
    }
}

#countries-section ul.list li svg {
    margin-right: 35px;
    margin-left: 35px;
}

#reviews-section {
    height: auto;
    margin: 70px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#reviews-section .inner-section {
    position: relative;
}

#reviews-section .reviews-mission {
    border: 5px solid #F7F7F6;
    border-radius: 50px;
    padding: 100px 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-right: -2%;
}

#reviews-section .reviews-mission .mission-title h2 {
    color: #F7F7F6;
    font-size: 80px;
    font-family: Halvar Breit Blk;
    font-style: normal;
    font-weight: 900;
}

#reviews-section .reviews-mission .mission-description {
    color: #F7F7F6;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: 'Halvar Breit Rg';
}

#reviews-section .reviews-benefits {
    background: #F7F7F6;
    border-radius: 50px;
    padding: 100px 0 100px 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#reviews-section .reviews-benefits .benefits-title h2 {
    color: #101010;
    font-family: Halvar Breit Blk;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
}

#reviews-section .review {
    width: auto;
    margin: 0 auto;
    position: relative;
    border-radius: 0 25px 25px 25px;
}


#reviews-section .slick-track {
    margin-left: 62px;
    display: flex !important;
}

#reviews-section .slick-slide {
    margin-right: 15px;
    position: relative;
    left: 10px;
}

#reviews-section .review-title {
    color: #F7F7F6;
    font-size: 14px;
    bottom: -1px;
    font-family: 'Halvar Breit Md';
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 50%;
    height: 34px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-radius: 35px 35px 0 0;
    background-color: #8E15FF;
}

#reviews-section .review-title:after {
    content: '';
    background: url(../images/corner.svg) no-repeat right center;
    width: 90px;
    height: 100%;
    position: absolute;
    left: calc(100% - 75px);
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

#reviews-section .benefits-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 105px;
}

#reviews-section .slider-navigation .prev-slide, #reviews-section .slider-navigation .next-slide {
    cursor: pointer;
    width: 95px;
    height: 95px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#reviews-section .slider-navigation .prev-slide:hover:before {
    animation: moveArrowLeft 0.3s linear forwards;
}

#reviews-section .slider-navigation .next-slide:hover:before {
    animation: moveArrowRight 0.3s linear forwards;
}

#reviews-section .slider-navigation .next-slide:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#reviews-section .slider-navigation .prev-slide:before {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
}

@keyframes moveArrowLeft {
    50%, to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60%, 80% {
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
    }
}

@keyframes moveArrowRight {
    50%, to {
        -webkit-transform: unset;
        transform: unset;
    }
    60%, 80% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

#reviews-section .slider-navigation .prev-slide:before, #reviews-section .slider-navigation .next-slide:before {
    content: "";
    position: absolute;
    background: url("../images/btn-arrow-slider.svg") no-repeat center;
    width: 24px;
    height: 20px;
    z-index: 22;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#reviews-section .slider-navigation .prev-slide svg {
    transition: all .3s ease-in-out;
}

#reviews-section .slider-navigation .prev-slide:hover svg {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}

#reviews-section .slider-navigation .prev-slide svg:last-child,
#reviews-section .slider-navigation .next-slide svg:last-child,
#reviews-section .slider-navigation .next-slide:hover svg:first-child,
#reviews-section .slider-navigation .prev-slide:hover svg:first-child {
    display: none;
}

#reviews-section .slider-navigation .next-slide svg {
    transition: all .3s ease-in-out;
}

#reviews-section .slider-navigation .prev-slide:hover svg:last-child,
#reviews-section .slider-navigation .next-slide:hover svg:last-child {
    display: block;
    position: relative;
}

#reviews-section .slider-navigation .next-slide:hover svg {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}

#reviews-section .slider-counter {
    font-size: 20px;
    font-family: 'Halvar Breit Lt';
    font-weight: 300;
}

#reviews-section .slider-counter .slide-number {
    font-size: 30px;
    font-family: Halvar Breit Blk;
    font-weight: 800;
}

#reviews-section .review-content {
    height: 288px;
    padding: 37px 0;
    background-color: #8E15FF;
    display: flex;
    align-items: center;
    border-radius: 0 35px 35px 35px;
}

#reviews-section .review-text {
    margin-right: 34px;
}

#reviews-section .review-content .review-title-2 {
    color: #F7F7F6;
    font-size: 35px;
    font-family: Halvar Breit Blk;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 90%;
}

#reviews-section .review-content .review-text-2 {
    color: #F7F7F6;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Halvar Breit Rg';
}

#tabs-section {
    height: auto;
    margin: 150px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#tabs-section .tabs-title h2 {
    color: #F7F7F6;
    text-align: center;
    font-family: Halvar Breit Blk;
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 70px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-slider--nav img {
    margin-right: 20px;
}

.tab-slider--tabs {
    display: flex;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative;
    border-radius: 15px;
    background: #8E15FF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--tabs.slide:after {
    left: 50%;
}

.tab-slider--trigger {
    font-size: 16px;
    line-height: 1;
    color: #F7F7F6;
    padding: 15px 28px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.tab-slider--trigger.active {
    color: #101010;
    font-weight: 700;
    background: #fff;
    border-radius: 5px;
}

.tab-slider--body {
    margin-bottom: 20px;
}

#tabs-section .tabs-carousel-1 button, #tabs-section .tabs-carousel-2 button {
    opacity: 0;
}

#tabs-section .tabs-card {
    background: #F7F7F6;
    border-radius: 70px;
    padding: 55px 30px 55px 55px;
    height: 500px;
    width: 533px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.tabs-card-arrow {
    margin-top: -15px;
}

#tabs-section .slick-slide {
    margin: 0 12px;
}

#tabs-section .slick-list {
    margin: 0 -12px;
}

#tabs-section .tabs-card .tabs-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tabs-section .tabs-card:hover .tabs-card-top .tabs-card-arrow svg {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}

#tabs-section .tabs-card .tabs-card-bottom {
    position: relative;
    z-index: 9;
}

#tabs-section .tabs-card .tabs-card-top .tabs-card-date {
    border-radius: 50px;
    border: 2px solid #101010;
    padding: 15px 30px;
    color: #101010;
    font-family: Halvar Breit Blk;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
}

#tabs-section .tabs-card .tabs-card-bottom .tabs-card-title {
    color: #101010;
    font-family: Halvar Breit Blk;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
}

#tabs-section .tabs-card .tabs-card-bottom .tabs-card-link {
    margin-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tabs-section .tabs-card .tabs-card-bottom .tabs-card-link a {
    color: #101010;
    font-family: Halvar Breit Md;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
}

#tabs-section .tabs-card .tabs-card-bg-text {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    line-height: 65%;
    background: url("../images/tabs-text2.svg") repeat-x;
    width: 5000px;
    height: 103px;
    -webkit-animation: scroll 150s linear infinite;
    animation: scroll 150s linear infinite;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#tabs-section #tab2 .tabs-card .tabs-card-bg-text {
    background-image: url("../images/tabs-text.svg");
    width: 5000px;
    height: 137px;

    -webkit-animation: scroll 150s linear infinite;
    animation: scroll 150s linear infinite;
}

#tabs-section #tab2 .tabs-card .tabs-card-bg-text {
    font-size: 125px;
}

.text-green__images {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text-green__images img:last-child {
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0 auto;
}

#tabs-section .tabs-card:hover .tabs-card-bg-text, #tabs-section .tabs-card.swiper-slide-active .tabs-card-bg-text {
    opacity: 1;
    background-position: -600px 0;
}


#tabs-section #tab2 .tabs-card:hover .tabs-card-bg-text {
    opacity: 1;
    background-position: -750px 0;
}

#tabs-section #tab2 .tabs-card:hover .tabs-card-bg-text, #tabs-section #tab2 .tabs-card.swiper-slide-active .tabs-card-bg-text {
    background-position: -800px 0;
}

#tabs-section .tabs-card:hover {
    background: #8E15FF;
    transition: all .3s ease-in-out;
}

#tabs-section .tabs-card:hover .tabs-card-top .tabs-card-date {
    border: 2px solid #F7F7F6;
    color: #F7F7F6;
}

#tabs-section .tabs-card:hover .tabs-card-bottom .tabs-card-title {
    color: #F7F7F6;
}

#tabs-section .tabs-card:hover .tabs-card-bottom .tabs-card-link a {
    color: #F7F7F6;
}

#tabs-section .tabs-card:hover .tabs-card-top svg path:nth-child(1) {
    fill: #84FF00;
}

#tabs-section .tabs-card:hover .tabs-card-top svg path:nth-child(2) {
    fill: #101010;
}

#footer-section {
    height: auto;
    margin: 160px 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#footer-section .footer-section-title h2 {
    color: #F7F7F6;
    font-family: Halvar Breit Blk;
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
}

#footer-section .footer-section-title svg {
    position: relative;
    animation: rotateAntiClockwise 8s infinite linear;
}

@keyframes rotateAntiClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

#footer-section .footer-section-text {
    color: #F7F7F6;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: auto;
    margin-bottom: auto;
}

#footer-section .footer-section-text p {
    margin: 0 0 5px 0;
}

#footer-section .footer-section-text p span {
    border-radius: 100px;
    background: #8E15FF;
    padding: 5px 25px;
}
#footer-section .footer-section-text p span a{
    color: #F7F7F6;
    text-decoration: unset;
}
#footer-section .footer-logo {
    border-radius: 50px;
    background: #101010;
    text-align: center;
    padding: 39px 81px 39px 82px;
}

#footer-section .footer-section-text-2 {
    color: #F7F7F6;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 34px 100px 33px 76px;
    border-radius: 50px;
    background: #101010;
}

#footer-section .contacts .contacts-first-row {
    display: flex;
    width: 100%;
    gap: 15px;
    position: relative;
}

#footer-section .contacts .contacts-first-row > div > a,
#footer-section .contacts .contacts-second-row > div > a {
    display: flex;
    color: #101010;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#footer-section .contacts .contacts-second-row {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
    position: relative;
}


#footer-section .contacts .contacts-first-row .email,
#footer-section .contacts .contacts-first-row .telegram,
#footer-section .contacts .contacts-second-row .skype,
#footer-section .contacts .contacts-second-row .phone {
    border-radius: 50px;
    background: #F7F7F6;
    width: 50%;
    color: #101010;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-section .contacts .contacts-second-row .phone .contact-info span{
    text-align: center;
    align-items: center;
    display: flex;
}
#footer-section .contacts .contacts-first-row .telegram {
    width: 65%;
}

#footer-section .contacts .contacts-first-row .email {
    width: 47%;
}

#footer-section .contacts .contacts-second-row .skype {

}

#footer-section .contacts .contacts-second-row .phone {
    width: 55%;
}

#footer-section .contacts .contacts-first-row .telegram:hover span,
#footer-section .contacts .contacts-second-row .phone:hover span {
    transition: all .5s ease-in-out;
}

#footer-section .contacts .contacts-second-row .phone:hover{
    cursor: pointer;
}
#footer-section .contacts .contacts-second-row .phone:hover {

    background: #84FF00;
}
#footer-section .contacts .contacts-first-row .email:hover span,
#footer-section .contacts .contacts-second-row .skype:hover span {
    transition: all .5s ease-in-out;
}

#footer-section .contacts .contacts-first-row .telegram:hover,
#footer-section .contacts .contacts-second-row .phone:hover {
    right: 0;
}

#footer-section .contacts .contacts-first-row .telegram:hover,
/*#footer-section .contacts .contacts-second-row .phone:hover,*/
#footer-section .contacts .contacts-first-row .email:hover,
#footer-section .contacts .contacts-second-row .skype:hover {

    animation: jellyWidthAnimation .5s 1;
    justify-content: flex-start;
    padding-left: 58px;
    position: absolute;
    width: 100%;
    background: #84FF00;
}

#footer-section .contacts .contacts-first-row .email:hover,
#footer-section .contacts .contacts-second-row .skype:hover {
    left: 0;
}

@keyframes jellyWidthAnimation {
    0%, 100% {
        width: 100%;
    }
    25% {
        width: 115%;
    }
    100% {
        width: 100%;
    }
}

#footer-section .contacts .contact {
    display: none;
}

#footer-section .contacts .contact a {
    color: #101010;
}

#footer-section .contacts .contact {
    position: relative;
    z-index: 99;
    color: #101010;
    text-decoration: none;
}

#footer-section .contacts svg {
    zoom: 0;
}

#footer-section .contacts .contacts-first-row > div:hover .contact,
#footer-section .contacts .contacts-second-row > div:hover .contact {
    display: block;
    width: 100%;
}

#footer-section .contacts .contacts-first-row > div:hover .contact, #footer-section .contacts .contacts-second-row > div.skype:hover .contact {
    font-size: 18px;
    font-weight: 300;
    margin-top: -20px;
}

#footer-section .contacts .contacts-second-row > div.skype:hover .contact {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 220px;
}

@keyframes appearAndZoomAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#footer-section .contacts .contacts-first-row .email svg,
#footer-section .contacts .contacts-first-row .telegram svg,
#footer-section .contacts .contacts-second-row .skype svg {
    display: none;
    transform-origin: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: scale(1);
    opacity: 0;
    margin-right: 35px;
    position: relative;
    z-index: 99;
}

#footer-section .contacts .contacts-second-row div:hover svg.contact-arrow,
#footer-section .contacts .contacts-first-row div:hover svg.contact-arrow {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: rotate30 0.1s 0.1s linear forwards;
    animation: rotate30 0.1s 0.1s linear forwards;
}

@-webkit-keyframes rotate30 {
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes rotate30 {
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#footer-section .contacts .contacts-first-row .email:hover svg,
#footer-section .contacts .contacts-first-row .telegram:hover svg,
#footer-section .contacts .contacts-second-row .skype:hover svg {
    display: block;
    animation: appearAndZoomAnimation 0.3s forwards;
    opacity: 1;
    flex-shrink: 0;
}

#footer-section .contacts .contacts-first-row > div .bg-text,
#footer-section .contacts .contacts-second-row > div .bg-text {
    display: none;
}

#footer-section .contacts .contacts-first-row > div,
#footer-section .contacts .contacts-second-row > div {
    overflow: hidden;
}

/*#footer-section .contacts .contacts-first-row > div:hover .bg-text,*/
/*#footer-section .contacts .contacts-second-row > div:hover .bg-text {*/
/*    display: block;*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-size: 172px;*/
/*    color: #f7f7f6;*/
/*    opacity: 0.3;*/
/*    bottom: 30px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

#footer-section .contacts .contacts-first-row > div.telegram:hover .bg-text {
    bottom: 0;
    font-size: 112px;
}

#footer-section .contacts .contacts-first-row .telegram .contact-arrow,
#footer-section .contacts .contacts-second-row .skype .contact-arrow,
#footer-section .contacts .contacts-first-row .email .contact-arrow {
    position: absolute;
    right: 25px;
    top: 25px;
    margin-right: 0;
}

#footer-section .footer-top .contacts {
    max-width: 599px;
}

#footer-section .footer-top {
    margin-bottom: 90px;
    justify-content: space-between;
    padding-left: calc(65px + 2rem);
    padding-right: calc(25px + 2rem);
}

.navbar-desktop li svg {
    display: none;
}

.swiper-pagination-1, .swiper-pagination-2 {
    display: none;
}

.service-section-title-btn {
    background: #8e15ff;
    border-radius: 30px;
    height: 109px;
    width: 374px;
    font-size: 30px;
    text-decoration: unset;
    color: #F7F7F6;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-section-title-btn span svg:first-of-type {
    fill: #F7F7F6;
}

.service-section-title-btn span svg:last-of-type {
    fill: #8E15FF;
}

.service-section-title-btn span {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#services-section .service-section-title .service-section-title-btn svg {
    -webkit-animation: unset;
    animation: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service-section-title-btn:hover {
    background: #84ff00;
    color: #101010;
}

.service-section-title-btn:hover span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service-section-title-btn:hover span svg:first-of-type {
    fill: #101010;
}

.service-section-title-btn:hover span svg:last-of-type {
    fill: #84ff00;
}

.pop {
    position: fixed;
    background: url("../images/pop-bg.png") no-repeat;
    background-size: cover;
    /*background: rgba(46, 2, 80, 0.42);*/
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.pop-form {
    width: 715px;
    background: #f7f7f6;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 45px 45px 55px;
    z-index: 100;
}

.pop-form h2 {
    font-size: 70px;
    margin-bottom: 40px;
    font-weight: 900;
    font-family: 'Halvar Breit Blk';
}

.pop-form .form-group {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 25px;
}

.pop-form .form-group label, .pop-label {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 100%;
    font-weight: 900;
}

.pop-form .pop-btn {
    font-size: 20px;
    background: #8E15FF;
    color: #F7F7F6;
    border: unset;
}

.pop-form .pop-btn:hover {
    background: #84ff00;
    color: #101010;
}

.pop-form .pop-btn,
.pop-form .form-group input {
    height: 76px;
    border-radius: 30px;
    z-index: 2;
    position: relative;
}

.pop-form .form-group input::placeholder {
    font-weight: 100;
    font-size: 14px;
    font-family: 'Halvar Breit Th', "Arial Black", sans-serif;
}

.pop-form .form-group input {
    font-size: 14px;
    border: 1px solid #5F5F5F;
    background: transparent;
    padding: 0 25px;
}

.pop-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pop-connect {
    margin-bottom: 25px;
}

.pop-connect__icon {
    fill: #5F5F5F;
}

.pop-connect__item:not(:last-child) {
    margin-right: 20px;
}

.pop-connect .pop-connect__bg {
    stroke: #5F5F5F;
    fill: transparent;
}

.pop-connect__item.is--active .pop-connect__icon,
.pop-connect__item:hover .pop-connect__icon {
    fill: #F7F7F6;
}

.pop-connect__item.is--active .pop-connect__bg,
.pop-connect__item:hover .pop-connect__bg {
    fill: #8E15FF;
    stroke: none;
}
.pop-lucky {
    background: #84FF00;
    padding: 85px 45px 115px;
}

.pop-lucky__text h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    font-family: 'Halvar Breit Blk';
}

.pop-lucky__text span {
    font-size: 30px;
    margin-top: 35px;
    display: block;
    font-weight: 100;
    font-family: 'Halvar Breit Th', "Arial Black", sans-serif;
}

.pop-close {
    width: 97px;
    height: 40px;
    border-radius: 62px;
    border: 1px solid #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f7f7f6;
}

.pop-close svg {
    fill: black;
    margin-left: 6px;
}

.pop-close:hover {
    background: #8e15ff;
    color: white;
}

.pop-close:hover svg {
    fill: white;
}
.main-section-button__click{
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    #services-section .service-info .service-info-img svg:first-of-type {
        width: 75px;
        height: 75px;
        bottom: 22px;
        right: 22px;
    }

    #reviews-section .review-title {
        width: 56%;
    }
    .pop-form{
        width: 500px;
        padding: 30px 30px 35px;
    }
    .pop-form h2{
        font-size: 50px;
    }
    .pop-form .pop-btn, .pop-form .form-group input{
        height: 52px;
        border-radius: 20px;
    }
    .pop-form .form-group label, .pop-label{
        font-size: 14px;
        font-weight: 500;
    }
    .pop-connect .pop-connect__bg{
        width: 65px;
        height: 65px;
    }
    .pop-connect__icon{
        width: 24px;
        height: auto;
    }
    .pop-bg{
        width: 500px;
        height: auto;
    }
    .pop-close{
        height: 30px;
    }
}

@media screen and (max-width: 1440px) {
    #reviews-section .slick-slide {
        position: unset;
        left: unset;
    }

    #countries-section, #countries-section .tickerwrapper2, #services-section, #tabs-section, #footer-section {
        margin-top: 80px;
    }

    #footer-section .contacts .contacts-second-row .phone {
        font-size: 32px;
    }

    #main-section .main-section-button {
        margin-bottom: 80px;
    }

    .container {
        width: 1280px;
    }


    #footer-section .footer-section-text-2 {
        font-size: 22px;
    }

    #countries-section .countries .country {
        border-radius: 35px;
        min-height: 150px;
        padding: 15px;
    }

    #countries-section .countries .country .country-bottom .country-name {
        font-size: 25px;
    }

    #countries-section .countries .country:nth-child(1)
    #countries-section .countries .country:nth-child(2) {

        width: 214px;
        height: 148px;
    }

    #countries-section .countries .country:nth-child(2),
    #countries-section .countries .country:nth-child(5) {
        width: 233px;
    }

    #countries-section .countries .country:nth-child(3) {
        height: 138px;
    }

    #countries-section .countries .country:nth-child(4) {
        height: 108px;
    }

    #countries-section .countries .country:nth-child(5) svg {
        max-width: unset;
    }

    #countries-section .countries .country:nth-child(5) {
        right: 0;
        bottom: 0;
        height: 312px;
    }

    #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {
        width: 303px;
        margin-right: 250px;
    }

    #countries-section .countries .country svg {
        max-width: 100px;
    }

    #services-section .services-list .services li {
        font-size: 20px;
        padding: 5px 25px;
    }

    #services-section .services-list {
        background: #F7F7F6;
        padding: 40px 20px 35px 45px;
    }

    #countries-section .countries-section-title {
        font-size: 90px;
        margin-top: auto;
        margin-bottom: auto;
    }

    #countries-section .container > .row > .col-12.col-lg-6 {
        display: flex;
        justify-content: center;
    }

    #services-section .service-info .service-info-inner {
        padding: 85px 55px 55px 55px;
    }

    #services-section .service-info .service-info-inner .service-title-info {
        font-size: 42px;
        margin-right: 40px;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top p {
        font-size: 24px;
    }

    #footer-section .contacts .contacts-first-row > div:hover .bg-text, #footer-section .contacts .contacts-second-row > div:hover .bg-text {
        font-size: 152px;
    }

    #footer-section .contacts .contacts-first-row > div.telegram:hover .bg-text {
        font-size: 102px;
    }

    #services-section .service-section-title h2 {
        font-size: 90px;
    }

    #services-section .service-section-title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .service-section-title-btn {

    }

}

@media screen and (max-width: 1399px) {


    #reviews-section .reviews-benefits, #reviews-section .reviews-mission {
        padding: 65px 0 65px 45px
    }

    #reviews-section .benefits-top {
        margin-right: 80px;
    }

    #main-section .section-subtitle {
        font-size: 65px;
    }

    .navbar-desktop li a {
        font-size: 14px;
    }

    #main-section ul.list li {
        font-size: 15px;
    }


    #services-section .services-list .services li {
        font-size: 15px;
    }

    #services-section .services-list {
        min-height: 100%;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top .number {
        font-size: 35px;
    }

    #services-section .service-info .service-info-inner {
        padding: 86px 25% 55px 55px;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top p {
        font-size: 26px;
    }

    #services-section .service-info .service-info-inner .service-title-info {
        font-size: 47px;
    }

    #main-section .subtitle-logo svg {
        vertical-align: top;
        width: 55px;
    }

    #countries-section .countries-section-title {
        font-size: 90px;
    }

    #countries-section ul.list li {
        font-size: 90px;
    }

    #reviews-section .reviews-mission .mission-title h2 {
        font-size: 60px;
    }

    #reviews-section .reviews-mission .mission-description {
        font-size: 25px;
    }

    #reviews-section .reviews-benefits .benefits-title h2 {
        font-size: 60px;
    }

    #reviews-section .review-title {
        font-size: 10px;
    }

    #reviews-section .review-content .review-text-2 {
        font-size: 14px;
    }

    #reviews-section .review-content .review-title-2 {
        font-size: 30px;
    }

    #tabs-section .tabs-title h2 {
        font-size: 90px;
    }

    #tabs-section .tabs-card .tabs-card-bottom .tabs-card-title {
        font-size: 55px;
    }

    #footer-section .footer-section-title h2 {
        font-size: 90px;
    }

    #footer-section .footer-section-text {
        font-size: 35px;
    }

    #footer-section .contacts .contacts-first-row .email, #footer-section .contacts .contacts-first-row .telegram, #footer-section .contacts .contacts-second-row .skype, #footer-section .contacts .contacts-second-row .phone {
        height: 168px;
    }

    #footer-section .contacts .contacts-first-row .email,
    #footer-section .contacts .contacts-first-row .telegram,
    #footer-section .contacts .contacts-second-row .skype,
    #footer-section .contacts .contacts-second-row .phone {
        font-size: 34px;
    }

    #footer-section .contacts .contacts-first-row .telegram:hover,
    #footer-section .contacts .contacts-second-row .phone:hover,
    #footer-section .contacts .contacts-first-row .email:hover,
    #footer-section .contacts .contacts-second-row .skype:hover {


        padding-left: 28px;
    }

    #footer-section .contacts .contacts-second-row .phone:hover {
        padding-left: unset;
        justify-content: center;
    }

    #footer-section .footer-section-text-2 {
        font-size: 20px;
    }

    #footer-section .contacts .contacts-first-row > div.telegram:hover .bg-text {
        font-size: 82px;
    }

    #footer-section .contacts .contacts-first-row > div:hover .bg-text, #footer-section .contacts .contacts-second-row > div:hover .bg-text {
        font-size: 122px;
    }
}

@media screen and (max-width: 1280px) {
    #services-section .service-section-title h2 {
        font-size: 65px;
    }

    header .navbar-brand svg {
        width: 125px;
    }

    .header-slogan {
        font-size: 14px;
    }

    #services-section .services-list .services li {
        font-size: 15px;
        height: 40px;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top .number {
        font-size: 45px;
    }

    #reviews-section .reviews-mission .mission-title h2 {
        font-size: 50px;
    }

    #reviews-section .reviews-benefits .benefits-title h2 {
        font-size: 50px;
    }

    #reviews-section .reviews-benefits {
        padding: 100px 0 100px 35px
    }

    #reviews-section .benefits-top {
        margin-right: 115px;
    }

    .footer-logo svg {
        width: 210px;
    }

    #countries-section .countries-section-title {
        font-size: 70px;
        margin-bottom: 40px;
    }

    #countries-section .countries .country:nth-child(1), #countries-section .countries .country:nth-child(4) {
        width: 45%;
        height: auto;
    }

    #countries-section .countries .country:nth-child(2), #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(5) {
        width: 45%;
    }

    #countries-section .countries .country:nth-child(5) {
        height: 292px;
    }

    #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {
        margin-right: 48%;
    }

    #countries-section .countries .country .country-bottom {
        z-index: 23;
        line-height: 180%;
    }

    #countries-section .countries .country svg {
        max-width: 80px;
    }

    #countries-section .countries .country .country-bottom .country-name {
        font-size: 28px;
    }

    #countries-section .countries .country .country-bottom .country-small {
        font-size: 25px;
    }

    #countries-section .countries .country {
        min-height: 140px;
    }

    #reviews-section .reviews-mission {
        border: 5px solid #F7F7F6;
        border-radius: 50px;
        padding: 100px 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        max-width: 100%;
    }

    #main-section .subtitle-logo {
        display: none;
    }

    .tab-slider--nav {
        flex-direction: row-reverse;
    }

    .tab-slider--nav img {
        margin-right: unset;
        margin-left: 16px;
    }

    #footer-section .footer-top {
        padding-left: 55px;
        padding-right: 55px;
    }

    #footer-section .footer-section-text-2 {
        padding: 39px 55px;
    }

    #footer-section .footer-logo {
        padding-left: 55px;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    #reviews-section .benefits-top {
        margin-right: 0;
    }

    #reviews-section .reviews-benefits {
        padding: 100px 35px;
    }

    #reviews-section .slick-slider {
        margin-right: -15px;
    }

    .service-section-title-btn {
        height: 70px;
        width: 265px;
        font-size: 22px;
        border-radius: 22px;
    }

    .service-section-title-btn span svg:first-of-type {
        width: 45px;
        height: 45px;
    }

    .service-section-title-btn span {
        margin-left: 10px;
    }

    #services-section .service-section-title {
        padding-left: 42px;
        padding-right: 42px;
    }

    #services-section .service-section-title h2 svg {
        margin: 0 20px;
    }
    .pop-form .pop-btn, .pop-form .form-group input {
        height: 35px;
        border-radius: 12px;
    }
    .pop-form {
        width: 500px;
        padding: 15px 15px 20px;
    }
}

@media screen and (max-width: 1279px) {

    #reviews-section .slick-track {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    #footer-section .contacts .contacts-first-row .email, #footer-section .contacts .contacts-first-row .telegram, #footer-section .contacts .contacts-second-row .skype, #footer-section .contacts .contacts-second-row .phone {
        border-radius: 30px;
    }

    #footer-section .contacts .contacts-first-row .telegram:hover svg {
        width: 65px;
        height: 65px;
    }

    #footer-section .contacts .contacts-second-row > div.skype:hover .contact {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .section-title {
        height: 85px;
        background: transparent;
        color: #F7F7F6;
    }

    .section-title .text {
        font-size: 60px;
        color: #F7F7F6;
    }

    header .navbar-brand svg {
        width: 125px;
    }

    .header-slogan {
        font-size: 14px;
    }

    .navbar-toggler {
        background-color: #F7F7F6;
        color: var(--black, #101010);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 15px 25px;
        border-radius: 15px;
    }

    #services-section .service-section-title h2 {
        font-size: 50px;
    }

    #services-section .service-section-title {
        padding: 20px;
    }

    .service-info-inner-top {
        display: flex;
        align-items: center;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top .number {
        margin-right: 5px;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top p {
        font-size: 30px;
        max-width: 455px;
        margin-bottom: 0;
    }

    #services-section .service-info .service-info-inner .service-info-inner-bottom {
        display: none;
    }

    #services-section .service-section-title {
        border-bottom-right-radius: 0;
    }

    #services-section .services-list .services svg {
        width: 35px;
        height: 35px;
    }

    #main-section .subtitle-logo {
        display: none;
    }

    #main-section .section-subtitle {
        font-size: 90px;
    }

    #services-section .service-info {
        padding: 25px 0 0;
        height: 100%;
    }

    #countries-section .inner-section > .container {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    #countries-section .countries-section-title {
        text-align: center;
    }

    #countries-section .countries .country .country-bottom .country-small {
        font-size: 14px;
    }

    #countries-section .countries .country .country-bottom .country-name {
        font-size: 26px;
    }

    #countries-section .countries .country svg {
        width: 84px;
        height: auto;
    }

    #countries-section ul.list li {
        font-size: 70px;
    }

    #reviews-section .reviews-benefits {
        padding: 55px 35px;
    }

    #countries-section .tickerwrapper2 {
        height: auto;
    }

    #reviews-section .benefits-top {
        max-width: unset;
    }

    #reviews-section {
        height: auto;
        margin-top: 40px;
    }

    #reviews-section .row {
        flex-direction: column-reverse;
    }

    #reviews-section .row .col-lg-7 {
        margin-bottom: 10px;
    }

    #reviews-section .slick-track {
        margin-left: unset;
    }

    #reviews-section .review-title {
        width: 300px;
    }

    #tabs-section .tabs-title h2 {
        font-size: 70px;
    }

    #footer-section {
        height: auto;
        margin-bottom: 20px;
    }

    #tabs-section, #footer-section, #countries-section .tickerwrapper2, #countries-section, #services-section {
        margin-top: 100px;
    }

    #main-section .main-section-button {
        margin-bottom: 110px;
    }

    #footer-section .footer-top, #footer-section .footer-section-text-2 {
        padding-left: 0;
        padding-right: 0;
    }

    #footer-section .footer-top {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    #footer-section .footer-top .contacts {
        margin: 0 auto;
    }

    #countries-section .countries .country, #services-section .services-list {
        padding: 20px 50px 50px;
    }

    #services-section .service-info .service-info-inner, #tabs-section .tabs-card {
        padding: 45px 50px;
    }

    #footer-section .footer-section-title h2 {
        font-size: 70px;
        text-align: center;
    }

    #footer-section .footer-section-title h2 br {
        display: none;
    }

    #footer-section .footer-section-title svg {
        width: 55px;
    }

    #footer-section .footer-section-text {
        font-size: 28px;
        text-align: center;
        margin-bottom: 45px;
        margin-top: 15px;
    }

    #footer-section .footer-section-text br {
        display: none;
    }

    #footer-section .footer-logo {
        padding: 0 35px;
        max-height: 75px;
    }

    .section-title {
        margin-top: 108px;
        margin-bottom: 50px;
    }

    #footer-section .footer-section-text-2 {
        font-size: 14px;
        padding: 11px 35px;
        max-height: 75px;
    }

    .footer-logo svg {
        width: 140px;
    }

    #footer-section .contacts .contacts-first-row .email, #footer-section .contacts .contacts-first-row .telegram, #footer-section .contacts .contacts-second-row .skype, #footer-section .contacts .contacts-second-row .phone {
        height: 159px;
    }

    .navbar-collapse.show {
        position: absolute;
        top: 85px;
        width: 100%;
        height: 100vh;
        left: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 85px;
        width: 100%;
        height: 100vh;
        left: 0;
        background: url('../images/bg-menu.png?v=1') repeat;
    }

    .navbar-desktop {
        border-radius: 0;
        height: 100vh;
        background: transparent;
        padding: 35px;
    }

    .navbar-desktop li a {
        font-size: 26px;
        color: #F7F7F6 !important;
    }

    .navbar-desktop li {
        border-radius: 30px;
        border: 1px solid #F7F7F6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #101010;
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .navbar-desktop li svg {
        display: block;
    }

    .navbar-desktop li:hover svg {
        transform: rotate(45deg);
        transition: all .3s ease-in-out;
    }

    .navbar-desktop li:hover a {
        background: transparent;
    }

    #services-section .service-info:before, #services-section .service-info:after {
        display: none;
    }

    #countries-section .countries .country {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 110px;
        padding: 25px;
        border-radius: 30px;
    }

    #countries-section .countries .country:nth-child(2), #countries-section .countries .country:nth-child(3) {
        height: 110px;
    }

    #countries-section .countries .country .country-bottom {
        margin-left: 10px;
    }

    #countries-section .countries .country:nth-child(1) {
        width: 50%;
    }

    #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {
        margin-right: 47%;
    }

    #countries-section .countries .country:nth-child(3) {
        width: 50%;
    }

    #countries-section .countries .country:nth-child(4) {
        margin-right: 62%;
        width: 35%;
    }

    .text-green__images {
        position: absolute;
        bottom: 25px;
        left: 42%;
    }

    .service-section-title-btn {
        padding: 0 10px;
        height: 60px;
        width: 255px;
        font-size: 20px;
        border-radius: 22px;
    }

    .service-section-title-btn span svg:first-of-type {
        width: 35px;
        height: 35px;
    }

    .service-section-title-btn span svg:last-of-type {
        width: 10px;
        height: 10px;
    }

    #services-section .service-section-title h2 svg {
        width: 45px;
        height: 45px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        height: 55px;
        background: transparent;
        color: #F7F7F6;
    }

    #tabs-section #tab2 .tabs-card:hover .tabs-card-bg-text, #tabs-section #tab2 .tabs-card.swiper-slide-active .tabs-card-bg-text {
        background-size: 615px auto;
        height: 42px;
    }

    #tabs-section .tabs-card:hover .tabs-card-bg-text, #tabs-section .tabs-card.swiper-slide-active .tabs-card-bg-text {
        background-size: 380px auto;
        height: 86px;
    }

    #reviews-section .review-title {
        max-width: 85%;
        letter-spacing: 2px;
        width: 200px;
    }

    #reviews-section .slick-slide {
        margin: 0;
    }

    .section-title .text {
        font-size: 30px;
        color: #F7F7F6;
    }

    #main-section .section-subtitle {
        font-size: 50px;
    }

    #main-section .main-section-button svg {
        cursor: pointer;
        width: 260px;
    }

    #services-section {
        height: auto;
        margin-top: 60px;
    }

    .header-slogan {
        font-size: 11px;
        position: absolute;
        left: 135px;
    }

    header .navbar-brand svg {
        width: 106px;
    }

    .navbar-toggler {
        font-size: 14px;
        padding: 10px 15px;
    }

    #services-section .service-section-title {
        background: transparent;
        flex-direction: column;
    }

    #services-section .service-section-title h2 {
        font-size: 50px;
        color: #F7F7F6;
    }

    .service-section-title-btn {
        margin: 10px 0;
    }

    #services-section .services-list .services li {
        font-size: 14px;
        height: auto;
    }

    #services-section .services-list .services svg {
        display: none;
    }

    .service-info-inner-top {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #services-section .service-info .service-info-inner .service-info-inner-bottom {
        display: flex;
    }

    #services-section .service-info .service-info-inner .service-info-inner-top .number {
        font-size: 35px;
    }

    #services-section .service-info .service-info-inner .service-title-info {
        font-size: 25px;
        margin-top: 35px;
    }

    .text-green__images {
        display: none;
    }

    #countries-section .countries .country:nth-child(4) {
        margin-left: unset;
    }

    /*#countries-section .countries .country:nth-child(3) {*/
    /*    width: 60%;*/
    /*}*/
    #countries-section .countries-section-title {
        text-align: center;
        font-size: 50px;
        margin-bottom: 35px;
    }

    #countries-section .countries .country .country-bottom .country-small {
        font-size: 12px;
    }

    #countries-section .countries .country .country-bottom .country-name {
        font-size: 18px;
    }

    #countries-section ul.list li {
        font-size: 40px;
    }

    #countries-section ul.list li svg {
        width: 35px;
    }

    #countries-section .tickerwrapper2 {
        height: 95px;
    }

    #reviews-section .reviews-benefits .benefits-title h2 {
        font-size: 40px;
        margin-bottom: 30px;

    }

    #reviews-section .slick-slider {
        margin: 0 -15px;
    }

    #reviews-section .review:before {
        width: 80%;
    }

    #reviews-section .review-content {
        flex-direction: column;
        padding: 30px;
        height: 455px;
        text-align: center;
    }

    .navbar-desktop a:hover {
        background: transparent;
    }

    .navbar-desktop a:hover li {
        background: #84FF00;
        color: #101010 !important;
    }

    .navbar-desktop a:not(:last-child) {
        margin-right: 0;
    }

    #reviews-section .review-content .review-image img {
        width: 168px;
    }

    #reviews-section .review-content .review-title-2 {
        font-size: 20px;
        text-align: center;
    }

    #reviews-section .review {
        width: auto;
        height: auto;
    }

    #reviews-section .slider-navigation .prev-slide, #reviews-section .slider-navigation .next-slide {
        width: 50px;
        height: 50px;
    }

    #reviews-section .slider-navigation .prev-slide:before, #reviews-section .slider-navigation .next-slide:before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }

    #reviews-section .benefits-top {
        margin-bottom: 25px;
    }

    #reviews-section .reviews-mission .mission-title h2 {
        font-size: 40px;
    }

    #reviews-section .reviews-mission .mission-description {
        font-size: 16px;
    }

    #reviews-section .reviews-mission {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
        padding: 45px 30px 48px;
    }

    #reviews-section .inner-section:after {
        height: 333px;
        -webkit-filter: blur(150px);
        filter: blur(150px);
        bottom: 15%;
    }

    #reviews-section .reviews-benefits {
        padding: 45px 30px 15px;
    }

    #reviews-section .reviews-benefits {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #reviews-section .row .col-lg-7 {
        margin-bottom: 0;
    }

    #countries-section .countries .country:nth-child(1), #countries-section .countries .country:nth-child(2) {
        height: 160px;
    }

    #countries-section .countries .country:nth-child(3) {
        height: 142px;
    }

    #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {

        margin-right: calc(50% - 18px);
    }

    #countries-section .countries .country:nth-child(4) {
        height: 146px;
        width: 50%;
    }

    #countries-section .countries .country:nth-child(5) {
        height: 300px;
    }

    #countries-section .countries .country {
        flex-direction: column;
        padding: 16px;
        justify-content: center;
        align-items: flex-start;
    }

    .tab-slider--nav {
        margin-bottom: 20px;
    }

    .tab-slider--tabs {
        border-radius: 10px;
    }

    .tab-slider--trigger {
        padding: 5px 14px;
    }

    #tabs-section .tabs-title h2 {
        font-size: 50px;
    }

    #tabs-section .tabs-card .tabs-card-top .tabs-card-date {
        font-size: 14px;
    }

    #tabs-section .tabs-card .tabs-card-top .tabs-card-arrow svg {
        width: 60px;
    }

    #tabs-section .tabs-card .tabs-card-bottom .tabs-card-title {
        font-size: 32px;
    }

    #tabs-section .tabs-card .tabs-card-bottom .tabs-card-link {
        margin-top: 20px;
    }

    #tabs-section .tabs-card .tabs-card-bottom .tabs-card-link a {
        font-size: 12px;
    }

    #tabs-section .tabs-card {
        height: 310px;
        width: 320px;
        padding: 34px 30px 34px 34px;
    }

    #tabs-section .tabs-card .tabs-card-top {
        margin-top: -15px;
    }

    .tabs-card-arrow {
        margin-top: 0;
    }

    #footer-section .footer-section-title h2 {
        font-size: 50px;
    }

    #footer-section .footer-section-title svg {
        display: none;
    }

    #footer-section .footer-section-text {
        font-size: 18px;
        line-height: 140%;
    }

    #footer-section .footer-logo {
        border-radius: 25px;
    }

    #footer-section .footer-section-text-2 {
        padding: 35px;
        max-height: none;
        text-align: center;
        border-radius: 25px;
        margin-top: 10px;
    }

    .navbar-collapse.show {
        position: absolute;
        top: 85px;
        width: 100%;
        height: 100vh;
        left: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 85px;
        width: 100%;
        height: 100vh;
        left: 0;
        background: url('../images/bg-menu.png?v=1');
    }

    .navbar-desktop {
        border-radius: 0;
        height: 100vh;
        background: transparent;
        padding: 35px;
    }

    .navbar-desktop li a {
        font-size: 26px;
        color: #F7F7F6 !important;
    }

    .navbar-desktop li {
        border-radius: 30px;
        border: 1px solid #F7F7F6;
        font-size: 26px;
        color: #F7F7F6 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #101010;
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .navbar-desktop li svg {
        display: block;
    }

    .navbar-desktop li:hover svg {
        transform: rotate(45deg);
        transition: all .3s ease-in-out;
    }

    .navbar-desktop li:hover a {
        background: transparent;
    }

    #footer-section .contacts .contacts-second-row .skype:hover .contact-info .contact,
    #footer-section .contacts .contacts-second-row .phone:hover .contact-info .contact,
    #footer-section .contacts .contacts-first-row .email:hover .contact-info .contact,
    #footer-section .contacts .contacts-first-row .telegram:hover .contact-info .contact {
        font-size: 15px;
    }

    .tab-slider--nav img {
        width: 70px;
        position: absolute;
        z-index: 99;
        right: 35px;
        top: 55px;
    }

    #main-section .tickerwrapper {
        position: relative;
        display: flex;
    }

    #main-section ul.list {
        position: relative;
        list-style: none;
        padding: 0 15px;
        margin: 0;
        display: flex;
        white-space: normal;
        transform: none;
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    #main-section ul.list:nth-child(2), #main-section ul.list:nth-child(3) {
        display: none;
    }

    #main-section ul.list li {
        padding: 10px 15px;
        background: #F7F7F6;
        margin: 0;
        border-radius: 15px;
        color: #101010;
        font-size: 14px;
        font-weight: 800;
        display: flex;
        align-items: center;
        width: auto;
        min-height: 62px;
    }

    #main-section ul.list::before {
        content: "";
        background: url("../images/emoji-2.png") no-repeat;
        width: 58px;
        height: 58px;
        position: absolute;
        background-size: contain;
        bottom: 5px;
        right: 5px;
    }

    #main-section ul.list li:nth-child(1), #main-section ul.list li:nth-child(4) {
        width: 49%;
    }

    #main-section ul.list li:nth-child(3) {
        width: 59%;
    }

    #main-section ul.list li:nth-child(2) {
        width: 39%;
    }

    #main-section ul.list li:nth-child(5) {
        width: 100%;
    }

    #main-section ul.list li svg {
        width: 25px;
        height: 25px;
    }

    .contacts-mobile .contact-mobile {
        border-radius: 30px;
        background: var(--white, #F7F7F6);
        display: flex;
        padding: 23px;
        justify-content: space-between;
        align-items: center;
        max-height: 95px;
    }

    .contacts-mobile .contact-mobile .contact-name {
        font-family: Halvar Breit Rg;
        font-size: 26px;
        font-weight: 700;
        color: #101010;
        display: block;
    }

    .contacts-mobile .contact-mobile .contact-address {
        font-size: 14px;
        font-weight: 400;
        color: #101010;
    }

    .contacts-mobile a {
        color: #101010;
        text-decoration: none;
    }

    .contacts-mobile .contact-mobile .contact-right svg {
        width: 65px;
    }

    .contacts-mobile .contact-mobile:hover .contact-right svg {
        transform: rotate(45deg);
        transition: all .3s ease-in-out;
    }

    .contacts-mobile > div:not(:last-child) {
        margin-bottom: 1px;
    }

    #main-section ul.list li:nth-child(1) {
        order: 1;
    }

    #main-section ul.list li:nth-child(4) {
        order: 2;
    }

    #main-section ul.list li:nth-child(3) {
        order: 3;
    }

    #main-section ul.list li:nth-child(2) {
        order: 4;
    }

    #main-section ul.list li:nth-child(5) {
        order: 5;
    }

    #countries-section {
        margin: 0;
    }

    #reviews-section {
        margin: 0;
    }

    #countries-section .tickerwrapper2 {
        margin-top: 60px;
    }

    .tab-slider--body {
        margin-bottom: 0;
    }

    #tabs-section {
        margin: 60px 0 0;
    }

    #footer-section {
        margin: 0 0 15px;
    }

    #main-section .inner-section:before {
        width: 100%;
        left: -50%;
        top: -10%;
        height: 384px;
        -webkit-filter: blur(150px);
        filter: blur(150px);
    }

    #main-section .inner-section:after {
        top: 46%;
        right: -50%;
        width: 100%;
        height: 196px;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    .swiper-pagination-1, .swiper-pagination-2 {
        margin-top: 20px;
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }

    .swiper-pagination-1 .swiper-pagination-bullet, .swiper-pagination-2 .swiper-pagination-bullet {
        background: #f7f7f6;
        opacity: 1;
        transition: all .3s ease-in-out;
    }

    .swiper-pagination-1 .swiper-pagination-bullet-active, .swiper-pagination-2 .swiper-pagination-bullet-active {
        background: #8e15ff;
        width: 55px;
        border-radius: 5px;
        transition: all .3s ease-in-out;
    }

    #footer-section .footer-section-text {
        margin-bottom: 30px;
    }

    #footer-section .footer-top {
        margin-bottom: 40px;
    }

    #services-section {
        margin: 60px 0;
    }

    .services_bot {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .services_bot_left {
        width: 100%;
        background: #f7f7f6;
        border-radius: 0 0 50px 50px;
        padding: 34px 36px 34px 66px;
        position: relative;
    }

    .services_bot_right {
        display: flex;
        max-width: 695px;
        width: 100%;
        padding: 20px 0 0 20px;
    }

    .services_bot_right-content {
        display: flex;
        width: 100%;
        border-radius: 40px 50px 50px;
        border: 2px solid #f7f7f6;
        padding: 55px 92px;
        position: relative;
        flex-direction: column;
    }

    .services_bot_left-item-btn {
        color: #000;
        font-size: 24px;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        padding: 15px 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 1000px;
        border: 2px solid #000;
        background-color: transparent;
    }

    .services_bot_left-item-btn:hover {
        border: 2px solid var(--purple);
        color: var(--purple);
    }

    .services_bot_left-item-btn.active {
        color: #f7f7f6;
        background-color: var(--purple);
        border: 2px solid var(--purple);
    }

    .services_bot_left_list-wrapper {
        width: 100%;
    }

    .services_bot_left_list-wrapper-top {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .services_bot_left_list-wrapper--top-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
        border-radius: 62px;
        background: #84FF00;
        padding: 7px 3px 8px 12px;
        border: none;
    }

    .services_bot_left_list-wrapper-top-t {
        color: #f7f7f6;
        font-size: 20px;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: unset;
    }

    .services_bot_left-h-t-m {
        display: none;
    }

    .services_bot_left_list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .services_bot_right-content-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }

    .services_bot_right-content-group-item {
        width: 100%;
        display: none;
    }

    .services_bot_right-content-group-item.active {
        display: block;
    }

    .services_bot_right-content-group-item-num {
        color: #f7f7f6;
        font-size: 80px;
        line-height: normal;
    }

    .services_bot_right-content-group-item-text {
        color: #f7f7f6;
        font-size: 30px;
        line-height: 110%;
    }

    .services_bot_right-indicator svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition-duration: 0.6s;
    }

    .services_bot_right-indicator.animation {
        transform: rotateZ(-180deg);
    }

    .services_bot_right-indicator.animation svg {
        transform: translate(-50%, -50%) rotateZ(260deg);
    }

    .services_bot_left-item-btn {
        font-size: 17px;
    }

    .services_bot_right-content-group-item-text {
        font-size: 22px;
    }

    .services_bot_right-content-group-item-num {
        font-size: 60px;
    }

    .services_bot_left {
        padding: 20px;
    }

    .services_bot_left-item-btn {
        font-size: 13px;
    }

    .services_bot_right-content {
        padding: 60px 40px;
    }

    .services_bot {
        flex-direction: column;
    }

    .services_bot_left::after {
        display: none;
    }

    .services_bot_left {
        padding: 20px 40px 50px 50px;
    }

    .services_bot_left-item-btn {
        font-size: 17px;
        padding: 10px 20px;
    }

    .services_bot_left-item img {
        max-width: 50px;
    }

    .services_bot_right-indicator {
        display: none;
    }

    .services_bot_right {
        padding: 10px 0 0;
        max-width: 100%;
    }

    .services_bot_right-content {
        border: 4px solid #f7f7f6;
    }

    .services_bot_right-content-group {
        gap: 30px;
        flex-direction: row;
    }

    .services_bot_right-content-group-item-text {
        font-size: 18px;
    }

    .services_bot_left {
        border-radius: 30px;
        display: flex;
        padding: 6px 6px 6px 18px;
        position: relative;
    }

    .services_bot_left-h-t-m {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        align-items: center;
        gap: 20px;
    }

    .services_bot_right-content-group {
        flex-direction: column;
    }

    .services_bot_left-h-t-m-t {
        max-width: 150px;
        color: #000;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
    }

    .services_bot_left-h-t-m-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
        border-radius: 62px;
        border: 1px solid #000;
        background: #84FF00;
        padding: 9px 5px 9px 16px;
    }

    .services_bot_left_list-wrapper {
        padding: 14px 18px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        background: black;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
        border-radius: 30px;
        transition-duration: 0.3s;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
    }

    .services_bot_left_list-wrapper.active {
        transform: scaleY(1);
        opacity: 1;
    }

    .services_bot_left_list-wrapper.active,
    .services_bot_left_list-wrapper-top {
        display: flex;
    }

    .services_bot_left_list {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

    .services_bot_left-item-btn {
        color: #000;
        border-radius: 1000px;
        background: #f7f7f6;
        padding: 5px 10px;
        font-size: 14px;
        border: none;
    }

    .services_bot_left-item-btn.active {
        background: #84FF00;
        color: #000;
        border: none;
    }

    .services_bot_left-item img {
        display: none;
    }

    .services_bot_right-content {
        padding: 35px 25px;
    }

    .services_bot_right-content-group-item-num {
        font-size: 40px;
    }

    .services_bot_right-content-group-item-text {
        font-size: 16px;
    }

    .services_bot_right-content-group-item {
        gap: 5px;
    }


    .services_bot_left {
        border-radius: 30px;
        display: flex;
        padding: 6px 6px 6px 18px;
        position: relative;
    }

    .services_bot_left-h-t-m {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        align-items: center;
        gap: 20px;
    }

    .services_bot_right-content-group {
        flex-direction: column;
    }

    .services_bot_left-h-t-m-t {
        max-width: calc(100% - 148px);
        color: #000;
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        word-wrap: break-word;
    }

    .services_bot_left-h-t-m-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
        border-radius: 62px;
        border: 1px solid #000;
        background: #84FF00;
        padding: 5px;
    }

    .services_bot_left_list-wrapper {
        padding: 14px 18px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        background: black;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
        border-radius: 25px;
        transition-duration: 0.3s;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
    }

    .services_bot_left_list-wrapper.active {
        transform: scaleY(1);
        opacity: 1;
    }

    .services_bot_left_list-wrapper.active,
    .services_bot_left_list-wrapper-top {
        display: flex;
    }

    .services_bot_left_list {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: start;
        gap: 5px;
        list-style: none;
        padding-left: unset;
    }

    .services_bot_left-item-btn {
        color: #000;
        border-radius: 1000px;
        background: #f7f7f6;
        padding: 5px 10px;
        font-size: 14px;
        border: none;
    }

    .services_bot_left-item-btn.active {
        background: #84FF00;
        color: #000;
        border: none;
    }

    .services_bot_left-item img {
        display: none;
    }

    .services_bot_right-content {
        padding: 35px 25px;
    }

    .services_bot_right-content-group-item-num {
        font-size: 40px;
    }

    .services_bot_right-content-group-item-text {
        font-size: 20px;
    }

    .services_bot_right-content-group-item {
        gap: 5px;
    }

    .services_bot_left {
        border-radius: 30px;
        display: flex;
        padding: 6px 6px 6px 18px;
        position: relative;
    }

    .body-back {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 7;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        display: none;
    }

    #services-section .service-section-title {
        padding: 0;
    }
    .pop-form{
        width: 500px;
        padding: 30px 30px 35px;
    }
    .pop-form h2{
        font-size: 50px;
    }
    .pop-form .pop-btn, .pop-form .form-group input{
        height: 52px;
        border-radius: 20px;
    }
    .pop-form .form-group label, .pop-label{
        font-size: 14px;
        font-weight: 500;
    }
    .pop-connect .pop-connect__bg{
        width: 65px;
        height: 65px;
    }
    .pop-connect__icon{
        width: 24px;
        height: auto;
    }
    .pop-bg{
        width: 500px;
        height: auto;
    }
    .pop-close{
        height: 30px;
    }
}

@media screen and (max-width: 540px) {
    #tabs-section .tabs-card .tabs-card-bottom .tabs-card-title {
        font-size: 28px;
    }

    .service-section-title-btn {
        width: 100%;
    }

    #countries-section .countries .country:nth-child(3), #countries-section .countries .country:nth-child(4) {
        margin-right: auto;
        margin-left: 12px;
    }

    #countries-section .countries .country:nth-child(2) {
        margin-right: 12px;
        width: calc(50% - 38px);
    }

    #countries-section .countries .country:nth-child(5) {
        height: 300px;
        margin-right: 12px;
        width: 42%;
    }
    .pop-bg{
        width: 100%;
    }
    .pop-form{
        width: calc(100% - 30px);
    }
    .pop-connect .pop-connect__bg{
        width: 50px;
        height: 50px;
    }
    .pop-connect__icon{
        width: 15px;
    }
    .pop-form .form-group{
        margin-bottom: 15px;
        width: 49%;
    }
    .pop-form .pop-btn{
        font-size: 16px;
    }
    .pop-form{
        padding: 45px 15px 25px;
    }
    .pop-form h2{
        margin-bottom: 25px;
    }
    .pop-form h2,.pop-lucky__text h3{
        font-size: 35px;
    }
    .pop-lucky img{
        width: 50px;
    }
    .pop-lucky__text span{
        font-size: 24px;
    }
    .pop-connect__item:not(:last-child){
        margin-right: 10px;
    }
    .pop-form .pop-btn, .pop-form .form-group input{
        height: 40px;
        border-radius: 12px;
    }
    .pop-form .form-group input{
        padding: 0 10px;
    }
    .pop-form .form-group input,
    .pop-form .form-group input::placeholder{
        font-size: 10px;
    }
}

