@charset "UTF-8";
/* CSS Document */

/*
Theme Name: PalexMaster
Author: Sinect
Author URI: https://sinect.ru
Version: 1.0.0
*/

* {
    box-sizing: border-box;
}

html {
    background: #f8f8f8;
}

.text-center {
    text-align: center;
}

.body {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #232428;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}

section {
    width: 100%;
    padding: 60px 0;
}
section.bluebg {
    background-color: #f8fbfd;
}
img {max-width: 100%;}
.container {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-title {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.page-title a {
    color: #232428;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-decoration: none;
    white-space: nowrap;
}

.page-title a img {
    transform: rotate(-45deg);
    filter: grayscale(10) brightness(0.5);
    margin-left: 10px;
    width: 22px;
}

.page-title a:hover img {
    transform: none;
    filter: none;
}

a:hover {
    opacity: 0.8;
}

h1, h2 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

h2 span {
    color: #008bd8;
}

.header {
    height: 90px;
    background-color: transparent;
	position: relative;
	z-index: 10;
}

.button {
    /*font-size: 14px;*/
    background: #002857;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 9px 30px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.button.light {
    background: #0075ff;
}

.button:hover {
    background: #1d9add;
    color: #fff;
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.button + .button {
    margin: 0 10px;
}
.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 40px;
}

.logo {
    width: 150px;
}

.logo img {
    width: 100%;
    height: auto;
}

.frontpage header .logo img {
    filter: grayscale(10) brightness(10);
}

.header .menu-top-menu-container {
    height: 100%;
}

.header .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    height: 100%;
}

.header .menu li {
    list-style: none;
    padding: 0 15px;
/*     padding: 0; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.header .menu li a {
    color: #002857;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.frontpage .header .menu > li > a {
    color: #fff;
}

.header .menu li:hover > a {
    opacity: 1;
}
.menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.sub-menu {
    display: flex;
    position: absolute;
/*     margin: 90px 0 0 0; */
    width: 320px;
    height: auto;
    background: #fff;
    left: 0;
    top: 90px;
    right: 0;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    padding-top: 30px;
    padding-bottom: 20px;
	padding-left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #f2f3fd;
    box-shadow: 0px 13px 12px 0px rgba(34, 60, 80, 0.1);
    z-index: 9;
    text-align: left;
    max-width: 240px;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
    visibility: hidden;
    opacity: 0;  
    transform: translateY(10px);
    transition: .3s ease-in-out;
}


.sub-menu .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0;
    margin: 0;
    padding: 20px 12px 10px;
    border: none;
    box-shadow: none;
    left: calc(100% - 1px);
    left: -webkit-calc(100% - 1px);
    max-width: 200px;
}

.sub-menu .sub-menu::before {
    display: none !important;
}

.sub-menu li {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100%;
}

.sub-menu .menu-item-has-children a{
    font-size: 14px !important;
    font-weight: 500;
    text-transform: inherit;
    color: #232428;
}

.sub-menu .menu-item-has-children:hover a:after {
    transition: .3s linear;
    transform: rotate(-90deg) translateY(-1px) translateX(1px);
}

.sub-menu li a {
    font-size: 14px !important;
}

.sub-menu .sub-menu li {
    margin: 0 !important;
    padding: 0;
}

.sub-menu .sub-menu a {
    font-size: 12px !important;
    padding: 0;
    background: none;
}

.menu-item-has-children > a {
    padding-right: 16px;
}

.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 55%;
    right: 3px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s;
}

.sub-menu a {
    background: none;
    padding: 0;
    margin-bottom: 14px;
}

.frontpage .header .button {
    color: #002857;
    background-color: #fff;
}

.frontpage .header .button:hover {
    opacity:.7;
}

.frontpage .header .old-btn {
    width: 160px;
}

.home-one {
    position: relative;
    min-height: 520px;
    background-color: #f2f3fd;
    background-image: url("/wp-content/themes/PalexMaster/img2/home-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.frontpage .home-one {
    margin-top: -90px;
    min-height: 680px;
    height: 75vh;
}
.home-one:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 520px;
    transform: translateZ(0);
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(8,8,41,0.8)), to(rgba(1,1,23,0.6)) );
    background-image: -webkit-linear-gradient(top, rgba(8,8,41,0.8), rgba(1,1,23,0.6));
    background-image: linear-gradient(to bottom, rgba(8,8,41,0.8), rgba(1,1,23,0.6));
    will-change: transform;
}
.frontpage .home-one:before {
    min-height: 680px;
    height: 75vh;
}

.homeanim-l-1 {
    position:absolute;
    left: -178px;
    top: -164.5px;
    width: 530px;
    z-index: 6;
    opacity: .65;
}
.homeanim-l-2 {
    position:absolute;
    left: 231px;
    top: 19.5px;
    width: 384px;
    z-index: 6;
    opacity: .65;
}
.homeanim-l-3 {
    position:absolute;
    left: -30px;
    top: 605.5px;
    width: 197px;
    z-index: 8;
}
.homeanim-l-4 {
    position:absolute;
    left: -50px;
    top: 127.5px;
    width: 604px;
    z-index: 7;
    opacity: .8;
}
.homeanim-l-5 {
    position:absolute;
    left: 230px;
    top: 315.5px;
    width: 467px;
    z-index: 6;
    opacity: .65;
}

.homeanim-r-1 {
    position:absolute;
    z-index: 8;
    right: -79px;
    bottom: -78px;
    width: 249px;
}

.homeanim-r-2 {
    position:absolute;
    z-index: 7;
    right: -95px;
    bottom: -136px;
    width: 605px;
    opacity: .8;
}

.homeanim-r-3 {
    position:absolute;
    z-index: 6;
    bottom: 227px;
    right: -130px;
    width: 480px;
    opacity: .65;
}

.home-one .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-one-left {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.home-one-left h1 {
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
}

.home-one-left > span {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 400;
    margin: 40px 0 20px;
    display: block;
}

.home-one-left span span {
    color: #1d9add;
}

.home-one-left .services-buttons {
    margin-top: 50px;
}

.home-two .services-buttons {
    margin-top: 44px;
}

.home-one-right, .service-foureight .cont-right{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.home-one-right img {
    max-width: 100%;
    max-height: 100%;
}

.service-foureight .cont-right img {
    max-width: 100%;
    max-height: 360px;
}

.home-two h2, section h2 {
    color: #002857;
    font-weight: 700;
    font-family: 'Arial';
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.home-two h3 {
    font-size: 32px;
    color: #002857;
    margin-bottom: 0.5em;
}

.vertical {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.cont-left {
    width: 100%;
    max-width: 270px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.cont-right {
    width: calc(100% - 270px);
}

.home-two-text {
    color: #232428;
    font-size: 23px;
    font-weight: 600;
    display: block;
}

.home-two-video-code {
    display: block;
    margin: 60px 0 20px;
    text-align: center;
}

.home-two-block {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}

.home-two-item {
    width: 100%;
    border: 1px solid #f0cf54;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 38px 60px;
    margin: 25px 0;
    background-color: #fff;
    
}


.home-two-item-text {
    position: relative;
    max-width: 500px;
    font-size: 20px;
    font-weight: 400;
}

.home-two-item:nth-child(1) .home-two-item-text {
    font-size: 17px;
}

.home-two-item-text.smalltxt {
    font-size: 18px;
}

.home-two.solutions .home-two-item-text {
    font-size: 17px;
}

.home-two-item-text:after {
    content: ' ';
    position: absolute;
    width: 360px;
    height: 220px;
    opacity: 0.2;
    background-color: #f0cf54;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0;
    margin: 0 auto;
}


.home-two-item h3 {
    position: relative;
    color: #002857;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 0;
}

.home-two-item h3:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
    width: 100px;
    height: 5px;
    background: #f0cf54;
}
/*
.home-two-item:nth-child(5n+2) {
    border: 1px solid #69864d;
}
.home-two-item:nth-child(5n+2) .home-two-item-text:after {
    background-color: #69864d;
}
.home-two-item:nth-child(5n+2) h3:after {
    background-color: #69864d;
}

.home-two-item:nth-child(5n+3) {
    border: 1px solid #b54840;
}
.home-two-item:nth-child(5n+3) .home-two-item-text:after {
    background-color: #b54840;
}
.home-two-item:nth-child(5n+3) h3:after {
    background-color: #b54840;
}

.home-two-item:nth-child(5n+4) {
    border: 1px solid #1d9add;
}
.home-two-item:nth-child(5n+4) .home-two-item-text:after {
    background-color: #1d9add;
}
.home-two-item:nth-child(5n+4) h3:after {
    background-color: #1d9add;
}

.home-two-item:nth-child(5n+5) {
    border: 1px solid #b54840;
}
.home-two-item:nth-child(5n+5) .home-two-item-text:after {
    background-color: #b54840;
}
.home-two-item:nth-child(5n+5) h3:after {
    background-color: #b54840;
}
*/
.home-two-item .button {
    position: absolute;
    right: 0;
    bottom: 6px;
    min-width: 150px;
    text-align: center;
}

.orig {
    filter: grayscale(100%);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    width: 100%;
}

.home-two-item:hover {
    background: #fff;
    color: #232428;
    opacity: 1;
}



.home-two-item:hover .orig {
    filter: grayscale(0%);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.home-two-item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 150px);
}

.home-two-item-box-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 40px;
    max-width: 144px;
}

.home-two-img {
    margin-right: -12px;
    margin-bottom: -12px;
    max-width: 144px;
    max-height: 144px;
}

/* СТАРТ - ПОСЛЕ TWO (We Do) ИДЕТ SEVEN (Лого партнеров) */

.home-seven {
    padding-top: 5px;
    padding-bottom: 115px;
}

.home-seven-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.home-seven-item {
    width: 16.66666%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-seven-item img {
    max-width: 225px;
}

/*КОНЕЦ - ПОСЛЕ TWO (We Do) ИДЕТ SEVEN (Лого партнеров)  */

.home-three {
    background-color: #f2f3fd;
}

.home-three .container {
    padding-top: 115px;
    padding-bottom: 115px;
}

.home-three-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.home-three-item {
    width: calc(33.33% - 20px);
    margin: 10px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 4px 15px rgba(197, 200, 224, 0.86);
    color: #fff;
    min-height: 300px;
}

.home-three-block .home-three-item:first-child {
    background: #9266F5;
}

.home-three-block .home-three-item:nth-child(2) {
    background: #232428;
    margin-top: 60px;
}

.home-three-block .home-three-item:nth-child(3) {
    background: #fff;
    color: #232428;
}

.home-three-item h3 {
    width: 100%;
    padding: 20px 12px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.home-three-block .home-three-item:nth-child(3) h3 {
    border-bottom: 1px solid #9266F5;
}

.home-three-item ul {
    padding: 20px 12px 20px 32px;
    margin: 0;
    list-style-image: url(img/list.svg);
}

.home-three-item ul li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.home-three-block .home-three-item:nth-child(3) ul {
    list-style-image: url(img/list-v.svg);
}

.home-four {
    background: #4f53ff;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.home-four .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-four-left {
    width: 50%;
    padding-top: 50px;
    border-right: 1px #fff solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-four h2 {
    color: #fff;
}

.home-four-left span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
    max-width: 330px;
}

.home-four-left .button {
    background: #fff;
    color: #4f53ff;
    border: 1px solid #fff;
}

.home-four-left .button:hover {
    background: #4f53ff;
    color: #fff;
}

.home-four-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.home-four-right img {
    max-width: 100%;
    max-height: 100%;
}


/* СТАРТ - Отзывы */
.advantages-screen h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #002857;
    font-weight: 700;
    font-family: 'Arial';
    font-size: 42px;
}
.testimo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimo-block.go-center {
    justify-content: center;
}
.counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 35%;
    margin-bottom: 10px;
}

.counter-item {
    width: 50%;
    padding: 0 25px 45px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.counter-number {
    color: #008bd8;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
}

.counter-text {
    color: #717992;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 5px;
}

.counter-text span {
    color: #008bd8;
}
 
.swiper-one {
    height: 360px;
    width: 60%;
    margin: 0;
}

.swiper-one .swiper-item{
    border-radius: 18px;
    background-color: #f0f6fa;
    padding: 34px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.swiper-item-text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.swiper-item-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.swiper-item-box .ava {
    width: 78px;
    height: 78px;
    border-radius: 100%; 
    margin-right: 20px;
}

.swiper-item-box h3 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 4px 0;
}

.swiper-item-box .text-box span {
    color: #000;
    font-size: 12px;
    line-height: 1;
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: #dff4ff;
    border: 1px solid #b6e5ff;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 20px;
}

.home-two .swiper-button-next, .home-two .swiper-button-prev {
    position: absolute;
    top: 50%;
}

.home-two .swiper-button-next {
    right: -10px;
}

.home-two .swiper-button-prev {
    left: 10px;
}

.swiper-button-next img, .swiper-button-prev img {
    width: 22px;
    filter: grayscale(10) brightness(0.5);
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 1px solid #008bd8; 
}

.swiper-button-next:hover img, .swiper-button-prev:hover img {
    filter: none;
}

.navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.swiper-one .navigation {
    position: absolute;
    bottom: 31px;
    right: 9px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
/* КОНЕЦ - Отзывы */
.mySwiper2 {
    margin-top: 50px;
}

.swiper-img {
    border-radius: 18px;
    width: 100%;
    height: 400px;
}

.home-six .cont-left {
    justify-content: flex-end;
}

.home-six .swiper-item {
    text-decoration: none;
}

.mySwiper2-text {
    color: #232428;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    padding-top: 20px;
    text-decoration: none;
    display: block;
}

.mySwiper2-text:hover {
    color: #4f53ff;
}

.home-six .navigation {
    margin-bottom: 46px;
}

.home-eight {
    background: #f0f6fa;
    padding-top: 115px;
    padding-bottom: 115px;
}

.home-eight .container {
    padding-top: 75px;
}

.home-eight .cont-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.home-eight .swiper-slide {
    text-decoration: none;
}

.home-eight .blog-item-img {
    height: 270px;
    margin-bottom: 14px;
}

.home-eight .swiper-slide h3 {
    color: #232428;
    font-size: 15px;
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 600;
    margin: 14px 0 0 0;
}

.home-eight .swiper-slide:hover {
    opacity: 1;
}

.home-eight .swiper-slide:hover h3 {
    color: #008bd8;
}


/* СТАРТ - Подвал сайта */
.footer {
    
}

.footer-top {
    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #002857;
}

.footer-top .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.footer-top h2 {
    color: #fff;
}

.footer-top h2 span {
    cursor: pointer;
    color: #4f53ff;
    border-bottom: 3px #4F53FF solid;
    padding-bottom: 4px;
}

.footer-top h2 span:hover {
    opacity: 0.8;
}

.footer .border {
    width: calc(100% - 40px);
    max-width: 1240px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    opacity: 0.1;
}

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-bottom .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
/* КОНЕЦ - Подвал сайта */

/* СТАРТ - Шаблон Solutions */
.home-one.solution-one, .home-one.services-one {
    display: flex;
    align-items: center;
}

.home-one.solution-one .container, .home-one.services-one .container {
    z-index: 9;
    color: #fff;
    text-align: center;
    flex-direction: column;
}

.home-one.services-one .container {
    align-items: start;
}

.home-one.services-one h1 {
    font-size: 42px;
    text-align: left;
}

.mouse-anim {
    width: 32px;
    padding-top: 50px;
}
.mouse-anim img {
    max-width: 100%;
    animation: animation-for-mouse 3s infinite linear;
    backface-visibility: hidden;
}

.mouse-anim.horizont {
    position: absolute;
    top: 50%;
    right: 20px;
}

.mouse-anim.horizont img {
    z-index: 9;
    position: relative;
    animation: animation-for-mouse-horiz 3s infinite linear;
}

.solutions .home-two-block {
    justify-content: space-between;
}

.solutions .home-two-item {
    position: relative;
    width: 32%;
    flex-direction: column-reverse;
    justify-content: start;
}
.solutions .home-two-item-text {
    padding-bottom: 34px;
}
.solutions .home-two-item-text:after {
    width: 243px;
    height: 124px;
}
.solutions .home-two-item h3 {
    font-size: 21px;
}

.solutions .home-two-item .button {
    right: 38px;
    bottom: 22px;
}

.home-two-item-img {
    max-width: 578px;
}

@keyframes animation-for-mouse {
    0% {transform:translateY(0px);animation-timing-function:linear;}
    25% {transform:translateY(-10px);animation-timing-function:linear;}
    50% {transform:translateY(-20px);animation-timing-function:linear;}
    75% {transform:translateY(-10px);animation-timing-function:linear;}
    100% {transform:translateY(0px);animation-timing-function:linear;}
}

@keyframes animation-for-mouse-horiz {
    0% {transform:translateX(0px);animation-timing-function:linear;}
    25% {transform:translateX(-10px);animation-timing-function:linear;}
    50% {transform:translateX(-20px);animation-timing-function:linear;}
    75% {transform:translateX(-10px);animation-timing-function:linear;}
    100% {transform:translateX(0px);animation-timing-function:linear;}
}

@keyframes animation-for-whypalex-item {
    0% {transform:translateX(0deg);;animation-timing-function:linear;}
    5% {transform:rotateZ(-3deg);animation-timing-function:linear;}
    10% {transform:rotateZ(0deg);animation-timing-function:linear;}
    15% {transform:rotateZ(3deg);animation-timing-function:linear;}
    20% {transform:rotateZ(0deg);;animation-timing-function:linear;}
    25% {transform:rotateZ(-3deg);animation-timing-function:linear;}
    30% {transform:rotateZ(0deg);animation-timing-function:linear;}
    35% {transform:rotateZ(3deg);animation-timing-function:linear;}
    40% {transform:rotateZ(0deg);animation-timing-function:linear;}
    100% {transform:rotateZ(0deg);animation-timing-function:linear;}
}


.solution-two-block {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}
.solution-two-item {
    width: 31%;
    padding: 30px 20px;
    border: 1px solid #1d9add;
    border-radius: 5px;
}
.solution-two-item.yellow {
    border-color: #f0cf54;
}
.solution-two-item img {
    display: block;
    width: 100%;
    max-width: 80px;
    margin: 20px auto;
}

.solution-two-item span {
    font-size: 18px;
}

.services-paragraphs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
}

.services-paragraphs p {
    font-size: 18px;
    margin: 0.5em 0;
    text-align: left;
}

.services-buttons {
    text-align: center;
}

.tabs {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab {
  width: 70%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: .8em;
  background: #002857;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-image {
    display: none;
    position: absolute;
    max-width: 27%;
    right: 2%;
    top: 0;
    transition: all 0.35s;
}
.tab-image img {
    width: 100%;
}
input:checked + .tab-label {
  background: #199ad6;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
input:checked ~ .tab-content .tab-image {
    display: block;
}

.whypalex-screen {
    background: #BEDCFF;
}

.whypalex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.whypalex-item {
    position: relative;
    perspective: 1000px;
    width: calc(25% - 22.5px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.whypalex-item .front, .whypalex-item .back {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    transform-style: preserve-3d;
    transition: ease-in-out 500ms;
}

.whypalex-item .front{
    z-index: 1;
    position: relative;
    background-color: #fff;
    text-align: center;
    backface-visibility: hidden;
}



.whypalex-item .back{
    z-index: 0;
    position: absolute;
    top: 0;
    text-align: center;
    backface-visibility: hidden;
    background-color: #199ad6;
    color: #fff;
    transform: rotateY(-180deg);
}
.whypalex-item:hover .back {
    transform: rotateY(0deg);

}
.whypalex-item:hover .front {
    transform: rotateY(180deg);

}

.whypalex-item:nth-child(4) {
    animation: animation-for-whypalex-item 4s infinite ease-in-out ;
}

.whypalex-item:nth-child(4):hover {
    animation-play-state: paused;
}

.whypalex-item img {
    display: block;
    margin: 0 auto 10px;
}

.whypalex-item .back img {
    filter: grayscale(10) brightness(10);
}

.whypalex-item span {
    display: block;
    margin-bottom:20px;
}

/*

.whypalex-item > div {
    margin-top: 7px;
    position: relative;
    width: 100%;
    height: 75px;
}

.whypalex-item .orig-text, .whypalex-item .anim-text {
    position: absolute;
    transition: all 0.35s;
    width: 100%;
    left: 0;
}

.whypalex-item .anim-text {
    opacity: 0;
    transition: all 0.35s;
}
.whypalex-item:hover {
    background: #f0f6fa;
    box-shadow: 0 0 25px #fff;
}
.whypalex-item:hover .orig-text {
    opacity: 0;
    transition: all 0.35s;
}
.whypalex-item:hover .anim-text {
    opacity: 1;
    transition: all 0.35s;
}*/
.rresources .blog-item {
    border: none;
    padding-bottom: 0;
}


.solution-imgbottom {
    display: flex;
    flex-direction: column;
    padding: 50px 35px;
    border: 1px solid #1d9add;
    border-radius: 5px;
    background-color: #fff;
}
.solution-imgbottom-txts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.solution-imgbottom-imgs {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.solution-imgbottom h2, .solution-imgleft h2, .solution-li h2 {
    color: #002857;
    font-size: 36px;
    max-width: 290px;
}
.solution-imgbottom p, .solution-imgleft p, .solution-imgbottom span, .solution-li ul li {
    color: #000000;
    font-size: 20px;
    margin: 0;
    max-width: 820px;
}
.solution-imgbottom.only-h2 .solution-imgbottom-txts {
    justify-content: center;
}
.solution-imgbottom.only-h2 h2 {
    max-width: 100%;
    margin-bottom: 0;
}
.solution-imgbottom.only-h2 p {
    display: none;
}
.solution-imgbottom img {
    max-width: 20%;
}
.solution-imgbottom-txts.big-h2 h2 {
    max-width: 330px;
}
.solution-imgbottom-txts.big-h2 p {
    max-width: 760px;
}
.solution-imgbottom.six-imgs img {
    max-width: 16.65%;
}

.solution-imgbottom.bigimg {
    padding: 0;
    border: none;
    background-color: transparent;
}

.solution-imgbottom.bigimg img {
    max-width: 100%;
}

.solution-imgbottom.bigimg.threeimgs img {
    max-width: 33%;
}

.solution-imgbottom.bigimg.threeimgs .solution-imgbottom-imgs {
    justify-content: space-between;
}

.solution-imgbottom.bigimg h2 {
    text-align: left;
    font-size: 52px;
    line-height: 1.3;
    max-width: 420px;
}

.solution-imgbottom.bigimg h2 span {
    display: block;
    margin-top: 24px;
    color: #777;
    font-size: 16px;
    line-height: 1.35;
}

.solution-imgbottom.bigimg .solution-imgbottom-txts {
    align-items: unset;
}

.solution-imgbottom.bigimg p {
    max-width: 740px;
}

.solution-imgleft, .solution-li {
    display: flex;
    padding: 50px 35px;
    border: 1px solid #1d9add;
    border-radius: 5px;
    background-color: #fff;
    justify-content: space-between;
}

.solution-imgleft-imgs, .solution-imgleft-txts, .solution-li h2, .solution-li ul {
    max-width: 49%;
}

.solution-imgleft-txts {
    flex-direction: column;
}
.solution-imgleft h2 {
    max-width: none;
}

.solution-li ul li {
    font-size: 18px;
}

.solution-li ul {
  list-style: none;
}
.solution-li ul li {
    background: url(img2/check-li.svg) no-repeat 0px 6px;
    background-size: 16px 16px;
    padding-left: 26px;
}

.solution-advants {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.solution-advants.gocenter {
    justify-content: center;
}

.solution-advants-item {
    width: 48%;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    border-radius: 5px;
}

.solution-advants-item img {
    display: block;
    padding-bottom: 85px;
    width: 65px;
    height: auto;
    max-width: 100%;
}

.solution-advants-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.35;
}

.solution-advants-item p {
    font-size: 18px;
    line-height: 1.55;
}

.solution-advants.threeblo .solution-advants-item {
    width: 31%;
}

/* Services */
.services-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.services-item {
    max-width: 21%;
    padding: 30px 30px 40px;
    margin: 0 20px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}
.services-item:hover{
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.10) !important;
}
.services-item img {
    width: 65px;
    margin-bottom: 35px;
}
.services-item .title {
    color: #002857;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}


.bread {
    padding-top: 30px;
}

.bread a {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.bread a span {
    color: #fff;
}

.bread span {
    color: #1d9add;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.bread.blacky {
    padding: 20px 0;
}

.bread.blacky a span {
    color: #000;
}

.blog-one {
    padding-top: 75px;
    padding-bottom: 115px;
}

.blog-one .container {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.blog-item {
    padding: 25px 0;
    border-bottom: 1px #ccc solid;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}


.blog-item-img {
    width: 100%;
    height: 280px;
}

.blog-one .blog-item-img {
    max-width: 400px;
}

.single-five .blog-item-img {
    max-width: 440px;
}

.blog-item-box {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.blog-item-date {
    color: #1d9add;
    font-size: 15px;
    font-weight: 400;
}

.blog-item h3 {
    color: #232428;
    font-size: 25px;
    font-weight: 600;
    margin: 8px 0;
    padding: 0;
}

.blog-item-name {
    color: #717992;
    font-size: 16px;
    font-weight: 400;
}

.blog-one .container .blog-item:last-child {
    border-bottom: 0px solid #fff;
}

.single-autor {
    padding-top: 75px;
    padding-bottom: 75px;
}

.single-autor .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.autor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ava {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}

.autor-box {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.autor-box h3 {
    color: #232428;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 4px 0;
}

.autor-box span {
    color: #717992;
    font-size: 12px;
}

.single-data {
    color: #717992;
    font-size: 12px;
}

.single-one h1 {
    color: #232428;
    font-size: 35px;
    font-weight: 600;
}

.time-box {
    margin: 20px 0 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.time-box span {
    color: #717992;
    font-size: 12px;
    margin-right: 10px;
}

.single-img {
    width: 100%;
    height: 480px;
}

.single-two {
    padding-top: 75px;
    padding-bottom: 75px;
}

.single-two .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.single-two .social a {
    width: 29px;
    height: 29px;
    margin-right: 14px;
}

.single-two .social a img {
    height: 100%;
    width: auto;
}

.single-anonse {
    color: #232428;
    font-size: 15px;
    display: block;
    max-width: 700px;
}

.single-anonse img {
    max-width: 100%;
}

.single-three {
    padding-bottom: 75px;
}

.single-three .cont-right {
    max-width: 700px;
}

.read-after-box {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.after-box-visible {
    display: flex;
}

.read-after-box-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 290px;
}

.read-after-box-left label {
    color: #ccc !important;
}

.read-after-box-left input {
    background: #fff !important;
    color: #232428 !important;
}

.read-after-box-left .wpcf7-submit {
    background: #4f53ff !important;
    color: #fff !important;
    margin-left: 0 !important;
    max-width: 100% !important;
}

.read-after-box-left .Subscribe {
    flex-direction: column !important;
    max-width: 300px;
}

.read-after-box-left h3 {
    margin: 0 0 3px 0;
}

.read-after-box-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 30px;
}

.mail-box {
    display: none;
}

.mail-box-visible {
    display: block;
}

.read-after-item, .pocket-btn{
    width: 160px;
    height: 160px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f3fd;
    border: 1px #dcdce3 solid;
}

.click-three-bgr, .click-four-bgr {
    background: #4f53ff;
}

.click-three-bgr img, .click-four-bgr img {
    filter: brightness(10);
}

.click-three-bgr span, .click-four-bgr span {
    color: #fff;
}

.read-after-item img {
    height: 30px;
    margin-bottom: 3px;
}

.read-after-box-right span {
    color: #717992;
    font-size: 9px;
    max-width: 180px;
    display: inline-block;
}

.single-four {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #4f53ff url(img/illustration.svg) no-repeat left center;
}

.single-four .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.single-four-left {
    padding-left: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.single-four h2 {
    color: #fff;
}

.Subscribe {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}

.Subscribe input {
    background: #4f53ff;
    color: #fff;
    width: 100%;
    max-width: 360px;
}

.Subscribe .wpcf7-submit {
    background: #fff;
    color: #4f53ff;
    max-width: 130px;
    margin: 0 0 0 14px;
  }

.Subscribe .form-row label {
    color: #fff;
}

.single-four .wpcf7-form {
    max-width: 400px;
}

.single-four-text {
    color: #cacbff;
    font-size: 9px;
    font-weight: 400;
    max-width: 170px;
    display: inline-block;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.single-four-right {
    padding-left: 70px;
}

.single-five {
    padding-top: 115px;
    padding-bottom: 115px;
}

.single-five .blog-item {
    border: none;
    padding-bottom: 0;
    padding-top: 75px;
}

.blog-item-left {
    width: 100%;
    max-width: 270px;
    padding-right: 30px;
    padding-top: 8px;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    align-items: flex-end;
}

.blog-item-left span {
    color: #717992;
    font-size: 12px;
    text-align: right;
    
}

.blog-item-right {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px #ccc solid;
    padding-bottom: 25px;
}

.blog-item-right-box {
    width: calc(100% - 370px);
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-item-right h3 {
    color: #232428;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.blog-item-right .button img{
    height: 18px;
    margin-left: 6px;
    filter: brightness(10);
    transform: rotate(-45deg);
}

.blog-item-right .button:hover img {
    filter: none;
    transform: none;
}

.blog-item-right .ava {
    width: 40px;
    height: 40px;
}

.contacts-one {
    padding-top: 70px;
}

.contacts-one .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.contacts-left {
    width: 50%;
    padding-right: 35px;   
}

.contacts-right {
    width: 50%;
    padding-left: 35px;
}

.form-box, .contact-box{
    border: 1px solid #dcdce3;
    border-radius: 5px;
    padding: 22px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contacts-one h1, .contacts-one h2 {
    color: #232428;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px 0;
}

.form-box span {
    color: #232428;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
}

.form-box span span {
    color: #1d9add;
}

.small-text {
    color: #717992 !important;
    font-size: 9px !important;
}

input {
    color: #232428;
    border: 1px solid #dcdce3;
    border-radius: 6px;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 10px;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

textarea {
    color: #232428;
    border: 1px solid #dcdce3;
    border-radius: 6px;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 20px;
    font-family: 'Inter', sans-serif;
    width: 100%;
    resize: vertical;
    height: 100px;
}

.form-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 14px;
    width: 100%;
}

.form-row label {
    color: #232428;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 5px;
}

.wpcf7-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wpcf7-form p {
    width: 100%;
    margin: 20px 0 0 0;
}

.half {
    width: calc(50% - 13px);
    margin-right: 10px;
}

.half-two {
    width: calc(50% - 7px);
    margin-left: 10px;
}

.wpcf7-submit {
    background: #002857;
    border: 1px solid #002857;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 12px;
}

.wpcf7-submit:hover {
    background: #1d9add;
    border-color: #1d9add;
}

.wpcf7-spinner {
    display: none !important;
}

.contact-box span {
    line-height: 30px;
    color: #232428;
    font-size: 12px;
}

.contact-box h2 {
    margin-bottom: 10px;
}

.contact-box span a {
    text-decoration: none;
    color: #1d9add;
}

.case-stu-one {
    padding-top: 75px;
}

.case-stu-one .page-title h1 {
    font-size: 35px;
    padding-right: 30px;
    font-weight: 600;
}

.case-stu-one .page-title span {
    font-weight: 500;
    color: #4f53ff;
    font-size: 12px;
}

.case-stu-img {
    height: 380px;
    width: 100%;
    border-radius: 18px;
}

.case-stu-one .vertical {
    padding-top: 75px;
}

.case-stu-bottom {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    background: #dff4ff;
    border: 1px solid #b6e5ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.case-stu-bottom img {
    transform: rotate(90deg);
    width: 30px;
    filter: grayscale(10);
}

.case-stu-bottom:hover {
    border: 1px solid #008bd8;
}

.case-stu-bottom:hover img {
    filter: none;
}

.case-stu-one .content {
    padding-top: 75px;
    padding-bottom: 75px;
}

.case-stu-two {
    background: #f2f3fd;
    padding-top: 75px;
    padding-bottom: 75px;
}

.case-stu-two h2 {
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}

.case-stu-three {
    padding-top: 75px;
}

.case-stu-block {
    padding-bottom: 75px;
}

.case-stu-block .page-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.case-stu-block h2{
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}

.case-stu-block .page-title span {
    color: #717992;
    margin-bottom: 40px;
}

.case-stu-block .cont-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.left-item {
    width: calc(50% + 10px);
    margin-right: -10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 1;
}

.right-item {
    width: calc(50% + 10px);
    margin-left: -10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.case-stu-block-item {
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 18px;
    background: #4f53ff;
    margin-bottom: 24px;
    color: #fff;
}

.right-item {
    padding-top: 24px;
}

.right-item .case-stu-block-item {
    background: #9266f5;
}

.case-stu-block .title-box {
    margin-bottom: 30px;
}

.case-stu-block-item h3 {
    margin: 0 0 10px 0;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
}

.case-stu-block-item-sub {
    color: #f2f3fd;
}

.case-stu-four {
    background: #f2f3fd;
    padding-top: 75px;
}

.case-one {
    padding-top: 75px;
}

.case-one h1 {
    color: #002857;
    font-size: 52px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
}

.case-one .vertical{
    padding-top: 75px;
}

.case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-item {
    width: 49%;
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    position: relative;
}

.case-item:first-child {
    width: 100%;
}

.case-item:first-child h2 {
    font-size: 32px;
}

.case-item:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 55%);
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out .25s;
}

.case-item img {
    width: 100%;
}

.case-item h2 {
    position: absolute;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    z-index: 5;
    transition: all ease-in-out .2s;
    width: 80%;
}

.case-item span {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    z-index: 5;
    transition: all ease-in-out .2s;
    color: #000;
    background-color: #fff;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.case-item:hover {
    opacity: 1;
}

.case-item:hover:before {
    background: rgb(0 0 0 / 25%);
}

.case-item:hover h2 {
    transform: translate3d(-50%,-110%,0);
}

.case-item:hover span {
    transform: translate3d(-50%, 10%,0);
}

.case-item:hover span {
    opacity: 1;
}

.rresources .case-item:first-child {
    width: 49%;
}

.rresources .case-item:first-child h2 {
    font-size: 20px;
}

.case-one .cont-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.case-one .cont-left span {
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 20px;
}

.case-one .cont-left a {
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #adb6d1;
    text-decoration: none;
}

.case-one .cont-left a:hover {
    color: #4f53ff;
}

.about-one {
    padding-top: 30px;
}

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

.about-one .vertical {
    padding-top: 75px;
    padding-bottom: 115px;
}

.about-one .counter{
    margin-top: 60px;
}

.about-two {
    padding-top: 115px;
    padding-bottom: 115px;
    background-color: #f8fbfd;
}

.about-two .cont-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 75px;
}

.about-two-item {
    width: 33%;
    height: 300px;
    border: 1px solid #b6e5ff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-two-item ul {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-two-item ul li {
    width: 50%;
    font-size: 14px;
}

.about-two-item:hover {
    background: #fff;
}

.about-two-item:hover h3 {
    display: none;
}

.about-two-item:hover ul{
    display: flex;
}

.about-three {
    padding-top: 115px;
}

.about-three {
    padding-bottom: 115px;
}

.about-three .cont-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-three-item {
    width: calc(50% - 26px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px #ccc solid;
}

.about-three .cont-right .about-three-item:nth-child(2n) {
    margin-left: 52px;
    margin-top: 110px;
}

.about-three-img {
    border-radius: 18px;
    height: 520px;
    overflow: hidden;
}

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

.about-three-img-h {
    display: none;
}

.about-three-item:hover .about-three-img-h{
    display: block;
}

.about-three-item:hover .about-three-img-n{
    display: none;
}

.about-three-box {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.about-three-box h3 {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.about-three-box span {
    color: #717992;
    font-size: 12px;
    font-weight: 500;
}

.about-three-item-last {
    border: 1px solid #717992;
    background: #f8fbfd;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.about-three-item-last h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.about-three-item-last h3 span {
    color: #008bd8;
}

.accordion {
    border-top: 1px solid #ccc;
    display: block;
}

.column {
    padding-top: 75px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 75px;
}

.accordion input {
    display: none;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 1;
  }
  
  .accordion__header {
    color: #000;
    cursor: pointer;
    padding: 20px 5px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .accordion__header span {
      max-width: 350px;
  }
  .accordion__header .case-stu-bottom {
    width: 29px;
    height: 29px;
    border-radius: 6px;
  }

  .accordion__header .case-stu-bottom img {
    width: 20px;
  }

  .accordion input:checked ~ .accordion__header .case-stu-bottom {
      transform: rotate(180deg);
      display: none;
  }

  .accordion__header:hover {
    opacity: 0.8;
  }
  
  .accordion .accordion__header:last-child {
      border-bottom: 0px solid #fff;
  }
  
  .accordion input:checked ~ .accordion__header {
    background: url(img/arrowup.svg) no-repeat left center;
    background-size: 9px 6px;
    background-position: 20px center;
  }
  .accordion input:checked ~ .accordion__header:hover {
    color: #000;
      cursor: default;
  }
  
  .accordion input:checked ~ .accordion__header:after {
    display: none;
  }
  
  .accordion__content {
    background-color: #fff;
    display: none;
    padding: 20px 44px 30px 44px;
      box-sizing: border-box;
      color: #000;
  }
  
  .accordion__content p {
      margin: 0 0 15px 0;
      font-weight: bold;
      color: #000;
  }
  .accordion input:checked ~ .accordion__content {
    display: block;
  } 

  .accordion__content-item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 30px;
  }

  .accordion__content-left {
      width: 50%;
      color: #717992;
    font-size: 12px;
  }

  .accordion__content-right {
    width: 50%;
    color: #232428;
    font-size: 12px;
}

.about-five {
    padding-top: 115px;
    padding-bottom: 115px;
    background-color: #f8fbfd;
}

.about-five .swiper-pointer-events {
    overflow: visible;
}

.mySwiper4 {
    height: 560px;
    padding-top: 75px;
}

.about-five-item {
    background: #fff;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px;
    cursor: all-scroll;
}

.mySwiper4 .swiper-wrapper .about-five-item:last-child {
    border-right: 1px #ccc solid;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.mySwiper4 .swiper-wrapper .about-five-item:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.about-five-item-top {
    color: #232428;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
}

.about-five-item-bottom {
    color: #232428;
    font-size: 13px;
}

.about-six {
    padding-top: 115px;
    padding-bottom: 115px;
}

.about-six .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 75px;
}

.about-six .container a {
    width: 180px;
    height: 180px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #b6e5ff;
}

.about-six .container a img {
    width: 22px;
    height: 22px;
    filter: grayscale(10);
}

.about-six .container a:hover {
    background: #dff4ff;
}

.about-six .container a:hover img {
    filter: none;
}


.service-two {
    padding-top: 115px;
}

.service-two .cont-left {
    width: 50%;
    max-width: 100%;
}

.service-two .cont-right {
    width: 50%;
    color: #717992;
}

.service-two .cont-left h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: inherit;
    color: #232428;
    background: url(img/Line.svg) no-repeat bottom left;
    padding-bottom: 10px;
}

.service-three {
    padding-top: 115px;
}

.block-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 60px;
    padding-bottom: 85px;
}

.block-items-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 15px 30px 15px;
    border-radius: 18px;
    padding: 24px;
    min-height: 210px;
    text-decoration: none;
}

.block-items-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.block-items-title img {
    width: 44px;
    height: auto;
    margin-right: 24px;
}

.block-items-item h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.block-items-item span {
    color: #fff;
    padding-top: 24px;
}

.block-items .block-items-item:first-child {
    background: #303136;
    width: calc(64% - 30px);
}

.block-items .block-items-item:nth-child(2) {
    background: #9266F5;
    width: calc(36% - 30px);
}

.block-items .block-items-item:nth-child(3) {
    background: #4F53FF;
    width: calc(100% - 30px);
}

.block-items .block-items-item:nth-child(3):nth-last-child(2) {
    background: #9266F5;
    width: calc(36% - 30px); 
}

.block-items .block-items-item:nth-child(3):nth-last-child(3) {
    background: #9266F5;
    width: calc(36% - 30px); 
}

.block-items .block-items-item:nth-child(3):nth-last-child(4) {
    background: #9266F5;
    width: calc(36% - 30px); 
}

.block-items .block-items-item:nth-child(4) {
    background: #4F53FF;
    width: calc(64% - 30px); 
}

.block-items .block-items-item:nth-child(5) {
    background: #FFDE4F;
    width: calc(100% - 30px);
    color: #232428;
}

.block-items .block-items-item:nth-child(6) {
    background: #9C9DFF;
    width: calc(36% - 30px);
}

.block-items .block-items-item:nth-child(5):nth-last-child(2) {
    background: #FFDE4F;
    width: calc(64% - 30px);
    color: #232428;
}

.block-items .block-items-item:nth-child(5):nth-last-child(2) h3, .block-items .block-items-item:nth-child(5):nth-last-child(2) span {
    color: #232428;
}

.service-ul {
    padding-top: 60px;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service-ul li {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.service-ul li img {
    margin-right: 20px;
}

.sub-cont {
    margin-top: -18px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sub-cont span {
    font-weight: 600;
    font-size: 32px;
    
}

.sub-cont a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-decoration: none;
  }

  .sub-cont a span {
    color: #232428;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
  }

  .sub-cont a img {
    transform: rotate(-45deg);
    filter: grayscale(10) brightness(0.5);
    margin-left: 10px;
    width: 22px;
  }

  .sub-cont a:hover {
      opacity: 0.8;
  }

  .sub-cont a:hover img {
    transform: none;
    filter: none;
}

.service-five {
    padding-top: 95px;
    padding-bottom: 115px;
}

.service-five-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 75px;
}

.service-five-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    text-decoration: none;
}

.service-five-item-img {
    width: 100%;
    height: 230px;
    border-radius: 18px;
}

.service-five-item h3 {
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #232428;
}

.service-five-item h3 br {
    display: none;
}

.service-six {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 115px;
}

.service-six-block {
    width: calc(100% + 44px);
    margin-left: -22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap:wrap;
    margin-top: 60px;
}

.service-six-item {
    width: calc(50% - 44px);
    margin: 0px 22px 44px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-six-item img {
    height: 67px;
    width: auto;
}

.service-six-item h3 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
}

.service-seven {
    padding-top: 115px;
    padding-bottom: 115px;
}

.service-seven-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 60px;
}

.service-seven-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    border-bottom: 1px #ccc solid;
}

.service-seven-item-img {
    width: 100%;
    height: 300px;
    border-radius: 18px;
}

.service-eight .column {
    padding-top: 20px;
    border: none;
    margin-bottom: 115px;
}

.service-eight .accordion {
    border: 1px solid #4F53FF;
    border-radius: 18px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.service-eight .accordion__content {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
}

.service-eight .case-stu-bottom {
    border: none;
    background: none;
}

.service-eight .case-stu-bottom img {
    filter: none;
}

.service-nine .block-items-item {
    text-decoration: none;
}

.service-fournew {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 115px;
}

.service-fivenew {
    padding-top: 115px;
    padding-bottom: 20px;
}

.service-fivenew .service-ul {
    padding-bottom: 85px;
}

.service-fivenew-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.service-fivenew-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 33.33%;
    padding: 45px;
}

.service-fivenew-icon {
    border-radius: 18px;
    width: 100%;
    height: 270px;
    background: #F2F3FD;
    border: 1px solid #ADB6D1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-fivenew-icon img {
    height: 96px;
}

.service-fivenew-item h3 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.service-fivenew-bottom {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0.2;
}

.service-fivenew-left {
    width: 50%;
    height: 50px;
    border-bottom: 3px solid #4F53FF;
    border-right: 3px solid #4F53FF;
}

.service-fivenew-right {
    width: 50%;
    height: 50px;
    border-bottom: 3px solid #4F53FF;
}

.service-fivenew-block .service-fivenew-item:first-child .service-fivenew-left {
    border-bottom: none;
}

.service-fivenew-block .service-fivenew-item:last-child .service-fivenew-right {
    border-bottom: none;
}

.service-fivenew-item:hover .service-fivenew-bottom {
    opacity: 1;
}

.service-fivenew-item:hover .service-fivenew-icon {
    background: #4F53FF;
    border: 1px solid #ADB6D1;
}

.service-fivenew-item:hover .service-fivenew-icon img {
    filter: brightness(10);
}

.service-fivenew-item:hover h3 {
    color: #4F53FF;
}

.service-fivenew-text {
    color: #717992;
}

.service-fivenew-block-device .service-fivenew-item h3 {
    font-size: 16px;
}

.swiper-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 75px;
}

.mySwiper5 {
    width: 260px;
    padding-right: 30px;
}

.mySwiper6 {
    width: calc(100% - 260px);
}

.mySwiper5 .swiper-wrapper {
    flex-direction: column;
}

.mySwiper5 .swiper-wrapper .swiper-slide {
    width: auto !important;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px 0 !important;
    padding: 5px 10px;
    border-radius: 5px 5px 0 5px;
    font-size: 16px;
    cursor: pointer;
}

.mySwiper5 .swiper-wrapper .swiper-slide img {
    width: 22px;
    margin-right: 16px;
}

.swiper-slide-thumb-active {
    background: #4F53FF;
    color: #fff;
    cursor: default !important;
}

.swiper-slide-thumb-active img {
 filter: brightness(10);
}

.mySwiper6 span {
    color: #717992;
}

.service-twonew {
    padding-top: 115px;
}

.service-twonew-text-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 75px;
}

.service-twonew-text-box span {
    width: 50%;
    padding: 0 15px 30px 15px;
}

.service-twonew-icon-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-top: 20px;
    margin-bottom: 110px;
}

.service-twonew-icon-box img {
    width: calc(25% - 70px);
    margin: 0 35px 40px 35px;
}

.service-three-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 75px;
    margin-bottom: 85px;
}

.service-three-items li {
    width: 33.33%;
    padding-right: 20px;
    color: #717992;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.service-three-items li img {
    margin-right: 10px;
}

.service-fournewnew {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 65px;
}

.service-fournewnew-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 50px);
    margin-left: -25px;
    flex-wrap: wrap;
    margin-top: 75px;
}

.service-fournewne-item {
    border: 1px solid #ADB6D1;
    border-radius: 10px;
    background: #fff;
    padding: 25px;
    width: calc(50% - 50px);
    margin: 0 25px 50px 25px;
}

.service-fournewne-icon {
    background: #F2F3FD;
    border-radius: 5px;
    border: 1px solid #ADB6D1;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-fournewne-icon img {
    width: 44px;
}

.service-fournewne-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 14px 0;
}

.service-fournewne-item span {
    color: #717992;
}

.service-fournewnewnew {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 115px;
}

.service-fournewnewnew-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 75px;
}

.service-fournewnewnew-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 20px;
    width: 33.33%;
}

.service-fournewnewnew-icon {
    width: 60px;
    height: 60px;
    background: #4f53ff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-fournewnewnew-icon img {
    max-width: 30px;
    max-height: 30px;
}

.service-fournewnewnew-item h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 14px 0 20px 0;
}

.outbgr {
    background: #fff;
    padding-bottom: 0px;
}

.service-twotwo {
    padding-top: 115px;
}

.service-twotwo .block-items .block-items-item:nth-child(3) {
    background: #FFDE4F;
}

.service-twotwo .block-items .block-items-item:nth-child(3) h3, .service-twotwo .block-items .block-items-item:nth-child(3) span {
    color: #232428;
}

.service-twotwo .block-items {
    padding-bottom: 0;
}

.service-twonewtwo {
    padding-top: 115px;
}

.service-twonewtwo .cont-left {
    width: 50%;
    max-width: 100%;
}

.service-twonewtwo .cont-right {
    width: 50%; 
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-twonewtwo .cont-right img {
    width: 250px;
    height: auto;
}

.service-twonewtwo h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: inherit;
    color: #232428;
    background: url(img/Line.svg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.service-foureight {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #4f53ff;
}

.service-foureight .cont-left {
    width: 50%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-foureight .cont-right {
    width: 50%;
    max-width: 100%;
}

.service-foureight h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.service-foureight span {
    color: #fff;
}

.service-foureight .service-three-items li img {
    filter: brightness(10);
}

.service-foureight .service-three-items {
    margin-top: 40px;
    margin-bottom: 0px;
}

.indust-five .home-seven-block {
    margin-top: 75px;
    margin-bottom: 30px;
}

.indust-four {
    background: #4f53ff;
    padding-top: 115px;
    padding-bottom: 115px;
    margin-bottom: 115px;
}

.indust-four h2 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.indust-four .cont-right {
    width: 300px;
    max-width: 100%;
    
}

.indust-four .cont-left {
    width: calc(100% - 300px);
    max-width: 100%;
    padding-right: 20px;
}

.indust-four .cont-left span {
    color: #fff;
    max-width: 650px;
}

.indust-four .service-three-items {
    flex-direction: column;
    margin: 0;
}

.indust-four .service-three-items li {
    width: 100%;
    margin-bottom: 20px;
}

.indust-four .service-three-items li img {
    filter: brightness(10);
    
}

.indust-four .service-three-items li span {
    color: #fff;
}

.without-top {
    padding-top: 0px;
}

.footer-top-right {
    width: 40%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.footer-top-right img {
    max-width: 100%;
    max-height: 100%;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-menu .footer-column:last-child {
    margin-right: 0px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 40px;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-column h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.footer-menu-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    margin: 0 0 20px 0 !important;
    padding: 0;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}

.footer-contacts-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-contacts-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-contacts-social a {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.footer-contacts-item a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.footer-contacts-social a img {
    width: 14px;
    height: auto;
    filter: brightness(10);
}

.footer-contacts-item span {
    color: #a5c4ed;
    margin-bottom: 5px;
}

.copyright {
    color: #002857;
    font-size: 14px;
}

.burger {
    display: none;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    position: relative;
    width: 95%;
    max-width: 480px;
    height: auto;
    background: #fff;
    margin: 5% auto 0 auto;
    border-radius: 18px;
}

.close {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 14px;
    z-index: 5;
    right: 5px;
    top: 5px;
}

.popup-box h1 {
    color: #232428;
    font-size: 18px;
    font-weight: 500;
    margin: -4px 0 20px 0;
  }

  .popup-box .menu {
      padding: 0;
      margin: 0;
  }

  .popup-box .sub-menu {
      display: flex;
      position: relative;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0;
      padding: 0;
      box-shadow: none;
      border: none;
      top: 0;
  }

  .popup-box li {
      list-style: none;
      margin: 0 0 14px 0;
  }

  .popup-box li a {
      text-decoration: none;
      color: #232428;
      font-size: 16px !important;
  }

  .popup-box .sub-menu .sub-menu a {
    font-size: 16px !important;
  }

  .page-one {
      padding-top: 75px;
      padding-bottom: 75px;
  }

  .page-one h1 {
      margin-bottom: 40px;
  }

  .single-table {
      padding-bottom: 30px;
  }

  .single-table h2 {
    color: #9266f5;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
  }

  .single-table h2:hover {
      color: #232428;
  }

  .single-table span {
    color: #717992;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
  }

  .single-table span:hover {
      opacity: 0.8;
  }

  .single-table a {
      text-decoration: none;
      color: #232428;
  }

  .single-table a:hover {
      color: #4F53FF;
  }

  .single-table ol {
      padding-left: 20px;
      margin: 0;
  }

  .tab-visible {
      display: none;
  }

  .click-visible {
      display: block !important;
  }

  .single-table ol li {
      margin-bottom: 10px;
  }

  .single-table ol li a {
      font-size: 18px;
  }

  .single-table .cont-right {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
  }

  .single-three h2 {
    color: #232428;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 600;
    margin: 30px 0;
  }

  .single-three h3 {
    color: #232428;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    margin: 20px 0;
  }

  td, th {
      border: 1px solid #e6e6e6;
      padding: 5px;
  }

  th {
      background: #e6e6e6;
  }

  table {
      margin: 20px 0;
  }

.get-one .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.get-one h1 {
    margin: 0 0 40px 0;
    font-size: 36px;
}

.get-one .contacts-left {
    width: 40%;
    padding-right: 0;
}

.caseone-one {
    padding-top: 100px;
    padding-bottom: 190px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.caseone-one-left {
    width: calc(50% + 40px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.caseone-one-left .container {
    max-width: 660px;
    margin: 0;
}

.caseone-one-right {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.caseone-one-right img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.case-tags {
    margin: 34px 0;
}

.case-tags a {
    margin-right: 10px;
    text-decoration: none;
    color: #4F53FF;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 610px;
}

.caseone-one-left span {
    font-size: 20px;
    margin-bottom: 34px;
    display: block;
}

.caseone-two {
    background: #4F53FF;
    padding-top: 150px;
    padding-bottom: 56px;
}

.caseone-two .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.caseone-two .container h2 {
    color: #fff;
    width: 100%;
}

.caseone-two-text-box {
    margin: 36px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.caseone-two-text-box span:first-child {
    font-size: 20px;
    color: #fff;
}

.caseone-two-text-box span:last-child {
    font-size: 18px;
    color: #fff;
    margin: 32px 0 0 0;
}

.caseone-two-text-box img {
    margin: 40px 20px 0 -20px;
}

.caseone-two-block {
    width: 100%;
    height: 525px;
    background: url(img/Group2442.svg) no-repeat;
    background-size: contain;
}

.caseone-two-block span {
    position: absolute;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #2E4D5C;
}

.caseone-two-block span:nth-child(1) {
    margin: 44px 0 0 56px;
}

.caseone-two-block span:nth-child(2) {
    margin: 44px 0 0 470px;
}

.caseone-two-block span:nth-child(3) {
    margin: 22px 0 0 864px;
}

.caseone-two-block span:nth-child(4) {
    margin: 212px 0 0 66px;
}

.caseone-two-block span:nth-child(5) {
    margin: 194px 0 0 430px;
}

.caseone-two h3 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 30px 0;
}

.caseone-two h4 {
    margin: -20px 0 10px 0;
    font-weight: 700;
    font-size: 35px;
    color: #FFDE4F;
}

.caseone-two-text-box-two {
    width: 100%;
    max-width: 605px;
    background: #fff;
    border-radius: 20px;
}

.caseone-two-text-box-two span {
    display: block;
}

.caseone-two-text-box-two span:first-child {
    padding: 20px 30px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background: #FFDE4F;
}

.caseone-two-text-box-two span:nth-child(2) {
    padding: 20px 0;
    text-align: center;
    color: #020202;
    font-size: 22px;
}

.caseone-two-text-box-three {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 68px;
}

.caseone-two-text-box-three div:first-child {
    font-weight: 500;
    font-size: 28px;
    color: #FFF;
}

.caseone-two-text-box-three div:nth-child(2) {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
    text-align: right;
    font-size: 24px;
    color: #4F53FF;
    font-style: italic;
}

.caseone-three {
    padding-top: 60px;
    padding-bottom: 140px;
    background: url(img/challenge.svg) no-repeat top center;
    background-size: contain;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.caseone-three-left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.caseone-three-left .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    max-width: 600px;
    padding-top: 180px;
}


.caseone-three-right {
    width: 50%;
}

.caseone-three-right img{
    width: 100%;
    height: auto;
}

.caseone-three-block {
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.caseone-three-block div {
    padding: 30px;
    width: 100%;
    max-width: 370px;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
}

.caseone-three-block div:first-child {
    background: #4F53FF;
}

.caseone-three-block div:nth-child(2) {
    background: #9266F5;
}

.caseone-three-block div:nth-child(3) {
    background: #FFDE4F;
    color: #000;
}

.casethree-one {
    background: #4f53ff;
    color: #fff;
}

.casethree-one .case-tags a {
    color: #fff;
}

.casethree-one .logo img {
    filter: brightness(10) grayscale(10);
}

.casethree-bread {
    background: #4f53ff;
    color: #fff;
}
 
.casethree-bread span{
    color: #fff !important;
}

.caseone-four {
    background: #F2F3FD;
    padding-top: 150px;
    padding-bottom: 140px;
}

.caseone-four-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.caseone-four-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    padding: 0 30px 20px 30px;
}

.caseone-four-item-title {
    background: #4F53FF;
    padding: 14px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
}

.caseone-four-item:first-child {
    width: 100%;
}

.caseone-four-item:nth-child(2) {
    width: calc(65% - 10px);
}

.caseone-four-item:nth-child(2) .caseone-four-item-title {
    background: #9266F5;
}

.caseone-four-item:nth-child(3) {
    width: calc(35% - 10px);
}

.caseone-four-item:nth-child(3) .caseone-four-item-title {
    background: #FFDE4F;
    color: #000;
}

.caseone-four-item span {
    padding-top: 14px;
}

.caseone-four-item-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    padding-top: 20px;
}

.caseone-four-item ul {
    margin: 10px 0;
    padding: 0 0 0 14px;
}

.caseone-four-item:first-child .itemtitle {
    font-weight: 600;
    font-size: 22px;
    color: #4F53FF;
}

.caseone-four-item:first-child li {
    color: #4F53FF;
}

.caseone-four-item:first-child li span{
    color: #000;
}


.caseone-four-item:nth-child(2) span {
    display: inline-block;
}

.caseone-four-item:nth-child(2) .caseone-four-item-box {
    padding: 0;
}

.caseone-four-item:nth-child(2) .itemtitle {
    font-weight: 600;
    font-size: 22px;
    color: #9266F5;
}

.caseone-four-item:nth-child(2) li {
    color: #9266F5;
}

.caseone-four-item:nth-child(2) li span{
    color: #000;
}

.caseone-four-item:nth-child(3) li {
    color: #FFDE4F;
    margin-top: 14px;
}

.caseone-four-item:nth-child(3) li span{
    color: #000;
}

.caseone-five {
    padding-top: 150px;
    padding-bottom: 140px;
}

.caseone-five .block-items {
    padding-bottom: 0px;
}

.caseone-five .block-items .block-items-item:first-child {
    background: #4f53ff;
    width: calc(54% - 30px);
}

.caseone-five .block-items .block-items-item:nth-child(2) {
    background: #9266f5;
    width: calc(46% - 30px);
}

.caseone-five .block-items .block-items-item:nth-child(3) {
    background: #FFDE4F;
}

.caseone-five .block-items .block-items-item:nth-child(3) h3 {
    color: #000;
}

.caseone-five ul {
    padding: 20px 0;
    margin: 0 0 0 14px;
}

.caseone-five-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 50px;
}

.caseone-five-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 40px;
}

.caseone-five-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(50% + 30px);
    margin-right: -30px;
}

.caseone-five-right img {
    width: 100%;
    height: auto;
}

.caseone-five h2 {
    margin-bottom: 40px;
}

.caseone-five-left span {
    font-size: 20px;
}

.caseone-five-box2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.caseone-five-box2-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    padding-right: 30px;
}

.caseone-five-quote {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 12px;
    background: #4f53ff;
    padding: 10px;
    gap: 4px;
    width: 20%;
}

.caseone-five-quote span {
    color: #fff;
    font-style: italic;
}

.caseone-five-quote img {
    filter: brightness(10);
    width: 35px;
    height: auto;
}

.caseone-five-box2-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    text-align: center;
}

.caseone-five-box2-item span:first-child {
    font-weight: 700;
    font-size: 60px;
    color: #4F53FF;
}

.caseone-six-block {
    border-radius: 24px;
    background: #232428;
    padding: 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.caseone-six-block span {
    font-size: 20px;
}

.caseone-six-block h3 {
    color: #fff;
}

.caseone-six-block .autor-box span {
    color: #fff;
    font-size: 12px;
}

.caseone-seven {
    padding-top: 210px;
    padding-bottom: 80px;
    background: #4f53ff;
    margin-top: -160px;
}

.caseone-seven {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.caseone-seven-left {
    color: #fff;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.caseone-seven-left .container {
    margin: 0;
    max-width: 492px;
}

.caseone-seven-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.caseone-seven-right h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 23px;
}

.caseone-seven-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.caseone-seven-item {
    width: calc(25% - 22.5px);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.caseone-seven-right .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.caseone-seven-item img {
    height: 40px;
    margin-bottom: 10px;
}

.caseone-seven h2 {
    margin-bottom: 20px;
}

.caseone-seven .caseone-seven-sub {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}

.caseone-seven-left span {
    display: inline-block;
}

.casetwo-two {
    padding-top: 180px;
    background: #14AE89 url(img/challenge.svg) no-repeat top center;
    background-size: contain;
    color: #fff;
    padding-bottom: 140px;
}

.casetwo-two .container:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.casetwo-two-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 55%;
    padding-right: 40px;
}

.casetwo-two-left h2 {
    margin-bottom: 40px;
}

.casetwo-two-left span {
    font-size: 20px;
}

.casetwo-two-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.casetwo-two-right img {
    width: 100%;
    height: auto;
}

.casetwo-two .container:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.casetwo-two-item {
    width: 100%;
    max-width: 520px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.casetwo-two-item span {
    color: #000;
    font-size: 18px;
}

.casetwo-two .container:nth-child(2) .casetwo-two-item h3 {
    color: #14AE89;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.casetwo-two .container:nth-child(2) .casetwo-two-item .brdr {
    height: 2px;
    width: 120px;
    background: #14AE89;
    margin: 14px 0;
}

.casetwo-two-item-two {
    margin-top: -50px;
}

.casetwo-three {
    background: #F2F3FD;
    padding-top: 140px;
    padding-bottom: 40px;
}

.casetwo-three-block { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}

.casetwo-three-left, .casetwo-three-right {
    width: 50%;
    padding-right: 40px;
}

.casetwo-three-block h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: normal;
}

.casetwo-three-block ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}

.casetwo-three-left ul {
    color: #FFC664;
    font-size: 18px;
}

.casetwo-three-left ul span {
    color: #000;
}

.casetwo-three-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    gap: 20px;
    width: auto;
    max-width: 380px;
}

.casetwo-three-label img {
    width: 40px;
    height: auto;
}

.casetwo-three-label span {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.casetwo-three-left .casetwo-three-label {
    background: #FFC664;
}

.casetwo-three-right .casetwo-three-label {
    background: #4f53ff;
}

.casetwo-three-right ul {
    color: #4f53ff;
    font-size: 18px;
}

.casetwo-three-right ul span {
    color: #000;
}

.casetwo-three-text {
    font-size: 18px;
    margin: 30px 0;
}

.casetwo-three-text span {
    color: #4f53ff;
    font-weight: bold;
}

.casetwo-three-right .casetwo-three-img {
    width: calc(100% + 200px);
    margin-left: -100px;
}

.casetwo-four {
    padding-top: 60px;
    padding-bottom: 60px;
}

.casetwo-four h2 {
    font-weight: 700;
    font-size: 30px;
    color: #4F53FF;
    margin-bottom: 30px;
}

.casetwo-four-top, .casetwo-four-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.casetwo-four-left, .casetwo-four-right {
    width: 50%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.casetwo-four-right img {
    width: calc(100% + 100px);
    margin-left: -50px;
}

.casetwo-four-left {
    margin-bottom: 40px;
}

.casetwo-four-left .casetwo-four-item {
    margin-bottom: 40px;
}

.casetwo-four-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px 0 20px;
    box-shadow: 0px 1px 12px 5px rgba(34, 60, 80, 0.1);
    border-radius: 5px;
}

.casetwo-four-left-text {
    width: 100%;
}
 
.item-box-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.item-box-top span:first-child {
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    background: #4F53FF;
}

.item-box-top span:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
}

.casetwo-four-item-text {
    margin-bottom: 20px;
    display: block;
}

.casetwo-four-bottom .casetwo-four-arrow {
    transform: rotate(-90deg);
    margin-top: 40px;
}

.casetwo-nine {
    background: #14AE89;
}

.casethree-two {
    padding-top: 100px;
    padding-bottom: 100px;
}

.casethree-two-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 100px;
}

.casethree-two-left {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casethree-two-item {
    width: 100%;
    border-radius: 10px;
    background: #4F53FF;
    padding: 30px;
    color: #fff;
    font-size: 18px;
}

.casethree-two-left img {
    margin-top: 60px;
    width: 100%;
}

.casethree-two-left a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #4F53FF;
    padding-top: 20px;
}

.casethree-two-right {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casethree-two-right img {
    margin: 30px 0 20px -40px;
}

.casethree-two-right .casethree-two-item {
    background: #fff;
    box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
    color: #020202;
}

.casethree-two-right .casethree-two-item h3 {
    margin: 0;
    font-size: 22px;
    color: #14AE89;
    font-weight: 600;
}

.casethree-two-right .brdr {
    width: 120px;
    height: 5px;
    margin: 10px 0;
    background: #14AE89;
}

.casethree-three {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F2F3FD;
}

.casethree-three-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.casethree-three-left, .casethree-three-right {
    width: calc(50% - 20px);
}

.casethree-three-item {
    border-radius: 10px;
    width: 100%;
    background: #fff;
}

.casethree-three-item h3 {
    padding: 20px 30px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}

.casethree-three-item span {
    padding: 0 20px 10px 20px;
    display: block;
}

.casethree-three-left .casethree-three-item h3 {
    background: #FFDE4F;
    color: #000;
}

.casethree-three-right .casethree-three-item h3 {
    background: #14AE89;
    color: #fff;
}

.casethree-three-left .casethree-three-item b {
    color: #FFDE4F;
}

.casethree-three-right .casethree-three-item b {
    color: #14AE89;
}

.casethree-three-bottom {
    padding: 20px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    margin-top: 80px;
}

.casethree-three-bottom .button {
    white-space: nowrap;
}

.casethree-three-bottom span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 40px;
}

.casethree-four {
    background: #303136;
    padding-top: 100px;
    padding-bottom: 100px;
}

.casethree-four-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.casethree-four-left {
    width: calc(50% - 20px);
    color: #fff;
}

.casethree-four-left h2 {
    margin-bottom: 34px;
}

.casethree-four-right {
    width: calc(50% - 20px);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casethree-four-right img {
    width: calc(100% + 300px);
    margin-right: -50px;
}

.bottom-text {
    color: #fff;
    padding-top: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.casethree-five {
    padding-top: 100px;
    padding-bottom: 100px;
}

.casethree-five .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    font-size: 18px;
}

.casethree-five-left, .casethree-five-right {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casethree-five h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

.casethree-five img {
    margin-top: 30px;
    width: 100%;
}

.casethree-five a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #4F53FF;
    padding-top: 20px;
}

.casethree-five h4 {
    font-weight: 700;
    font-size: 70px;
    margin: 20px 0 0 0;
    color: #4f53ff;
    line-height: 120%;
}


.casethree-five p{
    margin: 0 0 20px 0;
}

.casethree-six {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #4F53FF;
    color: #fff;
}

.casethree-six-text {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0;
    display: inline-block;
}

.casethree-six-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.casethree-six-block-item {
    background: #fff;
    border-radius: 0 20px 0 20px;
    padding: 20px;
    width: calc(25% - 22.5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casethree-six-block-item span {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.casethree-six-block-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.casethree-six-block-two-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(25% -  40px);
    margin: 20px;
}

.casethree-six-block-two-item img {
    width: 80px;
    height: auto;
    margin-right: 20px;
}

.casethree-six-block-two-item span {
    font-weight: 600;
    width: calc(100% - 100px);
}

.casethree-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}

.casethree-seven .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub-titile {
    color: #4f53ff;
    font-size: 40px;
}

.pre-sub-titile {
    color: #000;
    font-size: 24px;
    margin: 10px 0 20px 0;
}

.casethree-seven-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.casethree-seven-item {
    width: calc(33.33% - 26.6px);
    background: #FFFFFF;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
    margin-top: 80px;
}

.casethree-seven-block .casethree-seven-item:nth-child(3) {
    background: #4F53FF;
    color: #fff;
}

.casethree-seven-item .label {
    margin-top: -70px;
    font-size: 24px;
    color: #4f53ff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.casethree-seven-item h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.casethree-seven-item img {
    height: 70px;
    margin: 14px 0;
}

.sevenimg {
    margin: 0 auto;
    display: block;
}

.sevendiv {
    margin: 0 auto;
    display: flex;
    width: auto;
    max-width: 300px;
}

.sevendiv img {
    width: 45px;
    height: 45px;
    margin-right: 10px; 
}

.casethree-seven-block-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-top: 50px;
    width: 100%;
}

.casethree-seven-block-two-box img {
    max-width: 100%;
}

.casethree-seven-block-two-item {
    width: calc(33.33% - 13.33px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casethree-seven-block-two-item:nth-child(3) .item-box-top img {
    display: none;
}

.item-box-top {
    width: 100%;
}

.casethree-seven-block-two-box {
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.14);
    width: 100%;
    margin-top: 10px;
    height: calc(100% - 32px);
    font-size: 18px;
}

.item-box-top img {
    width: calc(100% - 100px);
    margin-top: -40px;
}

.casethree-seven-block-two-box ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 14px;
}

.casethree-seven-block-two-box ul li {
    color: #14AE89;
}

.casethree-seven-block-two-box ul li span{
    color: #000;
}

.casethree-seven-block-two-box ul li b {
    color: #4f53ff;
}

.btm-text {
    color: #4F53FF;
    font-weight: 600;
    margin-top: 20px;
}

.casethree-eight {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #303136;
    color: #fff;
}

.casethree-eight-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    font-size: 22px;
    margin-top: 40px;
}

.casethree-eight-item {
    width: 25%;
}

.casethree-nine {
    padding-top: 100px;
    padding-bottom: 100px;
}

.casethree-nine-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin: 40px 0 60px 0;
}

.casethree-nine-item {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casethree-nine-item span:first-child {
    color: #4f53ff;
    font-weight: 700;
    font-size: 18px;
}

.casethree-nine-item span:first-child span {
    font-size: 34px;
}

.casethree-nine h2 {
    font-size: 46px;
}

.casethree-eight-block-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin: 40px 0 60px 0;
    flex-wrap: wrap;
}

.casethree-nine-item-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 15px);
}

.casethree-nine-item-two span:first-child {
    font-weight: 500;
    font-size: 44px;
    line-height: 150%;
    text-shadow: 0px 0px 2px #14AE89;
    color: #fff;
    margin-right: 12px;
}

.casethree-nine-item-two span:nth-child(2) {
    font-size: 18px;
}

.text-one {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
    display: block;
    color: #4f53ff;
}

.text-two {
    width: auto;
    text-align: center;
    font-size: 18px;
    background: #4F53FF;
    padding: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 14px;
    margin: 0 auto;
    display: block;
    max-width: 530px;
}

.casethree-eleven {
    background: #BEDCFF;
    
}

.casethree-eleven .caseone-seven-left {
    color: #303136;
}

.casethree-eleven .caseone-seven-sub {
    color: #303136;
}

.casethree-eleven .caseone-seven-right h3 {
    color: #303136;
}

.casetwo-five {
    padding-top: 40px;
    padding-bottom: 140px;
}

.casetwo-five .content {
    width: 100%;
    background: #14AE89;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    font-size: 18px;
}

.casetwo-five h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.casetwo-five-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.casetwo-five-left {
    width: calc(50% - 20px);
}

.casetwo-five-right {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.casetwo-five-left img {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.casetwo-five-right-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.casetwo-five-right-item span:first-child {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #14AE89;
    background: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.casetwo-five-right-item span:nth-child(2) {
    width: calc(100% - 40px);
    display: inline-block;
}

.casetwo-five-block-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.casetwo-five-block-two div {
    background: #fff;
    padding: 10px;
    text-align: center;
    color: #000;
    width: calc(33.33% - 10px);
    border-radius: 5px;
}

.casetwo-five-block-two div:nth-child(5), .casetwo-five-block-two div:nth-child(6), .casetwo-five-block-two div:nth-child(9) {
    background: #FFC664;
}

.casetwo-six {
    background: #232428;
    padding-top: 140px;
    padding-bottom: 100px;
    color: #fff;
    font-size: 18px;
}

.casetwo-six h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.casetwo-six .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.casetwo-six-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.casetwo-six-block-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casetwo-six-block h3 {
    font-size: 20px;
    margin: 0 0 14px 0;
    font-weight: bold;
    color: #fff;
}

.casetwo-six-block ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.block-one ul li {
    color: #4f53ff;
}

.block-one .label {
    background: #4F53FF;
}

.block-one img {
    margin: 6px 0 0 20px;
}

.casetwo-six-block ul li span {
    color: #fff;
}

.block-two ul li {
    color: #14AE89;
}

.block-two .label {
    background: #14AE89;
    margin-top: 20px;
}

.block-two img {
    margin: 12px 20px 0 -100px;
}

.block-three ul li {
    color: #FEBB2C;
}

.block-three .label {
    background: #FEBB2C;
}

.block-three img {
    margin: 14px 20px 0 4px;
}

.casetwo-six-block .label {
    padding: 10px;
    border-radius: 5px;
    margin-left: 14px;
}

.casetwo-seven {
    padding-top: 140px;
    padding-bottom: 110px;
}

.casetwo-seven-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
    width: 100%;
    margin-top: 36px;
    min-width: 970px;
}

.casetwo-seven-block-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
    width: 100%;
}

.casetwo-seven-block-item {
    border: #C1C1C1 1px solid;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
}

.casetwo-seven-block-row .casetwo-seven-block-item:first-child {
    width: calc(25% - 2.4px);
}

.casetwo-seven-block-row .casetwo-seven-block-item:nth-child(2),
.casetwo-seven-block-row .casetwo-seven-block-item:nth-child(3),
.casetwo-seven-block-row .casetwo-seven-block-item:nth-child(4) {
    width: calc(15% - 2.4px);
}

.casetwo-seven-block-row .casetwo-seven-block-item:nth-child(5) {
    width: calc(30% - 2.4px);
}

.casetwo-seven-block-row:first-child .casetwo-seven-block-item {
    background: #4F53FF;
    color: #fff;
    font-weight: bold;
}

.casetwo-seven-block-row:nth-child(2) .casetwo-seven-block-item:first-child,
.casetwo-seven-block-row:nth-child(3) .casetwo-seven-block-item:first-child,
.casetwo-seven-block-row:nth-child(5) .casetwo-seven-block-item:first-child {
    font-weight: bold;
    color: #575F6E;
}

.casetwo-seven-block-row:nth-child(2) .casetwo-seven-block-item:nth-child(2),
.casetwo-seven-block-row:nth-child(2) .casetwo-seven-block-item:nth-child(3),
.casetwo-seven-block-row:nth-child(3) .casetwo-seven-block-item:nth-child(4) {
    color: #DE4C56;
}

.casetwo-seven-block-row:nth-child(4) .casetwo-seven-block-item:first-child,
.casetwo-seven-block-row:nth-child(4) .casetwo-seven-block-item:nth-child(2),
.casetwo-seven-block-row:nth-child(4) .casetwo-seven-block-item:nth-child(3),
.casetwo-seven-block-row:nth-child(4) .casetwo-seven-block-item:nth-child(5) {
    background: #14AE89;
    color: #fff;
}

.casetwo-seven-bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.casetwo-seven-bottom .label {
    background: #14AE89;
    color: #fff;
    border: #C1C1C1 1px solid;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
}

.casetwo-seven-block-two {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.casetwo-seven-block-two-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.casetwo-seven-block-two-item span:first-child {
    color: #4F53FF;
    font-size: 50px;
    font-weight: bold;
}


@media screen and (max-width: 1040px) {
    h1, h2 {
        font-size: 38px;
    }

    .cont-left {
        width: 200px;
    }

    .cont-right {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 860px) {
    .header .menu {
        display: none;
    }
    .home-one-right {
        display: none;
    }

    .home-one-left {
        width: 100%;
    }

    .home-one {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vertical {
        flex-direction: column;
    }

    .cont-left {
        width: 100% !important;
        margin-bottom: 30px;
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-right: 0px;
      }

      .cont-right {
        width: 100% !important;
      }

      .home-two .container, .home-three .container, .advantages-screen .container, 
      .home-seven, .home-eight, .service-fournewnewnew, .service-five, .service-six,
      .service-seven, .service-foureight, .indust-four, .service-fournew, .service-fivenew .service-ul,
      .footer-top .container, .case-stu-one .content, .case-stu-two,
      .about-one .vertical, .about-two, .about-three, .about-five, .about-six.about-five, .blog-one,
      .single-autor, .single-two, .single-four, .single-five, .about-six, 
      .caseone-one,
      .caseone-two,
      .caseone-three,
      .caseone-four,
      .caseone-five,
      .casetwo-two,
      .casetwo-three,
      .casetwo-four,
      .casetwo-five,
      .casetwo-six,
      .casetwo-seven,
      .casethree-two,
      .casethree-three,
      .casethree-four,
      .casethree-five,
      .casethree-six,
      .casethree-seven,
      .casefour-two,
      .casefour-three,
      .casefour-four,
      .casefour-five,
      .casefour-nine,
      .casefour-ten,
      .casefour-eleven,
      .casefour-third,
      .casefour-fourth,
      .casefour-fifth,
      .casefour-sixth,
      .casefour-seventh {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
      }

      .casefour-nine-left span {
        margin-top: 0 !important;
      }

      .service-two, .service-three, .service-twonew, .service-twotwo, .service-twonewtwo,
      .service-fournewnew, .service-fivenew, .case-one, .case-stu-one .vertical, .case-stu-one,
      .case-stu-three, .about-two .cont-right, .about-six .container, .mySwiper4, .contacts-one, .case-one .vertical,
      .casefour-eight,
      .casefour-eighth,
      .casefour-six {
        padding-top: 50px !important;
      }

      .casefour-four-left h2,
      .casefour-eight h2,
      .casefour-ten h2,
      .casefour-third h2 {
        margin-top: 0 !important;
      }

      .casefour-ten-bottom-img {
        margin-top: 40px;
    }

      .service-twonew-text-box, .service-fournewnewnew-block, .service-five-block,
      .service-six-block, .service-seven-block, .service-three-items, .service-fournewnew-block,
      .indust-five .home-seven-block, .blog-one .container, .casethree-two-block {
        margin-top: 40px;
      }

      .case-stu-block {
          padding-bottom: 50px;
      }

      .case-item {
          margin-bottom: 30px;
      }

      .service-three-items, .form-box, .contact-box  {
          margin-bottom: 20px;
      }

      .service-eight .column {
        margin-bottom: 50px;
      }

      .home-two-text {
        font-size: 18px;
      }

      .home-one-left span br {
          display: none;
      }

      .home-one-left h1 br{
        display: none;
      }

      .navigation {
        margin-bottom: 0px !important;
      }

      .swiper-one {
        height: auto;
      }

      .swiper-item-text {
          margin-bottom: 40px;
      }

      .swiper-one .swiper-item {
          height: 100%;
      }

      .home-six .cont-left {
        justify-content: flex-start;
        margin-top: 40px;
        margin-bottom: 20px;
      }

      .mySwiper2 {
        margin-top: 0px;
      }

      .home-seven-item {
        height: 250px;
      }

      .home-eight .container,.single-five .blog-item {
        padding-top: 40px;
      }

      .bread {
        padding-top: 20px;
      }

      .block-items {
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .service-twonewtwo .cont-left {
        flex-direction: column;
      }

      .service-twonewtwo .cont-left h2 {
          width: 100%;
      }

      .service-twonewtwo .cont-right {
          display: none;
      }

      .service-fivenew-icon {
        height: 200px;
      }

      .indust-four {
          margin-bottom: 50px;
      }

      .footer-top-right {
          display: none;
      }

      .case-stu-one .cont-left {
          display: none;
      }

      .case-stu-block h2 {
        margin-bottom: 10px;
      }

      .case-stu-block .page-title span {
          margin-bottom: 20px;
      }

      .accordion__content {
          padding-left: 0;
          padding-right: 0;
      }

      .accordion__content-left {
          width: 20%;
      }

      .accordion__content-right {
        width: 80%;
      }

      .mySwiper4 {
        height: 460px;
        overflow: visible;
      }

      .blog-one .blog-item-img {
          max-width: 260px;
          height: 180px;
      }

      .blog-item {
          flex-direction: column;
      }

      .blog-item-left {
          max-width: 100%;
          padding-right: 0;
          padding-bottom: 30px;
          align-items: flex-start;
      }

      .blog-item-right {
          width: 100%;
      }

      .blog-item-img {
        height: 240px;
      }

      .contacts-right {
        padding-left: 10px;
      }

      .contacts-left {
        padding-right: 10px;
      }

      .service-ul {
        padding-top: 40px;
      }

      .column {
        padding-top: 50px;
        margin-bottom: 50px;
        }
        .single-four-left {
            padding-left: 100px;
        }

        .burger {
            display: block;
        }

        .header .button {
            display: none;
        }

        .service-foureight .cont-right {
            display: none;
        }

        .click-two {
            display: none;
        }

        .single-four {
            background: #4f53ff;
        }
	
		.home-four-right {
			display: none !important;
		}
	
		.home-four-left {
	  		width: 100%;
			border: none;
		}
    }

    @media screen and (max-width: 680px) {
        .home-two-item {
            width: 100% !important;
            padding: 20px;
        }

        .home-two-img {
            display: none;
        }

        .home-two-block .home-two-item span {
            width: calc(100% + 44px);
            margin-right: -44px;
        }

        .home-two-item h3 {
            width: calc(100% - 44px);
        }

        .home-two-item-box {
            width: 100%;
        }

        .home-two-block .home-two-item:nth-last-child(2) {
            display: none;
        }
        .home-three-item {
            width: calc(100% - 20px);
        }

        .home-three-block .home-three-item:nth-child(2) {
            margin-top: 10px;
        }

        .home-four-right {
            display: none;
        }

        .home-four-left {
            width: 100%;
            border: none;
        }

        .counter,
        .casetwo-seven-block-two {
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-around;
        }

        .counter-item,
        .casetwo-seven-block-two-item {
            width: calc(50% - 20px);
            margin: 0 10px;
        }

        .counter-number {
            font-size: 50px;
        }

        .swiper-one .swiper-item {
            padding: 20px;
        }

        .swiper-img {
            height: 290px;
        }

        .home-seven-item {
            width: 100%;
        }

        .footer-menu {
            flex-wrap: wrap;
        }

        .footer-column {
            margin-right: 10px;
            width: calc(50% - 10px);
        }

        .footer-contacts {
            flex-direction: column;
        }

        .block-items .block-items-item {
            width: calc(100% - 30px) !important;
            padding: 20px;
            margin-bottom: 20px;
        }

        .service-twonew-text-box {
            flex-direction: column;
        }

        .service-twonew-text-box span {
            width: 100%;
        }

        .service-twonew-icon-box {
            flex-wrap: wrap;
        }

        .service-twonew-icon-box img {
            width: calc(50% - 70px);
            margin: 0 35px 40px 35px;
        }

        .service-fournewnewnew-item {
            width: 50%;
        }

        .service-five-item {
            width: calc(100% - 30px);
        }

        .service-six-item {
            width: calc(100% - 44px);
        }

        .service-seven-block {
            flex-wrap: wrap;
        }

        .service-seven-item {
            width: calc(100% - 30px);
        }

        .service-seven-item-img {
            height: 400px;
        }

        .accordion__header span {
            max-width: 92%;
        }

        .service-three-items li {
            width: 100%;
        }

        .service-foureight .service-three-items li {
            width: 50%;
        }

        .service-fournewne-item {
            width: calc(100% - 50px);
            margin-bottom: 20px;
            padding: 20px;
        }

        .service-fivenew-item {
            width: 100%;
        }

        .service-fivenew-block {
            flex-wrap: wrap;
        }

        .service-fivenew-icon {
            height: 200px;
            width: 200px;
        }

        .service-fivenew-bottom {
            display: none;
        }

        .service-fivenew-item {
            padding: 10px 20px;
        }

        .case-one .cont-left {
            display: none;
        }

        .left-item {
            width: calc(100% + 10px);
            margin-right: 0px;
        }

        .case-stu-block .cont-right {
            flex-wrap: wrap;
        }

        .right-item {
            width: calc(100% + 10px);
            margin-left: 0px;
            display: flex;
            padding-top: 0;
        }

        .swiper-box {
            flex-direction: column;
        }

        .mySwiper5 {
            width: 100%;
            padding-right: 0px;
        }

        .mySwiper6 {
            width: 100%;
        }

        .service-ul li {
            width: 100%;
        }

        h2 br {
            display: none;
        }

        .about-two-item {
            width: 100%;
        }

        .about-three-item {
            width: 100%;
            margin: 0 0 20px 0 !important;
        }

        .about-three-img {
            height: 430px;
            
        }

        .about-four .page-title img {
            display: none;
        }

        .about-four .page-title {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .about-four .page-title span {
            margin-top: 20px;
        }

        .about-four .page-title span br {
            display: none;
        }

        .accordion__content-item {
            flex-direction: column;
        }

        .blog-item-box {
            padding-left: 0px;
        }

        .blog-one .blog-item-img {
            max-width: 100%;
        }

        .blog-item h3 {
            font-size: 18px;
        }

        .single-img {
            height: 280px;
        }

        .single-four-right {
            display: none;
        }

        .single-four-left {
            padding-left: 0px;
        }

        .blog-item-right {
            flex-direction: column;
        }

        .blog-item-img {
            order: 1;
        }

        .blog-item-right-box {
            order: 2;
            width: 100%;
            margin-right: 0px;
        }

        .blog-item h3 {
            margin: 20px 0;
        }

        .autor {
            margin-bottom: 10px;
        }

        .contacts-left {
            width: 100%;
            padding-right: 0px;
        }

        .contacts-right {
            width: 100%;
            padding-left: 0px;
        }

        .contacts-one .container {
            flex-wrap: wrap;
        }
    }

.h-o-a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.h-o-a div {
    font-size: 52px;
    color: rgb(35, 36, 40);
    font-weight: 800;
    animation: one 3s ease-in-out infinite;
}

@keyframes one {
    0% { margin-left: -30px; }   
    50% { margin-left: 50px; }
    100% {margin-left: -30px; }
}

.h-o-a div span {
    color: #9266f5;
}

.h-o-a div, .h-o-a img {
    position: absolute;
}

.home-four-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    clip: rect(auto, auto, auto, auto);
}

.s-th-o-a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.s-th-o-a-0 {
    width: 311px;
    height: 430px;
}

.s-th-o-a-1 {
    position: absolute;
    width: 17px;
    animation: s-th-one 4s ease-in-out infinite;
}

@keyframes s-th-one {
    0% { margin: 46px 0 0 90px; }   
    50% { margin: 6px 0 0 90px; }
    100% { margin: 46px 0 0 90px; }
}

.s-th-o-a-2 {
    position: absolute;
    width: 6px;
    animation: s-th-two 6s ease-in-out infinite;
}

@keyframes s-th-two {
    0% { margin: 136px 0 0 250px; }   
    30% { margin: 126px 0 0 250px; }
    70% { margin: 73px 0 0 250px; }
    100% { margin: 136px 0 0 250px; }
}

.s-th-o-a-3 {
    position: absolute;
    width: 9px;
    animation: s-th-three 5s ease-in-out infinite;
}

@keyframes s-th-three {
    0% { margin: 86px 0 0 50px; }   
    30% { margin: 46px 0 0 50px; }
    70% { margin: 106px 0 0 50px; }
    100% { margin: 86px 0 0 50px; }
}

.s-th-o-a-4 {
    position: absolute;
    width: 9px;
    animation: s-th-four 8s ease-in-out infinite;
}

@keyframes s-th-four {
    0% { margin: 252px 0 0 90px; }   
    30% { margin: 212px 0 0 90px; }
    80% { margin: 292px 0 0 90px; }
    100% { margin: 252px 0 0 90px; }
}

.s-th-o-a-5 {
    position: absolute;
    width: 11px;
    animation: s-th-five 3s ease-in-out infinite;
}

@keyframes s-th-five {
    0% { margin: 62px 0 0 240px; }   
    20% { margin: 42px 0 0 240px; }
    60% { margin: 72px 0 0 240px; }
    100% { margin: 62px 0 0 240px; }
}

.s-th-o-a-6 {
    position: absolute;
    width: 6px;
    animation: s-th-six 4s ease-in-out infinite;
}

@keyframes s-th-six {
    0% { margin: 152px 0 0 90px; }   
    30% { margin: 182px 0 0 90px; }
    70% { margin: 142px 0 0 90px; }
    100% { margin: 152px 0 0 90px; }
}

.s-fv-o-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 190px;
}

.s-fv-o-a img {
    width: 220px;
}

.s-fv-o-a-1 {
    position: absolute;
    margin: -200px 0 0 20px;
    transform: rotate(6deg);
    animation: s-fv-one 3s ease-in-out infinite;
}

@keyframes s-fv-one {
    0% { margin: -200px 0 0 10px; }   
    15% { margin: -250px 0 0 10px; }
    75% { margin: -250px 0 0 10px; }
    100% { margin: -200px 0 0 10px; }
}

.s-fv-o-a-2 {
    position: absolute;
    margin: -150px 0 0 0;
    animation: s-fv-two 3s ease-in-out infinite;
}

@keyframes s-fv-two {
    0% { margin: -150px 0 0 0; }   
    30% { margin: -200px 0 0 0; }
    60% { margin: -200px 0 0 0; }
    100% { margin: -150px 0 0 0; }
}

.s-fv-o-a-3 {
    position: absolute;
    margin: -100px 0 0 0;
    animation: s-fv-three 3s ease-in-out infinite;
}

@keyframes s-fv-three {
    0% { margin: -100px 0 0 0; }   
    45% { margin: -150px 0 0 0; }
    45% { margin: -150px 0 0 0; }
    100% { margin: -100px 0 0 0; }
}

.s-fv-o-a-4 {
    position: absolute;
    margin: -30px 0 0 0;
}

.s-sx-o-a {
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.s-sx-o-a-1 {
    width: 390px;
}

.s-sx-o-a-2 {
    width: 80px;
    position: absolute;
    margin-top: 45px;
    animation: s-sx-one 3s ease-in-out infinite;
}

@keyframes s-sx-one {
    0% { width: 70px; }   
    50% { width: 90px; }
    100% { width: 70px; }
}

.s-tn-o-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s-tn-o-a-2 {
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #4f53ff;
    line-height: normal;
    animation: s-tn-two 6s ease-in-out infinite;
}

@keyframes s-tn-two {
    0% { opacity: 1; }   
    20% { opacity: 1; }
    40% { opacity: 0; }
    80% { opacity: 0; }
    100% { opacity: 1; }
}

.s-tn-o-a-3 {
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #4f53ff;
    line-height: normal;
    animation: s-tn-three 6s ease-in-out infinite;
}

@keyframes s-tn-three {
    0% { opacity: 0; }   
    20% { opacity: 0; }
    40% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

.s-tn-o-a-4 {
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #4f53ff;
    line-height: normal;
    animation: s-tn-four 6s ease-in-out infinite;
}

@keyframes s-tn-four {
    0% { opacity: 0; }   
    20% { opacity: 0; }
    40% { opacity: 0; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

.s-tw-o-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s-tw-o-a-one {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.s-tw-o-a-two {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: s-tw-two 8s ease-in-out infinite;
}

@keyframes s-tw-two {
    0% { margin-left: 0px; transform: rotate(0deg); }   
    20% { margin-left: 80px; transform: rotate(15deg); }
    80% {  margin-left: 80px; transform: rotate(15deg);}
    100% { margin-left: 0px; transform: rotate(0deg); }
}

.s-tw-o-a-three {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: s-tw-three 8s ease-in-out infinite;
}

@keyframes s-tw-three {
    0% { margin-left: 0px; transform: rotate(0deg); }   
    20% { margin-left: 80px; transform: rotate(15deg); }
    40% { margin-left: 160px; transform: rotate(30deg); }
    60% { margin-left: 160px; transform: rotate(30deg); }
    80% {  margin-left: 80px; transform: rotate(15deg);}
    100% { margin-left: 0px; transform: rotate(0deg); }
}


.s-tw-o-a-1, .s-tw-o-a-3, .s-tw-o-a-5  {
    width: 170px;
    height: 370px;
}

.s-tw-o-a-2, .s-tw-o-a-4, .s-tw-o-a-6 {
    position: absolute;
    color: #4f53ff;
    font-size: 26px;
    white-space: nowrap;
    padding-left: 50%;
}

.s-nn-o-a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.s-nn-o-1 {
    position: absolute;
    animation: s-nn-one 2s ease-in-out infinite;
}

@keyframes s-nn-one {
    0% { margin: -140px 0 0 0; }   
    50% { margin: -160px 0 0 0; }
    100% { margin: -140px 0 0 0; }
}

.s-nn-o-2 {
    position: absolute;
    animation: s-nn-two 3s ease-in-out infinite;
}

@keyframes s-nn-two {
    0% { margin: -100px 0 0 0; }   
    50% { margin: -60px 0 0 0; }
    100% { margin: -100px 0 0 0; }
}

.s-nn-o-3 {
    position: absolute;
    animation: s-nn-three 2s ease-in-out infinite;
}

@keyframes s-nn-three {
    0% { margin: -30px 0 0 0; }   
    50% { margin: 0px 0 0 0; }
    100% { margin: -30px 0 0 0; }
}

.s-nn-o-4 {
    position: absolute;
    animation: s-nn-four 3s ease-in-out infinite;
}

@keyframes s-nn-four {
    0% { margin: 110px 0 0 0; }   
    50% { margin: 90px 0 0 0; }
    100% { margin: 110px 0 0 0; }
}

.s-nn-o-5 {
    position: absolute;
    animation: s-nn-five 2s ease-in-out infinite;
}

@keyframes s-nn-five {
    0% { margin: 180px 0 0 0; }   
    50% { margin: 160px 0 0 0; }
    100% { margin: 180px 0 0 0; }
}

.s-nn-o-6 {
    width: 350px;
}

.s-nn-o-7 {
    width: 350px;
    z-index: 1;
}

.s-on-o-a {
    width: 264px;
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.s-on-o-1 {
    width: 264px;
    height: 264px;
}

.s-on-o-2 {
    position: absolute;
    width: 117px;
    height: 117px;
    margin: 0;
    animation: s-on-two 5s ease-in-out infinite;
    opacity: 0;
}

@keyframes s-on-two {
    0% { opacity: 0; }   
    5% { opacity: 1; }
    20% { opacity: 1; }
    25% { opacity: 0; }
}

.s-on-o-3 {
    position: absolute;
    width: 117px;
    height: 117px;
    margin: 0 0 0 147px;
    animation: s-on-three 5s ease-in-out infinite;
    opacity: 0;
}

@keyframes s-on-three {
    0% { opacity: 0; }   
    25% { opacity: 0; }
    30% { opacity: 1; }
    45% { opacity: 1; }
    50% { opacity: 0; }
}

.s-on-o-4 {
    position: absolute;
    width: 117px;
    height: 117px;
    margin: 147px 0 0 0;
    animation: s-on-four 5s ease-in-out infinite;
    opacity: 0;
}

@keyframes s-on-five {
    0% { opacity: 0; }   
    50% { opacity: 0; }
    55% { opacity: 1; }
    70% { opacity: 1; }
    75% { opacity: 0; }
}

.s-on-o-5 {
    position: absolute;
    width: 117px;
    height: 117px;
    margin: 147px 0 0 147px;
    animation: s-on-five 5s ease-in-out infinite;
    opacity: 0;
}

@keyframes s-on-four{
    0% { opacity: 0; }   
    75% { opacity: 0; }
    80% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.f-o-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
}

.f-o-a img {
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 20px;
}

.h-f-a-one, .h-f-a-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-f-a-one {
    height: 228px;
}

.h-f-a-one img {
    width: 420px;
}

.h-f-a-one-2 {
    z-index: 1;
}

.h-f-a-one div{
    font-size: 52px;
    color: rgb(35, 36, 40);
    font-weight: 800;
    transform: rotate(90deg);
    animation: h-fr-two 3s ease-in-out infinite;
    position: absolute;
}

.h-f-a-one div span {
    color: #fff;
}

@keyframes h-fr-two {
    0% { margin: -60px 0 0 0; }   
    50% { margin: 60px 0 0 0; }
    100% { margin: -60px 0 0 0; }
}

.caseone-two-img-vis,
.caseone-two-img-mob {
    display: none;
}

@media screen and (max-width: 1720px) {
    .caseone-seven-right {
        width: 60%;
    }
}

@media screen and (max-width: 1400px) {
    .caseone-seven-right {
        width: 65%;
      }

    .caseone-three-block {
        padding-top: 40px;
    }

    .caseone-three-left .container {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1240px) {
    .caseone-one h1 br {
        display: none;
    }

    .caseone-five-box2-item span:first-child {
        font-size: 50px;
    }

    .caseone-two-block {
        height: 425px;
        width: 980px;
        margin: 0 auto;
    }

    .caseone-two-block span {
        font-size: 18px;
    }

    .caseone-two-block span:nth-child(1) {
        margin: 38px 0 0 50px;
    }

    .caseone-two-block span:nth-child(2) {
        margin: 38px 0 0 385px;
    }

    .caseone-two-block span:nth-child(3) {
        margin: 22px 0 0 706px;
    }

    .caseone-two-block span:nth-child(4) {
        margin: 178px 0 0 56px;
    }

    .caseone-two-block span:nth-child(5) {
        margin: 165px 0 0 350px;
    }

    .caseone-one {
        padding-bottom: 115px;
    }

    .caseone-two {
        padding-top: 115px;
    }

    .caseone-three-left .container {
        padding-top: 0;
    }

    .caseone-three-block {
        padding-top: 40px;
        gap: 30px;
    }

    .caseone-three-block div {
        padding: 20px;
        font-size: 20px;
    }

    .caseone-three {
        padding-bottom: 115px;
    }

    .caseone-four {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .caseone-five-box {
        padding-bottom: 0;
    }

    .caseone-five {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .caseone-two-text-box span {
        width: calc(50% - 93px);
        margin: 0 !important;
    }

    .caseone-two-text-box span br {
        display: none;
    }

    .caseone-two-text-box img {
        width: 166px;
        margin: 40px 10px 0 10px;
    }

    .caseone-seven {
        flex-direction: column;
    }

    .caseone-seven-left,
    .caseone-seven-right {
        width: 100%;
    }

    .caseone-seven-left .container {
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .caseone-one-left {
        width: 100%;
    }

    .caseone-one-right {
        display: none;
    }

    .caseone-one-left .container {
        max-width: 100%;
    }

    .caseone-two-text-box-three div:first-child,
    .caseone-two-text-box-three div:nth-child(2) {
        font-size: 20px;
    }

    .caseone-five-box2-item span:first-child {
        font-size: 46px;
    }

    .caseone-seven {
        flex-direction: column;
        gap: 30px;
    }

    .caseone-seven-left,
    .caseone-seven-right {
        width: 100%;
    }

    .caseone-seven-left .container {
        max-width: 100%;
    }

    .caseone-two-block {
        background: url(img/Group2442-2.svg) no-repeat;
        height: 825px;
        width: 706px;
    }

    .caseone-two-block span:nth-child(5) {
        margin: 405px 0 0 400px;
    }

    .caseone-two-block span:nth-child(4) {
        margin: 420px 0 0 76px;
    }

    .caseone-two-block span:nth-child(1) {
        margin: 238px 0 0 64px;
    }

    .caseone-two-block span:nth-child(2) {
        margin: 238px 0 0 435px;
    }

    .caseone-two-block span:nth-child(3) {
        margin: 32px 0 0 46px;
        max-width: 620px;
    }

    .caseone-two-block span:nth-child(3) br{
        display: none;
    }

    .caseone-two-text-box {
        flex-wrap: wrap;
    }

    .caseone-two-text-box span:first-child {
        width: 100%;
        padding-right: 20%;
    }

    .caseone-two-img-vis {
        display: block;
    }

    .caseone-two-img-hid {
        display: none;
    }

    .caseone-two-text-box span:last-child {
        padding-top: 30px;
        width: calc(100% - 200px);
    }

    .casethree-three-bottom span br {
        display: none;
    }
}

@media screen and (max-width: 930px) {
    .caseone-five-box2-item,
    .casetwo-seven-block-two-item {
        width: 23%;
    }
}

@media screen and (max-width: 800px) {
    .caseone-five-box2,
    .casetwo-seven-bottom {
        flex-direction: column;
    }

    .caseone-five-box2-box {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .caseone-five-quote,
    .casetwo-seven-bottom .label {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .casetwo-seven-bottom .label br {
        display: none;
    }

    .caseone-two-text-box-three div:first-child {
        max-width: 50%;
    }

    .caseone-two-text-box-three div:first-child br,
    .caseone-two-text-box-three div:nth-child(2) br {
        display: none;
    }

    .caseone-seven-item {
        width: calc(33.3% - 19.8px);
    }
}

@media screen and (max-width: 750px) {
    .caseone-two-block {
        height: 700px;
        width: 660px;
        background-size: contain;
    }

    .caseone-two-block span:nth-child(3) {
        margin: 32px 0 0 20px;
    }

    .caseone-two-block span:nth-child(1) {
        margin: 223px 0 0 54px;
    }

    .caseone-two-block span:nth-child(2) {
        margin: 222px 0 0 402px;
    }

    .caseone-two-block span:nth-child(4) {
        margin: 392px 0 0 66px;
    }

    .caseone-two-block span:nth-child(4) {
        margin: 392px 0 0 66px;
    }

    .caseone-two-block span:nth-child(5) {
        margin: 380px 0 0 370px;
    }

    .caseone-four-item-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 680px) {
    .caseone-two-block {
        height: 860px;
        width: 340px;
        background: url(img/Group-2531.svg) no-repeat;
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
    }

    .caseone-two-block span:nth-child(3) {
        margin: 32px 0 0 0px;
    }

    .caseone-two-block span:nth-child(1) {
        margin: 212px 0 0 0;
    }

    .caseone-two-block span:nth-child(2) {
        margin: 348px 0 0 0;
    }

    .caseone-two-block span:nth-child(4) {
        margin: 482px 0 0 0;
    }

    .caseone-two-block span:nth-child(5) {
        margin: 603px 0 0 0;
    }

    .caseone-two-text-box span:first-child {
        padding-right: 0;
    }

    .caseone-two-text-box {
        flex-direction: column;
    }

    .caseone-two-text-box span:last-child {
        width: 100%;
    }

    .caseone-two-img-vis {
        display: none;
    }

    .caseone-two-img-mob {
        display: block;
    }

    .caseone-two-text-box-two span:first-child {
        font-size: 20px;
    }

    .caseone-two-text-box-two span:nth-child(2) {
        font-size: 16px;
    }

    .caseone-two-text-box-two span:nth-child(2) br {
        display: none;
    }
    
    .caseone-two-text-box-three {
        flex-direction: column;
    }

    .caseone-two-text-box-three div:first-child {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .caseone-two-text-box-three div:nth-child(2) {
        align-items: center;
        text-align: center;
    }

    .caseone-three {
        flex-direction: column;
    }

    .caseone-three-left,
    .caseone-three-right {
        width: 100%;
    }

    .caseone-four-block {
        flex-direction: column;
    }

    .caseone-four-item {
        width: 100% !important;
        padding: 0 20px 20px 20px;
    }

    .caseone-four-item-title {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .caseone-four-item-box {
        flex-direction: column;
    }

    .caseone-five-right {
        display: none
    }

    .caseone-five-left {
        width: 100%;
        padding: 0;
    }

    .caseone-five-box2-box {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .caseone-five-box2-item, .casetwo-seven-block-two-item {
        width: 40%;
    }

    .caseone-six-block {
        padding: 20px;
    }

    .caseone-six-block span {
        font-size: 16px;
    }

    .caseone-seven-item {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 1140px) {
    .casetwo-four-bottom,
    .casetwo-four-top {
        flex-direction: column;
        align-items: center;
    }

    .casetwo-four-bottom .casetwo-four-arrow{
        transform: none !important;
        margin: 0 0 40px 0;
    }

    .casetwo-four-right img{
        display: none;
    }

    .casetwo-six-block .label {
        max-width: 300px;
    }
    .casetwo-seven-scroll {
        overflow: scroll;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.casethree-two-item-none {
    display: none;
}

.casethree-two-item-sec {
    display: none;
}

@media screen and (max-width: 940px) {
    .casetwo-two .container {
        flex-direction: column !important;
        align-items: center !important;
    }

    .casetwo-two-left {
        width: 100%;
        padding-right: 0;
    }

    .casetwo-two-right {
        width: 100%;
        align-items: center;
    }

    .casetwo-two-item {
        max-width: 100%;
        align-items: center;
    }

    .casetwo-two-item-two {
        margin-top: 0px;
    }

    .casetwo-three-block {
        flex-direction: column;
    }

    .casetwo-three-left, .casetwo-three-right {
        width: 100%;
        padding-right: 0;
    }

    .casetwo-three-right .casetwo-three-img,
    .casetwo-two-right img,
    .casetwo-five-left img {
        width: auto;
        max-width: 100%;
    }

    .casetwo-three-right .casetwo-three-img {
        margin: 0;
    }

    .casetwo-five-block {
        flex-direction: column;
    }

    .casetwo-five-left,
    .casetwo-five-right {
        width: 100%;
    }

    .casetwo-six-block {
        flex-direction: column;
    }

    .block-one img,
    .block-two img,
    .block-three img {
        display: none;
    }

    .casetwo-four-left, .casetwo-four-right {
        width: 100%;
    }

    .casetwo-four-arrow {
        height: 60px;
    }

    .casetwo-seven-block {
        font-size: 16px;
    }

    .casethree-two-block,
    .casethree-two-right {
        flex-direction: column;
        align-items: center;
    }

    .casethree-two-item-mob {
        display: none;
    }

    .casethree-two-item-none {
        display: block;
        margin: 0 0 20px 0 !important;
        max-width: 60%;
    }

    .casethree-two-left,
    .casethree-two-right {
        width: 100%;
    }

    .casethree-two-item-sec {
        display: block;
        max-width: 100%;
        margin: 20px 0 !important;
    }
}

@media screen and (max-width: 680px) {
    .casetwo-five-left img {
        margin: 0 auto;
    }

    .casetwo-five-block-two div {
        width: calc(50% - 7.5px);
    }

    .casethree-three-bottom {
        padding: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .casethree-seven-item .label {
        margin-top: -70px;
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
    .casethree-three-left .casethree-three-item h3 {
        font-size: 20px;
    }

    .casethree-three-bottom {
        padding: 20px;
    }

    .casethree-three-bottom span {
        font-size: 16px;
    }

    .casethree-six-block-two-item {
        width: calc(33.33% - 40px);
    }

    .casethree-seven-block {
        flex-wrap: wrap;
        gap: 0;
    }

    .casethree-seven-item {
        width: calc(50% - 20px);
    }

    .sevenimg,
    .sevendiv {
        display: none;
    }

    .casethree-seven-block-two {
        flex-wrap: wrap;
    }

    .casethree-seven-block-two-item {
        width: calc(50% - 10px);
    }

    .casethree-three-block {
        flex-direction: column;
    }  

    .casethree-three-left, .casethree-three-right {
        width: 100%;
    }

    .casethree-three-bottom,
    .casethree-four-block,
    .casethree-five .container {
        flex-direction: column;
        align-items: center;
    }

    .casethree-three-bottom span {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .casethree-four-left,
    .casethree-four-right {
        width: 100%;
    }

    .casethree-four-right img {
        width: calc(100% + 100px);
        margin-right: 0;
    }

    .casethree-five-left, .casethree-five-right {
        width: 100%;
    }

    .casethree-six-block-item {
        width: calc(50% - 15px);
    }

    .casethree-six-block-two-item {
        width: 100%;
    }

    .casethree-seven-item {
        width: 100%;
        margin-top: 30px;
    }

    .casethree-seven-item:nth-child(3) {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .casethree-nine-block {
        flex-wrap: wrap;
    }

    .casethree-seven-block-two-item {
        width: 100%;
    }

    .item-box-top img {
        display: none;
    }

    .casethree-eight-block {
        flex-direction: column;
    }

    .casethree-eight-item {
        width: 100%;
    }

    .casethree-nine-item {
        width: calc(33.33% - 27px);
    }

    .casethree-nine-item-two {
        width: 100%;
    }
}

.casefour-two {
    background: #f2f3fd url(img/Maskgroup.svg) bottom right no-repeat;
    padding-top: 115px;
    padding-bottom: 115px;
}

.casefour-two .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.casefour-two .content span,
.casefour-two-row-right a {
    text-align: center;
    font-size: 20px;
}

.casefour-two-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-two-row img {
    height: 60px;
    margin: 0 14px;
}

.casefour-two-row-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.casefour-two-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

.casefour-two-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px 30px 30px;
    background: #fff;
    border-radius: 10px;
    width: calc(33.33% - 20px);
}

.casefour-two-item span:first-child{
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 30px;
    width: calc(100% + 60px);
    margin-bottom: 26px;
}

.casefour-two-item:first-child span:first-child {
    background: #FFDE4F;
    color: #000;
}

.casefour-two-item:nth-child(2) span:first-child{
    background: #3391FF;
    color: #fff;
}

.casefour-two-item:nth-child(3) span:first-child{
    background:  #14AE89;
    color: #fff;
}

.casefour-three {
    padding-top: 115px;
    padding-bottom: 90px;
}

.casefour-three .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.casefour-three-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    background: #4F53FF;
    width: 100%;
}

.casefour-three-box span:first-child {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
}

.casefour-three-box span:nth-child(2) {
    font-weight: 800;
    font-size: 50px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.casefour-three-box-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.casefour-three-box-two span:first-child {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.casefour-three-box-three {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.casefour-three-box-three span:first-child {
    font-size: 20px;
    color: #4F53FF;
    font-weight: 700;
}

.casefour-four {
    padding-top: 180px;
    background: #4F53FF url(img/challenge.svg) no-repeat top center;
      background-size: auto;
    background-size: contain;
    color: #fff;
    padding-bottom: 140px;
}

.casefour-four .container:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

.casefour-four-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 55%;
    padding-right: 40px;
}

.casefour-four-left h2 {
    margin-bottom: 40px;
    margin-top: -40px;
}

.casefour-four-left span {
    font-size: 20px;
}

.casefour-four-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -200px;
    margin-bottom: -200px;
}

.casefour-five {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 115px;
}

.casefour-five-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 36px;
    flex-wrap: wrap;
}

.casefour-five-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(33.33% - 24px);
}

.casefour-five-item span {
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
}

.casefour-five-box {
    border-radius: 18px;
    padding: 24px;
    background: #9266F5;
    height: 100%;
    font-size: 22px;
    color: #fff;
    width: 100%;
}

.casefour-five-item:first-child {
    width: 100%;
}

.casefour-five-item span {
    margin: 0 0 -40px -30px;
}

.casefour-five-item:first-child span {
    color: #4F53FF;
}

.casefour-five-item:first-child .casefour-five-box {
    background: #4F53FF;
}

.casefour-five-item:nth-child(2) span {
    color: #9266F5;
}

.casefour-five-item:nth-child(3) span {
    color: #1FA47C;
}

.casefour-five-item:nth-child(3) .casefour-five-box {
    background: #1FA47C;
}

.casefour-five-item:nth-child(4) span {
    color: #FFDE4F;
}

.casefour-five-item:nth-child(4) .casefour-five-box {
    background: #FFDE4F;
    color: #000;
}

.casefour-five h2 {
    margin-bottom: 40px;
}

.casefour-six {
    padding-top: 115px;
}

.casefour-six .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-six-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.casefour-six-right {
    width: 50%;
}

.casefour-six-box {
    border-radius: 18px;
    padding: 24px;
    background: #4F53FF;
    height: 100%;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.casefour-six-icon-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.casefour-six-icon-box img {
    width: 50px;
}

.casefour-six-text {
    font-size: 18px;
}

.casefour-six-text a {
    color: #4F53FF;
    font-weight: bold;
    text-decoration: none;
}

.casefour-six-right img {
    margin: -100px 0 0 -80px;
}

.casefour-seven {
    padding-top: 80px;
}

.casefour-seven .casefour-three-box {
    background: #14AE89;
}

.casefour-eight {
    padding-top: 180px;
    background: #1FA47C url(img/challenge.svg) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    color: #fff;
}

.casefour-eight h2 {
    margin-bottom: 40px;
    margin-top: -40px;
}

.casefour-eight span {
    font-size: 20px;
}

.casefour-eight-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.casefour-eight-bottom span {
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    color: #000;
    width: 50%;
    margin-top: 60px;
    max-width: 800px;
}

.casefour-eight img {
    margin-top: 40px;
}

.casefour-nine {
    padding-top: 50px;
    padding-bottom: 120px;
}

.casefour-nine .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.casefour-nine-left {
    width: calc(45% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-nine-left img {
    max-width: 100%;
}

.casefour-nine-left span {
    border-radius: 18px;
    padding: 24px;
    background: #14AE89;
    color: #fff;
    width: 100%;
    margin-top: 60px;
    max-width: 800px;
    font-size: 20px;
}

.casefour-nine-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(55% - 30px);
}

.casefour-nine-right img {
    max-width: 100%;
}

.casefour-nine-right span {
    font-size: 22px;
    color: #14AE89;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.casefour-ten {
    background: #f2f3fd;
    padding-top: 115px;
    padding-bottom: 115px;
}

.casefour-ten h2 {
    margin-bottom: 40px;
    margin-top: -40px;
}

.casefour-ten .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 60px;
}

.casefour-ten-item {
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    color: #000;
    max-width: 800px;
    font-size: 20px;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-ten-icon {
    background: #14AE89;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casefour-ten-icon img {
    max-width: 50%;
    max-height: 50%;
}

.casefour-ten-item h3 {
    color: #14AE89;
    margin: 20px 0;
    font-weight: bold;
}

.casefour-ten-item-one {
    width: calc(50% - 190px);
    margin-right: 150px;
}

.casefour-ten-one {
    position: absolute;
    margin: -10px 0 0 400px;
}

.casefour-ten-item-two {
    margin-top: 50px;
}

.casefour-ten-two {
    position: absolute;
    margin: 260px 0 0 -50px;
}

.casefour-ten-img {
    width: calc(50% - 40px);
    margin-top: -220px;
}

.casefour-ten-item-three {
    margin-top: 40px;
}

.casefour-ten-bottom-img {
    width: 100%;
    margin-top: 120px;
}

.casefour-ten-bottom-text{
    font-size: 22px;
    color: #14AE89;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}

.casefour-eleven {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #303136;
}

.casefour-eleven .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-eleven-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #fff;
}

.casefour-eleven-right {
    width: 50%;
}

.casefour-eleven-right img {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: -100px;
}

.casefour-twelve .casefour-three-box {
    background: #FFC664;
}

.casefour-twelve .casefour-three-box span {
    color: #232428;
}

.casefour-third {
    padding-top: 180px;
    padding-bottom: 115px;
    background: #FFC664 url(img/challenge.svg) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    color: #232428;
}

.casefour-third h2 {
    margin-bottom: 40px;
    margin-top: -40px;
}

.casefour-third-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.casefour-third span {
    font-size: 20px;
}

.casefour-third-top img {
    margin: 30px 20px 0 -80px;
}

.casefour-third-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 70px;
}

.casefour-third-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-third-item img:first-child {
    height: 100px;
    width: auto;
}

.casefour-third-item img:nth-child(2) {
    width: 100px;
    height: auto;
    margin-top: -20px;
}

.casefour-third-item:nth-child(2n) img:nth-child(2) {
    transform: scale(1, -1);
    margin-top: 100px;
}

.casefour-third-item:last-child img:nth-child(2) {
    display: none;
}

.casefour-fourth {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #F2F3FD;
}

.casefour-fourth .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.casefour-fourth-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.casefour-fourth-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.casefour-fourth-right img {
    width: 80%;
    
}

.casefour-fourth-left span {
    display: block;
    margin: 40px 0;
    font-size: 20px;
    font-weight: bold;
}

.casefour-fifth .casefour-six-box{
    background: #FFC664;
    color: #232428;
}

.casefour-fifth {
    padding-bottom: 115px;
}

.casefour-fifth .casefour-six-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casefour-fifth .casefour-six-right img {
    margin: 0;
    width: 80%;
}

.casefour-sixth {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #F2F3FD;
}

.casefour-sixth h2 {
    margin-bottom: 40px;
}

.casefour-sixth-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.casefour-sixth-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px 30px 30px;
    background: #fff;
    border-radius: 10px;
}

.casefour-sixth-item span:first-child {
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 30px;
    width: calc(100% + 60px);
    margin-bottom: 26px;
    color: #fff;
}

.casefour-sixth-item span:nth-child(2) {
    width: 100%;
}

.casefour-sixth-item:first-child {
    width: calc(65% - 15px);
}

.casefour-sixth-item:nth-child(2) {
    width: calc(35% - 15px);
}

.casefour-sixth-item:nth-child(3) {
    width: calc(65% - 15px);
    margin-top: -184px;
}

.casefour-sixth-item:first-child span:first-child {
    background: #4F53FF;
}

.casefour-sixth-item:nth-child(2) span:first-child {
    background: #9266F5;
}

.casefour-sixth-item:nth-child(3) span:first-child {
    background: #1FA47C;
}

.casefour-seventh {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #BEDCFF;
}

.casefour-seventh h2 {
    margin-bottom: 40px;
}

.casefour-seventh span {
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: block;
}

.casefour-eighth {
    padding-top: 115px;
}

.casefour-nineth {
    background: #4F53FF;
}

.casefour-nineth .caseone-seven-left {
    color: #fff;
}

.casefour-nineth .caseone-seven-sub{
    color: #fff;
}

.casefour-nineth .caseone-seven-right h3 {
    color: #fff;
}

.casefive-two {
    background-color: #F2F3FD;
    padding: 140px 0;
}

.casefive-two h2 {
    color: #303136;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
}

.casefive-two p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
}

.casefive-two h4 {
    color: #303136;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 60px;
}

.casefive-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 28px;
}

.casefive-numbers .item {
    width: 25%;
    text-align: center;
    color: #9266F5;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
}

.casefive-numbers .item span {
    color: #717992;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.casefive-two .nums-bott {
    position: relative;
    color: #fff;
    background-color: #9266F5;
    padding: 20px 16px;
    width: 100%;
    max-width: 700px;
    font-size: 22px;
    border-radius: 0 20px;
    margin: 0 auto 40px;
}

.casefive-two .nums-bott:before {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: text-top;
    margin-right: 12px;
}

.casefive-two .subtitle2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.casefive-two .subtitle3 {
    color: #4F53FF;
    background-color: #fff;
    padding: 15px 35px;
    width: 100%;
    max-width: 583px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    border-radius: 19px;
    margin: 0 auto 60px;
    position: relative;
}

.casefive-two .subtitle3:after, .casefive-two .subtitle3:before {
    content: '';
    position: absolute;
    top: 37px;
    right: 50px;
    background-image: url(img2/case5-two-arrows.svg);
    width: 76px;
    height: 20px;
}

.casefive-two .subtitle3:before {
    left: 50px;
    transform: rotate(180deg);
}

.casefive-two h4.steps-title {
    margin-bottom: 40px;
}

.casefive-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.casefive-steps .steps-col {
    display: flex;
    flex-direction: column;
}

.casefive-steps .steps-col:first-child {
    flex: 2;
    margin-right: 24px;
}

.casefive-steps .steps-col:last-child {
    flex: 1;
}

.casefive-steps .step {
    color: #fff;
    background-color: #303136;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
    position: relative;
}

.casefive-steps .step-num {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-right: 16px;
}

.casefive-steps .step-title {
    display: inline-block;
    vertical-align: super;
    font-size: 24px;
    font-weight: 700;
}

.casefive-steps .step-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
}

.casefive-steps .step-icon img {
    padding-top: 12px;
}

.casefive-two h4.soft-title {
    margin-bottom: 40px;
}

.casefive-soft {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.casefive-soft .soft {
    display: flex;
    background-color: #fff;
    width: 23.45%;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

.casefive-soft .soft-icon {
    margin-right: 12px;
}

.casefive-soft .soft-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.casefive-two .text-bott {
    font-size: 30px;
    color: #000;
    background-color: #fff;
    border-radius: 24px;
    padding: 60px 70px;
    text-align: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

.casefive-two .text-bott span {
    color: #9266F5;
    font-weight: 600;
}

.casefive-three {
    background: #4F53FF;
    padding: 140px 0;
}

.casefive-three h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
}

.casefive-challenges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.casefive-challenges .challenge {
    width: 23.5%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 28px 16px;
    border-radius: 0 20px;
}

.casefive-challenges .challenge:nth-child(n+5) {
    width: 49%;
}

.casefive-challenges .text-big {
    color: #4F53FF;
    font-size: 28px;
    font-weight: bold;
}

.casefive-challenges .text-small {
    color: #303136;
    font-size: 18px;
    font-weight: 500;
}


.casefive-four {
    background-color: #F2F3FD;
    padding: 140px 0;
}

.casefive-four h2 {
    color: #303136;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
}

.casefive-four .soltitle {
    background-color: #4F53FF;
    color: #fff;
    padding: 30px;
    border-radius: 12px 12px 0 0;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.casefive-four .soltitle.purple {
    background-color: #9266F5;
}

.casefive-four .soltitle.green {
    background-color: #1FA47C;
}

.casefive-four .solbody {
    background-color: #FFFFFF;
    padding: 40px 30px;
    border-radius: 0 0 12px 12px;
    margin-bottom: 40px;
}

.casefive-four h4 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 40px;
}

.casefive-four .preprod-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.casefive-four .preprod-list .item {
    display: flex;
    margin-right: 96px;
    width: 275px;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.casefive-four .preprod-list .item:last-child {
    margin-right: 0;
}

.casefive-four .preprod-list .icon {
    margin: 7px 16px 0 0;
}

.casefive-four .soltext1 {
    padding: 30px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

.casefive-four .soltext1 span {
    color: #4F53FF;
    font-weight: 600;
}

.casefive-four h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-left: 43px;
    position: relative;
}

.casefive-four h5:before {
    content: '';
    position: absolute;
    background-image: url(img2/case5-four-4.svg);
    width: 28px;
    height: 28px;
    left: 0;
    top: 6px;
}

.casefive-four .soltext2 {
    font-size: 22px;
    margin: 0 0 20px;
}

.casefive-four .preprod-block1, .casefive-four .preprod-block2 {
    width: 40%;
    margin: 0 112px 36px;
    display: inline-block;
    vertical-align: top;
}

.casefive-four .preprod-block2 {
    width: 30%;
    margin: 0px 112px 36px 0;
}

.casefive-four .block-head {
    background-color: #F2F3FD;
    height: 128px;
    border-radius: 12px;
    position: relative;
}

.casefive-four .block-head .title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.casefive-four .block-head .subtitle {
    display: block;
    font-size: 17px;
    font-style: italic;
    position: absolute;
    left: 15px;
    top: 38px;
}

.casefive-four .block-head .text {
    display: block;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 72px;
}

.casefive-four .block-head img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}

.casefive-four .man {
    display: inline-block;
    width: 49.5%;
    text-align: center;
    font-style: italic;
    font-size: 18px;
}

.casefive-four .preprod-block2 .man {
    width: 100%;
}

.casefive-four .man img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
}

.casefive-four .preprod-block3 {
    width: 512px;
    color: #fff;
    text-align: center;
    padding: 17px 21px;
    background-color: #4F53FF;
    border-radius: 12px;
    margin: 0 auto 40px;
}

.casefive-four .block3-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.casefive-four .block3-text {
    font-size: 18px;
    font-weight: 500;
}

.casefive-four .block3-text span {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.casefive-four .sm-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.casefive-four .preprod-lastblocks .lb-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 24px;
}

.casefive-four .preprod-lastblocks .img-line-1 {
    font-weight: 500;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 16px
}

.casefive-four .preprod-lastblocks .img-line-2 {
    font-size: 22px;
    margin-bottom: 40px;
}

.casefive-four .preprod-lastblocks .img-line-1 img, .casefive-four .preprod-lastblocks .img-line-2 img {
    position: absolute;
    width: 28px;
}

.casefive-four .preprod-lastblocks .img-line-1 span, .casefive-four .preprod-lastblocks .img-line-2 span {
    padding-left: 43px;
}


.casefive-four .product-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.casefive-four .product-steps .step {
    max-width: 21%;
    margin: 0 22px 0;
}

.casefive-four .product-steps .title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: -52px;
    padding-left: 22px;
}

.casefive-four .product-steps .subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 20px;
    min-height: 69px;
}

.casefive-four .product-steps .text {
    border-top: 1px solid #9266F5;
    font-size: 17px;
    padding: 18px 0 16px;
}
.casefive-four .productio-img {
    margin: -150px 0 80px;
}
.casefive-four .solut-blocks {
    margin-bottom: 40px
}

.casefive-four .solut-blocks .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.casefive-four .solut-blocks .subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.casefive-four .solut-blocks .img-line {
    position: relative;
}

.casefive-four .solut-blocks .img-line img {
    position: absolute;
    width: 28px;
    top: 7px;
}

.casefive-four .solut-blocks .img-line span {
    display: inline-block;
    font-size: 22px;
    padding-left: 48px;
}



.casefive-five h2 {
    color: #303136;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
}

.casefive-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.casefive-results .result {
    width: 25%;
    text-align: center;
}

.casefive-results .text-big {
    color: #9266F5;
    font-size: 81px;
    font-weight: bold;
}

.casefive-results .text-small {
    color: #717992;
    font-size: 22px;
}
 
.casefive-five .text-bott {
    color: #fff;
    background-color: #9266F5;
    font-size: 22px;
    line-height: 1.5em;
    padding: 36px;
    max-width: 872px;
    margin: 0 auto;
    border-radius: 10px;
}

.caseone-seven.casefive h2 {
    color: #fff;
}

@media screen and (max-width: 1160px) {
    .casefour-sixth-block {
        flex-direction: column;
    }

    .casefour-sixth-item {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .casefour-three-box span:nth-child(2) {
        font-size: 40px;
    }

    .casefour-ten .content {
        gap: 30px;
    }

    .casefour-ten-item-one {
        width: calc(50% - 90px);
        margin-right: 100px;
    }

    .casefour-ten-one {
        position: absolute;
        margin: -10px 0 0 350px;
    }

    .casefour-two .content span, 
    .casefour-two-row-right a,
    .casefour-eight span,
    .casefour-five-box {
        font-size: 18px;
    }
}

@media screen and (max-width: 890px) {
    .casefour-six .container,
    .casefour-eight-bottom,
    .casefour-two-block,
    .casefour-nine .container,
    .casefour-ten .content,
    .casefour-eleven .container,
    .casefour-fourth .container,
    .casefour-third-top {
        flex-direction: column;
    }

    .casefour-six-left,
    .casefour-six-right,
    .casefour-two-item,
    .casefour-nine-left,
    .casefour-nine-right,
    .casefour-eleven-left,
    .casefour-eleven-right,
    .casefour-fourth-left,
    .casefour-fourth-right {
        width: 100%;
    }

    .casefour-nine-left img,
    .casefour-third-top img{
        display: none;
    }

    .casefour-third span br {
        display: none;
    }

    .casefour-six-right img,
    .casefour-eleven-right img {
        margin: 0;
        max-width: 100%;
    }

    .casefour-eight-bottom span {
        width: 100%;
    }

    .casefour-eight img {
        width: 100%;
    }

    .casefour-ten-one,
    .casefour-ten-two {
        display: none;
    }

    .casefour-ten-item {
        width: 100%;
        margin: 0 !important;
    }

    .casefour-ten-img {
        display: none;
    }

    .casefour-four-right {
        display: none;
    }

    .casefour-four-left {
        width: 100%;
    }

    .casefour-five-item {
        width: 100% !important;
    }
}

@media screen and (max-width: 680px) {
    .casefour-two-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .casefour-two-row-right {
        flex-direction: row;
    }

    .casefour-three-box span:first-child {
        font-size: 20px;
    }

    .casefour-three-box span:nth-child(2) {
        font-size: 30px;
    }

    .casefour-three-box {
        gap: 15px;
    }

    .casefour-two .page-title {
        flex-direction: column;
        align-items: center;
    }

    .casefour-third-bottom {
        justify-content: space-around;
    }

    .casefour-third-item img:first-child {
        height: 60px;
    }

    .casefour-third-item img:nth-child(2) {
        width: 50px;
    }

    .casefour-third-item:nth-child(2n) img:nth-child(2) {
        margin-top: 70px;
    }
}


/* CALC BUDGET */


/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
    background-color: #002857;
    overflow: hidden;
    min-height: 520px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1d9add;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #1d9add;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #1d9add;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #1d9add;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #1d9add;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

/* CALC BUDGET END */
