@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-x: hidden;
}

body {
	line-height: 1;
    overflow: hidden;
    position: relative;
    
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,label{-webkit-tap-highlight-color: transparent;}

/* RESET END */


.home_first{
  background: var(--rose---red, linear-gradient(180deg, #E50083 38.98%, #E60004 100%));


}

.home_second{
  background: var(--red---yellow, linear-gradient(180deg, #E60004 0%, #FFDC00 100%));


}

.home_third{
  background: var(--yellow---green, linear-gradient(180deg, #FFDC00 0%, #98C000 100%));


}

.home_fourth{
  background: var(--green---light-blue, linear-gradient(180deg, #98C000 0%, #45C1F1 100%));


}

.home_fifth{
  background: var(--light-blue---blue, linear-gradient(180deg, #45C1F1 0%, #00589C 100%));


}

.whitespace{
  width: 15px;
    display: inline-block;
}

.home_six{
  background: var(--blue---rose, linear-gradient(180deg, #00589C 0%, #E50083 100%));


}


.white_wrapper .black_flag{
    display: none;
}

.black_wrapper .white_flag{
    display: none;
}

.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}

body{
    font-family: HelveticaNeueCyr;
}

.navbar-brand img, .navbar-brand{
    height: 70px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}
.service_nav_items{
    margin-left: auto;
    margin-right: auto;
}

.service_nav_items a{
    color: var(--White, #FFF);
    font-family: HelveticaNeueCyr;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 50px;
}

.black_wrapper .service_nav_items a{
    color: #222;
}

.service_nav_items a:last-child{
    margin-right: 0;
}

.navbar-toggler{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
}

.navbar-toggler:focus-visible, .navbar-toggler:focus, .navbar-toggler:active{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.navbar-toggler-icon{
    background: url('../items/close_white.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-toggler.collapsed .navbar-toggler-icon{
    background: url('../items/burger_white.svg');
    background-size: auto;
}

.black_wrapper .navbar-toggler-icon{
    background: url('../items/close_black.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.black_wrapper .navbar-toggler.collapsed .navbar-toggler-icon{
    background: url('../items/burger_black.svg');
    background-size: auto;
}

.social_nav_items{
    margin-left: 0;
    display: flex;
    align-items: end;
    width: max-content;
}

.social_nav_items a{
    text-decoration: none;
}

.social_nav_items a:last-child{
    margin-left: 16px;
    margin-right: 32px;
}

.nav_bar_wrapper{
    border-radius: 24px;
    background: #FFF;
    padding: 60px 60px 30px 60px;
    width: max-content;
    margin-left: auto;
}

.divider_nav{
    border-bottom: 1px solid rgba(34, 34, 34, 0.40);
}

.nav-link{
    color: #222;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 92%; /* 25.76px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.nav-link.active{
    padding-left: 20px;
    position: relative;
}

.nav-link.active::before{
    content: '';
    width: 10px;
    height: 10px;
    background: url('../items/nav_ellipse.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbar-nav{
    width: 228px;
}

.service_nav_items a.active{
    font-weight: 900;
    padding-left: 20px;
    position: relative;
}

.service_nav_items a.active::before{
    content: '';
    width: 8px;
    height: 8px;
    background: url('../items/nav_ellipse_white.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.black_wrapper .service_nav_items a.active::before{
    background: url('../items/nav_ellipse.svg');
    background-size: cover;
}




.slide_wrapper img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    cursor: pointer;
    display: block;
    height: auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    margin: 0 auto;
    transform: scale(0.35) translateZ(0);
    transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
    width: 100%;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.swiper-slide-active .slide_wrapper img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
}



.text .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
          animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--enter [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.text--enter .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.text--random [data-scroll='out'] .char:nth-of-type(1) {
  -webkit-transform: translateX(-129%) translateY(-213%);
          transform: translateX(-129%) translateY(-213%);
}
.text--random [data-scroll='out'] .char:nth-of-type(2) {
  -webkit-transform: translateX(144%) translateY(-161%);
          transform: translateX(144%) translateY(-161%);
}
.text--random [data-scroll='out'] .char:nth-of-type(3) {
  -webkit-transform: translateX(-117%) translateY(-221%);
          transform: translateX(-117%) translateY(-221%);
}
.text--random [data-scroll='out'] .char:nth-of-type(4) {
  -webkit-transform: translateX(54%) translateY(-123%);
          transform: translateX(54%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(5) {
  -webkit-transform: translateX(-153%) translateY(-123%);
          transform: translateX(-153%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(6) {
  -webkit-transform: translateX(-49%) translateY(-229%);
          transform: translateX(-49%) translateY(-229%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd),
.text--swapsies [data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even),
.text--swapsies [data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.text--swapsies [data-scroll='in'] .char {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd) {
  -webkit-animation-name: swap-left;
          animation-name: swap-left;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even) {
  -webkit-animation-name: swap-right;
          animation-name: swap-right;
}
@-webkit-keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.text--fading [data-scroll='out'] .char {
  opacity: 0;
}
.text--flipping [data-scroll='out'] .char {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.text--slide .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--slide [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, 0) skewX(20deg);
          transform: translate(-300%, 0) skewX(20deg);
}
.text--karaoke .char {
  color: rgba(255,255,255,0.15);
  transition-duration: 0.1s;
}
.text--karaoke .char:after {
  color: #fff;
  visibility: visible;
}
.text--karaoke [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--karaoke [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.text--filling .char {
  color: rgba(255,255,255,0.15);
}
.text--filling .char:after {
  color: #fff;
  visibility: visible;
}
.text--filling [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--filling [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.text--blocks [data-scroll='out'] .char {
  visibility: hidden;
}
.text--blocks [data-scroll='in'] {
  overflow: hidden;
  position: relative;
}
.text--blocks [data-scroll='in'] .char {
  transition-delay: 0.5s;
}
.text--blocks [data-scroll='in']:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: block 0.5s 0.25s both;
          animation: block 0.5s 0.25s both;
}
@-webkit-keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
@keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
.text--scaling [data-scroll='out'] .char {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.text--turning [data-scroll='out'] .char {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.text--folding [data-scroll='out'] .char {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.text--bulge [data-scroll='in'] .char {
  -webkit-animation-name: bulge;
          animation-name: bulge;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.text--perspective {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.text--perspective .char {
    display: none;
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.swiper-slide-active .text--perspective .char{
    display: block;
}
.text--perspective [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, -20px, -800px);
          transform: translate3d(-25px, -20px, -800px);
}
.text--zipping[data-scroll='out'] .char {
  opacity: 0;
}
.text--zipping[data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.text--zipping[data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.text--spinning [data-scroll='out'] .char {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.text--tumbling .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--tumbling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, -50%) rotate(1080deg) scale(0);
          transform: translate(-300%, -50%) rotate(1080deg) scale(0);
}
.text--bubbling .char {
  transition-timing-function: cubic-bezier(0.75, -2, 0.75, 2);
}
.text--bubbling .char:nth-of-type(1) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(2) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(3) {
  transition-delay: 0.2s;
}
.text--bubbling .char:nth-of-type(4) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(5) {
  transition-delay: 0.7s;
}
.text--bubbling .char:nth-of-type(6) {
  transition-delay: 0.3s;
}
.text--bubbling .char:nth-of-type(7) {
  transition-delay: 0.5s;
}
.text--bubbling .char:nth-of-type(8) {
  transition-delay: 0.5s;
}
.text--bubbling [data-scroll='out'] .char {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.text--swinging .char {
  -webkit-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
          transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--swinging [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.text--rolling .char {
  transition: opacity 0.2s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s, -webkit-transform 1s;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--rolling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-500%, 0) scale(0) rotate(-1440deg);
          transform: translate(-500%, 0) scale(0) rotate(-1440deg);
}
.text--blowing .char {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-delay: calc(var(--char-index) * 0.025s);
          animation-delay: calc(var(--char-index) * 0.025s);
}
.text--blowing [data-scroll='in'] .char {
  -webkit-animation-name: blowing;
          animation-name: blowing;
}
@-webkit-keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
@keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
.text--meeting .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--meeting .char:nth-of-type(even) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.text--meeting .char:nth-of-type(odd) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.text--meeting [data-scroll='out'] .char {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text--conveyor [data-scroll='in'] .char {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: convey 1s both linear;
          animation: convey 1s both linear;
  -webkit-animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
          animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  transition: none;
}
@-webkit-keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
@keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}

.word span{
    color: var(--White, #FFF);
    font-family: HelveticaNeueCyr;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 240px */
    text-transform: uppercase;
}


.slide_wrapper .words {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.first_main{
    height: 90vh;
    display: flex;
    align-items: center;
}

.swiper {
    position: relative;
    width: 100%;
    height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
    overflow: hidden;
}

.swiper-slide {
  position: unset;
  width: var(--swiper-width);
  opacity: .5;
  transform: scale(.84);
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}

.swiper-backface-hidden .swiper-slide {
  transform: scale(.84) translateZ(0);
}
        
.swiper-slide.swiper-slide-active {  
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.swiper-image {
  position: relative;
  width: 100%;
  padding-top: var(--swiper-image-ratio);
}
    
.swiper-image .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #929ec9;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 8px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}

.swiper-button-next {
  transform: translate(50%, -50%);
  right: calc((100% - var(--swiper-width)) / 2);
}

.swiper-button-prev {
  transform: translate(-50%, -50%);
  left: calc((100% - var(--swiper-width)) / 2);
}

@media only screen and (max-width: 768px) {
  .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }

  .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }
  
  .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }

  .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }

  .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }
}

.second_main{
  margin: 217px 0 234px;
}

footer .title p{
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 32px;
}

footer .footer_links a{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}

.footer_form p{
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  margin-bottom: 32px;
}

.footer_form a{
  padding: 16px 48px;
  border-radius: 6px;
  background: #FFF;
  color: #222;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
}

footer{
  padding-bottom: 40px;
}

.footer_logo img{
  width: 100%;
}

.second_footer{
  max-width: max-content;
  margin-left: auto;
  margin-right: 70px;
}

.third_footer{
  max-width: max-content;
  margin-right: auto;
  margin-left: 70px;
}

@media (max-width: 1799.98px) {
  .service_nav_items a{
    font-size: 18px;
  }

  .slide_wrapper img{
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      filter: blur(0px);
      cursor: pointer;
      display: block;
      height: auto;
      image-rendering: optimizeSpeed;
      image-rendering: -moz-crisp-edges;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: optimize-contrast;
      margin: 0 auto;
      transform: scale(0.25) translateZ(0);
      transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
      width: 100%;

      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
  }

  .swiper-slide-active .slide_wrapper img{
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
      transform: scale(0.75);
      -webkit-backface-visibility: hidden;
  }

  .slide_wrapper .words {
      bottom: 100px;
  }
  .swiper-backface-hidden .swiper-slide {
      transform: scale(.94) translateZ(0);
  }

  .slide_wrapper .image{
    max-width: max-content;
  }
  footer .title p{
    font-size: 22px;
    margin-bottom: 24px;
  }
  footer .footer_links a{
    font-size: 18px;
  }
  .footer_form p{
    font-size: 30px;
  }
}

.navbar {
  position: relative;
  z-index: 1000000000000000;
}

#navbarSupportedContent{
  position: absolute;
  right: 40px;
  top: 100%;
}

@media (max-width: 1499.98px) {
  .slide_wrapper .image{
    max-width: max-content;
  }
  footer .title p{
    font-size: 20px;
    margin-bottom: 20px;
  }
  footer .footer_links a{
    font-size: 16px;
  }
  .footer_form p{
    font-size: 20px;
  }
}



@media (max-width: 1199.98px) {
  .service_nav_items{
    display: none;
  }
  .social_nav_items{
    margin-left: auto;
  }

  .second_main {
    margin: 100px 0 134px;
  }
  .footer_form a{
    padding: 12px;
  }
  .footer_logo img {
    width: 300px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {

  .container-fluid{
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-brand img{
    width: 140px;
  }
  .social_nav_items{
    display: none;
  }
  .navbar-toggler{
    margin-bottom: 6px;
  }

  
  .slide_wrapper img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    cursor: pointer;
    display: block;
    height: auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    margin: 0 auto;
    transform: scale(0.25) translateZ(0);
    transition: all 0.6scubic-bezier(0.445,0.05,0.55,0.95);
    width: 100%;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

  .swiper-slide-active .slide_wrapper img{
      -webkit-transform: scale(0.50);
      -moz-transform: scale(0.50);
      -ms-transform: scale(0.50);
      -o-transform: scale(0.50);
      transform: scale(0.50);
      -webkit-backface-visibility: hidden;
  }

  .word span{
    font-size: 64px;
  }

  .slide_wrapper .words {
    bottom: 100px;
  }
  .nav_bar_wrapper{
    padding: 24px;
  }

  .nav-link{
    margin-bottom: 0;
    font-size: 18px;
  }
  .nav-item{
    margin-bottom: 10px;
  }
  .nav-item:last-child{
    margin-bottom: 0;
  }
  .nav-link.active::before {
      content: '';
      width: 8px;
      height: 8px;
      background: url(../items/nav_ellipse.svg);
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  #navbarSupportedContent {
    position: absolute;
    right: 12px;
    top: 100%;
}

  .second_footer{
    margin: 0;
    margin-bottom: 32px;
  }

  .third_footer{
    margin: 0;
    margin-bottom: 32px;
  }

  .footer_logo img{
    width: 200px;
    text-align: center;
    margin-bottom: 50px;
  }

  .footer_logo{
    text-align: center;
  }
  
  .footer_form p{
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }

  .footer_form a{
    font-size: 22px;
  }
}

footer.black_wrapper .title p{
  color: #222;
}

footer.black_wrapper p, footer.black_wrapper a{
  color: #222!important;
}

footer.black_wrapper .footer_form a{
  background: #222;
  color: #FFF!important;
}

.taxonomy{
  margin: 100px 0;
}

.taxonomy h1{
  color: #222;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 70px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; /* 84px */
  text-transform: uppercase;
  margin-bottom: 70px;
}

.card_tax .image img{
  object-fit: cover;
  object-position: center;
  height: 340px;
  width: 100%;
  margin-bottom: 16px;
}

.card_tax .title p{
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; 
  margin-bottom: 16px;
}

.card_tax .content p{
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
}

a.card_tax{
  text-decoration: none;
}

.single_blog p{
  color: var(--Black, #222);
  /* 1920/Text */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.wp-block-file a{
  color: var(--Black, #222);
  /* 1920/Text */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.wp-block-file a.wp-block-file__button{ 
  border-radius: 6px;
  background: var(--Black, #222);
  padding: 16px;
  color: var(--White, #FFF);
  /* 1920/Button */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  margin-left: 0;
  margin-top: 20px;
  width: max-content;
}
@media (max-width: 1799.98px) {
  .taxonomy{
    margin: 80px 0;
  }
  
  .taxonomy h1{
    font-size: 56px;
    margin-bottom: 50px;
  }
  
  .card_tax .title p{
    font-size: 24px;
  }
  
}

@media (max-width: 767.98px) {
  .taxonomy{
    margin: 60px 0;
  }
  
  .taxonomy h1{
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  .card_tax .title p{
    font-size: 18px;
  }
  .wp-block-file a.wp-block-file__button{ 
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.breadcrumbs a img{
  margin-right: 12px;
}

.breadcrumbs a{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 60px;
}

.breadcrumbs a:hover{
  opacity: 0.8;
}

.portfolio_info .title h1{
  color: var(--Black, #222);
  font-family: HelveticaNeueCyr;
  font-size: 70px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; /* 84px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.portfolio_info .content p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}

.portfolio_info .content{
  margin-bottom: 16px;
}

.portfolio_info .results .title p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  margin-bottom: 24px;
}

.portfolio_info .result_item p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
}

.result_item span{
  color: var(--Black, #222);
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-right: 16px;
}

.portfolio_info .clients_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.portfolio_info .clients img{
  margin-right: 30px;
  margin-bottom: 12px;
  height: 30px;
}

.portfolio_info .clients a{
  display: inline-block;
  text-decoration: none;
}

.portfolio_sidebar .title p{
  color: #222;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  margin-bottom: 8px;
  width: 100%;
}

.clients .title p{
  margin-bottom: 16px;
}

.clients{
  margin-bottom: 24px;
}

.portfolio_cats{
  margin-bottom: 24px;
}

.portfolio_cats_wrapper a{
  color: #222;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
  width: 100%;
  text-decoration: none;
}

.portfolio_cats_wrapper a:hover{
  text-decoration: underline;
}

.portfolio_sidebar .service_item p{
  color: #222;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
  margin-bottom: 8px;
}

.portfolio_sidebar .services{
  margin-bottom: 24px;
}

.portfolio_info{
  margin-bottom: 50px;
}

.portfolio_content{
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (min-width: 1199.98px) {
  .w-xl-50 {
    width: 50%;
  }
}

@media (max-width: 1799.98px) {
  .portfolio_info .title h1{
    font-size: 70px;
    font-weight: 550;
    line-height: 120%;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumbs a{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .portfolio_info .title h1{
    font-size: 52px;
  }
  .portfolio_sidebar{
    display: flex;
  }
  .portfolio_sidebar_left{
    width: 50%;
  }
  .portfolio_sidebar_right{
    width: 50%;
  }
  .portfolio_sidebar{
    margin-bottom: 50px;
  }
  .portfolio_content {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  
}

@media (max-width: 767.98px) {
  .breadcrumbs a {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .portfolio_info .title h1 {
    font-size: 30px;
  }
  .portfolio_sidebar{
    display: block;
  }
  .portfolio_sidebar_left{
    width: 100%;
  }
  .portfolio_sidebar_right{
    width: 100%;
  }
  .portfolio_sidebar {
    margin-bottom: 40px;
  }
  .portfolio_info .content p{
    font-size: 18px;
  }
  .portfolio_sidebar .service_item p,.portfolio_cats_wrapper a,.portfolio_sidebar .service_item p{
    font-size: 18px;
  }
  .portfolio_info .result_item p{
    font-size: 18px;
  }
  .single_blog p{
    font-size: 18px;
  }
}

.portfolio_catalog{
  margin: 90px 0;
}

.portfolio_catalog h1{
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 70px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; /* 84px */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.portfolio_catalog_item{
  display: block;
  margin-bottom: 50px;
  position: relative;
  
  text-decoration: none;
}

.portfolio_catalog_item:hover{
  opacity: 0.9;
}

.portfolio_catalog_item img{
  height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 16px;
}

.portfolio_catalog_item .title p{
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 550;
  line-height: 140%;
}

.portfolio_catalog_item span{
  display: block;
  width: max-content;
  background: var(--blue---rose, linear-gradient(180deg, #00589C 0%, #E50083 100%));
  padding: 10px 16px 8px 16px;
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts_page{
  background: var(--light-blue---blue, linear-gradient(180deg, #45C1F1 0%, #00589C 100%));
  background-repeat: no-repeat;
}

.contacts{
  margin-top: 100px;
}

.contacts h1{
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 70px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 50px;
}

input.form-control, textarea{
  border-radius: 8px;
  border: 1px solid #FFF;
  padding: 24px 16px;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: transparent!important;
}
.form-item{
  margin-bottom: 24px;
}
.wpcf7-not-valid-tip{
  color: #E60004;
  font-family: Inter;
  margin-top: 4px;
}
input.form-control::placeholder, textarea::placeholder{
  color: #FFF;
}

.wpcf7 form .wpcf7-response-output{
  border-radius: 8px;
  border: 0;
  padding: 16px 8px;
  color: #fff;
  font-family: Inter;
  margin: 0;
  margin-top: 24px;
  text-align: center;
  background: #E60004;
}

.wpcf7 form.sent .wpcf7-response-output{
  background: #98C000;
}

.form-control:focus{
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

textarea{
  width: 100%;
}

.wpcf7-file{
  border: 0!important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
  opacity: .85;
  transform: scale(.75) translateY(-.5rem) translateX(.20rem);
}

input.form-control:focus, input.form-control:focus-visible, textarea:focus{
  box-shadow: none;
  outline: 0;
}

.form-control{
  font-size: 22px;
}

.wpcf7-submit{
  border-radius: 8px;
  background: #00589C;
  padding: 24px 48px;
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
  width: 100%;
  border: 0;
}

.contacts_links{
  width: 100%;
  margin: 160px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts_links a{
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  text-decoration: none;
}

#map_new{
  width: 100%; 
  height: 700px;
  margin-bottom: 40px;
}


@media (max-width: 767.98px) {
  .form-control{
    font-size: 18px;
  }
  .form-floating>.form-control, .form-floating>.form-control-plaintext{
    padding: 20px 16px;
  }
  
  .form-floating>label{
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-size: 18px;
  }
  
  .contacts h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
  }
  
  .contacts {
    margin-top: 70px;
  }

  .contacts button{
    font-size: 20px;
  }

  .contacts_links {
    width: 100%;
    margin: 96px 0 16px;
    display: block;
  }
  .contacts_links a{
    text-align: center;
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
  }

  #map_new{
    width: 100%; 
    height: 540px;
    margin-bottom: 40px;
  }
  input.form-control{
    padding: 20px 16px;
  }
}

body.btl_class{
  background: var(--blue---rose, linear-gradient(180deg, #00589C 0%, #E50083 100%));
  background-repeat: no-repeat;
}

.single_service_wrapper{
  text-align: center;
  width: 100%;
  position: relative;
}


.single_service_wrapper .text{
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: unset;
  bottom: -40px;
}

.single_service_wrapper .image img{
  height: 500px;
}

.single_service_wrapper .word span{
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 160px */
  text-transform: uppercase;
}

.single_service_wrapper{
  margin-bottom: 40px;
}

.single_service_text p{
  color: #FFF;
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 70px;
}

.single_service_link{
  margin: auto;
  text-align: center;
  display: block;
  max-width: max-content;
}

.single_service{
  margin-bottom: 100px;
}

.single_service_item{
  padding: 32px 36px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  min-height: 199px;
  height: calc(100% - 24px);
}

.single_service_item .single_service_item_left{
  width: 25%;
}
.single_service_item .single_service_item_left p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.single_service_item .single_service_item_right{
  width: 75%;
}

.single_service_item .title p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.single_service_item .text p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.how_we_work_item{
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 32px 0 51px;
}

.how_we_work_item img{
  margin-right: 32px;
  width: 100px;
height: 100px;
}

.how_we_work_item .title p{
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
  margin-bottom: 16px;
}

.how_we_work_item .text p{
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.how_we_work h2{
  color: #FFF;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 38px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; /* 45.6px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.how_we_work{
  margin-bottom: 100px;
  margin-top: 160px;
}

.divider{
  border-bottom: 1px solid #fff;
}

.creativity_class{
  background: var(--green---light-blue, linear-gradient(180deg, #98C000 0%, #45C1F1 100%));
}

.design_class{
  background: linear-gradient(180deg, #FFDC00 0%, #98C000 37.5%);
}

.events_class{
  background: var(--light-blue---blue, linear-gradient(180deg, #45C1F1 0%, #00589C 100%));
}

.rekl_games{
  background: var(--red---yellow, linear-gradient(180deg, #E60004 0%, #FFDC00 100%));
}

.rekl_games .single_service_wrapper .word span{
  font-size: 90px;
}

.single_service_wrapper .text{
  width: 100%;
}

.single_service_wrapper{
  margin-top: 40px;
}

.home_second_wrap .word span{
  font-size: 90px;
}

@media (max-width: 1799.98px) {

  .single_service_wrapper .image img {
    height: 400px;
  }
  
  .rekl_games .single_service_wrapper .text{
    max-width: 100%;
  }
  .single_service_wrapper .word span {
    font-size: 130px;
  }
  .single_service_text p {
    margin-bottom: 50px;
  }
  .single_service_link img{
    width: 70px;
    height: 70px;
  }
  .how_we_work_item img {
    margin-right: 24px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .home_second_wrap .word span{
    font-size: 50px;
  }
  .rekl_games .single_service_wrapper .word span{
    font-size: 40px;
  }
  .single_service_wrapper .image img{
    width: 100%;
    height: auto;
  }
  .single_service_wrapper .word span{
    font-size: 110px;
  }
  .single_service_text p{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .single_service_link img{
    width: 60px;
    height: 60px;
  }

  .single_service_wrapper {
    margin-top: 20px;
  }

  .single_service_item{
    padding: 24px;
    display: block;
  }
  .single_service_item .single_service_item_left{
    width: 100%;
  }
  .single_service_item .single_service_item_right{
    width: 100%;
  }
  .single_service_item .single_service_item_left p{
    margin-bottom: 8px;
  }
  .how_we_work {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .how_we_work h2{
    font-size: 32px;
  }
}

.services_archive_item{
  border-bottom: 1px solid rgba(34, 34, 34, 0.40);
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 32px 24px;
}

.services_archive_item:hover{
  background: linear-gradient(90deg, #00589C 0%, #E50083 100%);
}

.services_archive_item:hover .title p,.services_archive_item:hover .content p{
  color: #fff;
}

.services_archive_item .title{
  width: 34%;
}
.services_archive_item .title p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

.services_archive_item .title p{
  display: flex;
}

.services_archive_item .title p span{
  margin-left: 8px;
}

.services_archive_item .content p{
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.services_archive{
  margin: 90px 0 100px;
}

.services_archive h1{
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 70px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%; /* 84px */
  text-transform: uppercase;
  margin-bottom: 70px;
}

.services_archive_item{
  position: relative;
}

.services_archive_item::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  background: url('../items/arrow-right-up-svgrepo-com 1.svg');
  width: 70px;
  height: 70px;
}
.services_archive_item:hover::after{
  background: url('../items/arrow-right-up-svgr.svg');
}

@media (max-width: 1799.98px) {
  .services_archive_item .title p{
    font-size: 26px;
  }

  .services_archive_item .content p{
    font-size: 18px;
  }

  .services_archive_item::after{
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .services_archive_item:hover::after{
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}

@media (max-width: 1199.98px) {
  .services_archive_item .title p{
    font-size: 22px;
  }

  .services_archive_item .content p{
    font-size: 16px;
  }

  .services_archive_item::after{
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .services_archive_item:hover::after{
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .services_archive_item{
    padding: 32px 0px;
    display: block;
  }
  .services_archive_item:hover::after{
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .services_archive_item:hover{
    padding-left: 10px;
  }
  .services_archive_item .title{
    width: 100%;
  }
  .services_archive_item .title p{
    font-size: 24px;
    margin-bottom: 18px;
  }
  .services_archive_item::after{
    bottom: unset;
    top: 32px;
  }
  .services_archive {
    margin: 60px 0 50px;
  }
  .services_archive h1{
    font-size: 40px;
    margin-bottom: 20px;
  }
}