html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'e-Ukraine', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2,h3 {
    margin: 0;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}

button, a {
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.prloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.5s ease-out;
    z-index: 40;
}
.prloader.anime {
    opacity: 0;
}
.prloader.anime_nome {
    display: none;
    z-index: -2;
}
.prloader .prloader_main {
    width: 300px;
    position: relative;
    transform: scale(0.7);
}
.prloader .prloader_main .prloader_main_img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.prloader .prloader_main .prloader_main_img svg {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 3;
    animation: prloader_bg_1 2s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes prloader_bg_1 {
    0% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} 

html {
    overflow-x: hidden;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
#vertical-body-slider {
    position: relative;
    transition: top 0.4s;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1165px;
    width: 100%;
    padding: 0 15px;
}

button:hover, a:hover {
    transition: .3s ease-out;
}

@media only screen and (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
h1 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}
@media only screen and (min-width: 320px) {
    h1 {
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    h1 {
        font-size: 30px;
        text-align: left;
        margin: 0;
    }
}

h2 {
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    font-weight: 300;
}
h2 span {
    font-weight: 600;
}
h3 {
    line-height: 1;
    margin: 0;
    color: #000;
    position: relative;
}
a {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
}
.arr_l {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
    border-radius: 50%;
    transform: scale(1);
}
.arr_l:before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 44%;
    left: 10%;
    transform: rotate(-135deg) translate(-50%, -50%);
    transition: 0.3s ease-out;
    border-radius: 2px;
}
.arr_l:after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 47%;
    left: 7%;
    transform: rotate(135deg) translate(-50%, -50%);
    transition: 0.3s ease-out;
    border-radius: 2px;
}
.arr_l:hover {
    transform: scale(1.15);
}
.arr_r {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
    border-radius: 50%;
    transform: scale(1);
}
.arr_r:before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: 0.3s ease-out;
    border-radius: 2px;
}
.arr_r:after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 47%;
    left: 47%;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: 0.3s ease-out;
    border-radius: 2px;
}
.arr_r:hover {
    transform: scale(1.15);
}


@media only screen and (min-width: 320px) {
    .btn_white {
        border: 1px solid #fff;
        background: transparent;
    }
}
@media only screen and (min-width: 1200px) {
    .btn_white {
        border: none;
    }
}

.btn_white.black {
    border: 1px solid #000;
    background: transparent;
    z-index: 3;
}

@media only screen and (min-width: 320px) {
    .btn_white.black span {
        color: #000;
    }
}

.btn_arr {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    width: 106px;
}
.btn_arr span {
    position: absolute;
    top: 44%;
    width: 44px;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.btn_arr:hover span {
    right: -10px;
}

@media only screen and (min-width: 320px) {
    .work_arr_l {
        position: fixed;
        left: 20px;
        bottom: 22px;
        display: none;
        z-index: -1;
        opacity: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .work_arr_l {
        display: none;
    }
}

@media only screen and (min-width: 320px) {
    .work_arr_r {
        position: fixed;
        right: 20px;
        bottom: 22px;
        display: none;
        z-index: -1;
        opacity: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .work_arr_r {
        display: none;
    }
}

.settings-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.gorizontal-slider-slides {
    position: relative;
}
.gorizontal-slider-slides .gorizontal-slider-track {
    position: relative;
    transition: left 0.4s ;
}

.overflow-visible {
    overflow: visible;
}
 #choice, #comfortable, #efficiency {
    max-width: 100vw;
    overflow: hidden;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: transparent;
    transition: 0.5s ease-out;
    opacity: 0;
    padding: 20px 0;
}

.header__wrap {
    display: flex;
    justify-content: space-between;
}

.header.anime {
    opacity: 1;
}

@media only screen and (min-width: 1200px) {
    .header .languages {
        width: auto;
    }
}

.header .languages .mob_sms {
    opacity: 0;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 1200px) {
    .header .languages .mob_sms {
        display: none;
    }
}
.header .languages .logo {
    display: block;
    width: 64px;
    height: 63.044px;
}

.header .languages .logo svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.header .connection {
    width: 840px;
    position: relative;
    align-items: center;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .header .languages .mob_vhod {
        display: none;
    }

    .header .connection {
        width: 970px;
    }
}

.header__btn {
    background: transparent;
    border: none;
    width: 50px;
    display: none;
}

.close-menu, .mob-menu {
    display: none;
}

@media only screen and (max-width: 992px) {
    .mob-menu {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        top: -100%;
        left: 0;
        background: linear-gradient(180deg, #160932 0%, #4900A8 99.99%, rgba(217, 217, 217, 0.00) 100%);
        padding: 20px;
        z-index: 20;
        transition: .5s ease-out;
    }

    .header.scrolled .header__btn svg {
        fill: #4900A8;
    }
    
    .mob-menu.active {
        top: 0%;
    }

    .mob-menu .main-menu li a {
        font-size: 15px;
    }

    .close-menu {
        display: block;
        width: 31px;
        position: absolute;
        top: 40px;
        right: 42px;
        border: none;
        background: transparent;
        padding: 0;
    }

    .close-menu svg rect {
        fill: #fff;
    }

    .close-menu svg path {
        fill: #4900A8;
    }

    .mob-menu .main-menu {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .mob-menu .main-menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .header__btn {
        display: block;
    }
    
}

.header__btn svg {
    fill: #fff;
}

@media only screen and (min-width: 993px) {
    .header .connection {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 576px) {
    .main-menu {
        display: flex;
        align-items: center;
    }
}

.main-menu li a {
    font-family: 'e-Ukraine', sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.main-menu li {
    transition: 1s ease-out;
    border-bottom: 1px solid transparent ;
}

.main-menu li:hover {
    border-bottom: 1px solid #fff ;
}

.main-menu li:hover a {
    color: #adadad;
}

.header .connection .connection_email {
    margin-left: 20px;
}


@media only screen and (min-width: 1200px) {
    .header .connection .connection_email {
        margin-left: 42px;
    }    

    .main-menu li a {
        font-size: 12px;
    }
}

.header .connection .connection_phone  {
    margin-left: 15px;
}

.header .connection .connection_phone a, .header .connection .connection_email a {
    color: #FFF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}
.header .connection .connection_button {
    display: none;
}
.header .connection .connection_button .btn_white {
    border-radius: 52.174px;
    margin-right: 62px;
    padding: 8px 0;
    width: 150px;
    color: #160833;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-align: center;
    text-transform: uppercase;
}

.header .connection .connection_button .btn_arr {
    color: #000;
}


.header .connection .connection_button .btn_white:hover span, .btn_white.black:hover span {
    color: #fff; 
    cursor: pointer;
}

.header.scrolled .main-menu {
    display: none;
}

.header.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 1200px) {
    .header.scrolled {
        height: 100px;
    }
}

.header.scrolled .languages .mob_sms {
    opacity: 1;
}
.header.scrolled .languages .logo svg path {
    fill: #390382;
}
.header.scrolled .languages .mob_vhod {
    opacity: 1;
}
.header.scrolled .connection .connection_phone {
    top: -60px;
}
.header.scrolled .connection .connection_button {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    transition: 0.3s ease-out;
}
.header .prescrolled {
    position: fixed;
    transition: 0.3s ease-out;
}
.header.head_next {
    background-color: rgba(255, 255, 255, 0.95);
}
.header.head_next .languages .mob_sms {
    opacity: 1;
}
@media only screen and (min-width: 1200px) {
    .header.head_next .languages .mob_sms {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header.head_next .languages .logo {
        margin-left: 43px;
    }
}

.header.head_next .languages .logo svg {
    fill: #000 ;
}
.header.head_next .languages .mob_vhod {
    opacity: 1;
}
@media only screen and (min-width: 1200px) {
    .header.head_next .languages .mob_vhod {
        display: none;
    }
}
.header.head_next .connection .connection_phone {
    top: -60px;
}
.header.head_next .connection .connection_phone a {
    color: #000 ;
}
.header.head_next .connection .connection_button {
    top: 0;
}
.service {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    
.main-menu li:not(:last-child) {
    margin-right: 25px;
}

}

.service:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(180deg, #160932 0%, #4900A8 99.99%, rgba(217, 217, 217, 0.00) 100%);
    opacity: 0;
    transition: 0.5s ease-out;
    transition-delay: 0.5s;
    z-index: 1;
}

.service__main {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .service__main {
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1200px) {
    .contact-wrap ,.service__main__item, .comfortable__main, .why__main, .works_sl_track, .about-wrap, .services__title, .services-slider, .trust__main {
        padding-left: 111px;
    }
    
    .service__main {
        align-items: center;
    }
}
.service__main__item {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .service__main__item {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 992px) {
    .service__main__item {
        display: block;
        height: auto;
    }
}

.service__main__item .service_img_mob {
    width: 50vw;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .service__main__item .service_img_mob {
        width: 80vw;
        display: block;
    }
}
@media only screen and (min-width: 480px) {
    .service__main__item .service_img_mob {
        width: 270px;
    }
}
@media only screen and (min-width: 560px) {
    .service__main__item .service_img_mob {
        width: 270px;
    }
}
@media only screen and (min-width: 992px) {
    .service__main__item .service_img_mob {
        width: 40vw;
        right: 50%;
        top: 100px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
        display: none;
    }
}
.service__main__item h1 {
    width: 100%;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4;
    transition: 0.5s ease-out;
    transition-delay: 0.5s;
    opacity: 1;
}

.service__main__item h1 span {
    font-weight: 600;
}
.service__main__item .btn_block_head {
    display: flex;
    opacity: 0;
    transition: 0.5s ease-out;
    transition-delay: 1s;
    width: 240px;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
    .service__main__item .btn_block_head {
        width: auto;
        justify-content: flex-start;
        align-items: center;
    }
}

.service__main .settings-prod {
    color: #FFF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    border-radius: 52.174px;
    border: 1px solid #FFF;
    padding: 8px 0;
    width: 149px;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service__main .settings-prod:hover {
    background: #fff;
    color: #160833;
}

@media only screen and (min-width: 576px) {
    .service__main .settings-prod  {
        margin-right: 65px;
        margin-bottom: 0;
    }
}

.service__main__item .btn_block_head .btn_arr {
    color: #fff;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
    .service .service_img {
        right: 50%;
        top: 65px;
        width: 270px;
        position: absolute;
        transform: translate(50%, 0%);
        display: none;
        z-index: 2;
    }
}

@media only screen and (min-width: 992px) {
    .service .service_img {
        width: 520px;
        top: 150px;
        display: block;
    }
}

.service .a_scroll {
    width: 40px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 12;
    opacity: 0;
    transition: 0.5s ease-out;
    z-index: 30;
    transition-delay: 1s;
    display: none;
}

@media only screen and (min-width: 992px) {
    .service .a_scroll {
        display: block;
    }
}
        
.service .a_scroll .scroll_d_1 {
    fill: none;
    stroke: #fff;
    stroke-width: 35;
}
.service .a_scroll span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    transition: 0.5s ease-out;
    animation: a_scroll 2s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes a_scroll {
    0% {
        bottom: 5px;
    }
    45% {
        bottom: -5px;
    }
    55% {
        bottom: -5px;
    }
    100% {
        bottom: 5px;
    }
}
.service .a_scroll span:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}
.service .a_scroll span:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
}

.service.anime:before {
    opacity: 1;
}


.service.anime .btn_block_head {
    opacity: 1;

}

.service.anime h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    margin-bottom: 55px;
    margin-top: 50px;
}


.service.anime .a_scroll {
    opacity: 1;
    bottom: 20px;
}
@media only screen and (min-width: 320px) {
    .service .service_img.anime {
        animation: service_img_mob 1s ease-in-out;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 480px) {
    .service .service_img.anime {
        animation: service_img_mob_2 1s ease-in-out;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .service .service_img.anime {
        animation: service_img_mob_3 1s ease-in-out;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 992px) {
    .service .service_img.anime {
        animation: service_img 1s ease-in-out;
        animation-fill-mode: forwards;
    }
}
@keyframes service_img_mob {
    0% {
        width: 80vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%);
    }
    40% {
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%);
    }
    60% {
        width: 60vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%);
    }
    100% {
        width: 60vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%);
    }
}
@keyframes service_img_mob_2 {
    0% {
        width: 300px;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    40% {
        width: 300px;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    60% {
        width: 300px;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    100% {
        width: 340px;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
}
@keyframes service_img_mob_3 {
    0% {
        width: 50vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    40% {
        width: 40vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    60% {
        width: 40vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
    100% {
        width: 40vw;
        right: 50%;
        top: 65px;
        position: absolute;
        transform: translate(50%, 0%) scale(1);
    }
}
@keyframes service_img {
    0% {
        right: 50%;
        transform: translate(50%, -50%) scale(1.2);
    }
    40% {
        right: 50%;
        transform: translate(50%, -50%) scale(1);
    }
    100% {
        right: 0;
        transform: translate(0%, -50%) scale(1);
    }
}
.why {
    display: flex;
    align-content: flex-start;
    width: 100%;
    padding: 60px 0;
}

@media only screen and (min-width: 768px) {
    .why {
        height: 100vh;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .why {
        height: 300vh;
    }
}

.why > div {
    position: relative;
    width: 100vw;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .why > div {
        padding: 150px 0;
        position: sticky;
        top: 0;
        height: 110vh;
    }
}

.why__main {
    position: relative;
    opacity: 0;
    transition: 0.5s ease-out;
}

.why__main h2 span {
    display: block;
}

@media only screen and (min-width: 320px) {
    .why__main h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .why__main h2 {
        margin: 0;
        width: 450px;
        font-size: 20px;
        line-height: 44px;
        display: block;
        text-align: start;
    }

    .why__main h2 span {
        font-size: 25px;
    }
}
.why-block {
    border-radius: 21px;
    padding: 14px;
    max-width: 432px;
    width: 100%;
    background: rgba(68, 1, 156, 0.05);
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.274px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

@media only screen and (min-width: 576px) {
    .why-block {
        padding: 20px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .why-block {
        text-align: start;
        margin: 135px 0 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .why__main h2 span {
        width: 322px;
    }
    
}

.why__main .why_sl {
    transform-origin: center;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl {
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl {
        position: absolute;
        height: 82px;
        top: 50%;
        left: 49%;
    }
}
.why__main .why_sl .why_sl_track {
    padding: 5px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_track {
        width: 30000px;
        height: 240px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl .why_sl_track {
        width: auto;
        height: auto;
        overflow: visible;
        display: block;
    }
}
.why__main .why_sl .why_sl_block {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_block {
        position: absolute;
        margin-right: 50px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl .why_sl_block {
        margin-right: 0;
        margin-top: 0;
    }
}
.why__main .why_sl .why_sl_block:before {
    content: '';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 50%;
    z-index: 0;
}
.why__main .why_sl .why_sl_block:after {
    content: '';
    display: block;
    background: linear-gradient(180deg, #160932 0%, #4900A8 99.99%, rgba(217, 217, 217, 0.00) 100%);
    border-radius: 2px;
    position: absolute;
    opacity: 0;
    transition: 0.5s ease-out;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_block:after {
        width: 4px;
        height: 0;
        top: 100px;
        right: 50%;
        transform: translateX(50%);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl .why_sl_block:after {
        width: 50px;
        height: 4px;
        top: 50%;
        left: 80px;
        right: auto;
        transform: translateY(-50%);
    }
}
.why__main .why_sl .why_sl_block .polo_sl {
    position: absolute;
    z-index: -1;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_block .polo_sl {
        width: 65px;
        height: 1px;
        background-color: #000;
    }
}
.why__main .why_sl .why_sl_block > p {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.why__main .why_sl .why_sl_block .why_sl_text {
    height: 82px;
    overflow: hidden;
    display: table;
    opacity: 0;
    cursor: auto;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_block .why_sl_text {
        width: 310px;
        margin-left: -97px;
        position: relative;
        margin-top: 50px;
        text-align: center;
    }
}
@media only screen and (min-width: 480px) {
    .why__main .why_sl .why_sl_block .why_sl_text {
        width: 400px;
        margin-left: -150px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl .why_sl_block .why_sl_text {
        position: absolute;
        z-index: -1;
        visibility: hidden;
        left: 160px;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        margin-top: 0;
        margin-left: 0;
        text-align: left;
    }
}
.why__main .why_sl .why_sl_block .why_sl_text p {
    width: 100%;
    color: #000;
    
    font-weight: 300;
    margin-top: 100%;
    /* transition: 0.5s ease-out; */
    transition-delay: 0.15s;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl .why_sl_block .why_sl_text p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl .why_sl_block .why_sl_text p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 {
        margin-left: 47vw;
        transform: translateX(-54px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

.why__main .why_sl.sircle_1 .why_sl_block_1 {
    width: 84px;
    height: 84px;
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1 {
        top: 0;
        left: -10px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1 {
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1 .polo_sl {
        bottom: -20px;
        left: -5px;
        right: auto;
        transform: rotate(110deg);
    }
}
.why_sl img {
    width: 20.971px;
}
.why_sl.sircle_1  .why_sl_block_1 img, .why_sl.sircle_2 .why_sl_block_2 img,  .why_sl.sircle_3 .why_sl_block_3 img,  .why_sl.sircle_4 .why_sl_block_4 img, .why_sl.sircle_5 .why_sl_block_5 img, .why_sl.sircle_6 .why_sl_block_6 img {
    width: 35px;
}
.why__main .why_sl.sircle_1 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_1:after {
        width: 54px;
        height: 4px;
        left: 83px;
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_1 p span {
    font-size: 36px;
    background: -webkit-linear-gradient(135deg, #004ea8 10%, #4a2857 50%, #a32323 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.why__main .why_sl.sircle_1 .why_sl_block_1 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_1 .why_sl_block_1 .why_sl_text p {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2 {
        top: 0;
        left: 140px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2 {
        top: 120px;
        left: -5px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2 .polo_sl {
        bottom: 0px;
        left: -21px;
        right: auto;
        transform: rotate(135deg);
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_2:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3 {
        top: 0;
        left: 230px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3 {
        top: 170px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3 .polo_sl {
        bottom: 4px;
        left: -42px;
        right: auto;
        transform: rotate(155deg);
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_3:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4 {
        top: 0;
        left: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4 {
        top: 200px;
        left: -120px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4 .polo_sl {
        bottom: 14px;
        left: -57px;
        right: auto;
        transform: rotate(180deg);
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_4:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5 {
        top: 0;
        left: 410px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5 {
        top: 195px;
        left: -190px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5 .polo_sl {
        bottom: 30px;
        left: -52px;
        right: auto;
        transform: rotate(200deg);
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_5:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_6 {
        top: 0;
        left: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_6 {
        top: 170px;
        left: -255px;
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_1 .why_sl_block_6:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_1 .why_sl_block_6:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 {
        margin-left: 50vw;
        transform: translateX(-154px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1 {
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1 {
        top: -65px;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1 .polo_sl {
        bottom: -30px;
        left: 10px;
        right: auto;
        transform: rotate(70deg);
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_1:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_2 {
    margin-top: 0;
    width: 84px;
    height: 84px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2 {
        top: 0;
        left: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2 {
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2 .polo_sl {
        bottom: -25px;
        left: -3px;
        right: auto;
        transform: rotate(110deg);
    }
}
.why__main .why_sl.sircle_1 .why_sl_block_1:before ,.why__main .why_sl.sircle_2 .why_sl_block_2:before, .why__main .why_sl.sircle_3 .why_sl_block_3:before, .why__main .why_sl.sircle_4 .why_sl_block_4:before, .why__main .why_sl.sircle_6 .why_sl_block_5:before, .why__main .why_sl.sircle_6 .why_sl_block_6:before {
    background: linear-gradient(3deg, #160932 0%, #4900A8 99.99%, rgba(217, 217, 217, 0.00) 100%);
}

.why__main .why_sl.sircle_2 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_2:after {
        width: 65px;
        height: 4px;
        left: 77px;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_2 p span {
    font-size: 36px;
    background: -webkit-linear-gradient(135deg, #004ea8 10%, #4a2857 50%, #a32323 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.why__main .why_sl.sircle_2 .why_sl_block_2 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_2 .why_sl_block_2 .why_sl_text p {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3 {
        top: 0;
        left: 240px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3 {
        top: 120px;
        left: -5px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3 .polo_sl {
        bottom: 0px;
        left: -17px;
        transform: rotate(135deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_3:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4 {
        top: 0;
        left: 330px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4 {
        top: 170px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4 .polo_sl {
        bottom: 0px;
        left: -30px;
        transform: rotate(155deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_4:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5 {
        top: 0;
        left: 420px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5 {
        top: 200px;
        left: -120px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5 .polo_sl {
        bottom: 12px;
        left: -41px;
        transform: rotate(180deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_5:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_6 {
        top: 0;
        left: 510px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_6 {
        top: 195px;
        left: -190px;
    }
}
.why__main .why_sl.sircle_2 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_2 .why_sl_block_6:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_2 .why_sl_block_6:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 {
        margin-left: 50vw;
        transform: translateX(-254px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1 {
        top: 0;
        left: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1 {
        top: -115px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1 .polo_sl {
        bottom: -11px;
        left: 30px;
        transform: rotate(45deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_1:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2 {
        top: 0;
        left: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2 {
        top: -65px;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2 .polo_sl {
        bottom: -24px;
        left: 10px;
        right: auto;
        transform: rotate(70deg);
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_2:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_3 {
    margin-top: 0;
    width: 84px;
    height: 84px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3 {
        top: 0;
        left: 190px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3 {
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3 .polo_sl {
        bottom: -10px;
        left: 10px;
        transform: rotate(110deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_3:after {
        width: 65px;
        height: 4px;
        left: 77px;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_3 p span {
    font-size: 36px;
    background: -webkit-linear-gradient(135deg, #004ea8 10%, #4a2857 50%, #a32323 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.why__main .why_sl.sircle_3 .why_sl_block_3 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_3 .why_sl_block_3 .why_sl_text p {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4 {
        top: 0;
        left: 340px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4 {
        top: 120px;
        left: -5px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4 .polo_sl {
        bottom: -10px;
        left: -21px;
        transform: rotate(135deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_4:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5 {
        top: 0;
        left: 430px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5 {
        top: 170px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5 .polo_sl {
        bottom: 7px;
        left: -30px;
        transform: rotate(155deg);
        right: auto;
    }
}
.why__main .why_sl .why_sl_block_6 .polo_sl {
    display: none;
}
.why__main .why_sl.sircle_3 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_5:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_6 {
        top: 0;
        left: 520px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_6 {
        top: 200px;
        left: -120px;
    }
}
.why__main .why_sl.sircle_3 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_3 .why_sl_block_6:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_3 .why_sl_block_6:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 {
        margin-left: 50vw;
        transform: translateX(-354px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1 {
        top: 0;
        left: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1 {
        top: -135px;
        left: -125px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1 .polo_sl {
        bottom: 7px;
        left: 28px;
        transform: rotate(10deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_1:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2 {
        top: 0;
        left: 110px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2 {
        top: -115px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2 .polo_sl {
        bottom: -14px;
        left: 29px;
        transform: rotate(40deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_2:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3 {
        top: 0;
        left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3 {
        top: -65px;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3 .polo_sl {
        bottom: -3px;
        left: -3px;
        transform: rotate(70deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_3:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_4 {
    margin-top: 0;
    width: 84px;
    height: 84px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4 {
        top: 0;
        left: 290px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4 {
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4 .polo_sl {
        bottom: 0;
        left: 5px;
        transform: rotate(110deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_4:after {
        width: 65px;
        height: 4px;
        left: 77px;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_4 p span {
    font-size: 36px;
    background: -webkit-linear-gradient(135deg, #004ea8 10%, #4a2857 50%, #a32323 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.why__main .why_sl.sircle_4 .why_sl_block_4 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_4 .why_sl_block_4 .why_sl_text p {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5 {
        top: 0;
        left: 440px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5 {
        top: 120px;
        left: -5px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5 .polo_sl {
        bottom: 0;
        left: -24px;
        transform: rotate(135deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_5:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_6 {
        top: 0;
        left: 530px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_6 {
        top: 170px;
        left: -55px;
    }
}
.why__main .why_sl.sircle_4 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_4 .why_sl_block_6:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_4 .why_sl_block_6:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 {
        margin-left: 50vw;
        transform: translateX(-454px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1 {
        top: 0;
        left: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1 {
        top: -130px;
        left: -200px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1 .polo_sl {
        bottom: 22px;
        left: 31px;
        transform: rotate(-5deg);
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_1:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2 {
        top: 0;
        left: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2 {
        top: -135px;
        left: -125px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2 .polo_sl {
        bottom: 7px;
        left: 30px;
        transform: rotate(15deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_2:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3 {
        top: 0;
        left: 210px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3 {
        top: -115px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3 .polo_sl {
        bottom: -7px;
        left: 18px;
        transform: rotate(40deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_3:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4 {
        top: 0;
        left: 300px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4 {
        top: -65px;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4 .polo_sl {
        bottom: -11px;
        left: -3px;
        transform: rotate(70deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_4:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_5 {
    margin-top: 0;
    width: 84px;
    height: 84px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5 {
        top: 0;
        left: 390px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5 {
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5 .polo_sl {
        bottom: 0px;
        left: 2px;
        transform: rotate(110deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_5:after {
        width: 65px;
        height: 4px;
        left: 77px;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_5 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_5 .why_sl_block_5 .why_sl_text p {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_6 {
        top: 0;
        left: 540px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_6 {
        top: 120px;
        left: -5px;
    }
}
.why__main .why_sl.sircle_5 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_5 .why_sl_block_6:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_5 .why_sl_block_6:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 {
        margin-left: 50vw;
        transform: translateX(-554px);
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 {
        margin-left: 0;
        transform: none;
        transform: translateY(-50%) scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1 {
        top: 0;
        left: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1 {
        top: -100px;
        left: -270px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1 .polo_sl {
        bottom: 30px;
        left: 16px;
        transform: rotate(-20deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_1:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_1:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2 {
        top: 0;
        left: 130px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2 {
        top: -130px;
        left: -200px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2 .polo_sl {
        bottom: 19px;
        left: 22px;
        transform: rotate(-5deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_2:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_2:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3 {
        top: 0;
        left: 220px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3 {
        top: -135px;
        left: -125px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3 .polo_sl {
        bottom: 10px;
        left: 20px;
        transform: rotate(15deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_3:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_3:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4 {
        top: 0;
        left: 310px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4 {
        top: -115px;
        left: -55px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4 .polo_sl {
        bottom: -12px;
        left: 23px;
        transform: rotate(40deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_4:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_4:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5 {
        top: 0;
        left: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5 {
        top: -65px;
        left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5 .polo_sl {
        right: -50px;
        bottom: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5 .polo_sl {
        bottom: -16px;
        left: 2px;
        transform: rotate(70deg);
        right: auto;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_5:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5:after {
        top: 40px;
        height: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_5:after {
        top: 25px;
        width: 0;
        height: 4px;
        left: 40px;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_6 {
    margin-top: 0;
    width: 84px;
    height: 84px;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_6 {
        top: 0;
        left: 490px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_6 {
        left: 0;
        top: 0;
    }
}

.why__main .why_sl.sircle_6 .why_sl_block_6:after {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .why__main .why_sl.sircle_6 .why_sl_block_6:after {
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .why__main .why_sl.sircle_6 .why_sl_block_6:after {
        width: 65px;
        height: 4px;
        left: 77px;
    }
}
.why__main .why_sl.sircle_6 .why_sl_block_6 p span {
    font-size: 36px;
    background: -webkit-linear-gradient(135deg, #004ea8 10%, #4a2857 50%, #a32323 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why__main .why_sl.sircle_6 .why_sl_block_6 .why_sl_text {
    opacity: 1;
    visibility: visible;
}
.why__main .why_sl.sircle_6 .why_sl_block_6 .why_sl_text p {
    margin-top: 0;
}
.why.anime .why__main {
    opacity: 1;
}

.works {
    position: relative;
    display: flex;
    align-content: flex-start;
    min-height: 426px;
    height: auto;
    overflow: hidden;
}

.works > div {
    position: relative;
    width: 100%;
    min-height: 426px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    .works {
        height: 500vh;
        overflow: visible;
    }
    .works > div {
        position: sticky;
        top: 0;
        left: 0;
        padding: 0;
        min-height: 426px;
        height: 100vh;
    }
}

@media only screen and (min-width: 320px) {
    .works__main h2 {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .works__main h2 {
        text-align: left;
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .works__main h2 {
        line-height: 43px;
    }
}

.works-form {
    max-width: 400px;
    width: 100%;
    margin: 70px auto 0;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .works-form {
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .works-form {
        margin: 0;
    }
}

.works-form input {
    border-radius: 52.174px;
    padding: 8px 25px;
    border: 1px solid #181721;
    color: #B3B0C8;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin: 0 28px 0 0;
}

.works-form input {
    margin-bottom: 15px;
}


@media only screen and (min-width: 768px) {
    .works-form input:first-child {
        max-width: 317px;
    }
    
    .works-form input:nth-child(2) {
        max-width: 200px;
    }
    
    .works-form input:nth-child(3) {
        max-width: 252px;
    }

    .works-form input {
        margin-bottom: 0;
    }
}

.works-form__btn {
    border-radius: 52.174px;
    background: #390382;
    padding: 8px 25px;
    border: none;
    color: #FFF;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .works-form__btn{
        width: auto;
    }
}


.works {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.works_sl{
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .works_sl{
        width: 100vw;
    }
}

.works_sl_arr_l{
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-out;
}
@media only screen and (min-width: 320px) {
    .works_sl_arr_l{
        left: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .works_sl_arr_l{
        left: 7%;
    }
}
.works_sl_arr_l.active{
    opacity: 1;
    visibility: visible;
}
.works_sl_arr_l span{
    display: table;
    text-transform: uppercase;
    font-size: 16px;
    
    font-weight: 300;
    margin-left: 30px;
}


.works_sl_arr_r{
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    transition: .4s ease-out;
}
@media only screen and (min-width: 320px) {
    .works_sl_arr_r{
        right: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .works_sl_arr_r{
        right: 7%;
    }
}
@media only screen and (min-width: 1200px) {
    .works_sl_arr_r .arr_r{
        animation: works_sl_arr_r 1.5s ease-in-out infinite;
    }
    @keyframes works_sl_arr_r  {
        0% {
            margin-left: 0;
        }
        45% {
            margin-left: 10px;
        }
        55% {
            margin-left: 10px;
        }
        100% {
            margin-left: 0;
        }
    }
    .works_sl_arr_r.active .arr_r{
        animation: none;
    }
}
.works_sl_arr_r.arr_none{
    opacity: 0;
    visibility: hidden;
}

.works_sl_arr_r .arr_block_1 {
    opacity: 1;
}

.works_sl_arr_r .arr_block_2 {
    opacity: 0;
}

.works_sl_arr_r .arr_block_2, .works_sl_arr_r .arr_block_1{
    display: table;
    overflow: hidden;
    transition: .4s ease-out;
    text-transform: uppercase;
    font-size: 16px;
    
    font-weight: 300;
    position: absolute;
    top: -10px;
    right: 0;
}

.works_sl_arr_r.active .arr_block_1{
    opacity: 0;
    overflow: hidden;
}
.works_sl_arr_r.active .arr_block_2{
    opacity: 1;
    overflow: visible;
}

.works_sl_arr_l:hover .arr_l,
.works_sl_arr_r:hover .arr_r{
    transform: scale(1.15);
}

@media only screen and (min-width: 320px) {
    .works_sl_arr_l,
    .works_sl_arr_r{
        top: 50%;
    }
    .works_sl_arr_r .arr_block_1,
    .works_sl_arr_r .arr_block_2{
        display: none;
    }
    .works_sl_arr_l span {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .works_sl_arr_r .arr_block_1,
    .works_sl_arr_r .arr_block_2{
        display: block;
    }
    .works_sl_arr_l span {
        display: table;
    }
}


.works_sl_track{
    position: relative;
    width: 30000px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (min-width: 1200px) {
    .works_sl_track{
        margin-bottom: 40px;
    }
}

.works_sl_track_cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    transform-origin: 0 50%;
}

@media only screen and (min-width: 320px) {
    .works_lin_1{
        display: none;
    }
    .works_lin_1_2{
        display: block;
        position: absolute;
        width: 200px;
        height: 337px;
        top: 40px;
        left: 0;
        
    }
}
@media only screen and (min-width: 1200px) {
    .works_lin_1{
        display: block;
        margin-right: -25px;
    }
    .works_lin_1_2{
        display: none;
    }
}
.str0 {
    stroke:black;
    stroke-width:0.1;
    stroke-miterlimit:22.9256;
}
.str02{
    stroke:black;
    stroke-width:1;
    stroke-miterlimit:22.9256;
}
.fil0 {fill:none}

.works_sl_block{
    transition: .4s ease-out;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .works_sl_block{
        opacity: .3;
    }
}
@media only screen and (min-width: 1200px) {
    .works_sl_block{
        opacity: 0;
    }
}
.works_sl_block.visible{
    opacity: 1;
}

.works_block_1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 278px;
}

@media only screen and (min-width: 576px) {
    .works_block_1{
        max-width: 572px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .works_block_1{
        max-width: 250px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 320px) {
    .works_block_2{
        width: auto;
    }
}

@media only screen and (min-width: 320px) {
    .works_block_2 .big_ofiice{
        width: 500px;
    }
}
@media only screen and (min-width: 768px) {
    .works_block_2 .big_ofiice{
        width: 716px;
    }
}

.works_block_4 {
    display: flex;
    justify-content: center;
    position: relative;
    padding-left: 15px;
}

@media only screen and (min-width: 320px) {
    .works_block_5{
        width: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .works_block_5{
        width: 520px;
    }
}
@media only screen and (min-width: 992px) {
    .works_block_5{
        width: 600px;
    }
}
@media only screen and (min-width: 1200px) {
    .works_block_5{
        width: 1200px;
    }
}

@media only screen and (min-width: 320px) {
    .works_block_3,
    .works_block_4,
    .works_block_5 {
        display: flex;
    }
}

.works_block_3 img {
    width: 200px;
}

.works_block_4 img {
    width: 260px;
}

.works_block_5 img {
    width: 160px;
}

@media only screen and (min-width: 768px) {
    .works_block_3 img, .works_block_4 img, .works_block_5 img  {
        width: auto;
    }
}

.comfortable {
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .comfortable {
        padding: 60px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .comfortable {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .comfortable {
        padding: 120px 0;
        height: 100vh;
    }
}

@media only screen and (min-width: 320px) {
    .comfortable__main h2 {
        margin: 0 auto 27px;
    }
}

.comfortable__left {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
    .comfortable__left {
        max-width: 520px;
        width: 100%;
        margin-bottom: 0;
    }
}

.comfortable__left h2 {
    font-size: 20px;
    line-height: 29px;
}

@media only screen and (min-width: 576px) {
    .comfortable__left h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.comfortable__left p {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.274px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .comfortable__left p {
        max-width: 429px;
    }
}

.comfortable__btn {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    border-radius: 52.174px;
    border: 1px solid #181721;
    padding: 8px 0;
    width: 200px;
    background: transparent;
    margin-top: 55px;
}

.comfortable__btn:hover, .advantages__btn:hover, .header .connection .connection_button .btn_white:hover, .services-content__btn:hover, .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont .btn_white:hover {
    background: #390382;
    color: #fff;
    border: 1px solid #390382;
}

.comfortable__main .comfortable_img_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .comfortable__main .comfortable_img_block {
        margin: 0 auto;
        position: relative;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .comfortable__main .comfortable_img_block {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 25vw;
        margin-bottom: 0;
    }
}

.comfortable__main .comfortable_img_block .comfortable_img {
    position: relative;
    z-index: 3;
    transition: 0.75s ease-in;
}
@media only screen and (min-width: 320px) {
    .comfortable__main .comfortable_img_block .comfortable_img {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .comfortable__main .comfortable_img_block .comfortable_img {
        width: 44%;
        right: -50%;
        opacity: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .comfortable__main .comfortable_img_block .comfortable_img {
        width: 58%;
    }
}

.comfortable__main .comfortable_img.anime {
    right: 0;
    opacity: 1;
}

.comfortable_img iframe {
    height: 450px;
    border-radius: 20px;
    width: 100%;
    border: 12px solid #181721;
}

.trust {
    position: relative;
    display: flex;
    align-items: center;
    padding: 70px 0;
}
@media only screen and (min-width: 576px) {
    .trust {
        padding: 100px 0 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .trust {
        padding: 120px 0 0 0;
    }
}
.trust__main {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .trust__main {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .trust__main {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.trust__main h2 {
    margin-bottom: 40px;
    max-width: 355px;
    width: 100%;
    text-align: center;
}

.trust__main__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}
.trust-block {
    width: 80%;
    display: flex;
    align-items: center;
    position: relative;
}


@media only screen and (min-width: 768px) {
    .trust__main h2 {
       text-align: start;
       font-size: 25px;
       line-height: 44px;
        letter-spacing: 0.25px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .trust__main__item {
        gap: 40px 90px;
        margin: 0 20px;
    }

    .trust-block  {
        width: 50%;
    }
}

.trust-block__btn {
    width: 40px;
    height: 36px;
    background: transparent;
    border: none;
    padding: 0;
}

.trust-block__btn_prev {
    left: -14%;
}

.trust-block__btn_next {
    right: -14%;
}

@media only screen and (min-width: 768px) {
    .trust-block__btn_prev {
        left: -4%;
    }
    
    .trust-block__btn_next {
        right: -4%;
    }
}

.trust_block {
    opacity: 0;
    transition: 1s ease-out;
}

.trust_block.active {
    opacity: 1;
}

.trust_block img {
    width: 100%;
    filter: grayscale(1);
    height: 100%;
    object-fit: contain;
}

.choice {
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .choice {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .choice {
        padding: 120px 0;
        min-height: 100vh;
    }
}

.choice__main {
    max-width: 1035px;
    width: 100%;
    margin: auto;
}

.choice__title {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 44px;
    text-transform: uppercase;
}

.choice__main .choice_sl {
    position: relative;
}
.choice__main .choice_sl .choice_sl_track {
    display: flex;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .choice__main .choice_sl .choice_sl_track {
        width: 30000px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 992px) {
    .choice__main .choice_sl .choice_sl_track {
        width: 100%;
        justify-content: space-around;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block {
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    width: 232px!important;
    height: 370px;
}

@media only screen and (min-width: 1200px) {
    .choice__main .choice_sl .choice_sl_track .choice_block {
        opacity: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .choice__main .choice_sl .choice_sl_track .choice_block {
        height: 400px;
    }
}

.choice__main .choice_sl .choice_sl_track .choice_block.visible {
    opacity: 1;
}
.choice__main .choice_sl .choice_sl_track .choice_block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image:  linear-gradient(180deg, #160932 0%, #371383  100%);
    z-index: 1;
    border-radius: 30px;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .choice__main .choice_sl .choice_sl_track .choice_block:before {
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) {
    .choice__main .choice_sl .choice_sl_track .choice_block:before {
        opacity: 0;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block:after {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 2;
    border-radius: 27px;
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont {
        height: 85%;
    }
}
@media only screen and (min-width: 992px) {
    .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont {
        height: 75%;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont h3 {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-weight: 300;
    line-height: 1.6;
}
@media only screen and (min-width: 320px) {
    .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont h3 {
        font-size: 19px;
        padding: 0 6px;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont p {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    transition: 0.3s ease-out;
}

.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont span {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont p {
        color: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont p.text_p {
    font-size: 24px;
}
@media only screen and (min-width: 1200px) {
    .choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont p.text_p {
        background: none;
    }
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont > span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    
    font-weight: 300;
    margin-bottom: 20px;
}
.choice__main .choice_sl .choice_sl_track .choice_block .choice_block_cont .btn_white {
    width: 151px;
    border-radius: 53.001px;
    border: 1.016px solid #160833;
    padding: 8px 0;
    color: #160833;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12.19px;
    font-weight: 700;
    line-height: 23.851px;
    letter-spacing: 0.731px;
    text-transform: uppercase;
}

.choice__main .choice_sl .choice_sl_track .choice_block:hover:before {
    opacity: 1;
}
.choice__main .choice_sl .choice_sl_track .choice_block:hover .choice_block_cont p {
    background-image: linear-gradient(180deg, #160932 0%, #371383 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.choice__main .choice_sl .choice_sl_track .choice_block.choice_cent.anime:before {
    opacity: 1;
}
.choice__main .choice_sl .choice_sl_track .choice_block.choice_cent.anime .choice_block_cont p {
    background-image: linear-gradient(180deg, #160932 0%, #371383 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.choice__main .choice_sl .arr_l {
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    z-index: 5;
}
@media only screen and (min-width: 1200px) {
    .choice__main .choice_sl .arr_l:hover {
        transform: translateY(-50%) scale(1.15);
    }
}
.choice__main .choice_sl .arr_r {
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    z-index: 5;
}
@media only screen and (min-width: 1200px) {
    .choice__main .choice_sl .arr_r:hover {
        transform: translateY(-50%) scale(1.15);
    }
}

.about {
    padding: 100px 0;
}

.about-wrap, .advantages-card, .contact-wrap {
    opacity: 0;
    transition: 1s ease-out;
}

.about-wrap.animate, .advantages-card.animate, .contact-wrap.animate {
    opacity: 1;
}

.about-img {
    max-width: 165px;
    width: 100%;
    margin: auto auto 40px;
}

@media only screen and (min-width: 992px) {
    .about-img {
        max-width: 200px;
        margin: auto;
    }

    .about {
        padding: 150px 0;
    }

    .about-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    .about-img {
        max-width: 267px;
        margin: 0;
    }
}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-content {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about-content {
        max-width: 520px;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) {
    .about-content {
        max-width: 660px;
    }
}

.about-content h2 {
    color:  #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 26.07px;
    letter-spacing: 0.34px;
    margin-bottom: 30px;
    text-transform: none;
}

.about-content p {
    color: #9E9D9D;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}

.about-content a {
    color: #fff;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 500;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #390382;
    background: #390382;
    width: 130px;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

.about-content a:hover {
    color:#390382;
    background: transparent;
}

@media only screen and (min-width: 992px) {
    .advantages {
        padding: 110px 0;
    }
}

.advantages__title {
    font-size: 20px;
    text-align: center;
    margin: auto;
}

@media only screen and (min-width: 576px) {
    .advantages__title {
        font-size: 25px;
    }
}

.advantages-wrap {
    margin: 70px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    width: 100%;
}


@media only screen and (min-width: 1200px) {
    .advantages-wrap {
        margin: 105px 0 70px;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: space-between;
    }
}

.advantages-card {
    width: 200px;
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
    .advantages-card {
        margin-bottom: 0;
    }
}

.advantages-card__icon {
    width: 105px;
    margin: auto;
}

.advantages-card__icon img {
    width: 100%;
}

.advantages-card__title {
    margin-top: 25px;
    color: #181721;
    text-align: center;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.advantages__btn {
    color: #160833;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 8px 25px;
    display: block;
    border-radius: 52.174px;
    border: 1px solid #160833;
    background: transparent;
    margin: auto;
}



.services {
    padding: 120px 0 50px;
}

.services__title {
    line-height: 32px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 45px;
}

@media only screen and (min-width: 576px) {
    .services__title {
        line-height: 40px;
        font-size: 25px;
        margin-bottom: 58px;
    }
}


.services__title span {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .services {
        padding: 150px 0;
    }
    
}

.services-slider {
    max-width: 905px;
    width: 100%;
    margin: auto;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .services-slider {
        max-width: 1010px;
        margin: 0;
    }
}

.services-slider__slid {
    display: none;
}

.services-slider__slid:first-child {
    display: block;
}

.services-card__img {
    margin-top: 50px;
    text-align: center;
}

.services-card__img img {
    max-width: 250px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .services-card__img img {
        max-width: 380px;
    }
}

@media only screen and (min-width: 768px) {
    .services-card {
        display: flex;
    }

    .services-card__img {
        margin-top: 0;
        position: absolute;
        right: 12%;
        top: -40px;
    }
}

@media only screen and (min-width: 1200px) {
    .services-card__img {
        top: -140px;
    }
}

.services-content {
    max-width: 370px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .services-content {
        max-width: 480px;
    }
}

.services-content h3 {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 20;
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
    .services-content h3 {
        font-size: 27.308px;
    }
    
}

.services-content ul {
    margin: 30px 0 30px 20px; 
}

.services-content ul li {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16.385px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.374px;
    list-style-type: disc;
}

.services-content__btn {
    border-radius: 52.174px;
    padding: 8px 25px;
    border: 1px solid #160833;
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 23.478px;
    letter-spacing: 0.72px;
    background: transparent;
    text-transform: uppercase;
}



@media only screen and (min-width: 1200px) {
    .services-card__img {
        right: 0;
    }
}

.services__arrow {
    margin: 50px auto 0;
    display: block;
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
}

.services__btn-wrap {
    display: flex;
}

@media only screen and (min-width: 1200px) {
    .services__arrow_next {
        right: 0;
    }

    .services__arrow_prev {
       left: -55px;
    }

    .services__arrow {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .services__arrow svg {
        margin-left: 19px;
    }
}

.services__arrow svg {
    width: 33px;
    height: 20px;
}


.contact {
    padding: 40px 0 100px;
}

@media only screen and (min-width: 768px) {
    .contact {
        padding: 110px 0;
    }
}

.contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-block {
    max-width: 534px;
    width: 100%;
}

.contact__title {
    font-size: 20px;
    line-height: 29px;
}

@media only screen and (min-width: 576px) {
    .contact__title {
        font-size: 25px;
        line-height: 44px;
    }    
}


.contact__title span {
    display: block;
}

.contact__text {
    color: #181721;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16.385px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.374px;
    max-width: 395px;
    width: 100%;
    margin: 30px 0 40px;
}


.contact-img {
    display: none;
}

@media only screen and (min-width: 768px) {
    .contact-img {
        display: block;
    }

    .contact-form {
        max-width: 290px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .contact-form {
        max-width: 370px;
    }
}

.contact-form__input {
    color: #9E9E9E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 25px;
    display: block;
    width: 100%;
    border-radius: 73px;
    border: 2px solid #9E9D9D;
}

.contact-form__input:not(:last-child) {
    margin-bottom: 15px;
}

.contact-form__btn {
    border-radius: 73px;
    background: #390382;
    padding: 13px 0;
    color: #fff;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-top: 35px;
    border: 1px solid transparent;
}

.contact-form__btn:hover {
    border: 1px solid #390382;
    background: transparent;
    color: #390382;
}

.footer {
    width: 100%;
    z-index: 29;
    background-color: transparent;
    transition: 0.5s ease-out;
    opacity: 0;
    position: relative;
    padding: 30px 0;
}

@media only screen and (min-width: 1200px) {
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }
}
.footer.anime {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .footer.mobe_none {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .footer.mobe_none {
        display: block;
    }
}
.footer .soc_s {
    width: 30px;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .footer .soc_s {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .footer .soc_s {
        display: flex;
        left: 0;
    }
}

.footer .soc_s a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.3s ease-out;
}

.soc_s a {
    display: none;
}

.soc_s a.active {
    display: block;
}

.soc_arrow {
    background: transparent;
    border: none;
    padding: 0;
    width: 22px;
    margin: auto;
}


.soc_arrow path {
    fill: #fff;
}

.soc_arrow.active > svg {
transform: rotate(180deg);
}

.footer.scrolled .soc_arrow path {
    fill: #000;
}

.footer .soc_s a:not(:first-child) {
    margin-top: 15px;
}

.footer .container {
    position: relative;
    z-index: 3;
}
.footer__main {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .footer__main {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main {
        justify-content: end;
    }
}
.footer__main p {
    color: #000;
    font-size: 14px;
    
    font-weight: 300;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transition: 0.3s ease-out;
}
.footer__main__item {
    text-align: center;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    align-items: center;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
    .footer__main__item {
        text-align: start;
        display: flex;
    }
}

.footer__main__item a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}

.footer .ic, .soc_arrow .icon-btn {
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
}

.soc_arrow .icon-btn {
    padding: 5px;
    width: 26px;
    height: 26px;
    margin-left: -2px;
    margin-top: 12px;
}

.soc_arrow.active .icon-btn {
    display:none;
}

.footer .ic svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    position: relative;
    z-index: 2;
    padding: 6px;
}
.footer.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
}
.footer.scrolled .soc_s a, .footer.scrolled .soc_arrow .icon-btn {
    border: 1px solid #000;
}
.footer.scrolled .ic {
    border: 1px solid #000;
}
.footer.scrolled .ic svg path {
    fill: #222221;
}
.footer.scrolled .footer__main p {
    opacity: 1;
    overflow: visible;
    z-index: 1;
}
.footer.scrolled .footer__main__item {
    opacity: 1;
    overflow: visible;
    z-index: 1;
}
.footer.footer_active {
    background-color: rgba(255, 255, 255, 0.95);
}
.footer.footer_active .soc_s a {
    border: 1px solid #000;
}
.footer.footer_active .ic {
    border: 1px solid #000;
}
.footer.footer_active .ic svg {
    fill: #222221;
}
@media only screen and (min-width: 1200px) {
    .footer.footer_active .ic:hover svg {
        fill: #222221;
        transform: rotate3d(0, 1, 0, 360deg);
    }
}
.footer.footer_active .footer__main p {
    opacity: 1;
    overflow: visible;
    z-index: 1;
}
.footer.footer_active .footer__main__item {
    opacity: 1;
    overflow: visible;
    z-index: 1;
}
.footer__main .main-menu li a{
    color: #000;
}

.footer__main .main-menu {
   margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .footer__main .main-menu {
        margin-right: 57px;
        margin-bottom: 0;
    }
}


.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(79, 79, 79, 0.65);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    z-index: 999;
    display: none;
}

.modal-card {
    border-radius: 21px;
    background: var(--unnamed, #FFF);
    padding: 48px 20px;
    position: relative;
    width: 90%;
    max-width: 350px;
}

.modal-card__title {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: normal;
    background-image: linear-gradient(180deg, #160932 0%, #371383 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: none;
}


@media only screen and (min-width: 576px) {
    .modal-card__title {
        font-size: 27px;
    }    

    .modal-card  {
        padding: 48px 40px;
        max-width: 450px;
        width: 100%;
    }
}

.modal-card__close {
    padding: 0;
    position: absolute;
    width: 23px;
    background: transparent;
    border: none;
    top: 17px;
    right: 32px;
}

.modal__wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.modal-form__input {
    color: #9E9E9E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 13px 25px;
    border-radius: 73px;
    border: 2px solid #9E9D9D;
    line-height: normal;
    display: block;
    width: 100%;
}

.modal-form__input:not(:last-child) {
    margin-bottom: 15px;
}

.modal-form__checkbox {
    display: flex;
    color: #050C3A;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    margin: 28px 0 16px;
}

.modal-form__checkbox a {
    color: #0072AF;
}

.modal-form__btn {
    border-radius: 73px;
    background: #390382;
    display: block;
    width: 100%;
    color: #FFf;
    font-size: 16px;
    font-weight: 300;
    border: none;
    line-height: normal;
    padding: 13px 0;
}

.modal-form__checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-form__checkbox>span::before {
    content: '';
    display: inline-block;
    width: 19.195px;
    height: 19.195px;
    border-radius: 5.008px;
    border: 1.669px solid #050C3A;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.modal-form__checkbox>input:checked+span::before {
    background-color: #050C3A;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

