@charset "UTF-8";

@import url("sections/advatages.min.css");

/* <editor-fold desc="Main"> */
@keyframes attention {
  0% {
    transform: scale(1);
    transform: scale(1);
    fill: #f28100
  }

  50% {
    transform: scale(1.2);
    transform: scale(1.2);
    fill: #ffeea2
  }

  100% {
    transform: scale(1);
    transform: scale(1);
    fill: #f28100
  }
}

@keyframes attention {
  0% {
    transform: scale(1);
    transform: scale(1);
    fill: #f28100
  }

  50% {
    transform: scale(1.2);
    transform: scale(1.2);
    fill: #ffeea2
  }

  100% {
    transform: scale(1);
    transform: scale(1);
    fill: #f28100
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: Inter, sans-serif;
  font-weight: 700
}

img, svg, embed, object, video {
  max-width: 100%;
  max-height: 100%
}

a {
  transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.slick-slider .draggable, .slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px
}

.slick-slider .img_wrap img {
  min-width: auto
}

body.menuActive {
  overflow: hidden
}

br.xl {
  display: inline
}

@media (width <= 991px) {
  br.xl {
    display: none
  }
}

br.l {
  display: none
}

@media (width <= 991px) {
  br.l {
    display: inline
  }
}

@media (width <= 767px) {
  br.l {
    display: none
  }
}

br.m {
  display: none
}

@media (width <= 767px) {
  br.m {
    display: inline
  }
}

@media (width <= 576px) {
  br.m {
    display: none
  }
}

br.s {
  display: none
}

@media (width <= 576px) {
  br.s {
    display: inline
  }
}

.container,
.siteWidth {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  position: relative;
  z-index: 10
}

@media (width >= 1920px) {
  .container,
  .siteWidth {
    max-width: 1430px;
  }
}

@media (width <= 1919px) {
  .container,
  .siteWidth {
    max-width: 1200px;
  }
}

@media (width <= 1200px) {
  .container,
  .siteWidth {
    max-width: 990px
  }
}

@media (width <= 991px) {
  .container,
  .siteWidth {
    max-width: 750px
  }
}

@media (width <= 767px) {
  .container,
  .siteWidth {
    max-width: 570px
  }
}

@media (width <= 576px) {
  .container,
  .siteWidth {
    max-width: 100%
  }
}

h1.title, h2.title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 75px;
  color: #37376d
}

@media (width <= 1200px) {
  h1.title, h2.title {
    font-size: 55px;
    line-height: 60px
  }
}

@media (width <= 991px) {
  h1.title, h2.title {
    font-size: 45px;
    line-height: 50px
  }
}

@media (width <= 767px) {
  h1.title, h2.title {
    font-size: 35px;
    line-height: 40px
  }
}

@media (width <= 576px) {
  h1.title, h2.title {
    font-size: 28px;
    line-height: 35px
  }
}

h3.title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 41px;
  color: #37376d
}

@media (width <= 767px) {
  h3.title {
    font-size: 28px;
    line-height: 32px
  }
}

@media (width <= 576px) {
  h3.title {
    font-size: 23px;
    line-height: 25px
  }
}

.content_text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #37376d;
  font-size: 21px;
  line-height: 27px
}

@media (width <= 767px) {
  .content_text {
    font-size: 20px;
    line-height: 27px
  }
}

@media (width <= 576px) {
  .content_text {
    font-size: 18px;
    line-height: 24px
  }
}

.tooltip {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  animation: attention 3s 1s infinite;
  animation: attention 3s 1s infinite;
  top: 0;
  left: 0
}

.tooltip2{
  animation: none;
  fill: #ddd;
}


.tooltip span {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 250px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 4px 40px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 40px rgb(0 0 0 / 10%);
  border-radius: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #37376d;
  padding: 15px
}

.tooltip:hover {
  animation-play-state: paused;
  animation-play-state: paused;
  box-shadow: 0 4px 40px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 40px rgb(0 0 0 / 30%)
}

.tooltip:hover span {
  opacity: 1;
  visibility: visible
}

@media (width <= 991px) {
  .tooltip {
    width: 24px;
    height: 24px
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  width: 85%;
  border: 1px solid transparent;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 220px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #0FA7F0;
  border-radius: 4px;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 10
}

.btn:hover {
  color: #fff;	
  background: #3747DF;
  box-shadow: none;
}

.btn:active {
  background-color: #ddd;
  box-shadow: none;
  box-shadow: none
}

.btn.transparent {
  border-color: #0fa7f0;
  background-color: transparent;
  color: #0fa7f0
}

.btn.transparent:hover {
  background-color: #0fa7f0;
  color: #fff
}

.btn.orange {
  background-color: #f28100
}

.btn.orange:hover {
  box-shadow: 0 10px 15px rgb(242 129 0 / 50%);
  box-shadow: 0 10px 15px rgb(242 129 0 / 50%)
}

#breadcrumbs{
  margin-bottom: 17px;
}

#breadcrumbs a{
  font-family: Inter, sans-serif;
  font-wieght: 400;
  font-size: 12px;
  color:#181818;
}

#breadcrumbs .separator{
  padding: 0 5px;
  font-size: 14px;
}

#breadcrumbs .breadcrumb_last{
  font-family: Inter, sans-serif;
  font-wieght: 400;
  font-size: 12px;
  color:#0FA7F0;
}

main {
  /* overflow: hidden */
}

section {
  position: relative
}

#mainSprite {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden
}

/* </editor-fold> */

/* <editor-fold desc="Header"> */
header {
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: sticky;
  background-color: #fff;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
}

/* header .siteWidth{
  max-width:1168px
} */

header .innerWrapper {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header .innerWrapper .logo {
  flex-grow: 0;
  flex: 0 0 122px;
  flex: 0 0 122px;
  height: 32px;
  margin-right: 40px;
}

@media (width <= 767px) {
  header .innerWrapper .logo {
    flex-grow: 0;
    flex: 0 0 150px;
    flex: 0 0 150px;
    height: 40px
  }
}

header .solutionsHead {
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #777;
	border-bottom: 1px solid #ECEDF4;
	padding: 0 0 10px 28px;
	margin: 0 32px 12px 0;
	width: 100%;
}

@media (width <= 991px) {
	header .solutionsHead {
	    padding-left: 43px;
	}
}

header .solutionsHeadForStores {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.508 9.35v3.742c0 3.741 1.5 5.241 5.242 5.241h4.492c3.741 0 5.241-1.5 5.241-5.241V9.35' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10c1.525 0 2.65-1.242 2.5-2.767l-.55-5.566H8.058L7.5 7.233C7.35 8.758 8.475 10 10 10Z' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.258 10c1.684 0 2.917-1.367 2.75-3.042l-.233-2.291c-.3-2.167-1.133-3-3.317-3h-2.541l.583 5.841C12.642 8.883 13.883 10 15.258 10ZM4.7 10c1.375 0 2.617-1.117 2.75-2.492l.183-1.841.4-4H5.492c-2.184 0-3.017.833-3.317 3L1.95 6.958C1.783 8.633 3.017 10 4.7 10Zm5.3 4.167c-1.392 0-2.083.691-2.083 2.083v2.083h4.166V16.25c0-1.392-.691-2.083-2.083-2.083Z' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}

header .solutionsHeadForVendors {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 18.333h16.666' stroke='%23181818' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.458 18.333 2.5 8.308c0-.508.242-.991.642-1.308l5.833-4.542a1.675 1.675 0 0 1 2.05 0l5.833 4.534c.409.316.642.8.642 1.316v10.025' stroke='%23181818' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M10.833 14.167H9.167c-.692 0-1.25.558-1.25 1.25v2.916h4.166v-2.916c0-.692-.558-1.25-1.25-1.25Zm-2.916-2.709H6.25a.836.836 0 0 1-.833-.833v-1.25c0-.458.375-.833.833-.833h1.667c.458 0 .833.375.833.833v1.25a.836.836 0 0 1-.833.833Zm5.833 0h-1.667a.836.836 0 0 1-.833-.833v-1.25c0-.458.375-.833.833-.833h1.667c.458 0 .833.375.833.833v1.25a.836.836 0 0 1-.833.833Z' stroke='%23181818' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='m15.833 5.833-.025-2.5h-3.666' stroke='%23181818' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}

header .mainMenu .solutionsWrap .solutionsItem + .solutionsHeadForVendors {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.508 9.35v3.741c0 3.742 1.5 5.242 5.242 5.242h4.492c3.741 0 5.241-1.5 5.241-5.242V9.35' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10c1.525 0 2.65-1.242 2.5-2.767l-.55-5.567H8.058L7.5 7.233c-.15 1.525.975 2.766 2.5 2.766Z' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.258 10c1.684 0 2.917-1.367 2.75-3.042l-.233-2.292c-.3-2.167-1.133-3-3.317-3h-2.541l.583 5.842c.142 1.375 1.383 2.491 2.758 2.491ZM4.7 10c1.375 0 2.617-1.117 2.75-2.492l.183-1.842.4-4H5.492c-2.184 0-3.017.833-3.317 3L1.95 6.958C1.783 8.633 3.017 9.999 4.7 9.999Zm5.3 4.166c-1.392 0-2.083.692-2.083 2.083v2.084h4.166v-2.084c0-1.391-.691-2.083-2.083-2.083Z' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat !important;
}

header .innerWrapper .subMenu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #FCFCFD;
  box-shadow: inset 3px 3px 5px 0 rgb(0 0 0 / 5%);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .1s ease-in-out;
}

@media(width >= 992px){
  header .innerWrapper .parent .menuSwitcher{
    position:relative;
  }

  header .innerWrapper .parent:hover .subMenu{
    z-index: 10;
    visibility: visible;

    /* top: 100%; */
    opacity: 1;
  }

  header .innerWrapper .parent .menuSwitcher::before{
    content: '';
    width: 0;
    height: 2px;
    background-color:#0fa7f0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
  }

  header .innerWrapper .parent:hover > .menuSwitcher{
    color: #0fa7f0;
    position: relative;
  }

  header .innerWrapper .parent:hover > .menuSwitcher::before{
    width: 100%;
  }
}

@media(width <= 991px){
  header .innerWrapper .parent .subMenu{
    top: 0;
    box-shadow: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  header .innerWrapper .parent .subMenu.active{
    display: block;
  }

  header .innerWrapper .parent.active .menuSwitcher{
    color: #0fa7f0;
  }

	header .mainMenu .solutionsWrap .solutionsItem + .solutionsHeadForVendors, header .solutionsHeadForVendors, header .solutionsHeadForStores {
		background-position: 15px 0 !important;
	}

	header .innerWrapper .subMenu .subMenuWrapper .rightSideBlock {
		padding: 0 15px;
	}
	
}


header .innerWrapper .subMenu .subMenuWrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media(width <= 1200px){
  header .innerWrapper .subMenu .subMenuWrapper{
    padding: 25px 0;
    max-width: 960px;
  }
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper{
    display: block;
    padding: 0;
  }
}



header .innerWrapper .subMenu .subMenuWrapper .specLink{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #ECEDF4;
  padding: 0;
  margin-bottom: 10px;
}

@media(width <= 991px){
	header .innerWrapper .subMenu .subMenuWrapper .specLink {
		margin: 0 -15px 10px;
		padding: 0 15px;
	}
}

header .innerWrapper .subMenu .subMenuWrapper .specLink:last-child{
  margin-bottom:0;
}


header .innerWrapper .subMenu .subMenuWrapper .specLink span{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #3747DF;
  transition: all .3s ease-in-out;
}

header .innerWrapper .subMenu .subMenuWrapper .specLink svg{
  stroke: #3747DF;
  transition: all .3s ease-in-out;
	max-width: 14px;
	height: auto;
}

header .innerWrapper .subMenu .subMenuWrapper .specLink:hover span{
  color:#181818;
}

header .innerWrapper .subMenu .subMenuWrapper .specLink:hover svg{
  stroke: #181818
}

header .innerWrapper .subMenu .subMenuWrapper .title.soon{
  position: relative;
}

header .innerWrapper .subMenu .subMenuWrapper .title.soon::after{
  content: 'soon';
  display: inline-block;
  font-weight: 500;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 100%;
  margin-left: 5px;
  padding: 3px 5px;
  color:#3747DF;
  background-color:#D4F1D9;
  border-radius: 8px;
}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap{
  display: flex;
  flex-wrap:wrap;
  flex: 0 0 77%;
  margin-bottom: -13px;
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap{
    margin-bottom: 20px;
    display: block;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem{
  flex: 0 0 29.5%;
  display: block;
  border-radius: 4px;
  transition: all .1s ease-in-out;
  padding: 12px;
  margin-right: 3.8%;
  margin-bottom: 13px;
}

@media(width <=1200px){
  header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem{
    flex: 0 0 32%;
    margin-right: 1%;
  }
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem{
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem:hover{
  background-color:#f5f5fa;
}


header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .iconWrap{
  display: block;
  margin-bottom: 5px;
}

@media(width <=991px){
  header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .iconWrap{
    flex: 0 0 48px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 12px;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .textWrap{}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .textWrap .title{
  display: block;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color:#181818;
  margin-bottom: 8px;
}

@media(width <=991px){
  header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .textWrap .title{
    margin-bottom: 0;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .solutionsWrap .solutionsItem .textWrap .text{
  display: block;
  font-family: Inter;
  color:#777;
  font-size: 14px;
  line-height: 19px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoBlock{
  margin-bottom: 15px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoBlock .imgWrap{
  margin-bottom: 12px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -.01em;
  color:#181818;
  margin-bottom: 10px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoBlock .text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color:#777;
}


header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap {
  display: flex;
  flex: 0 0 78.5%;
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap{
    display: block;
    margin-bottom: 20px;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem {
  flex: 0 0 21%;
  display: block;
  padding: 16px;
  border-radius: 8px;
  margin-right: 3%;
  transition: all .1s ease-in-out;
  background: #fff;
}

@media(width <=1200px){
  header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem{
    flex: 0 0 19%;
    margin-right: 1%;
  }
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem{
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .iconWrap {
  display: block;
  margin-bottom: 12px;
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .iconWrap{
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 12px;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .textWrap {}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .textWrap .title {
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color:#181818;
  margin-bottom: 8px;
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .textWrap .title{
    margin-bottom: 0;
  }
}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem .textWrap .text {
  display: block;
  font-family:Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color:#777;
}

header .innerWrapper .subMenu .subMenuWrapper .resourcesWrap .resourceItem:hover{
  background-color:#F5F5FA;
}

header .innerWrapper .subMenu .subMenuWrapper .preTitle{
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.14em;
  color:#777;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ECEDF4;
}

@media (width <= 991px) {
	header .innerWrapper .subMenu .subMenuWrapper .preTitle {
		margin: 0 -15px 8px;
		padding: 0 15px 8px;
	}
}

header .innerWrapper .subMenu .subMenuWrapper .storiesItem .name{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color:#181818;
  margin-bottom: 5px;
}

header .innerWrapper .subMenu .subMenuWrapper .storiesItem .company{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color:#777;
  margin-bottom: 8px;

}

header .innerWrapper .subMenu .subMenuWrapper .storiesItem .text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color:#777;
  margin-bottom: 5px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoWrap{
  flex: 0 0 68.5%;
  display: flex;
}

@media(width <= 991px) {
  header .innerWrapper .subMenu .subMenuWrapper .infoWrap{
    gap: 24px;
  }
}

@media(width <= 576px){
  header .innerWrapper .subMenu .subMenuWrapper .infoWrap{
    display: block;
  }
}


header .innerWrapper .subMenu .subMenuWrapper .infoWrap a{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 16px;
  width: 46%;
  height: 135px;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  margin-right: 32px;
  position: relative;
  z-index: 2;
}

@media(width <= 991px){
  header .innerWrapper .subMenu .subMenuWrapper .infoWrap a{
    margin-right: 0;
    flex: 0 0  calc(50% - 12px);
  }
}

@media(width <= 576px){
  header .innerWrapper .subMenu .subMenuWrapper .infoWrap a{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}


header .innerWrapper .subMenu .subMenuWrapper .infoWrap a::before{
  content: '';
  background: linear-gradient(180deg, rgb(39 39 75 / 0%) 0%, rgb(39 39 75 / 69%) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

header .innerWrapper .subMenu .subMenuWrapper .infoWrap a:hover::before{
  background: linear-gradient(180deg, rgb(39 39 75 / 0%) 0%, #27274B 77.24%);
}

header .innerWrapper .subMenu .subMenuWrapper .infoWrap a .title{
  position: relative;
  z-index: 2;
  display: block;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color:#fff;
}

header .innerWrapper .subMenu .subMenuWrapper .infoWrap a .text{
  display: block;
  position: relative;
  z-index: 2;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color:#fff;
}

header .innerWrapper .subMenu .subMenuWrapper .rightSideBlock{
  flex-grow: 1;
}



@media(width <= 991px){
  header .innerWrapper .navigation{
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100vh - 64px);
    overflow-y: scroll;
    box-shadow: inset 3px 3px 5px 0 rgb(0 0 0 / 5%);
  }

  header .innerWrapper .navigation.active{
    display: block;
  }

  header .innerWrapper .navigation .menuWrapper{
    display: flex;
    min-height: 100%;
    flex-direction: column;
  }
}

header .innerWrapper .navigation .mainMenu {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 42px;
}

header .innerWrapper .navigation .mainMenu li:last-child{
  margin-right: 0;
}

header .innerWrapper .navigation .mainMenu li > a,
header .innerWrapper .navigation .mainMenu li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 64px;
  color: #37376d;
  cursor: pointer;
  transition: all .3s ease-in-out;
  padding:0 5px;
}

header .innerWrapper .navigation .mainMenu li.parent > span::after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.682 1.718H6.095c-2.426 0-3.873 1.446-3.873 3.873v5.58c0 2.433 1.447 3.88 3.873 3.88h5.58c2.427 0 3.874-1.447 3.874-3.873V5.59c.006-2.427-1.44-3.873-3.867-3.873Z' fill='%23ECEDF4'/%3E%3Cpath d='M8.889 10.324a.494.494 0 0 1-.353-.146L6.182 7.824a.503.503 0 0 1 0-.706.503.503 0 0 1 .707 0l2 2 2-2a.503.503 0 0 1 .707 0 .503.503 0 0 1 0 .706l-2.354 2.354c-.1.1-.226.146-.353.146Z' fill='%23181818'/%3E%3C/svg%3E") no-repeat;
  margin: 0 0 0 4px;
  width: 17px;
  height: 17px;
  min-width: 17px;	
}

header .innerWrapper .navigation .mainMenu li.parent:hover > span::after {
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.096 15.052h5.587c2.426 0 3.873-1.447 3.873-3.874v-5.58c0-2.433-1.447-3.88-3.873-3.88h-5.58c-2.427 0-3.874 1.447-3.874 3.874v5.586c-.006 2.427 1.44 3.874 3.867 3.874Z' fill='%230FA7F0'/%3E%3Cpath d='M8.889 6.445c.127 0 .253.047.353.147l2.354 2.353a.503.503 0 0 1 0 .707.503.503 0 0 1-.707 0l-2-2-2 2a.503.503 0 0 1-.707 0 .503.503 0 0 1 0-.707l2.354-2.353c.1-.1.226-.147.353-.147Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}

@media (width <= 991px) {
  header .innerWrapper .navigation .mainMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0;
    padding: 0;
	flex-grow: 1;  
  }

  header .innerWrapper .navigation .mainMenu li {
    display: block;
    width: 100%;
    line-height: 72px;
    border-bottom: 1px solid #ecedf4;
  }

  header .innerWrapper .navigation .mainMenu li.active {
    border: none;
  }

  header .innerWrapper .navigation .mainMenu li > a,
  header .innerWrapper .navigation .mainMenu li > span {
    display: flex;
    padding-left: 15px;
    line-height: 64px;
	 justify-content: start;
  }

	header .innerWrapper .navigation .mainMenu li.parent > span::after, header .innerWrapper .navigation .mainMenu li.parent:hover > span::after {
	  background: url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.682 1.718H6.095c-2.426 0-3.873 1.446-3.873 3.873v5.58c0 2.433 1.447 3.88 3.873 3.88h5.58c2.427 0 3.874-1.447 3.874-3.873V5.59c.006-2.427-1.44-3.873-3.867-3.873Z' fill='%23ECEDF4'/%3E%3Cpath d='M8.889 10.324a.494.494 0 0 1-.353-.146L6.182 7.824a.503.503 0 0 1 0-.706.503.503 0 0 1 .707 0l2 2 2-2a.503.503 0 0 1 .707 0 .503.503 0 0 1 0 .706l-2.354 2.354c-.1.1-.226.146-.353.146Z' fill='%23181818'/%3E%3C/svg%3E") no-repeat;
	}

	header .innerWrapper .parent.active .menuSwitcher::after, header .innerWrapper .parent.active:hover .menuSwitcher::after {
		background: url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.096 15.052h5.587c2.426 0 3.873-1.447 3.873-3.874v-5.58c0-2.433-1.447-3.88-3.873-3.88h-5.58c-2.427 0-3.874 1.447-3.874 3.874v5.586c-.006 2.427 1.44 3.874 3.867 3.874Z' fill='%230FA7F0'/%3E%3Cpath d='M8.889 6.445c.127 0 .253.047.353.147l2.354 2.353a.503.503 0 0 1 0 .707.503.503 0 0 1-.707 0l-2-2-2 2a.503.503 0 0 1-.707 0 .503.503 0 0 1 0-.707l2.354-2.353c.1-.1.226-.147.353-.147Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat !important;
	}
}

header .innerWrapper .navigation .socialsBlock{
  display: none;
  margin-top:0;
  margin-bottom: 0;
}

header .innerWrapper .navigation .socialsBlock ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  gap: 24px;
}

header .innerWrapper .navigation .socialsBlock ul a{
  display: block;
  width: 26px;
  height: 26px;
}

@media(width <=991px){
  header .innerWrapper .navigation .socialsBlock{
    display: block;
  }

}


header .innerWrapper .navigation .bottomBtnBlock{
  margin-top: auto;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  background: #F9F9F9;
  display: none;
  justify-content: space-between;
  align-items: center;
}

/*header .innerWrapper .navigation .bottomBtnBlock .logInBtn{
  display: inline-block;
  flex: 0 0 48%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  text-align:center;
  font-weight: 500;
  font-size: 14px;
  color: #181818;
}*/

/*header .innerWrapper .navigation .bottomBtnBlock .logInBtn:hover{
  box-shadow: 0 12px 20px rgb(0 0 0 / 50%);
  box-shadow: 0 12px 20px rgb(0 0 0 / 50%);
}*/

/*header .innerWrapper .navigation .bottomBtnBlock .requestDemoBtn {
  display: inline-block;
  flex: 0 0 48%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #0FA7F0;
}*/

/*header .innerWrapper .navigation .bottomBtnBlock .requestDemoBtn:hover {
  box-shadow: 0 15px 40px rgb(15 167 240 / 50%);
  box-shadow: 0 15px 40px rgb(15 167 240 / 50%)
}*/


@media(width <= 991px){
  header .innerWrapper .navigation .bottomBtnBlock{
    display: flex;
    background: #fff;
	box-shadow: 0 -4px 4px rgb(24 24 24 / 3%);  
  }
}


header .innerWrapper .additionalBtns {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

header .innerWrapper .additionalBtns .langBlock {
  position: relative
}

header .innerWrapper .additionalBtns .langBlock button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  color: #181818;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .innerWrapper .additionalBtns .langBlock button::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.5C8.68333 19.5 7.44583 19.25 6.2875 18.75C5.12917 18.25 4.12083 17.5708 3.2625 16.7125C2.40417 15.8542 1.72917 14.8458 1.2375 13.6875C0.745833 12.5292 0.5 11.2833 0.5 9.95C0.5 8.63333 0.745833 7.4 1.2375 6.25C1.72917 5.1 2.40417 4.09583 3.2625 3.2375C4.12083 2.37917 5.12917 1.70833 6.2875 1.225C7.44583 0.741667 8.68333 0.5 10 0.5C11.3167 0.5 12.5542 0.741667 13.7125 1.225C14.8708 1.70833 15.8792 2.37917 16.7375 3.2375C17.5958 4.09583 18.2708 5.1 18.7625 6.25C19.2542 7.4 19.5 8.63333 19.5 9.95C19.5 11.2833 19.2542 12.5292 18.7625 13.6875C18.2708 14.8458 17.5958 15.8542 16.7375 16.7125C15.8792 17.5708 14.8708 18.25 13.7125 18.75C12.5542 19.25 11.3167 19.5 10 19.5ZM10 18.425C10.6167 17.7417 11.125 17.0083 11.525 16.225C11.925 15.4417 12.2583 14.525 12.525 13.475H7.5C7.75 14.5083 8.075 15.425 8.475 16.225C8.875 17.025 9.38333 17.7583 10 18.425ZM8.425 18.2C7.94167 17.6 7.52083 16.8958 7.1625 16.0875C6.80417 15.2792 6.525 14.4083 6.325 13.475H2.35C2.98333 14.775 3.78333 15.7958 4.75 16.5375C5.71667 17.2792 6.94167 17.8333 8.425 18.2V18.2ZM11.6 18.2C12.9167 17.9 14.1042 17.3417 15.1625 16.525C16.2208 15.7083 17.05 14.6917 17.65 13.475H13.7C13.45 14.4083 13.15 15.275 12.8 16.075C12.45 16.875 12.05 17.5833 11.6 18.2V18.2ZM1.975 12.35H6.1C6.05 11.8833 6.01667 11.4583 6 11.075C5.98333 10.6917 5.975 10.3167 5.975 9.95C5.975 9.55 5.98333 9.17083 6 8.8125C6.01667 8.45417 6.05833 8.06667 6.125 7.65H1.975C1.85833 8.03333 1.77083 8.40417 1.7125 8.7625C1.65417 9.12083 1.625 9.51667 1.625 9.95C1.625 10.4 1.65417 10.8125 1.7125 11.1875C1.77083 11.5625 1.85833 11.95 1.975 12.35ZM7.275 12.35H12.75C12.8167 11.8333 12.8625 11.4 12.8875 11.05C12.9125 10.7 12.925 10.3333 12.925 9.95C12.925 9.6 12.9125 9.25417 12.8875 8.9125C12.8625 8.57083 12.8167 8.15 12.75 7.65H7.275C7.20833 8.15 7.1625 8.57083 7.1375 8.9125C7.1125 9.25417 7.1 9.6 7.1 9.95C7.1 10.3333 7.1125 10.7 7.1375 11.05C7.1625 11.4 7.20833 11.8333 7.275 12.35V12.35ZM13.875 12.35H18.025C18.1417 11.95 18.2292 11.5625 18.2875 11.1875C18.3458 10.8125 18.375 10.4 18.375 9.95C18.375 9.51667 18.3458 9.12083 18.2875 8.7625C18.2292 8.40417 18.1417 8.03333 18.025 7.65H13.9C13.95 8.2 13.9875 8.64583 14.0125 8.9875C14.0375 9.32917 14.05 9.65 14.05 9.95C14.05 10.3333 14.0375 10.7042 14.0125 11.0625C13.9875 11.4208 13.9417 11.85 13.875 12.35ZM13.675 6.5H17.65C17.0667 5.23333 16.2542 4.19583 15.2125 3.3875C14.1708 2.57917 12.9583 2.04167 11.575 1.775C12.0583 2.40833 12.4708 3.11667 12.8125 3.9C13.1542 4.68333 13.4417 5.55 13.675 6.5ZM7.5 6.5H12.55C12.3333 5.56667 12.0042 4.68333 11.5625 3.85C11.1208 3.01667 10.6 2.275 10 1.625C9.43333 2.14167 8.95417 2.78333 8.5625 3.55C8.17083 4.31667 7.81667 5.3 7.5 6.5ZM2.35 6.5H6.325C6.54167 5.58333 6.82083 4.7375 7.1625 3.9625C7.50417 3.1875 7.91667 2.46667 8.4 1.8C7.01667 2.06667 5.8125 2.59583 4.7875 3.3875C3.7625 4.17917 2.95 5.21667 2.35 6.5Z" fill="%2326264B"/></svg>');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

header .innerWrapper .additionalBtns .langBlock .langList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
  box-shadow: 0 4px 15px rgb(0 0 0 / 20%)
}

header .innerWrapper .additionalBtns .langBlock .langList a,
header .innerWrapper .additionalBtns .langBlock .langList span {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  line-height: 34px;
  font-size: 16px;
  color: #37376d;
  text-transform: uppercase;
}



header .innerWrapper .additionalBtns .langBlock .langList a:hover {
  color: #0FA7F0
}

header .innerWrapper .additionalBtns .langBlock .langList span{
  color: #0FA7F0
}



header .innerWrapper .additionalBtns .langBlock .langList.active {
  display: block
}

/*header .innerWrapper .additionalBtns .logInBtn{
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  margin-left: 20px;
}*/

/*header .innerWrapper .additionalBtns .logInBtn:hover{
    background-color: #26264B;
	color: #fff;
}*/

/*@media(width <= 991px){
  header .innerWrapper .additionalBtns .logInBtn{
    display: none;
  }
}*/

/*header .innerWrapper .additionalBtns .requestDemoBtn {
  display: inline-block;
  padding: 0 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #0FA7F0;
  margin-left: 20px
}*/

/*header .innerWrapper .additionalBtns .requestDemoBtn:hover {
  color: #fff;	
  background: #3747DF;
  box-shadow: none;
}*/

/*@media (width <= 991px) {
  header .innerWrapper .additionalBtns .requestDemoBtn {
    display: none;
  }
}*/


header .innerWrapper .additionalBtns .toggleMenu {
  display: none;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 13px;
  background-color: transparent;
  position: relative;
  margin-left: 20px
}

header .innerWrapper .additionalBtns .toggleMenu::before{
  content: '';
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform .3s ease-in-out, top .3s .3s ease-in-out;
}

header .innerWrapper .additionalBtns .toggleMenu::after{
  content: '';
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  transition:  transform .3s ease-in-out, bottom .3s .3s ease-in-out;
}

header .innerWrapper .additionalBtns .toggleMenu span{
  width: 18px;;
  height: 2px;
  background-color:#000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s .3s ease-in-out;
}

header .innerWrapper .additionalBtns .toggleMenu.active span{
  transition: opacity .3s ease-in-out;
  opacity: 0;
}

header .innerWrapper .additionalBtns .toggleMenu.active::before {
  top: 12px;
  transform: translateX(-50%) rotate(-45deg);
  transition: top .3s ease-in-out, transform .3s .3s ease-in-out;
}

header .innerWrapper .additionalBtns .toggleMenu.active::after {
  bottom: 12px;
  transform: translateX(-50%) rotate(45deg);
  transition: bottom .3s ease-in-out, transform .3s .3s ease-in-out;
}



@media (width <= 991px) {
  header .innerWrapper .additionalBtns .toggleMenu {
    display: block
  }
}

@media (width <= 576px) {
  header .innerWrapper .additionalBtns .toggleMenu {
    margin-left: 15px
  }
}

header.successHeader .innerWrapper {
  display: block;
  text-align: center
}

header.successHeader .innerWrapper .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 50px
}

@media (width <= 991px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* </editor-fold> */

/* <editor-fold desc="Footer"> */
footer{
  background-color: #26264B;
  color: #FFF;
}

footer .firstLevel{
  /* background-image: url(../img/block_bg.webp);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center; */
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
}

@media(width <= 576px){
  footer .firstLevel{
    padding-top: 55px;
    padding-bottom: 32px;
  }
}


footer .firstLevel::before{
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient( to top, #26264b 0%, #26264b 50%, transparent 100%);
}

footer .firstLevel .textBlock{
  text-align:center;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}

footer .firstLevel .textBlock h3{
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 10px;
}

@media(width <=576px){
  footer .firstLevel .textBlock h3{
    font-size: 32px;
  }
}


footer .firstLevel .textBlock h3 span {
  background: linear-gradient(93.4deg, #4AC4FF 26.67%, #9494EA 61.28%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

footer .firstLevel .textBlock .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 23px;
}

@media(width <=576px){
  footer .firstLevel .textBlock .description{
    font-size: 16px;
  }
}


footer .firstLevel .textBlock .btnWrap{
}

footer .firstLevel .textBlock .btnWrap .btn{
  font-family: Inder, sans-serif;
  font-weight: 500;
  font-size: 16px;
  max-width: 174px;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
}

@media(width <=576px){
  footer .firstLevel .textBlock .btnWrap .btn{
    width: 100%;
    max-width: 100%;
  }
}

footer .secondLevel .innerWrapper {
  position: relative;
  padding-top: 46px;
  padding-bottom: 38px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .secondLevel .innerWrapper::before {
  /* line */
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(94 94 177 / 0%) 0%, #43437E 47.6%, rgb(94 94 177 / 0%) 100%);
}

@media(width <=576px){
  footer .secondLevel .innerWrapper{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

footer .gloryText{
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #D6D8E9;
  margin-bottom: 24px;
}

@media(width <= 991px){
  footer .gloryText{
    text-align: center;
  }
}

footer .footer-logos {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-bottom: 33px;
}

footer .footer-logos img.seeds-bravery {
  max-width: 88px;
}

footer .footer-logos img.google-startups {
  max-width: 170px;
}

@media(width <= 991px){
  footer .footer-logos{
    justify-content: flex-start;
  }
}

footer .secondLevel .innerWrapper .footerColumn{
  flex: 0 0 23%;
}

@media(width <= 991px){
  footer .secondLevel .innerWrapper .footerColumn{
    flex: 0 0 45%;
    margin-bottom: 30px;
  }
}

@media(width <= 576px){
  footer .secondLevel .innerWrapper .footerColumn{
    margin-bottom: 40px;
  }

  footer .secondLevel .innerWrapper .footerColumn.contactsColumn{
    border-top: 1px solid #43437E;
    border-bottom: 1px solid #43437E;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


footer .secondLevel .innerWrapper .footerColumn .listTitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px
}

footer .secondLevel .innerWrapper .footerColumn ul li {
  line-height: 41px
}

footer .secondLevel .innerWrapper .footerColumn ul li a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D6D8E9
}
footer .secondLevel .innerWrapper .footerColumn ul .vacancyCount {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D6D8E9
}
footer .secondLevel .innerWrapper .footerColumn ul li span .dot {
  margin: 0 9px 0 14px;
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #a78bfa;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}
footer .secondLevel .innerWrapper .footerColumn ul li span {
  color: #BBA7FF;
}

footer .secondLevel .innerWrapper .footerColumn ul li a:hover {
  color: #0fa7f0;
  text-decoration: underline
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock{
  padding-top: 11px;
  padding-bottom: 33px;
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock a{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock a:last-child{
  margin-bottom: 0;
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock a img{
  flex:0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock a span{
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#BFBFDE
}

footer .secondLevel .innerWrapper .footerColumn .socialsBlock a:hover span{
  color: #0fa7f0;
}


footer .secondLevel .innerWrapper .footerColumn .emailBlock{
  padding-top: 7px;
  padding-bottom: 36px;
}

footer .secondLevel .innerWrapper .footerColumn .emailBlock a{
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#BFBFDE
}

footer .secondLevel .innerWrapper .footerColumn .emailBlock a:hover{
  color: #0fa7f0;
  text-decoration: underline
}

footer .secondLevel .innerWrapper .footerColumn .phoneBlock{
  padding-top: 1px;
}

footer .secondLevel .innerWrapper .footerColumn .phoneBlock a{
  display: block;
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#BFBFDE;
  margin-bottom: 8px;
}

footer .secondLevel .innerWrapper .footerColumn .phoneBlock a:hover{
  color: #0fa7f0;
  text-decoration: underline
}

footer .secondLevel .innerWrapper .footerColumn .phoneBlock a:last-child{
  margin-bottom: 0;
}

@media (width <= 767px) {
  footer .secondLevel .innerWrapper .footerColumn {
    margin-bottom: 30px
  }
}

@media (width <= 991px) {
  footer .secondLevel .innerWrapper {
    flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (width <= 576px) {
  footer .secondLevel .innerWrapper {
    border-top: none;
    border-bottom: none;
    display: block
  }
}

@media (width <= 576px) {
  footer .secondLevel {
    padding-top: 30px;
    padding-bottom: 20px
  }
}

footer .thirdLevel {
  padding-bottom: 43px
}

footer .thirdLevel .innerWrapper {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media(width <=991px){
  footer .thirdLevel .innerWrapper{
    display: block;
    text-align: center;
  }
}

footer .thirdLevel .innerWrapper .copyright {
  font-weight: 400;
  color: rgb(214 216 233 / 40%);
  font-size: 14px;
  line-height: 17px;
}

@media (width <= 991px) {
  footer .thirdLevel .innerWrapper .copyright {
    margin-bottom: 30px;
  }
}

footer .thirdLevel .innerWrapper .politicsList{
  display: flex;
}

@media(width <= 991px){
  footer .thirdLevel .innerWrapper .politicsList{
    display: block;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 30px;
  }
}

footer .thirdLevel .innerWrapper .politicsList li{
  margin-right: 15px;
}

@media(width <=991px){
  footer .thirdLevel .innerWrapper .politicsList li{
    margin-bottom: 15px;
  }
}

footer .thirdLevel .innerWrapper .politicsList li:last-child{
  margin-right: 0;
}

@media(width <=991px){
  footer .thirdLevel .innerWrapper .politicsList li:last-child{
    margin-bottom: 0;
  }
}

footer .thirdLevel .innerWrapper .politicsList li a{
  font-weight: 400;
  color: rgb(214 216 233 / 40%);
  font-size: 14px;
}

footer .thirdLevel .innerWrapper .politicsList li a:hover{
  color:#f28100;
  text-decoration: underline;
}

footer .thirdLevel .innerWrapper .rezartLogoBlock a {
  width: 35px;
  height: 23px;
  display: block;
  fill: #4e5b83
}

@media(width <=991px){
  footer .thirdLevel .innerWrapper .rezartLogoBlock a {
    margin-left: auto;
    margin-right: auto;
  }
}

footer .thirdLevel .innerWrapper .rezartLogoBlock a:hover {
  fill: #f28100
}

/* </editor-fold> */

/* <editor-fold desc="Front-page"> */

/* <editor-fold desc="IndexSection1"> */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color:#26264B;
  display: flex;
  align-items: center;
  justify-content: center;
}


.indexSection1{
  position: relative;
  padding-top: 107px;
  background-color:#26264B;

  /* background-image: url(../img/main_bg_new.avif); */

  /* background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center; */
}

.indexSection1 .indexSection1__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indexSection1 .indexSection1__image-wrapper img {
  object-fit: contain;
  object-position: center;
  width: 1366px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

@media(width <=1200px){
  .indexSection1{
    padding-top: 107px;
  }
}

@media(width <= 991px){
  .indexSection1{
    padding-top: 107px;
  }

  .indexSection1 .indexSection1__image-wrapper img {
    object-fit: cover;
  }
}



.indexSection1 .innerWrapper{
  /* display: flex;
  justify-content: space-between; */
}

@media(width <=991px){
  .indexSection1 .innerWrapper{
    display: block;
    text-align:center;
  }

  .indexSection1 .innerWrapper .imgWrap, .indexSection1 .innerWrapper .textWrap {
	padding: 0;
  }
}

.indexSection1 .innerWrapper .imgWrap{
  max-width: 728px;
  margin: 0 auto;	
  overflow: hidden;	
}

.indexSection1 .innerWrapper .imgWrap img {
	animation-duration: 1s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
	opacity: 0;
	animation-name: fadeInUp;
    animation-name: fadeInUp;
	display: block;
}

@media(width <=991px){
  .indexSection1 .innerWrapper .imgWrap{
    display: none;
  }
}


.indexSection1 .innerWrapper .textWrap{
	padding: 0 0 32px;
	text-align: center;
	max-width: 768px;
	margin: 0 auto;
}

.indexSection1 .innerWrapper .textWrap h1{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color:#fff;
  margin-bottom: 16px;
}

@media(width <= 991px){
  .indexSection1 .innerWrapper .textWrap h1{
    font-size: 32px;
  }
}


.indexSection1 .innerWrapper .textWrap h1 span{
  background: linear-gradient(93.4deg, #4AC4FF 26.67%, #9494EA 61.28%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.indexSection1 .innerWrapper .textWrap .description{
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color:#ECEDF4;
  margin-bottom: 32px;
}

.indexSection1 .innerWrapper .textWrap .btnsWrap{
  
}

@media(width <= 991px){
  .indexSection1 .innerWrapper .textWrap .btnsWrap{
    display: block;
  }
}

.indexSection1 .innerWrapper .textWrap .btnsWrap .btn{
  max-width: 174px;
  height: 56px;
  line-height: 54px;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  margin-right: 0;
  font-weight: 500;
}

@media(width <=991px){
  .indexSection1 .innerWrapper .textWrap .btnsWrap .btn{
    margin-right: 0;
  }
}

@media(width <=576px){
  .indexSection1 .innerWrapper .textWrap .btnsWrap .btn{
    max-width: 100%;
    width: 100%;
  }
}

.indexSection1 .innerWrapper .textWrap .btnsWrap .videoBtn{
  display: flex;
  align-items: center;
}

.indexSection1 .innerWrapper .textWrap .btnsWrap .videoBtn img{
  margin-right: 9px;
}

.indexSection1 .innerWrapper .textWrap .btnsWrap .videoBtn span{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color:#fff;
  font-size: 16px;
}

@media(width <=991px){
  .indexSection1 .innerWrapper .textWrap .btnsWrap .videoBtn{
    justify-content: center;
    margin-top: 20px;
  }
}

/* </editor-fold> */

/* <editor-fold desc="indexSection2"> */
.indexSection2{
  padding-top: 40px;
  padding-bottom: 76px;
}

.indexSection2 h4{
  font-family: Inter, sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height: 150%;
  color:#181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.indexSection2 .companyWrapper{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media(width <= 576px){
  .indexSection2 .companyWrapper{
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .indexSection2 .companyWrapper.active{
    max-height: 500px;
  }

  .indexSection2 .companyWrapper::before{
    content: '';
    width: 100%;
    height:100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }

  .indexSection2 .companyWrapper.active::before{
    display: none;
  }
}


.indexSection2 .companyWrapper .companyItem{
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media(width <= 991px){
  .indexSection2 .companyWrapper .companyItem{
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media(width <= 576px){
  .indexSection2 .companyWrapper .companyItem{
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.indexSection2 .btnWrap{
  display: none;
  margin-top: 60px;
}

@media(width <=576px){
  .indexSection2 .btnWrap{
    display: block;
  }
}


.indexSection2 .btnWrap button{
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media(width <= 576px){
  .indexSection2 .btnWrap button{
    width: 100%;
    justify-content: center;
  }
}

.indexSection2 .btnWrap button svg{
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.indexSection2 .btnWrap button.active svg{
  transform: rotate(270deg);
}

.indexSection2 .btnWrap button span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.indexSection2 .btnWrap button span.closed{
  display: block
}

.indexSection2 .btnWrap button span.opened{
  display: none;
}

.indexSection2 .btnWrap button.active .closed{
  display: none;
}

.indexSection2 .btnWrap button.active .opened{
  display: block;
}

.indexSection2 .btnWrap button:hover{
  background-color:#26264B;
}

.indexSection2 .btnWrap button:hover svg{
  stroke: #fff;
}

.indexSection2  .btnWrap button:hover span{
  color:#fff
}

/* </editor-fold> */

/* <editor-fold desc="indexSection3"> */
.indexSection3{
  padding-top: 71px;
  padding-bottom: 26px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top left calc(50% + 390px);
  background-size: 587px;
}

.indexSection3 .titleBlock{
  text-align:center;
  margin-bottom: 60px;
}

.indexSection3 .titleBlock h2{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

.indexSection3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color:#181818;
}

.indexSection3 .mainContentWrapper{
  max-height: 1200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
  margin-left: -32px;
  margin-right: -32px;
  padding: 0 32px;
  transition: all .3s ease-in-out;
}

.indexSection3 .mainContentWrapper.active{
  max-height: 3000px;
}

@media(width <= 1251px){
	.indexSection3 .mainContentWrapper{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}
}

@media(width <= 576px){
  .indexSection3 .mainContentWrapper{
    margin-bottom: 50px;
  }

  .indexSection3 .mainContentWrapper.active{
    max-height: unset;
  }
}

.indexSection3 .mainContentWrapper::before{
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #F9F9F9 0%, rgb(245 246 249 / 0%) 116.59%);
}

.indexSection3 .mainContentWrapper.active::before{
  display: none;
}


.indexSection3 .contentWrapper{
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 1800px;
}

@media(width <= 991px){
  .indexSection3 .contentWrapper{
    height: auto;
    flex-flow: row wrap;
    gap: 30px;
  }
}

@media(width <= 576px){
  .indexSection3 .contentWrapper{
    display: block;
  }
}

.indexSection3 .contentWrapper .contentItem{
  background-color:#fff;
  border-radius: 4px;
  width: 31.6%;
  margin-bottom: 30px;
  padding-bottom: 32px;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.indexSection3 .contentWrapper .contentItem:hover{
  box-shadow: 0 4px 32px rgb(48 48 65 / 29%);
}

@media(width <= 1251px){
  .indexSection3 .contentWrapper .contentItem:hover{
    box-shadow: 0 4px 15px rgb(48 48 65 / 29%);
  }
}

@media(width <=991px){
  .indexSection3 .contentWrapper .contentItem{
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
    padding-bottom: 25px;
    width: auto;
  }
}

@media(width <= 576px){
  .indexSection3 .contentWrapper .contentItem{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}


@media(width >= 992px){
  .indexSection3 .contentWrapper .contentItem:nth-child(3n + 1){ order: 1 }
  .indexSection3 .contentWrapper .contentItem:nth-child(3n + 2){ order: 2 }
  .indexSection3 .contentWrapper .contentItem:nth-child(3n){ order: 3 }

  .indexSection3 .contentWrapper::before,
  .indexSection3 .contentWrapper::after{
    content: '';
    flex-basis: 100%;
    width: 0;
    order: 2;
  }
}

.indexSection3 .contentWrapper .contentItem .imgWrap{
  position:relative;
  height: 155px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.indexSection3 .contentWrapper .contentItem .imgWrap img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;

  /* filter: gray; */

  /* -webkit-filter: grayscale(1); */
  filter: grayscale(1); 	
  transition: 0.3s filter ease;
}

.indexSection3 .contentWrapper .contentItem:hover .imgWrap img{
  filter: grayscale(0);
  filter: none;
}

.indexSection3 .contentWrapper .contentItem > .textWrap{
  max-width: 310px;
  margin: 0 auto 24px;
}

.indexSection3 .contentWrapper .contentItem .textWrap .title{
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color:#181818;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock{
  max-width: 310px;
  margin: 0 auto;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color:#777;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E0E0F0;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 14px;
  background-color:#fff;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem svg {
	width: 16px;
	height: 16px;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem svg path {
	stroke: #E0E0F0;
	transition: stroke 0.3s ease; 
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem:hover{
  background-color:#f5f5f5;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem:hover svg path{
  stroke: #0FA7F0
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem:last-child{
  margin-bottom: 0;
}


.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem .iconWrap{}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem .textWrap{
  margin-right: auto;
  margin-left: 16px;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem .textWrap .solTitle{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color:#000;
}

.indexSection3 .contentWrapper .contentItem .solutionsBlock .solutionItem .textWrap .solDesc{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color:#777;
}

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

.indexSection3 .btnWrap button{
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

.indexSection3 .btnWrap button svg{
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.indexSection3 .btnWrap button.active svg{
  transform: rotate(270deg);
}

.indexSection3 .btnWrap button span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.indexSection3 .btnWrap button span.closed{
  display: block
}

.indexSection3 .btnWrap button span.opened{
  display: none;
}

.indexSection3 .btnWrap button.active .closed{
  display: none;
}

.indexSection3 .btnWrap button.active .opened{
  display: block;
}

.indexSection3 .btnWrap button:hover{
  background-color:#26264B;
}

.indexSection3 .btnWrap button:hover svg{
  stroke: #fff;
}

.indexSection3 .btnWrap button:hover span{
  color:#fff
}

/* </editor-fold> */

/* <editor-fold desc="indexSection4"> */
.indexSection4{
  padding-top: 100px;
  padding-bottom: 103px;
  background-color:#26264B;
  background-image: url("../img/block_bg.webp");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center bottom;
}

@media(width <= 1200px){
  .indexSection4{
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media(width <= 991px){
  .indexSection4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media(width <= 576px){
  .indexSection4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.indexSection4 .textBlock{
  text-align:center;
  max-width: 500px;
  margin: 0 auto;
}

.indexSection4 .textBlock h2{
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  color:#fff;
  margin-bottom: 10px;
}

@media(width <=576px){
  .indexSection4 .textBlock h2{
    font-size: 32px;
  }
}

.indexSection4 .textBlock h2 span{
  background: linear-gradient(93.4deg, #4AC4FF 26.67%, #9494EA 61.28%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.indexSection4 .textBlock .description{
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  color:#fff;
  margin-bottom: 23px;
}
.indexSection4 .textBlock .btnWrap{}

.indexSection4 .textBlock .btnWrap .btn{
  height: 48px;
  line-height: 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  max-width: 175px;
  border-radius: 4px;
}

@media(width <=576px){
  .indexSection4 .textBlock .btnWrap .btn{
    max-width: 100%;
    width: 100%;
  }
}

/* </editor-fold> */

/* <editor-fold desc="indexSection5"> */
.indexSection5{
  padding-top: 54px;
  padding-bottom: 93px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-size: 587px;
  background-position: bottom left calc(50% + 390px);
}

@media(width <=991px){
  .indexSection5 {
    padding-bottom: 120px;
  }
}

.indexSection5 .sliderBlock{
  max-width: 970px;
  margin: 0 auto;
}

@media(width <= 1200px){
  .indexSection5 .sliderBlock{
    max-width: 800px;
  }
}

@media(width <= 991px){
  .indexSection5 .sliderBlock{
    max-width: 640px;

  }
}

.indexSection5 .sliderBlock .slick-list{
  padding-top: 130px!important;
  padding-bottom: 170px!important;
}

@media(width <=991px){
  .indexSection5 .sliderBlock .slick-list{
    padding-top: 90px!important;
    padding-bottom: 120px!important;
  }
}

@media(width <=767px){
  .indexSection5 .sliderBlock .slick-list{
    padding-top: 80px!important;
    padding-bottom: 110px!important;
  }
}

@media(width <=576px){
  .indexSection5 .sliderBlock .slick-list{
    padding-top: 60px!important;
    padding-bottom: 80px!important;
  }
}

.indexSection5 .sliderBlock .sliderItem{

}

.indexSection5 .sliderBlock .slick-current{
  transition: all .5s ease-in-out;
  transform: scale(2.375);
  box-shadow: 0 7px 10px rgb(22 30 68 / 30%);
}

.indexSection5 .sliderBlock .slick-arrow{
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0FA7F0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

.indexSection5 .sliderBlock .slick-arrow:hover{
  background-color: #0C86C0;
}

.indexSection5 .sliderBlock .slick-arrow.arrowPrev{
  left: -100px;
}

.indexSection5 .sliderBlock .slick-arrow.arrowNext{
  right: -100px;
}

@media(width <= 1200px){
  .indexSection5 .sliderBlock .slick-arrow.arrowPrev{
    left: -50px;
  }

  .indexSection5 .sliderBlock .slick-arrow.arrowNext{
    right: -50px;
  }
}

@media(width <=767px){
  .indexSection5 .sliderBlock .slick-arrow{
    margin: unset;
    top: unset;
    bottom: -110px;
    transform: translateX(-50%);
  }

  .indexSection5 .sliderBlock .slick-arrow.arrowPrev{
    left: calc(50% - 50px);
  }

  .indexSection5 .sliderBlock .slick-arrow.arrowNext{
    right:unset;
    left: calc(50% + 50px);
  }
}

.indexSection5 .title{
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color:#181818;
  text-align:center;
  margin-bottom: 32px;
}

@media(width <=1200px){
  .indexSection5 .title{
    font-size: 30px;
  }
}

@media(width <=991px){
  .indexSection5 .title{
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media(width <=767px){
  .indexSection5 .title{
    font-size: 26px;
  }
}

@media(width <=576px){
  .indexSection5 .title{
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.indexSection5 .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color:#181818;
  text-align: center;
  max-width: 540px;
  margin: -10px auto 0;
}

/* </editor-fold> */

/* <editor-fold desc="indexSection6"> */
.indexSection6{
  padding-top: 40px;
  padding-bottom: 72px;
  background-color: #fff;
}

@media(width <= 991px){
  .indexSection6{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.indexSection6 h4{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color:#181818;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;	
}

.indexSection6 .contentWrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media(width <=991px){
  .indexSection6 .contentWrapper{
    margin-bottom: -20px;
  }
}

@media(width <= 576px){
  .indexSection6 .contentWrapper{
    display: block;
  }
}

@media(width <= 576px){
  .indexSection6 .contentWrapper{
    max-height: 215px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .indexSection6 .contentWrapper.active{
    max-height: 700px;
  }

  .indexSection6 .contentWrapper::before{
    content: '';
    width: 100%;
    height:100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #F9F9F9 0%, rgb(245 246 249 / 0%) 116.59%);
  }

  .indexSection6 .contentWrapper.active::before{
    display: none;
  }
}


.indexSection6 .contentWrapper .contentItem{
  flex: 0 0 23%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media(width <= 991px){
  .indexSection6 .contentWrapper .contentItem {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

@media(width <= 576px){
  .indexSection6 .contentWrapper .contentItem{
    margin-bottom: 8px;
  }
}

.indexSection6 .contentWrapper .contentItem .iconWrap{
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

@media(width <= 576px){
  .indexSection6 .contentWrapper .contentItem .iconWrap{
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    margin-right: 10px;
  }
}

.indexSection6 .contentWrapper .contentItem .textWrap{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#181818;
}

.indexSection6 .btnWrap{
  display: none;
  margin-top: 60px;
}

@media(width <=576px){
  .indexSection6 .btnWrap{
    display: block;
	margin-top: 30px;  
  }
}


.indexSection6 .btnWrap button{
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media(width <=576px){
	.indexSection6 .btnWrap button{
		width: 100%;
		justify-content: center;
	}
}

.indexSection6 .btnWrap button svg{
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.indexSection6 .btnWrap button.active svg{
  transform: rotate(270deg);
}

.indexSection6 .btnWrap button span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.indexSection6 .btnWrap button span.closed{
  display: block
}

.indexSection6 .btnWrap button span.opened{
  display: none;
}

.indexSection6 .btnWrap button.active .closed{
  display: none;
}

.indexSection6 .btnWrap button.active .opened{
  display: block;
}

.indexSection6 .btnWrap button:hover{
  background-color:#26264B;
}

.indexSection6 .btnWrap button:hover svg{
  stroke: #fff;
}

.indexSection6  .btnWrap button:hover span{
  color:#fff
}

/* </editor-fold> */

/* <editor-fold desc="indexSection7"> */
.indexSection7{
  padding-top: 0;
  padding-bottom: 70px;
}


.indexSection7 .innerWrapper h4{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color:#181818;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;	
}

@media(width <=576px){
	.indexSection7 .innerWrapper h4{
		margin-bottom: 16px;
	}
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement{
  margin-bottom: 72px;
  background: #FFF;
  box-shadow: 0 4px 16px rgb(38 38 75 / 10%);
  padding: 72px;	
  display: flex;
  align-items: center;	
}

@media(width <=1280px){
	.indexSection7 .innerWrapper .leftSide .caseStudyElement{
		padding: 40px;
	}
}

@media(width <=991px){
	.indexSection7 .innerWrapper .leftSide .caseStudyElement{
		flex-wrap: wrap;
		padding: 30px;
	}
}

@media(width <=576px){
	.indexSection7 .innerWrapper .leftSide .caseStudyElement{
		padding: 16px;
	}
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap{
  order: 2;
  flex-shrink: 0;
  width: 45%;	
}

@media(width <=991px){
	.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap{
		order: 1;
		width: 100%;
	}
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 12px solid #ECEDF4;
  border-radius: 24px;	
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap .category{
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 33px;
  display: none;
  padding: 7px 8px;
  color:#181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap .companyName{
  display: none;
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap .companyResults{  
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .imgWrap .companyResults img{
  position: static;
  width: 20px!important;
  height: 20px!important;
  margin-right: 10px!important;
}


.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap{
	order: 1;
	flex-grow: 1;
	padding: 0 32px 0 0;
}

@media(width <= 991px){
  .indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap{
     order: 2;
	 width: 100%;
	 padding: 32px 0 0 
  }
}

@media(width <= 576px){
  .indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap{
    padding: 16px 0 0
  }
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #181818;
  line-height: 160%;
  margin-bottom: 16px;
}

@media(width <= 576px){
  .indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .title{
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .title span {
	color: #0FA7F0;
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 16px;
}

@media(width <=576px){
	.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .description{
	  font-size: 16px;
	}
}
.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap{}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap .btn{
  font-family: Inter, sans-serif;
  cursor: pointer;
  height: 48px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
  width: auto;	
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap .btn svg {
    stroke: #181818;
    margin-left: 20px;
    transition: all .3s ease-in-out;
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap .btn:hover {
  background-color: #26264B;
  color: #fff;	
}

.indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap .btn:hover svg {
	stroke: #fff;
}

@media(width <= 576px){
  .indexSection7 .innerWrapper .leftSide .caseStudyElement .textWrap .btnWrap .btn{
    max-width: 100%;
    width: 100%;
  }
}

.indexSection7 .innerWrapper .rightSide{
}

.indexSection7 .caseStudyElement .category, .indexSection7 .caseStudyElement .companyName, .indexSection7 .caseStudyElement .date {
	display: none;
} 

.indexSection7 .caseStudyElement .companyResults {
  background: #D4F1D9;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #181818;
  padding: 14px 72px;
  position: relative;
  margin: 16px 0 0;	
  min-height: 68px;
}

@media(width <= 576px){
	.indexSection7 .caseStudyElement .companyResults {
		font-size: 13px;
		padding-right: 14px;
	}
}

.indexSection7 .caseStudyElement .companyResults::before {
	content: '';
	background: url('../img/ico_result_green.svg') no-repeat;
	width: 41px;
	height: 40px;
	position: absolute;
	left: 16px;
	top: 16px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper{
  display: flex;
  margin: 0 -15px;	
}

@media(width <= 767px){
	.indexSection7 .innerWrapper .rightSide .contentWrapper{
		display: block;
		margin: 0;
	}
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem{
  display: block;
  padding: 0 15px;
  width: 33.3333%;
  flex-shrink: 0;	
}

.indexSection7 .innerWrapper .rightSide .contentWrapper > a:nth-child(n+4) {
  display:none;
}

@media(width <= 767px){
	.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem{
		width: 100%;
		padding: 0;
		margin-bottom: 32px;
	}

	.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem:last-child{
      margin-bottom: 0;
    }
}



.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .title{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color:#3747df;
  margin-bottom: 13px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem:hover .title{
  color: #0FA7F0;
}


.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .category{
  display: inline-block;
  padding: 7px 8px;
  color:#181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
  margin-bottom: 13px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .desc{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
  margin-bottom: 13px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem:hover .desc{
  color: #0FA7F0;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .date{
  display: flex;
  align-items: center;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .date svg{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill:#777;
  margin-right: 7px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem .date span{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color:#777;
  font-size: 14px;
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem:hover .date svg{
  fill:#0FA7F0
}

.indexSection7 .innerWrapper .rightSide .contentWrapper .contentItem:hover .date span{
  color: #0FA7F0;
}

/* </editor-fold> */

/* </editor-fold> */

/* <editor-fold desc="blogPage"> */
.blogPage_section1{
  padding-top: 83px;
}

@media(width <=576px){
  .blogPage_section1{
    padding-top: 100px;
  }
}

.blogPage_section1 .innerWrapper{
  display: flex;
  gap: 30px;
  margin-bottom:50px;
}

@media(width <= 1200px){
  .blogPage_section1 .innerWrapper{
    gap: 20px;
  }
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper{
    display: block;
  }
}


.blogPage_section1 .innerWrapper .sideBarBlock{
  flex: 0 0 270px;
}

@media(width <=1200px){
  .blogPage_section1 .innerWrapper .sideBarBlock{
    flex: 0 0 250px;
  }
}

@media(width <=991px){
  .blogPage_section1 .innerWrapper .sideBarBlock{
    margin-bottom: 30px;
  }
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock{
  border: 1px solid #ECEDF4;
  background-color:#fff;
  padding: 12px 8px 28px;
  border-radius: 8px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .searchBlock{
  margin-bottom: 4px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .searchBlock .searchWrapper{
  position: relative;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .searchBlock .searchWrapper::before{
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0994 14.6667L13.7661 13.3334M8.09945 14C8.93115 14 9.75471 13.8362 10.5231 13.5179C11.2915 13.1997 11.9897 12.7332 12.5778 12.145C13.1659 11.5569 13.6324 10.8588 13.9507 10.0904C14.269 9.32197 14.4328 8.49841 14.4328 7.66671C14.4328 6.835 14.269 6.01144 13.9507 5.24305C13.6324 4.47465 13.1659 3.77647 12.5778 3.18836C11.9897 2.60026 11.2915 2.13375 10.5231 1.81547C9.75471 1.49719 8.93115 1.33337 8.09945 1.33337C6.41974 1.33337 4.80883 2.00063 3.6211 3.18836C2.43337 4.37609 1.76611 5.987 1.76611 7.66671C1.76611 9.34641 2.43337 10.9573 3.6211 12.145C4.80883 13.3328 6.41974 14 8.09945 14V14Z" stroke="%23181818" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 17px;
  height: 17px;
}


.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .searchBlock input{
  display: block;
  width: 100%;
  height: 46px;
  line-height: normal;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
  padding-left: 20px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .searchBlock input:focus{
  border-color:#181818;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock{
  margin-bottom: 21px;
  position: relative;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler{
  width: 100%;
  background-color: transparent;
  border: none;
  display: none;
  border-radius: 4px;
  align-items: center;
  padding: 12px 16px;
  position:relative;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler{
    display: flex;
    padding: 8px 15px;
  }
}

@media(width <= 576px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler{
    padding: 4px 15px;
  }
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler::before{
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #181818;
  border-right: 2px solid #181818;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(45deg);
  transition: all .5s ease-in-out;
  margin: auto;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler.active::before{
  transform: rotate(225deg);
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler img{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 15px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryListToggler span{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#181818;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 100%;
    left: 0;
    background-color:#fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 40%);
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .5s ease-in-out;
    padding: 10px 8px;
  }

  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList.active{
    transform: scaleY(1);
  }
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li{
  margin-bottom: 4px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li:last-child{
  margin-bottom: 0;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a{
  display: flex;
  border-radius: 4px;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  z-index: 2;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a{
    padding: 8px 12px;
  }
}

@media(width <= 576px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a{
    padding: 4px 8px;
  }
}


.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a .bg{
  position: absolute;
  border-radius: 4px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a:hover .bg{
  opacity: 1;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li  a.active .bg{
  opacity: 1;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a img{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 15px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .categoryBlock .categoryList li a span{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#181818;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .socialsBlock{
  padding: 0 12px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .socialsBlock ul{
  display: flex;
  gap:24px;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .socialsBlock ul{
    justify-content: center;
  }
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .socialsBlock ul li{
  flex: 0 0 24px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .categoryWrapperBlock .socialsBlock ul li a{
  display: block;
  width: 24px;
  height: 24px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock{
  background-color: #FFF8F0;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock{
    display: none;
  }
}


.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock .iconWrap{
  width:56px;
  height: 56px;
  margin-bottom: 10px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color:#26264B;
  margin-bottom: 12px;
}

.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock .text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color:#26264B;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
}
.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock .btnWrap{}

.blogPage_section1 .innerWrapper .sideBarBlock .subscribeBlock .btnWrap .btn{
  height: 48px;
  line-height: 46px;
  font-family: Inter, sans-serif;
  border-radius: 4px;
}

.blogPage_section1 .innerWrapper .mainContentBlock{
  flex-grow: 1;
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock{
  margin-bottom: 33px;
}

@media(width <= 1200px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock{
    margin-bottom: 25px;
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 375px;
  border-radius: 4px;
  padding-top: 170px;
  padding-left: 33px;
  padding-right: 33px;
}

@media(width <=767px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a{
    height: auto;
    padding: 100px 15px 70px;
  }
}

@media(width <=767px) {
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a {
    padding-top: 70px;
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #181818 3.83%, rgb(24 24 24 / 0%) 100%);
  border-radius: 4px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .date{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 34px;
  left: 33px;
}

@media(width <= 767px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .date{
    left: 15px;
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .date img{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .date span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  color:#fff;
  font-size: 14px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .category{
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  padding: 7px 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .title{
  display: block;
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color:#fff;
  margin-bottom: 7px;
}

@media(width <= 1200px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .title{
    font-size: 22px;
  }
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .title{
    font-size: 20px;
  }
}

@media(width <= 576px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .title{
    font-size: 18px;
  }
}



.blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .description{
  display: block;
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
  color:#fff;
}

@media(width <=991px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .description{
    font-size: 14px;
  }
}

@media(width <=576px){
  .blogPage_section1 .innerWrapper .mainContentBlock .mainArticleBlock a .description{
    font-size: 12px;
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .currentSearchQueryBlock{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#F5F5FA;
  padding: 20px 16px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .currentSearchQueryBlock .textWrap{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color:#26264B;
}

@media(width <=576px){
  .blogPage_section1 .innerWrapper .mainContentBlock .currentSearchQueryBlock .textWrap{
    font-size: 20px;
  }
}


.blogPage_section1 .innerWrapper .mainContentBlock .currentCategoryBlock{
  display: flex;
  gap: 12px;
  align-items: center;
  background-color:#F5F5FA;
  padding: 20px 16px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .currentCategoryBlock .iconWrap{}
.blogPage_section1 .innerWrapper .mainContentBlock .currentCategoryBlock .textWrap{}

.blogPage_section1 .innerWrapper .mainContentBlock .currentCategoryBlock .textWrap .title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color:#26264B;
}

.blogPage_section1 .innerWrapper .mainContentBlock .currentCategoryBlock .textWrap .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color:#26264B;

}




.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock{
  position: relative;	
  overflow: hidden;	
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock.--max-posts::before{
  content: none;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
	box-shadow:0 0 150px 150px #fff;
    box-shadow:0 0 150px 150px #fff;
    box-shadow:0 0 150px 150px #fff;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .someTitle{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color:#181818;
  margin-bottom: 13px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media(width <= 1200px){
  .blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper{
    gap: 20px;
  }
}

@media(width <= 576px) {
  .blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper {
    display: block;
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem{
  flex: 0 0 31%;
}

@media(width <=1200px){
  .blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem{
    flex: 0 0 calc((100% / 3) - 14px)
  }
}

@media(width <=991px){
  .blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem{
    flex: 0 0 calc(50% - 10px);
  }
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .imgWrap{
  position: relative;
  height: 155px;
  margin-bottom: 13px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .imgWrap img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 4px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .imgWrap::before{
  content: '';
  position: absolute;
  border-radius: 4px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 20%);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .imgWrap .category{
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  padding: 7px 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap{}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap h5{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color:#181818;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock{
  display: flex;
  gap: 16px;
  align-items: center;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .date,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .views{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .date svg,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .views svg{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transition: all .3s ease-in-out;
  fill: #777;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .date span,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem .textWrap .metaBlock .views span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  color:#777;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .textWrap .metaBlock .date span,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .textWrap .metaBlock .views span,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .textWrap h5{
  color:#0FA7F0;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .textWrap .metaBlock .date svg,
.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .textWrap .metaBlock .views svg{
  fill:#0FA7F0;
}

.blogPage_section1 .innerWrapper .mainContentBlock .restContentBlock .contentWrapper .contentItem:hover .imgWrap::before{
  opacity: 1;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap{
  text-align:center;
  margin-top: 30px;
	position: relative;
	z-index: 3;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button:hover{
  background-color: #26264B
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button:hover span{
  color:#fff;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button svg{
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button:hover svg{
  stroke: #fff;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button .simple{
  display: block;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button .loading{
  display: none;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button.active .simple{
  display: none;
}

.blogPage_section1 .innerWrapper .mainContentBlock > .btnWrap button.active .loading{
  display: block;
}



.blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock{
  display: none;
  background-color:#FFF8F0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

@media(width <= 991px){
  .blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock{
    display: block;
  }
}


.blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock .innerBlockWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock .innerBlockWrap .iconWrap{
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}

.blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock .innerBlockWrap .title{
  font-family: Inter, sans-serif;
  font-weight: 600;
  color:#26264B;
  font-size: 16px;
  line-height: 160%;
}

.blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock .btnWrap .btn{
  width: 100%;
  max-width: 100%;
  height: 48px;
  line-height:46px;
  font-family: Inter, sans-serif;
  font-weight: 500;

}

@media(width <= 576px){
  .blogPage_section1 .innerWrapper .mainContentBlock .subscribeMobileBlock .btnWrap .btn{
    height: 33px;
    line-height: 31px;
  }
}


/* .blogPage_section1 .innerWrapper .sideBarBlock .stickyBlock{ */

/*  float: left; */

/*  position: sticky; */

/*  position: -webkit-sticky; */

/*  background: #f83d23; */

/*  width: 100px; */

/*  height: 100px; */

/*  top: 70px; */

/*  display: flex; */

/*  justify-content: center; */

/*  align-items: center; */

/*  box-shadow: 0 0 6px #000; */

/*  color: #fff; */

/* } */

/* </editor-fold> */

/* <editor-fold desc="articlePage"> */
.articlePage_section1{
  padding-top: 83px;
  background-color: #f9f9f9;
}

@media(width <=576px){
  .articlePage_section1{
    padding-top: 100px;
  }
}


.articlePage_section1 .innerWrapper{
  display: flex;
  gap: 30px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper{
  flex-grow: 1;
  background-color: #fff;
  padding: 48px 100px 30px;

}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .mainContentWrapper{
    padding: 40px 50px 30px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper{
    padding: 30px 15px;
  }
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper{
    margin-left: -15px;
    margin-right: -15px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 11px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .category{
  display: inline-block;
  padding: 7px 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .date,
.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .views{
  display: flex;
  align-items: center;
}

.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .date svg,
.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .views svg{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transition: all .3s ease-in-out;
  fill: #777;
}

.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .date span,
.articlePage_section1 .innerWrapper .mainContentWrapper > .metaBlock .views span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  color:#777;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.articlePage_section1 .innerWrapper .mainContentWrapper h1{
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color:#181818;
  margin-bottom: 30px;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .mainContentWrapper h1{
    font-size: 35px
  }
}

@media(width <=991px){
  .articlePage_section1 .innerWrapper .mainContentWrapper h1{
    font-size: 30px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper h1{
    font-size: 25px;
  }
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper h1{
    font-size: 20px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent{}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent *{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color:#181818;
  margin-bottom: 30px;
}

@media(width <= 991px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent *{
    font-size: 18px;
  }
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent *{
    font-size: 16px;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent *:last-child{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent strong,
.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent b{
  font-weight: 700;
  color: inherit;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent h2{
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent h3{
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent h4{
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent h5{
  font-size: 26px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent h6{
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent a{
  position: relative;
  color:#0FA7F0;
  background-image: linear-gradient(to right, #0FA7F0, #0FA7F0);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent a:hover{
  background-image: none;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ol{
  list-style-type: decimal;
  list-style-position: inside;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ul{}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ul li:last-child{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color:#181818;
  position: absolute;
  top: 15px;
  left: 0;
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ol li{
  margin-bottom: 10px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ol li::marker{
  color: #0FA7F0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent ol li:last-child{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .researchBlock{
  padding: 32px 30px;
  background-color:#F5F6FA;
  background-image: url("../img/white_bg.webp");
  background-size: 587px;
  background-repeat: no-repeat;
  background-position: top -203px left -228px;
  text-align:center;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .researchBlock .topNote{
  font-family: Inter, sans-serif;
  font-size: 12px;
  background-color:#D4F1D9;
  height: 40px;
  line-height: 40px;
  max-width: 145px;
  border-radius: 8px;
  margin: 0 auto 23px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .researchBlock .text{
  font-family: Inter, sans-serif;
  margin-bottom: 24px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .researchBlock .btnWrap{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .researchBlock .btnWrap .btn{
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color:#fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  max-width: 145px;
  background-image: none;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock{
  margin-left: -100px;
  margin-right: -100px;
  padding: 83px 100px;
  background-color:#26264B;
  background-image: url("../img/researchBlockImg.png");
  background-size: 565px;
  background-position: top right;
  background-repeat: no-repeat;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock{
    margin-left: -50px;
    margin-right: -50px;
    padding: 70px 50px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock{
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .title{
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color:#fff;
  margin-bottom: 7px;
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .title{
    font-size: 32px;
    text-align: center;
  }
}



.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#fff;
  margin-bottom: 23px;
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .text{
    font-size: 16px;
    text-align:center;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .btnWrap{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .btnWrap .btn{
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color:#fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  max-width: 145px;
  background-image: none;
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .bigResearchBlock .btnWrap .btn{
    max-width: unset;
    width: 100%;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote{
  position: relative;
  background-color: #26264B;
  border-radius: 30px;
  padding: 72px 72px 32px;
  text-align: center;
}

@media(width <=767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote{
    padding: 70px 50px 40px;
  }
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote{
    padding: 60px 30px 30px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote::before{
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.65897 7.87444C3.65897 6.82212 4.05915 5.93722 4.85953 5.21973C5.6599 4.45441 6.63536 4.04783 7.7859 4C8.88641 4 9.83686 4.43049 10.6372 5.29148C11.4376 6.10464 11.7878 7.03737 11.6877 8.08969C11.6877 8.66368 11.5126 9.50075 11.1625 10.6009C10.8123 11.6532 10.3871 12.8012 9.88688 14.0448C9.43667 15.2885 8.96145 16.4604 8.46122 17.5605C8.011 18.6129 7.66084 19.426 7.41072 20L5.15967 19.0673C5.50983 18.4454 5.93503 17.3931 6.43527 15.9103C6.9355 14.3797 7.31068 12.9686 7.56079 11.6771C6.41025 11.6771 5.45981 11.3184 4.70946 10.6009C4.00913 9.83558 3.65897 8.92676 3.65897 7.87444ZM13.2961 7.87444C13.2961 6.82212 13.6962 5.93722 14.4966 5.21973C15.297 4.45441 16.2724 4.04783 17.423 4C18.5235 4 19.4739 4.43049 20.2743 5.29148C21.0747 6.10464 21.4249 7.03737 21.3248 8.08969C21.3248 8.66368 21.1497 9.50075 20.7996 10.6009C20.4494 11.6532 20.0242 12.8012 19.524 14.0448C19.0738 15.2885 18.5985 16.4604 18.0983 17.5605C17.6481 18.6129 17.2979 19.426 17.0478 20L14.7968 19.0673C15.1469 18.4454 15.5721 17.3931 16.0724 15.9103C16.5726 14.3797 16.9478 12.9686 17.1979 11.6771C16.0473 11.6771 15.0969 11.3184 14.3465 10.6009C13.6462 9.83558 13.2961 8.92676 13.2961 7.87444Z" fill="%230FA7F0"/></svg>');
  position: absolute;
  top: 33px;
  left: calc(50% - 12px);
  width: 25px;
  height: 24px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote .text{
  color:#fff;
  line-height: 140%;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote .author{
  font-size: 16px;
  color:#0FA7F0;
  position:relative;
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .prettyBlockquote .author::before{
  content: '';
  width: 70px;
  height: 2px;
  background-color:#0FA7F0;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .greyWrap{
  border-radius: 30px;
  padding: 30px;
  background-color: #F5F5FA;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .greyWrap p{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  background-color:#0FA7F0;
  box-shadow: 0 8px 20px rgb(9 100 144 / 20%);
  border-radius: 4px;
  padding: 0 24px;
  text-decoration: none;
  margin-bottom: 0;
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle{
    display: block;
    text-align: center;
    height: auto;
    padding: 15px 20px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle::before{
  display: none;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle:hover{
  background-color:#0C86C0;
  box-shadow: none;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color:#fff;
  margin-bottom: 0;
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle span{
    display: block;
    margin-bottom: 15px;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .fwBtnArticle img{
  margin-bottom: 0;
}



.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock{
  background-color:#FFF8F0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 24px;
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock{
    display:block;
    text-align:center;
    padding: 20px 15px;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock img{
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  margin-bottom: 0;
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock img{
    margin: 0 auto 20px;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock span{
  font-family:Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color:#BB6402;
  margin-bottom: 0;
  text-decoration: underline;
}

@media(width <= 991px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock span{
    font-size: 18px;
  }
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .ctaBlock span{
    display: block;
    font-size: 15px;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock{
  background-image: url("../img/block_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
  background-color: #26264B;
  padding: 70px 100px;
  margin-left: -100px;
  margin-right: -100px;
  display: flex;
  gap: 30px;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock{
    margin-left: -50px;
    margin-right: -50px;
    padding: 50px;
  }
}

@media(width <=767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock{
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock .imgWrap{
  flex: 0 0 170px;
  margin-bottom: 0;
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock .imgWrap{
    max-width: 110px;
    margin: 0 auto 20px;
  }
}


.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock .imgWrap img{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .clientBlock .textWrap{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color:#fff;
  margin-bottom: 0;
}



.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure{
  margin-left: -100px;
  margin-right: -100px;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure{
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure{
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure{
    margin-left: 0;
    margin-right: 0;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure figcaption{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color:#181818;
  text-align: center;
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent figure img{
  display: block;
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .postContentFormBlock{
  margin-top: 30px;
  position:relative;
  background-color:#fff;
  padding: 32px;
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock{
    padding: 30px 0;
  }
}

.articlePage_section1 .innerWrapper .postContentFormBlock::before{
  content: '';
  width: calc(100% + 200px);
  height: 1px;
  background-color:#ECEDF4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media(width <=1200px){
  .articlePage_section1 .innerWrapper .postContentFormBlock::before{
    width: calc(100% + 100px);
  }
}

@media(width <=767px){
  .articlePage_section1 .innerWrapper .postContentFormBlock::before{
    width: calc(100% + 30px);
  }
}



.articlePage_section1 .innerWrapper .postContentFormBlock h4{
  text-align:center;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  color:#181818;
  margin-bottom: 20px;
}

.articlePage_section1 .innerWrapper .postContentFormBlock .description{
  text-align:center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#181818;
  margin-bottom: 48px;
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock .description{
    margin-bottom: 15px;
  }
}

.articlePage_section1 .innerWrapper .postContentFormBlock form .cf7sg-response-output{
  display: none!important;
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper p{
  position: relative;
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper .wpcf7-not-valid-tip{
  text-align: left;
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper p{
    display: block;
  }
}


.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper input{
  height: 48px;
  line-height: normal;
  padding-right: 140px;
  padding-left: 20px;
  border-radius: 4px;
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper input:focus{
  border-color:#26264B;
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper input{
    margin-bottom: 25px;
  }
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper:hover input{
  border-color:#26264B;
}


.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper .placeholder{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  height: 16px;
  color:#777
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper button{
  max-width: 130px;
  height: 48px;
  line-height: 48px;
  margin-left: -130px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  border-radius: 4px;
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper:hover button{
  background-color: #0C86C0;
}

@media(width <=576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper button{
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper:hover .placeholder{
  color: #26264B;
}




.articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper::before{
  content: '';
  width: 70px;
  height: 2px;
  background-color:#D9D9D9;
  position:absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

@media(width <= 576px){
  .articlePage_section1 .innerWrapper .postContentFormBlock .inputWrapper::before{
    display: none;
  }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock{
  display: none;
  background-image: url("../img/ctaBlockBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: #26264B;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 15px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 600;
  color:#fff;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 22px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock ul{
  margin-bottom: 20px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock ul li{
  position:relative;
  padding-left: 35px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color:#fff;
  font-weight: 400;
  margin-bottom: 26px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock ul li:last-child{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock ul li::before{
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5Z" fill="white"/><path d="M6.26953 11.9997L10.0895 15.8197L17.7295 8.17969" stroke="%23181818" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
}
.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock .btnWrap{}

.articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock .btnWrap a{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color:#181818;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #E0E0F0;
  background-color:#fff;
  border-radius: 4px;
}


@media(width <=767px){
  .articlePage_section1 .innerWrapper .mainContentWrapper .ctaHiddenBlock{
    display: block;
  }
}


.articlePage_section1 .innerWrapper .recommendPosts {
  background-color: #f9f9f9;
  padding-top: 36px;
  padding-bottom: 50px;
  margin-left: -100px;
  margin-right: -100px;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .recommendPosts{
    padding-top: 20px;
    margin-left: -50px;
    margin-right: -50px;
    padding-bottom: 40px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .recommendPosts{
    margin-left: 0;
    margin-right: -0;
  }
}


.articlePage_section1 .innerWrapper .recommendPosts h4{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color:#181818;
  margin-bottom: 20px;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .recommendPosts .contentWrapper{
    gap: 20px;
  }
}

@media(width <= 767px){
  .articlePage_section1 .innerWrapper .recommendPosts .contentWrapper{
    display: block;
  }
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem{
  flex: 0 0 31%;
}

@media(width <= 1200px){
  .articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem{
    flex: 0 0 calc((100% / 3) - 14px);
  }
}

@media(width <= 767px) {
  .articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem {
    display: block;
    margin-bottom: 30px;
  }
}


.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .imgWrap{
  position: relative;
  height: 155px;
  margin-bottom: 13px;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .imgWrap img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .imgWrap::before{
  content: '';
  position: absolute;
  border-radius: 4px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 20%);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .imgWrap .category{
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  padding: 7px 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap{}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap h5{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color:#181818;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock{
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .date,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .views{
  display: flex;
  align-items: center;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .date svg,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .views svg{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transition: all .3s ease-in-out;
  fill: #777;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .date span,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem .textWrap .metaBlock .views span{
  font-family: Inter, sans-serif;
  font-weight: 500;
  color:#777;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .textWrap .metaBlock .date span,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .textWrap .metaBlock .views span,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .textWrap h5{
  color:#0FA7F0;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .textWrap .metaBlock .date svg,
.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .textWrap .metaBlock .views svg{
  fill:#0FA7F0;
}

.articlePage_section1 .innerWrapper .recommendPosts .contentWrapper .contentItem:hover .imgWrap::before{
  opacity: 1;
}

.articlePage_section1 .innerWrapper .sideBarBlock{
  flex: 0 0 270px;
  padding-bottom: 100px;
}

@media(width <=991px){
  .articlePage_section1 .innerWrapper .sideBarBlock{
    display: none;
  }
}


.articlePage_section1 .innerWrapper .sideBarBlock .stickyWrapper{
  position: sticky;
  top: 80px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock{
  background-image: url("../img/ctaBlockBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color:#26264B;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 15px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 600;
  color:#fff;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 22px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock ul{
  margin-bottom: 20px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock ul li{
  position:relative;
  padding-left: 35px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color:#fff;
  font-weight: 400;
  margin-bottom: 26px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock ul li:last-child{
  margin-bottom: 0;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock ul li::before{
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5Z" fill="white"/><path d="M6.26953 11.9997L10.0895 15.8197L17.7295 8.17969" stroke="%23181818" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
}
.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock .btnWrap{}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock .btnWrap a{
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color:#181818;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #E0E0F0;
  background-color:#fff;
  border-radius: 4px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .ctaBlock .btnWrap a:hover{
  background-color: #26264B;
  color:#fff;
}


.articlePage_section1 .innerWrapper .sideBarBlock .socialsBlock{
  display: flex;
  align-items: center;
  gap: 12px;
}

.articlePage_section1 .innerWrapper .sideBarBlock .socialsBlock .title{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color:#000;
}

.articlePage_section1 .innerWrapper .sideBarBlock .socialsBlock a{
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

/* </editor-fold> */


/* <editor-fold desc="msrpPage"> */

/* <editor-fold desc="msrpPage_section1"> */
.msrpPage_section1{
  padding-top: 143px;
  padding-bottom: 80px;
  background-color: #26264B;
  background-image: url("../img/main_bg_new.avif");
  background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media(width <= 991px){
  .msrpPage_section1{
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media(width <= 576px){
  .msrpPage_section1{
    padding-top: 100px;
    padding-bottom: 33px;
  }
}

.msrpPage_section1 .innerWrapper{
  display: flex;
  justify-content: space-between;

  /* align-items: center; */
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper{
    display: block;
  }
}


.msrpPage_section1 .innerWrapper .textBlock{
  order: 1;
  flex: 0 0 550px;
}

@media(width <=1200px){
  .msrpPage_section1 .innerWrapper .textBlock{
    flex: 0 0 440px;
  }
}

.msrpPage_section1 .innerWrapper .textBlock h1{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .textBlock h1{
    font-size: 36px;
    text-align: center;
  }
}

@media(width <=576px){
  .msrpPage_section1 .innerWrapper .textBlock h1{
    font-size: 32px;
  }
}



.msrpPage_section1 .innerWrapper .textBlock .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color:#ECEDF4;
  margin-bottom: 32px;
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .textBlock .description{
    text-align: center;
    line-height: 150%;
    margin-bottom: 23px;
  }
}


.msrpPage_section1 .innerWrapper .textBlock .btnWrap{
  margin-bottom: 32px;
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .textBlock .btnWrap{
    text-align:center;
    margin-bottom: 32px;
  }
}


.msrpPage_section1 .innerWrapper .textBlock .btnWrap .btn{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 56px;
  max-width: 175px;
  line-height: 54px;
  border-radius: 4px;
}

@media(width <=576px){
  .msrpPage_section1 .innerWrapper .textBlock .btnWrap .btn{
    width: 100%;
    max-width: 100%;
  }
}


.msrpPage_section1 .innerWrapper .textBlock .infoBlock{
  display: flex;
  flex-wrap: wrap;
  max-width: 405px;
  margin-bottom: -32px;
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .textBlock .infoBlock{
    max-width: 100%;
  }
}

@media(width <=576px){
  .msrpPage_section1 .innerWrapper .textBlock .infoBlock{
    display: block;
    margin-bottom: 0;
  }
}

.msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem{
  flex: 0 0 50%;
  margin-bottom: 32px;
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem{
    flex: 1;
    text-align:center;
  }
}

@media(width <=767px){
  .msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem{
    flex: 0 0 50%;
  }
}

@media(width <=576px) {
  .msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem {
    margin-bottom: 20px;
  }

  .msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem:last-child{
    margin-bottom: 0;
  }

}

.msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem .int{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color:#fff;
  margin-bottom: 4px;
}

.msrpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem .text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color:#fff;
}

.msrpPage_section1 .innerWrapper .slideBlock{
  order: 2;
  flex: 0 0 585px;
}

@media(width <=1200px){
  .msrpPage_section1 .innerWrapper .slideBlock{
    flex: 0 0 475px;
  }
}

@media(width <=991px){
  .msrpPage_section1 .innerWrapper .slideBlock{
    margin-bottom: 30px;
  }
}

@media(width <= 576px){
  .msrpPage_section1 .innerWrapper .slideBlock{
    max-width: 70%;
    margin: 0 auto 35px;
  }
}



/* </editor-fold> */

/* <editor-fold desc="msrpPage_section2"> */
.msrpPage_section2{
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top 1px left calc(50% - 14px);
  background-size: 587px;
}

@media(width <=576px){
  .msrpPage_section2{
    padding-top: 55px;
    padding-bottom: 32px;
  }
}


.msrpPage_section2 .titleBlock{
  text-align:center;
  margin-bottom: 50px;
}

@media(width <=1200px){
  .msrpPage_section2 .titleBlock{
    margin-bottom: 40px;
  }
}

@media(width <= 991px){
  .msrpPage_section2 .titleBlock{
    margin-bottom: 30px;
  }
}

@media(width <= 576px) {
  .msrpPage_section2 .titleBlock {
    margin-bottom: 47px;
  }
}

.msrpPage_section2 .titleBlock h2{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color:#181818;
  margin-bottom: 10px;
}

@media(width <=1200px){
  .msrpPage_section2 .titleBlock h2{
    font-size: 30px;
  }
}

@media(width <= 991px){
  .msrpPage_section2 .titleBlock h2{
    font-size: 28px;
  }
}

@media(width <= 767px){
  .msrpPage_section2 .titleBlock h2{
    font-size: 26px;
  }
}

@media(width <= 576px){
  .msrpPage_section2 .titleBlock h2{
    font-size: 24px;
  }
}

.msrpPage_section2 .titleBlock .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color:#6C6C70;
}

@media(width <=576px){
  .msrpPage_section2 .titleBlock .description{
    font-size: 16px;
  }
}


.msrpPage_section2 .contentWrapper{
  display: flex;
  gap: 32px;
}

@media(width <= 1200px){
  .msrpPage_section2 .contentWrapper{
    gap: 20px;
  }
}

@media(width <=991px){
  .msrpPage_section2 .contentWrapper{
    flex-direction: column;
    gap:34px;
  }
}



.msrpPage_section2 .contentWrapper .contentItem{
  flex: 1;
  padding: 32px;
  background-color:#fff;
  border-radius: 4px;
}

.msrpPage_section2 .contentWrapper .contentItem .iconWrap{
  max-width: 56px;
  margin-bottom: 20px;
}

.msrpPage_section2 .contentWrapper .contentItem h4{
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 25px;
}

.msrpPage_section2 .contentWrapper .contentItem:nth-child(1) h4 span{
  color:#23AB3A
}

.msrpPage_section2 .contentWrapper .contentItem:nth-child(2) h4 span{
  color:#FF7580
}

.msrpPage_section2 .contentWrapper .contentItem:nth-child(3) h4 span{
  color:#FD9926
}

.msrpPage_section2 .contentWrapper .contentItem ul{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
}

.msrpPage_section2 .contentWrapper .contentItem ul li{
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 145%;
  color:#181818;
}

.msrpPage_section2 .contentWrapper .contentItem ul li::marker{
  font-size: 16px;
  color:#181818;
}

/* </editor-fold> */

/* <editor-fold desc="msrpPage_section3"> */
.msrpPage_section3{}

.msrpPage_section3 .levelBlock{
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #F9F9F9;
}

@media(width <= 991px){
  .msrpPage_section3 .levelBlock{
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media(width <= 767px){
  .msrpPage_section3 .levelBlock{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <= 576px){
  .msrpPage_section3 .levelBlock{
    padding-top: 32px;
    padding-bottom: 32px;
  }
}



.msrpPage_section3 .levelBlock .topSide{
  display: flex;
  gap: 130px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media(width <= 1200px){
  .msrpPage_section3 .levelBlock .topSide{
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media(width <= 991px){
  .msrpPage_section3 .levelBlock .topSide{
    display: block;
  }
}

@media(width <=576px){
  .msrpPage_section3 .levelBlock .topSide{
    margin-bottom:32px;
  }
}




.msrpPage_section3 .levelBlock .topSide .imgWrap{
  flex: 0 0 665px;
  border-radius: 24px;
  border: 12px solid #ECEDF4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msrpPage_section3 .levelBlock .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

@media(width <= 1200px){
  .msrpPage_section3 .levelBlock .topSide .imgWrap{
    flex: 0 0 600px;
  }
}

@media(width <= 991px){
  .msrpPage_section3 .levelBlock .topSide .imgWrap{
    margin-bottom: 30px;
  }
}

@media(width <=767px){
  .msrpPage_section3 .levelBlock .topSide .imgWrap{
    
  }
}

@media(width <= 576px){
  .msrpPage_section3 .levelBlock .topSide .imgWrap{
    border-radius: 12px;
    border-width: 6px;
  }
}


.msrpPage_section3 .levelBlock .topSide .textWrap{
  flex-grow: 1;
}

.msrpPage_section3 .levelBlock:nth-child(even){
  background-color:#fff;
}

.msrpPage_section3 .levelBlock:nth-child(odd) .topSide .textWrap{
  order: 1;
}

.msrpPage_section3 .levelBlock:nth-child(odd) .topSide .imgWrap{
  order: 2;
}



.msrpPage_section3 .levelBlock .topSide .textWrap h3{
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color:#181818;
  margin-bottom: 30px;
}

@media(width <= 1200px){
  .msrpPage_section3 .levelBlock .topSide .textWrap h3{
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media(width <= 991px) {
  .msrpPage_section3 .levelBlock .topSide .textWrap h3 {
    font-size: 32px;
  }
}

@media(width <= 767px) {
  .msrpPage_section3 .levelBlock .topSide .textWrap h3 {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}

@media(width <= 576px) {
  .msrpPage_section3 .levelBlock .topSide .textWrap h3 {
    font-size: 24px;
  }
}


.msrpPage_section3 .levelBlock .topSide .textWrap .description{
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color:#181818;
}

.msrpPage_section3 .levelBlock .bottomSide{
  display: flex;
  gap: 35px;
}

@media(width <= 991px){
  .msrpPage_section3 .levelBlock .bottomSide{
    flex-direction: column;
    gap: 33px;
  }
}


.msrpPage_section3 .levelBlock .bottomSide .sideElement{
  flex: 1;
  display: flex;
  min-height: 130px;
}

@media(width <= 991px){
  .msrpPage_section3 .levelBlock .bottomSide .sideElement{
    min-height: unset;
  }
}


.msrpPage_section3 .levelBlock .bottomSide .sideElement .iconWrap{
  flex: 0 0 32px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
}

.msrpPage_section3 .levelBlock .bottomSide .sideElement .textWrap{
  padding-left: 20px;

}

.msrpPage_section3 .levelBlock .bottomSide .sideElement .textWrap h5{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color:#000;
  margin-bottom: 8px;
}

.msrpPage_section3 .levelBlock .bottomSide .sideElement .textWrap .text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color:#777;
}

.msrpPage_section3 .levelBlock:nth-child(n) .topSide .imgWrap{
  background-color:#E0E0F0;
}

.msrpPage_section3 .levelBlock:nth-child(n) .bottomSide .sideElement .iconWrap{
  background-color:#E0E0F0
}

.msrpPage_section3 .levelBlock:nth-child(n) .bottomSide .sideElement .iconWrap svg{
  stroke: #4B4BE5;
}

.msrpPage_section3 .levelBlock:nth-child(2n) .topSide .imgWrap{
  background-color:#DAF1FC;
}

.msrpPage_section3 .levelBlock:nth-child(2n) .bottomSide .sideElement .iconWrap{
  background-color:#DAF1FC
}

.msrpPage_section3 .levelBlock:nth-child(2n) .bottomSide .sideElement .iconWrap svg{
  stroke: #0FA7F0;
}

.msrpPage_section3 .levelBlock:nth-child(3n) .topSide .imgWrap{
  background-color:#FEEAD4;
}

.msrpPage_section3 .levelBlock:nth-child(3n) .bottomSide .sideElement .iconWrap{
  background-color:#FEEAD4
}

.msrpPage_section3 .levelBlock:nth-child(3n) .bottomSide .sideElement .iconWrap svg{
  stroke: #FD9926;
}

.msrpPage_section3 .levelBlock:nth-child(4n) .topSide .imgWrap{
  background-color:#D4F1D9;
}

.msrpPage_section3 .levelBlock:nth-child(4n) .bottomSide .sideElement .iconWrap{
  background-color:#D4F1D9
}

.msrpPage_section3 .levelBlock:nth-child(4n) .bottomSide .sideElement .iconWrap svg{
  stroke: #23AB3A;
}

/* </editor-fold> */

/* <editor-fold desc="msrpPage_section4"> */
.msrpPage_section4{
  padding-top: 85px;
  padding-bottom: 92px;
  background-color:#26264B;
  background-image: url("../img/cta_bg.jpg");
  background-size: 1366px;
  background-position: top center;
  background-repeat: repeat-y;
}

@media(width <= 1200px){
  .msrpPage_section4{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(width <= 576px){
  .msrpPage_section4{
    padding-top: 55px;
    padding-bottom: 31px;
  }
}


.msrpPage_section4 .titleBlock{
  text-align:center;
  margin-bottom: 33px;
}

@media(width <=576px){
  .msrpPage_section4 .titleBlock{
    margin-bottom: 24px;
  }
}

.msrpPage_section4 .titleBlock h2{
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 12px;
}

@media(width <=1200px){
  .msrpPage_section4 .titleBlock h2{
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media(width <=991px){
  .msrpPage_section4 .titleBlock h2{
    font-size: 36px;
  }
}

@media(width <=767px){
  .msrpPage_section4 .titleBlock h2{
    font-size: 34px;
    margin-bottom: 10px;
  }
}

@media(width <=576px){
  .msrpPage_section4 .titleBlock h2{
    font-size: 32px;
  }
}





.msrpPage_section4 .titleBlock .description{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color:#ECEDF4;
}

@media(width <= 576px){
  .msrpPage_section4 .titleBlock .description{
    font-size: 16px;
  }
}



.msrpPage_section4 .btnWrap{
  text-align:center;
  margin-bottom: 32px;
}

.msrpPage_section4 .btnWrap .btn{
  max-width: 180px;
  height: 48px;
  line-height: 48px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
}

@media(width <=576px){
  .msrpPage_section4 .btnWrap .btn{
    max-width: 100%;
    width: 100%;
  }
}



.msrpPage_section4 .contentWrap{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap:32px;
}

@media(width <=767px){
  .msrpPage_section4 .contentWrap{
    flex-direction:column;
    gap: 29px;
  }
}



.msrpPage_section4 .contentWrap .contentItem{
  flex: 1;
  display: flex;
  align-items: center;
}

.msrpPage_section4 .contentWrap .contentItem .iconWrap{
  flex: 0 0 28px;
  height: 28px;
}

.msrpPage_section4 .contentWrap .contentItem .textWrap{
  padding-left: 16px;
  font-family:Inter, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color:#fff;
}

/* </editor-fold> */

/* <editor-fold desc="msrpPage_section5"> */
.msrpPage_section5{
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

@media(width <= 767px){
  .msrpPage_section5{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <= 576px){
  .msrpPage_section5{
    padding-top: 31px;
    padding-bottom: 20px;
  }
}



.msrpPage_section5 h2{
  text-align:center;
  font-family: inter, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color:#000;
  margin-bottom: 12px;
}

@media(width <= 1200px){
  .msrpPage_section5 h2{
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media(width <= 991px){
  .msrpPage_section5 h2{
    font-size: 28px;
  }
}

@media(width <= 767px){
  .msrpPage_section5 h2{
    font-size: 26px;
  }
}

@media(width <= 576px){
  .msrpPage_section5 h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
}






.msrpPage_section5 .accordionBlock{
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.msrpPage_section5 .accordionBlock .accordionItem{
  background-color: #F5F5FA;
  border-radius: 8px;
  padding: 20px 32px;
  margin-bottom: 16px;
  position: relative;
}

.msrpPage_section5 .accordionBlock .accordionItem:last-child{
  margin-bottom: 0;
}

.msrpPage_section5 .accordionBlock .accordionItem.active{
  padding: 27px 32px;
}

.msrpPage_section5 .accordionBlock .accordionItem .itemTitle{
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color:#26264B;
  padding-right: 30px;
}

.msrpPage_section5 .accordionBlock .accordionItem .itemTitle:hover{
  color: #0FA7F0
}

.msrpPage_section5 .accordionBlock .accordionItem .switcher{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 35px;
  transition: all .3s ease-in-out;
}

@media(width <= 576px){
  .msrpPage_section5 .accordionBlock .accordionItem .switcher{
    right: 25px;
    top: 25px;
  }
}

.msrpPage_section5 .accordionBlock .accordionItem.active .switcher{
  transform: rotate(45deg);
}


.msrpPage_section5 .accordionBlock .accordionItem .switcher::before{
  content: '';
  width: 100%;
  height: 2px;
  background-color:#000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.msrpPage_section5 .accordionBlock .accordionItem .switcher::after{
  content: '';
  width: 2px;
  height: 100%;
  background-color:#000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.msrpPage_section5 .accordionBlock .accordionItem .itemText{
  display: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color:#181818;
  margin-top: 18px;
  padding-top: 16px;
  padding-bottom: 4px;
  border-top: 1px solid #D8DCE0;
}

@media(width <=991px){
  .msrpPage_section5 .accordionBlock .accordionItem .itemText{
    margin-top: 15px;
  }
}

@media(width <= 767px){
  .msrpPage_section5 .accordionBlock .accordionItem .itemText{
    margin-top: 10px;
  }
}

@media(width <= 576px){
  .msrpPage_section5 .accordionBlock .accordionItem .itemText{
    margin-top: 4px;
    padding-bottom: 14px;
  }
}

.msrpPage_section5 .accordionBlock .accordionItem:first-child .itemText{
  display: block;
}

/* </editor-fold> */

/* <editor-fold desc="msrpPage_section6"> */
.msrpPage_section6{
  padding-top: 47px;
  padding-bottom: 72px;
}

@media(width <=576px){
  .msrpPage_section6{
    padding-top: 30px;
    padding-bottom: 40px;
  }
}



.msrpPage_section6 h4{
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media(width <= 576px){
  .msrpPage_section6 h4{
    margin-bottom: 16px;
  }
}


.msrpPage_section6 .contentWrapper{
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media(width <= 1200px){
  .msrpPage_section6 .contentWrapper{
    gap: 20px;
  }
}

@media(width <=767px){
  .msrpPage_section6 .contentWrapper{
    flex-direction: column;
    gap: 35px;
  }
}



.msrpPage_section6 .contentWrapper .contentItem{
  flex: 1;
}

.msrpPage_section6 .contentWrapper .contentItem .imgWrap{
  height: 235px;
  border-radius: 4px;
  margin-bottom: 12px;
}

@media(width <=767px){
  .msrpPage_section6 .contentWrapper .contentItem .imgWrap{
    height: 325px;
  }
}

@media(width <= 576px){
  .msrpPage_section6 .contentWrapper .contentItem .imgWrap{
    height: 63vw;
  }
}




.msrpPage_section6 .contentWrapper .contentItem .imgWrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 4px;
}

.msrpPage_section6 .contentWrapper .contentItem h5{
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 160%;
  color:#3747DF;
  margin-bottom: 14px;
}

.msrpPage_section6 .contentWrapper .contentItem .category{
  display: inline-block;
  padding: 7px 8px;
  color: #181818;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #E0E0F0;
  border-radius: 8px;
  margin-bottom: 13px;
}

.msrpPage_section6 .contentWrapper .contentItem .desc{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color:#777;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
}

.msrpPage_section6 .contentWrapper .contentItem .date{
  display: flex;
  align-items: center;
}

.msrpPage_section6 .contentWrapper .contentItem .date svg{
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: #777;
  margin-right: 7px;
}

.msrpPage_section6 .contentWrapper .contentItem .date span{
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 14px;
}

.msrpPage_section6 .contentWrapper .contentItem:hover h5{
  color:#0FA7F0
}

.msrpPage_section6 .contentWrapper .contentItem:hover .desc{
  color: #0FA7F0
}

.msrpPage_section6 .contentWrapper .contentItem:hover .date svg{
  fill: #0FA7F0
}

.msrpPage_section6 .contentWrapper .contentItem:hover .date span{
  color:#0FA7F0;
}

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

.msrpPage_section6 .btnWrap a{
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  padding: 14px 25px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

.msrpPage_section6 .btnWrap a:hover{
  background-color: #26264B;
  color:#fff;
}

/* </editor-fold> */

/* </editor-fold> */

/* <editor-fold desc="oldStyles"> */
.section2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff
}

.section2 h2.title {
  text-align: center;
  margin-bottom: 65px
}

@media (width <= 767px) {
  .section2 h2.title {
    margin-bottom: 40px;
    text-align: left;
  }
}

.section2 .contentWrapper {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section2 .contentWrapper .contentItem {
  flex-grow: 0;
  flex: 0 0 calc((100% / 2) - 20px);
  flex: 0 0 calc((100% / 2) - 20px);
  background: #f6fcff;
  border-radius: 15px;
  position: relative;
  padding: 60px 180px 55px 60px;
  margin-bottom: 35px
}

.section2 .contentWrapper .contentItem .imgWrap {
  background-color: #fff;
  padding: 22px;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 30px rgb(15 167 240 / 15%);
  box-shadow: 0 0 30px rgb(15 167 240 / 15%)
}

@media (width <= 1200px) {
  .section2 .contentWrapper .contentItem .imgWrap {
    width: 100px;
    height: 100px
  }
}

@media (width <= 767px) {
  .section2 .contentWrapper .contentItem .imgWrap {
    width: 80px;
    height: 80px;
    top: 15px;
    right: 15px
  }
}

.section2 .contentWrapper .contentItem .title {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #37376d
}

@media (width <= 576px) {
  .section2 .contentWrapper .contentItem .title {
    font-size: 20px;
    line-height: 24px
  }
}

@media (width <= 1200px) {
  .section2 .contentWrapper .contentItem {
    padding: 40px 140px 35px 40px
  }
}

@media (width <= 991px) {
  .section2 .contentWrapper .contentItem:last-child {
    margin-bottom: 0;
  }
}

@media (width <= 767px) {
  .section2 .contentWrapper .contentItem {
    padding: 30px 100px 25px 30px
  }
}

@media (width <= 576px) {
  .section2 .contentWrapper .contentItem {
    padding: 15px 110px 15px 15px
  }
}

@media (width <= 991px) {
  .section2 .contentWrapper {
    display: block
  }
}

.section9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;

}

.section9 .innerWrapper{
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border-radius: 25px;
  padding: 85px 150px 105px;
  text-align: center;
}

@media(width <=991px){
  .section9 .innerWrapper{
    padding: 60px 80px 70px
  }
}

@media(width <=767px){
  .section9 .innerWrapper{
    padding: 50px 60px 60px
  }
}

@media(width <=576px){
  .section9 .innerWrapper{
    padding: 45px 25px 50px
  }
}



.section9 .specImage {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 200px;
  background-image: url("../img/svg/robo_face.svg");
  background-position: center top 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 73px;
  padding-bottom: 23px;
  text-align: center;
  margin-bottom: 25px
}

.section9 .specImage img {
  overflow: hidden;
  border-radius: 50%;
}

.section9 h2.title {
  text-align: center;
  margin-bottom: 25px
}

.section9 .content_text {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px
}

.section9 form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section9 form .inputWrapper {
  margin-bottom: 0;
  flex-grow: 0;
  flex: 0 0 32%;
  flex: 0 0 32%
}

.section9 form .inputWrapper.name input {
  padding-left: 48px
}

.section9 form .inputWrapper.name::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto
}

.section9 form .inputWrapper.phone input {
  padding-left: 48px
}

/* .section9 form .inputWrapper.phone:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 16px !important;
  left: 16px;
  margin: auto;
} */

form .inputWrapper.phone input.wpcf7-not-valid {
/* 	margin: 0 0 21px 0 !important; */
}

form .inputWrapper.phone .wpcf7-not-valid-tip {
/* 	bottom: 0 !important; */
}

.wpcf7 .screen-reader-response p {
  margin-bottom: 1rem;
}

.wpcf7 .screen-reader-response ul {
  display: none !important;
}


@media (width <= 991px) {
  .section9 form .inputWrapper {
    margin-bottom: 20px
  }
}

.section9 form .btnWrap {
  margin-top: 30px;
  flex-grow: 0;
  flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center
}

.section9 form .btnWrap .btn {
  max-width: 250px;
  width: 100%
}

@media (width <= 991px) {
  .section9 form {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (width <= 767px) {
  .section9 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}




/* End Article page */

.section11 {
  padding-top: 170px;
  padding-bottom: 50px;
  background-color: #fff
}

.section11 .innerWrapper {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section11 .innerWrapper .leftSide {
  flex-grow: 0;
  flex: 0 0 40%;
  flex: 0 0 40%;
  margin-left: auto;
  margin-right: auto
}

@media (width <= 767px) {
  .section11 .innerWrapper .leftSide {
    flex-grow: 0;
    flex: 0 0 70%;
    flex: 0 0 70%;
    order: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (width <= 576px) {
  .section11 .innerWrapper .leftSide {
    flex-grow: 0;
    flex: 0 0 100%;
    flex: 0 0 100%;
  }
}



.section11 .innerWrapper .rightSide {
  flex-grow: 0;
  flex: 0 0 48%;
  flex: 0 0 48%
}

.section11 .innerWrapper .rightSide h1.title {
  margin-bottom: 40px
}

@media (width <= 576px) {
  .section11 .innerWrapper .rightSide h1.title {
    margin-bottom: 35px
  }
}

.section11 .innerWrapper .rightSide .content_text {
  margin-bottom: 40px
}

@media (width <= 576px) {
  .section11 .innerWrapper .rightSide .content_text {
    margin-bottom: 25px;
  }
}

.section11 .innerWrapper .rightSide .btnWrap .btn {
  max-width: 270px
}

@media (width <= 576px) {
  .section11 .innerWrapper .rightSide .btnWrap .btn {
    width: 100%;
    max-width: 100%
  }
}

@media (width <= 767px) {
  .section11 .innerWrapper .rightSide {
    flex-grow: 0;
    flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

@media (width <= 767px) {
  .section11 .innerWrapper {
    flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (width <= 1200px) {
  .section11 {
    padding-top: 150px;
    padding-bottom: 40px
  }
}


@media (width <= 576px) {
  .section11 {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}

.section12 {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #fff;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%)
}

.section12 h2.title {
  text-align: center;
  margin-bottom: 20px
}

@media (width <= 991px) {
  .section12 h2.title {
    margin-bottom: 50px
  }
}

@media (width <= 767px) {
  .section12 h2.title {
    text-align: left;
  }
}


.section12 .innerWrapper {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section12 .innerWrapper .sliderBlockFirst {
  flex-grow: 0;
  flex: 0 0 73.5%;
  flex: 0 0 73.5%;
  margin-left: -50px
}

@media (width <= 767px) {
  .section12 .innerWrapper .sliderBlockFirst {
    display: none
  }
}

.section12 .innerWrapper .sliderBlockFirst .sliderItem {
  position: relative;
}

.section12 .innerWrapper .sliderBlockFirst .sliderItem .BGImg {

}

.section12 .innerWrapper .sliderBlockFirst .sliderItem .trueImgWrap {
  position: absolute;
  top: 17%;
  left: 13%;
  width: 81%;
  height: 74%;
}

.section12 .innerWrapper .sliderBlockFirst .sliderItem .trueImgWrap .trueImg {
}

.section12 .innerWrapper .rightSide {
  flex-grow: 0;
  flex: 0 0 300px;
  flex: 0 0 300px;
  padding-top: 70px
}

.section12 .innerWrapper .rightSide .countBlock {
  margin-bottom: 22px;
  border-radius: 15px;
  padding: 13px 5px;
  background-color: #cfefff;
  width: 65px;
  text-align: center;
  font-size: 17px;
  color: #0fa7f0
}

.section12 .innerWrapper .rightSide .sliderInfoBlock {
  position: relative;
  height: 375px
}

.section12 .innerWrapper .rightSide .sliderInfoBlock .infoItem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.section12 .innerWrapper .rightSide .sliderInfoBlock .infoItem .title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #37376d
}

.section12 .innerWrapper .rightSide .sliderInfoBlock .infoItem .text {
  margin-bottom: 10px
}

@media (width <= 576px) {
  .section12 .innerWrapper .rightSide .sliderInfoBlock .infoItem .text {
    text-align: center
  }
}

.section12 .innerWrapper .rightSide .sliderInfoBlock .infoItem.active {
  opacity: 1
}

.section12 .innerWrapper .rightSide .controlBlock {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.section12 .innerWrapper .rightSide .controlBlock button {
  cursor: pointer;
  font-family: Inter, sans-serif;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background-color: #0fa7f0;
  color: #fff;
  border-radius: 10px;
  border: 0
}

.section12 .innerWrapper .rightSide .controlBlock button .icon {
  flex-grow: 0;
  flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 16px
}

.section12 .innerWrapper .rightSide .controlBlock button span {
  font-size: 20px
}

.section12 .innerWrapper .rightSide .controlBlock button:hover {
  box-shadow: 0 10px 15px rgb(15 167 240 / 50%);
  box-shadow: 0 10px 15px rgb(15 167 240 / 50%)
}

.section12 .innerWrapper .rightSide .controlBlock button.arrow__left {
  margin-right: 10px
}

.section12 .innerWrapper .rightSide .controlBlock button.arrow__left .icon {
  margin-right: 10px
}

.section12 .innerWrapper .rightSide .controlBlock button.arrow__right .icon {
  margin-left: 10px
}

@media (width <= 1200px) {
  .section12 .innerWrapper .rightSide {
    padding-top: 30px
  }
}

@media (width <= 991px) {
  .section12 .innerWrapper .rightSide {
    padding-top: 0
  }
}

@media (width <= 767px) {
  .section12 .innerWrapper .rightSide {
    display: none
  }
}

.section12 .innerWrapper .mobileSliderBlock {
  display: none
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock button {
  cursor: pointer;
  flex-grow: 0;
  flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #0fa7f0;
  color: #fff;
  border-radius: 10px;
  border: 0
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock button .icon {
  flex-grow: 0;
  flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 16px
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock button:hover {
  box-shadow: 0 10px 15px rgb(15 167 240 / 50%);
  box-shadow: 0 10px 15px rgb(15 167 240 / 50%)
}

@media (width <= 576px) {
  .section12 .innerWrapper .mobileSliderBlock .controlBlock button {
    flex-grow: 0;
    flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px
  }
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .title {
  font-size: 20px;
  font-weight: 700;
  color: #37376d
}

@media (width <= 576px) {
  .section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .title {
    font-size: 17px
  }
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .countBlock {
  font-weight: 700;
  display: inline;
  padding: 0;
  color: #0fa7f0;
  background-color: transparent;
  font-size: 20px;
  padding-left: 10px
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .countBlock::before {
  content: '('
}

.section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .countBlock::after {
  content: ')'
}

@media (width <= 576px) {
  .section12 .innerWrapper .mobileSliderBlock .controlBlock .hiddenBlock .countBlock {
    font-size: 17px
  }
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem {
  padding-left: 5px;
  padding-right: 5px
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap {
  margin-bottom: 30px;
  position: relative
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .BGImg {

}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .trueImgWrap {
  position: absolute;
  top: 17%;
  left: 13%;
  width: 81%;
  height: 74%;
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .trueImgWrap .trueImg {
}


.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) {
  top: 75%;
  left: 15.5%
}

@media (width <= 1200px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) {
    top: 73%;
    left: 12%
  }
}

@media (width <= 991px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) {
    top: 80%;
    left: 24%
  }
}

@media (width <= 767px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) {
    left: 13%
  }
}

@media (width <= 576px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) {
    left: 12.5%
  }

  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(2) span {
    transform: translateX(-25%);
    transform: translateX(-25%);
    transform: translateX(-25%)
  }
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(3) {
  top: 89%;
  left: 47.5%
}

@media (width <= 1200px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(3) {
    top: 85%;
    left: 46%
  }
}

@media (width <= 991px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(3) {
    top: 96%;
    left: 46%
  }
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) {
  top: 75%;
  left: 79.5%
}

@media (width <= 1200px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) {
    top: 73%;
    left: 82%
  }
}

@media (width <= 991px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) {
    top: 82%;
    left: 73%
  }
}

@media (width <= 767px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) {
    left: 79%
  }
}

@media (width <= 576px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) {
    left: 82%
  }

  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .imgWrap .tooltip:nth-child(4) span {
    transform: translateX(-75%);
    transform: translateX(-75%);
    transform: translateX(-75%)
  }
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .textWrap {
  text-align: center
}

@media (width <= 767px) {
  .section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .textWrap {
    text-align: left;
  }
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .textWrap .title {
  display: none
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .textWrap .text {
  margin-bottom: 15px
}

.section12 .innerWrapper .mobileSliderBlock .sliderBlockSecond .sliderItem .textWrap .btnWrap .btn {
  width: 100%;
  max-width: 100%
}

@media (width <= 767px) {
  .section12 .innerWrapper .mobileSliderBlock {
    display: block
  }
}

@media (width <= 1200px) {
  .section12 {
    padding-bottom: 70px
  }
}

@media (width <= 991px) {
  .section12 {
    padding-bottom: 60px
  }
}

@media (width <= 767px) {
  .section12 {
    padding-top: 60px;
    padding-bottom: 80px
  }
}

.section13 {
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #fff
}

.section13 h2.title {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px
}

@media (width <= 767px) {
  .section13 h2.title {
    margin-bottom: 50px;
    text-align: left;
  }
}

@media (width <= 576px) {
  .section13 h2.title {
    margin-bottom: 30px;
  }
}

.section13 .elementFloor {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section13 .elementFloor .textWrap {
  flex-grow: 0;
  flex: 0 0 47%;
  flex: 0 0 47%
}

.section13 .elementFloor .textWrap h3.title {
  margin-bottom: 40px
}

@media (width <= 991px) {
  .section13 .elementFloor .textWrap h3.title {
    margin-bottom: 30px
  }
}

@media (width <= 767px) {
  .section13 .elementFloor .textWrap h3.title {
    margin-bottom: 20px
  }
}

@media (width <= 576px) {
  .section13 .elementFloor .textWrap h3.title {
    margin-bottom: 15px
  }
}

@media (width <= 991px) {
  .section13 .elementFloor .textWrap {
    flex-grow: 0;
    flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (width <= 576px) {
  .section13 .elementFloor .textWrap {
  }
}

.section13 .elementFloor .imgWrap {
  flex-grow: 0;
  flex: 0 0 53%;
  flex: 0 0 53%
}

.section13 .elementFloor .imgWrap img {
  display: block
}

@media (width <= 991px) {
  .section13 .elementFloor .imgWrap {
    flex-grow: 0;
    flex: 0 0 55%;
    flex: 0 0 55%
  }
}

@media (width <= 767px) {
  .section13 .elementFloor .imgWrap {
    margin-left: -45px !important;
    margin-right: -45px !important
  }
}

@media (width <= 576px) {
  .section13 .elementFloor .imgWrap {
    margin-left: -15px !important;
    margin-right: -15px !important
  }
}

.section13 .elementFloor:nth-child(odd) .imgWrap {
  margin-right: -40px
}

@media (width <= 1200px) {
  .section13 .elementFloor:nth-child(odd) .imgWrap {
    margin-right: -35px
  }
}

.section13 .elementFloor:nth-child(even) .textWrap {
  order: 3;
  -ms-flex-order: 2;
  order: 2
}

.section13 .elementFloor:nth-child(even) .imgWrap {
  margin-left: -40px;
  order: 2;
  -ms-flex-order: 1;
  order: 1
}

@media (width <= 1200px) {
  .section13 .elementFloor:nth-child(even) .imgWrap {
    margin-left: -35px
  }
}

@media (width <= 991px) {
  .section13 .elementFloor {
    margin-bottom: 40px
  }
}

@media (width <= 767px) {
  .section13 .elementFloor {
    display: block;
    margin-bottom: 50px
  }
}

@media (width <= 576px) {
  .section13 .elementFloor {
    margin-bottom: 20px;
  }

  .section13 .elementFloor:last-child {
    margin-bottom: 0;
  }
}

.section13 .btnWrap {
  display: none;
  text-align: center;
  margin-top: 30px
}

@media (width <= 576px) {
  .section13 .btnWrap .btn {
    max-width: 100%;
    width: 100%
  }
}

@media (width <= 767px) {
  .section13 {
    padding-top: 70px;
    padding-bottom: 40px
  }
}

@media (width <= 576px) {
  .section13 {
    padding-bottom: 30px;
  }
}

.section14 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff
}

.section14 h2.title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

@media (width <= 767px) {
  .section14 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (width <= 576px) {
  .section14 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.section15 {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #fff;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%)
}

.section15 .innerWrapper {
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
}

.section15 .innerWrapper .column {
  flex: 0 0 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.section15 .innerWrapper .column h4.columnTitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #37376D;
}

.section15 .innerWrapper .column .columnImgWrap {
  margin-left: -50px;
  margin-right: -50px;
}

.section15 .innerWrapper .column .columnImgWrap img {
}

.section15 .innerWrapper .column .columnTextWrap {
  color: #37376D;
}


@media (width <= 1200px) {
  .section15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (width <= 991px) {
  .section15 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section15 .innerWrapper .column .columnImgWrap {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (width <= 767px) {
  .section15 {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .section15 .innerWrapper {
    display: block;
  }

  .section15 .innerWrapper .column {
    margin-bottom: 50px;
  }

  .section15 .innerWrapper .column .columnImgWrap {
    margin: -30px -50px;
  }
}

@media (width <= 576px) {
  .section15 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section15 .innerWrapper .column .columnImgWrap {
    margin: -10px -30px;
  }
}

.section16 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section16 .contentWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.section16 .contentWrapper:last-child {
  margin-bottom: 0;
}

@media (width <= 767px) {
  .section16 .contentWrapper {
    display: block;
    margin-bottom: 50px;
  }
}


.section16 .contentWrapper:nth-child(odd) .imgWrap {
  order: 1;
}

.section16 .contentWrapper:nth-child(odd) .textWrap {
  order: 2;
}

.section16 .contentWrapper .imgWrap {
  flex: 0 0 48%;
}

@media (width <= 767px) {
  .section16 .contentWrapper .imgWrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}


.section16 .contentWrapper .textWrap {
  flex: 0 0 45%;
}

@media (width <= 767px) {
  .section16 .contentWrapper .textWrap {
    margin-bottom: 40px;
  }
}


.section16 .contentWrapper .textWrap h2.title {
  margin-bottom: 50px;
}

.section16 .contentWrapper .textWrap .subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #37376d;
}

.section16 .contentWrapper .textWrap .contentBlock {
}

.section16 .contentWrapper .textWrap .contentBlock p {
  margin-bottom: 20px;
}

.section16 .contentWrapper .textWrap .contentBlock p:last-child {
  margin-bottom: 0;
}

.section16 .contentWrapper .textWrap .contentBlock ul {
}

.section16 .contentWrapper .textWrap .contentBlock ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}

.section16 .contentWrapper .textWrap .contentBlock ul li:last-child {
  margin-bottom: 0;
}

.section16 .contentWrapper .textWrap .contentBlock ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0FA7F0;
  border-radius: 50%;
}


@media (width <= 1200px) {
  .section16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (width <= 991px) {
  .section16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (width <= 767px) {
  .section16 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (width <= 576px) {
  .section16 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section17 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section17 h2.title {
  text-align: center;
  margin-bottom: 80px;
}

@media (width <= 1200px) {
  .section17 h2.title {
    margin-bottom: 70px;
  }
}

@media (width <= 991px) {
  .section17 h2.title {
    margin-bottom: 60px;
  }
}

@media (width <= 767px) {
  .section17 h2.title {
    text-align: left;
    margin-bottom: 50px;
  }
}

@media (width <= 576px) {
  .section17 h2.title {
    margin-bottom: 40px;
  }
}

.section17 .SpecialAccordionBlock {
  position: relative;
  padding-left: 800px;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}

@media (width <= 1200px) {
  .section17 .SpecialAccordionBlock {
    padding-left: 610px;
  }
}

@media (width <= 991px) {
  .section17 .SpecialAccordionBlock {
    padding-left: 0;
    min-height: auto;
    display: block;
  }
}


.section17 .SpecialAccordionBlock .accordionItem {
  cursor: pointer;
  padding: 20px 25px;
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
  margin-bottom: 20px;
}

.section17 .SpecialAccordionBlock .accordionItem:hover {
  border-color: #9fdcf9
}

.section17 .SpecialAccordionBlock .accordionItem:last-child {
  margin-bottom: 0;
}

.section17 .SpecialAccordionBlock .accordionItem.active {
  border-color: #0FA7F0;
}


.section17 .SpecialAccordionBlock .accordionItem .imgWrap {
  position: absolute;
  width: 865px;
  top: -45px;
  left: -50px;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (width <= 1200px) {
  .section17 .SpecialAccordionBlock .accordionItem .imgWrap {
    width: 630px;
    top: -30px;
    left: -35px;
  }
}

@media (width <= 991px) {
  .section17 .SpecialAccordionBlock .accordionItem .imgWrap {
    width: calc(100% + 80px);
    position: relative;
    top: 0;
    left: -40px;
    right: -40px;
    opacity: 0;
    max-height: 0;
    transition: none;
  }

  .section17 .SpecialAccordionBlock .accordionItem.active .imgWrap {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    margin-bottom: -40px;
    transition: all .5s linear;
  }
}

@media (width <= 767px) {
  .section17 .SpecialAccordionBlock .accordionItem .imgWrap {
    width: calc(100% + 70px);
    left: -35px;
    right: -35px;
  }

  .section17 .SpecialAccordionBlock .accordionItem.active .imgWrap {
    margin-bottom: -35px;
  }
}

@media (width <= 576px) {
  .section17 .SpecialAccordionBlock .accordionItem .imgWrap {
    width: calc(100% + 50px);
    left: -25px;
    right: -25px;
  }

  .section17 .SpecialAccordionBlock .accordionItem.active .imgWrap {
    margin-bottom: -25px;
  }
}


.section17 .SpecialAccordionBlock .accordionItem.active .imgWrap {
  opacity: 1;
  visibility: visible;
}

.section17 .SpecialAccordionBlock .accordionItem .imgWrap .imgBG {
  display: block;
}

.section17 .SpecialAccordionBlock .accordionItem .imgWrap .primaryImage {
  position: absolute;
  top: 17%;
  left: 9%;
  width: 85%;
  height: auto;
}

.section17 .SpecialAccordionBlock .accordionItem .textWrap {
  position: relative;
}

@media (width <= 991px) {
  .section17 .SpecialAccordionBlock .accordionItem .textWrap {
    text-align: center;
  }
}

@media (width <= 767px) {
  .section17 .SpecialAccordionBlock .accordionItem .textWrap {
    text-align: left;
  }
}


.section17 .SpecialAccordionBlock .accordionItem.autoplay .textWrap::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: red;
  position: absolute;
  bottom: -20px;
  left: -20px;
}


.section17 .SpecialAccordionBlock .accordionItem .textWrap .title {
  font-size: 19px;
  font-weight: 700;
  color: #37376D;
}

.section17 .SpecialAccordionBlock .accordionItem .textWrap .text {
  padding-top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #37376D;
  overflow: hidden;
  max-height: 0;

  /* transition: all .1s linear; */
}

@media (width <= 991px) {
  /* .section17 .SpecialAccordionBlock .accordionItem .textWrap .text{ */

  /*    transition: all .5s linear; */

  /* } */
  .section17 .SpecialAccordionBlock .accordionItem.active .textWrap .text {
    transition: all .5s linear;
  }
}

.section17 .SpecialAccordionBlock .accordionItem.active .textWrap .text {
  padding-top: 20px;
  max-height: 400px;
}


@media (width <= 1200px) {
  .section17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (width <= 991px) {
  .section17 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (width <= 767px) {
  .section17 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width <= 576px) {
  .section17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tariff_1 {
  padding-top: 170px;
  background: linear-gradient(180deg, #FFF -1.03%, #ECF9FF 148.24%);
  padding-bottom: 170px;
}

.tariff_1 h1.title {
  text-align: center;
  margin-bottom: 55px;
}

@media(width <=767px){
  .tariff_1 h1.title{
    text-align:left;
  }
}

@media(width <=576px){
  .tariff_1 h1.title{
    margin-bottom: 35px;
  }
}

.tariff_1 .contentWrapper {
  display: flex;
  justify-content: center;
}

@media (width <= 767px) {
  .tariff_1 .contentWrapper {
    display: block;
  }
}

.tariff_1 .contentWrapper .contentItem {
  flex: 0 0 310px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  counter-increment: itemList;
}

@media (width <= 991px) {
  .tariff_1 .contentWrapper .contentItem {
    flex: 0 0 240px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (width <= 767px) {
  .tariff_1 .contentWrapper .contentItem {
    display: block;
    text-align: left;
    max-width: 250px;
    margin-bottom: 40px;
  }

  .tariff_1 .contentWrapper .contentItem:last-child {
    margin-bottom: 0;
  }
}


.tariff_1 .contentWrapper .contentItem .iconWrap {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 30px rgb(15 167 240 / 15%);
  border-radius: 15px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

@media(width <=767px){
  .tariff_1 .contentWrapper .contentItem .iconWrap{
    margin-left: unset;
  }
}

.tariff_1 .contentWrapper .contentItem .iconWrap img{
  transition: all .5s ease-in-out;
}

.tariff_1 .contentWrapper .contentItem .iconWrap:hover img{
  transform: scale(1.1);
}

.tariff_1 .contentWrapper .contentItem .iconWrap::before {
  content: '0' counter(itemList);
  position:absolute;
  z-index: -1;
  top: 34px;
  left: 100px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 65px;
  color:#E6F0F4
}

.tariff_1 .contentWrapper .contentItem .title {
  color: #37376D;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 15px;
}

.tariff_1 .contentWrapper .contentItem:hover .title{
  color:#00acff;
  text-decoration: underline;
}


.tariff_1 .contentWrapper .contentItem .text {
}


@media (width <= 1200px) {
  .tariff_1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (width <= 991px) {
  .tariff_1 {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}

@media (width <= 767px) {
  .tariff_1 {
    padding-bottom: 100px;
  }
}

@media (width <= 576px) {
  .tariff_1 {
    padding-bottom: 80px;
  }
}

.tariff_2 {
  padding-top: 120px;
  padding-bottom: 50px;
}

.tariff_2 h3.tariff_title {
  font-family: Inter, sans-serif;
  color: #37376D;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}

@media (width <= 767px) {
  .tariff_2 h3.tariff_title {
    font-size: 32px;
    line-height: 38px;
  }
}


.tariff_2 .firstFloor {
  padding-bottom: 90px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DDDDE6;
  display: flex;
  justify-content: space-between;
}

@media (width <= 1200px) {
  .tariff_2 .firstFloor {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}

@media (width <= 991px) {
  .tariff_2 .firstFloor {
    display: block;
  }
}


.tariff_2 .firstFloor h3.tariff_title {
  height: 185px;
  display: flex;
  align-items: center;
}

@media(width <=991px){
  .tariff_2 .firstFloor h3.tariff_title{
    height: auto;
    display: block;
  }
}


.tariff_2 .firstFloor .column {
  flex: 0 0 330px;
}

@media (width <= 1200px) {
  .tariff_2 .firstFloor .column {
    flex: 0 0 330px;
  }
}

@media (width <= 991px) {
  .tariff_2 .firstFloor .column:first-child ul{
    display: none;
  }

  .tariff_2 .firstFloor .column {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .tariff_2 .firstFloor .column:last-child {
    margin-bottom: 0;
  }
}

@media(width <=767px){
  .tariff_2 .firstFloor .column {
    margin-bottom: 30px;
  }
}



.tariff_2 .firstFloor .column .columnInfo {
  background: #0FA7F0;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 33px;
  margin-bottom: 18px;
}

.tariff_2 .firstFloor .column .columnInfo .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.tariff_2 .firstFloor .column .columnInfo .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}

.tariff_2 .firstFloor .column .columnInfo .term {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #AAE3FF
}

.tariff_2 .firstFloor .column ul {
}

.tariff_2 .firstFloor .column:not(:first-child) {
  border: 1px solid #DDDDE6;
  box-sizing: border-box;
  border-radius: 20px;
  flex: 0 0 250px;
}

@media(width <=1200px){
  .tariff_2 .firstFloor .column:not(:first-child) {
    flex: 0 0 190px;
  }
}


.tariff_2 .firstFloor .column:not(:first-child) ul {
  text-align: center;
  margin-bottom: 44px;
}

@media (width <= 991px) {
  .tariff_2 .firstFloor .column ul {
    margin-bottom: 0 !important;
  }
}

.tariff_2 .firstFloor .column ul li {
  font-size: 20px;
  line-height: 49px;
  color: #37376D;
  font-weight: 500;
  border-bottom: 1px solid #DDDDE6;
}

.tariff_2 .firstFloor .column ul li .someTXT{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.tariff_2 .firstFloor .column ul li .tooltip {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: sub;
  margin-left: 7px;
}

.tariff_2 .firstFloor .column ul li .tooltip:hover {
  box-shadow: none;
}

.tariff_2 .firstFloor .column:not(:first-child) ul li {
  font-weight: 400;
  margin: 0 15px;
}

.tariff_2 .firstFloor .column:not(:first-child) ul li img {
  vertical-align: middle;
}

.tariff_2 .firstFloor .column ul li .hidden {
  display: none;
}

@media (width <= 991px) {
  .tariff_2 .firstFloor .column ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: unset;
  }

  .tariff_2 .firstFloor .column ul li span{
    line-height:24px;
  }


  .tariff_2 .firstFloor .column ul li:last-child {
    border-bottom: none;
  }

  .tariff_2 .firstFloor .column ul li .hidden {
    display: block;
    text-align:left;
    padding-right: 10px;
  }
}

.tariff_2 .firstFloor .column ul li .show {

}

@media(width <=991px){
  .tariff_2 .firstFloor .column ul li .show {
    text-align:right;
  }
}


.tariff_2 .secondFloor {
  padding-bottom: 50px;
  margin-bottom: 100px;
  border-bottom: 1px solid #DDDDE6;
  position: relative;
}

@media (width <= 767px) {
  .tariff_2 .secondFloor {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}




.tariff_2 .secondFloor h3.tariff_title {
  margin-bottom: 30px;
}

@media (width <= 767px) {
  .tariff_2 .secondFloor h3.tariff_title {
    margin-bottom: 60px;
  }
}

@media(width <=576px){
  .tariff_2 .secondFloor h3.tariff_title{
    margin-bottom: 30px;
  }
}


.tariff_2 .secondFloor .content_text {
  max-width: 900px;
}

@media (width <= 991px) {
  .tariff_2 .secondFloor .content_text {
    max-width: 500px;
  }
}

@media (width <= 767px) {
  .tariff_2 .secondFloor .content_text {
    max-width: unset;
  }
}


.tariff_2 .secondFloor .iconWrap {
  position: absolute;
  top: -20px;
  right: 0;
  width: 120px;
  height: 120px;
  background: #FFF;
  box-shadow: 0 0 30px rgb(15 167 240 / 15%);
  border-radius: 15px;
  padding: 23px;
}

@media (width <= 1200px) {
  .tariff_2 .secondFloor .iconWrap {
    top: 0;
  }
}

@media (width <= 576px) {
  .tariff_2 .secondFloor .iconWrap {
    position: static;
    margin-bottom: 30px;
  }
}


.tariff_2 .thirdFloor {
}

.tariff_2 .thirdFloor h3.tariff_title {
  margin-bottom: 50px;
}

.tariff_2 .thirdFloor .tariffWrapper {
  display: flex;
  justify-content: space-between;
}

@media (width <= 1200px) {
  .tariff_2 .thirdFloor .tariffWrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media (width <= 991px) {
  .tariff_2 .thirdFloor .tariffWrapper {
    justify-content: space-between;
  }
}

@media (width <= 576px) {
  .tariff_2 .thirdFloor .tariffWrapper {
    display: block;
  }
}


.tariff_2 .thirdFloor .tariffWrapper .tariffItem {
  padding: 35px 30px 25px;
  flex: 0 0 calc((100% / 4) - 30px);
  border: 1px solid #DDDDE6;
  border-radius: 20px;
}

@media (width <= 1200px) {
  .tariff_2 .thirdFloor .tariffWrapper .tariffItem {
    flex: 0 0 calc((100% / 2) - 130px);
    margin-bottom: 30px;
  }
}

@media (width <= 991px) {
  .tariff_2 .thirdFloor .tariffWrapper .tariffItem {
    flex: 0 0 calc((100% / 2) - 15px);
  }
}

@media (width <= 576px) {
  .tariff_2 .thirdFloor .tariffWrapper .tariffItem {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}


.tariff_2 .thirdFloor .tariffWrapper .tariffItem .iconWrap {
  margin-bottom: 30px;
}

.tariff_2 .thirdFloor .tariffWrapper .tariffItem .title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #37376d;
  min-height: 50px;
  margin-bottom: 15px;
}

@media(width <=991px){
  .tariff_2 .thirdFloor .tariffWrapper .tariffItem .title{
    min-height: unset;
  }

  .tariff_2 .thirdFloor .tariffWrapper .tariffItem .title br{
    display: none;
  }
}


.tariff_2 .thirdFloor .tariffWrapper .tariffItem .priceBlock {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #37376d;
}

.tariff_2 .thirdFloor .tariffWrapper .tariffItem .priceBlock span {
  font-weight: 400;
  font-size: 20px;
}


@media (width <= 1200px) {
  .tariff_2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (width <= 991px) {
  .tariff_2 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media (width <= 767px) {
  .tariff_2 {
    padding-top: 65px;
  }
}

@media (width <= 576px) {
  .tariff_2 {
    padding-top: 50px;
  }
}


@media(width <=991px){
  .section11.DPrice1 .innerWrapper{
    flex-wrap:wrap;
  }

  .section11.DPrice1 .innerWrapper .leftSide{
    flex-grow: 0;
    flex: 0 0 70%;
    flex: 0 0 70%;
    order: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section11.DPrice1 .innerWrapper .rightSide {
    flex-grow: 0;
    flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

@media(width <=576px){
  .section11.DPrice1 .innerWrapper .leftSide{
    flex-grow: 0;
    flex: 0 0 100%;
    flex: 0 0 100%;
  }
}




.DPrice2{
  padding-top: 90px;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%);
  padding-bottom: 145px;
}

@media(width <=1200px){
  .DPrice2{
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

@media(width <=991px){
  .DPrice2{
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media(width <=767px){
  .DPrice2{
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media(width <=576px){
  .DPrice2{
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.DPrice2 h2.title{
  text-align:center;
  margin-bottom: 60px;
}

@media(width <=767px){
  .DPrice2 h2.title{
    text-align:left;
  }
}


.DPrice2 .contentWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: list;
  margin-bottom: 30px;
}

.DPrice2 .contentWrapper .contentItem{
  flex: 0 0 31%;
  padding: 40px;
  background-color:#fff;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
  margin-bottom: 40px;
  position:relative;
}

@media(width <=991px){
  .DPrice2 .contentWrapper .contentItem{
    flex: 0 0 48%;
  }
}

@media(width <=576px){
  .DPrice2 .contentWrapper .contentItem{
    padding: 30px;
    flex: 0 0 100%;
  }
}

.DPrice2 .contentWrapper .contentItem::before{
  counter-increment: list;
  content: '0' counter(list);
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 700;
  font-size: 45px;
  color:#E6F0F4;
}

.DPrice2 .contentWrapper .contentItem .iconWrap{
  max-width: 35px;
  margin-bottom: 30px;
}

.DPrice2 .bottomNote{
  background-color:#fff;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
  width: 100%;
  font-weight: 700;
  color:#37376D;
  font-size: 35px;
  text-align:center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  padding: 40px 0;
}

@media(width <=991px){
  .DPrice2 .bottomNote{
    font-size: 32px;
  }
}

@media(width <=576px) {
  .DPrice2 .bottomNote {
    font-size: 28px;
  }
}

.DPrice2 .bottomNote::before{
  content: '';
  width: 73px;
  height: 45px;
  background-image: url('https://site-dev.pricer24.com/wp-content/uploads/2021/12/robotface.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.DPrice3{
  padding-top: 110px;
  padding-bottom: 70px;
}

@media(width <=1200px){
  .DPrice3{
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media(width <=991px){
  .DPrice3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media(width <=767px){
  .DPrice3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <=576px){
  .DPrice3{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.DPrice3 h2.title{
  text-align:center;
  margin-bottom: 40px;
}

@media(width <=767px){
  .DPrice3 h2.title{
    text-align:left;
    margin-bottom: 30px;
  }
}


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

@media(width <=991px){
  .DPrice3 .contentWrapper{
    display: block;
  }
}

.DPrice3 .contentWrapper .contentItem{
  flex: 0 0 31%;
}

@media(width <=991px){
  .DPrice3 .contentWrapper .contentItem{
    margin-bottom: 40px;
  }

  .DPrice3 .contentWrapper .contentItem:last-child{
    margin-bottom: 0;
  }
}

@media(width <=576px){
  .DPrice3 .contentWrapper .contentItem{
    margin-bottom: 30px;
  }
}

.DPrice3 .contentWrapper .contentItem .iconWrap{
  margin-bottom: 5px;
}

.DPrice3 .contentWrapper .contentItem .iconWrap img{
  margin-left: -20px;
}

.DPrice3 .contentWrapper .contentItem .title{
  font-weight: 700;
  font-size: 39px;
  color:#37376D;
  margin-bottom: 30px;
}

@media(width <=991px){
  .DPrice3 .contentWrapper .contentItem .title{
    margin-bottom: 20px;
  }
}

@media(width <=576px){
  .DPrice3 .contentWrapper .contentItem .title{
    font-size: 32px;
    margin-bottom: 15px;
  }
}




.DPrice3 .contentWrapper .contentItem ul{
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 33px;
}

@media(width <=991px){
  .DPrice3 .contentWrapper .contentItem ul{
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.DPrice3 .contentWrapper .contentItem ul li{
  margin-bottom: 28px
}

@media(width <=991px){
  .DPrice3 .contentWrapper .contentItem ul li{
    margin-bottom: 20px;
  }
}

@media(width <=576px){
  .DPrice3 .contentWrapper .contentItem ul li{
    margin-bottom: 10px;
  }
}


.DPrice3 .contentWrapper .contentItem ul li:last-child{
  margin-bottom: 0;
}

.DPrice3 .contentWrapper .contentItem .bottomBlock{}

.DPrice3 .contentWrapper .contentItem .bottomBlock .topText{
  margin-bottom: -15px;
}

.DPrice3 .contentWrapper .contentItem .bottomBlock .topText  span{
  display: inline-block;
  height: 50px;
  padding: 7px 20px;
  border-radius: 5px;
  color:#fff;
  font-weight: 700;
  font-size: 21px;
  margin-left: 1px;
}

.DPrice3 .contentWrapper .contentItem:nth-child(1) .bottomBlock .topText  span{
  background-color: #37376D;

}

.DPrice3 .contentWrapper .contentItem:nth-child(2) .bottomBlock .topText  span{
  background-color: #0FA7F0;
}

.DPrice3 .contentWrapper .contentItem:nth-child(3) .bottomBlock .topText  span{
  background-color: #F28100;
}


.DPrice3 .contentWrapper .contentItem .bottomBlock .blockText{
  position:relative;
  z-index: 2;
  border: 1px solid #DDDDE6;
  border-radius: 5px;
  padding: 15px;
  background-color:#fff;
}

@media(width <=991px){
  .DPrice3 .contentWrapper .contentItem .bottomBlock .blockText{
    paddding: 20px;
  }
}




.DPrice4{
  padding-top: 70px;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%);
  padding-bottom: 175px;
}

@media(width <=1200px){
  .DPrice4{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(width <=991px){
  .DPrice4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media(width <=767px){
  .DPrice4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <=576px){
  .DPrice4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.DPrice4 h2.title{
  text-align:center;
  margin-bottom: 90px;
}

@media(width <=991px){
  .DPrice4 h2.title{
    margin-bottom: 60px;
  }
}

@media(width <=767px){
  .DPrice4 h2.title{
    text-align:left;
  }
}



.DPrice4 .imgWrap{
  flex: 0 0 51.5%;
}

@media(width <=991px){
  .DPrice4 .imgWrap{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.DPrice4 .itemsWrap{
  flex: 0 0 48.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(width <=576px){
  .DPrice4 .itemsWrap{
    display: block;
  }
}

.DPrice4 .itemsWrap .contentItem{
  flex: 0 0 47%;
  margin-bottom: 50px;
}

@media(width <=991px){
  .DPrice4 .itemsWrap .contentItem{
    margin-bottom: 40px;
  }
}

@media(width <=576px){
  .DPrice4 .itemsWrap .contentItem{
    margin-bottom: 30px;
  }
}

.DPrice4 .itemsWrap .contentItem .iconWrap{
  width:40px;
  height: 40px;
  background-color:#0FA7F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.DPrice4 .itemsWrap .contentItem .iconWrap img{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.DPrice4 .topContent{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media(width <=991px){
  .DPrice4 .topContent{
    display: block;
    margin-bottom: 40px;
  }
}


.DPrice4 .topContent .imgWrap img{
  transform: translate(-29px, 3px);
}

@media(width <=991px){
  .DPrice4 .topContent .imgWrap img{
    transform: none;
  }
}



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

@media(width <=991px){
  .DPrice4 .bottomContent{
    display: block;
  }
}

.DPrice4 .bottomContent .imgWrap{
  order: 2;
}

.DPrice4 .bottomContent .imgWrap img{
  max-width: 713px;
  transform: translate(30px, -3px);
}

@media(width <=991px){
  .DPrice4 .bottomContent .imgWrap img{
    transform: none;
    max-width: 100%;
  }
}

.DPrice4 .bottomContent .itemsWrap{
  order: 1;
}

.Reports1{}

.Reports1 .innerWrapper .rightSide{
  flex: 0 0 56%;
}

@media(width <=767px){
  .Reports1 .innerWrapper .rightSide{
    flex: 0 0 100%;
  }
}


.Reports1 .innerWrapper .leftSide{
  flex: 0 0 38%;
  margin-left: unset;
}

@media(width <=767px){
  .Reports1 .innerWrapper .leftSide{
    flex: 0 0 70%;
    margin-left: auto;
  }
}

@media(width <=576px){
  .Reports1 .innerWrapper .leftSide{
    flex: 0 0 100%;
  }
}




.Reports2{
  padding-top: 65px;
  padding-bottom: 50px;
}

@media(width <=1200px){
  .Reports2{
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

@media(width <=991px){
  .Reports2{
    padding-top: 55px;
    padding-bottom: 40px;
  }
}

@media(width <=767px){
  .Reports2{
    padding-top: 50px;
  }
}

@media(width <=576px){
  .Reports2{
    padding-top: 40px;
  }
}

.Reports2 h2.title{
  text-align: center;
  margin-bottom: 60px;
}

@media(width <=767px){
  .Reports2 h2.title{
    text-align: left;
    margin-bottom: 30px;
  }
}


.Reports2 .contentWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(width <=991px){
  .Reports2 .contentWrapper{
    display: block;
  }
}



.Reports2 .contentWrapper .contentItem{
  flex: 0 0 47%;
  background: #FFF;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 50px 40px;
  margin-bottom: 50px;
}

@media(width <=991px){
  .Reports2 .contentWrapper .contentItem{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .Reports2 .contentWrapper .contentItem:last-child{
    margin-bottom: 0;
  }
}

@media(width <=576px){
  .Reports2 .contentWrapper .contentItem{
    max-width: 380px;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}





.Reports2 .contentWrapper .contentItem .imgWrap{
  min-height: 275px;
  margin-bottom: 20px;
}

@media(width <=1200px){
  .Reports2 .contentWrapper .contentItem .imgWrap{
    min-height: 200px;
    text-align:center;
  }
}

@media(width <=991px){
  .Reports2 .contentWrapper .contentItem .imgWrap{
    min-height: unset;
  }
}


.Reports2 .contentWrapper .contentItem .title{
  font-weight: 700;
  color:#37376D;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 20px;
}





.Reports3{
  padding-top: 70px;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%);
  padding-bottom: 145px;
}

@media(width <=1200px){
  .Reports3{
    padding-top: 65px;
    padding-bottom: 80px;
  }
}

@media(width <=991px){
  .Reports3{
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media(width <=767px){
  .Reports3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <=576px){
  .Reports3{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.Reports3 h2.title{
  text-align:center;
  margin-bottom: 40px;
}

@media(width <=767px){
  .Reports3 h2.title{
    text-align: left;
    margin-bottom: 30px;
  }
}


.Reports3 .description{
  text-align: center;
  margin-bottom: 70px;
}

@media(width <=767px){
  .Reports3 .description{
    text-align: left;
    margin-bottom: 50px;
  }
}


.Reports3 .levelBlock{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 90px;
}

@media(width <=991px){
  .Reports3 .levelBlock{
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media(width <=991px) {
  .Reports3 .levelBlock {
    display: block;
  }
}



.Reports3 .levelBlock:last-child{
  margin-bottom: 0;
}



.Reports3 .levelBlock .imgWrap{
  flex: 0 0 44%;
  background: #FFF;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

@media(width <=991px){
  .Reports3 .levelBlock .imgWrap{
    flex: 0 0 40%;
  }
}

.Reports3 .levelBlock:nth-child(odd) .imgWrap{
  order: 1;
}

.Reports3 .levelBlock:nth-child(even) .imgWrap{
  order: 2;
}



.Reports3 .levelBlock .imgWrap img{
  border-radius: 15px;
}

.Reports3 .levelBlock .textWrap{
  flex: 0 0 40%;
}

@media(width <=991px){
  .Reports3 .levelBlock .textWrap{
    flex: 0 0 55%;
  }
}

@media(width <=767px){
  .Reports3 .levelBlock .textWrap{
    margin-bottom: 40px;
  }
}




.Reports3 .levelBlock:nth-child(odd) .textWrap{
  order: 2;
}

.Reports3 .levelBlock:nth-child(even) .textWrap{
  order: 1;
}


.Reports3 .levelBlock .textWrap .title{
  font-weight: 700;
  color:#37376D;
  font-size: 28px;
  line-height: 125%;
  margin-bottom: 30px;
}





.Reports4{
  padding-top: 145px;
  padding-bottom: 30px;
}

@media(width <=1200px){
  .Reports4{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(width <=991px){
  .Reports4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media(width <=767px){
  .Reports4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <=576px){
  .Reports4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.Reports4 h2.title{
  text-align:center;
  margin-bottom: 65px;
}

@media(width <=767px){
  .Reports4 h2.title{
    text-align:left;
    margin-bottom: 30px;
  }
}

.Reports4 .contentWrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(width <=767px){
  .Reports4 .contentWrapper{
    display: block;
  }
}

.Reports4 .contentWrapper .contentItem{
  flex: 0 0 47%;
  background: #FFF;
  box-shadow: 0 4px 50px rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 50px;
  margin-bottom: 50px;
}

@media(width <=991px){
  .Reports4 .contentWrapper .contentItem{
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media(width <=767px){
  .Reports4 .contentWrapper .contentItem:last-child{
    margin-bottom: 0;
  }
}

.Reports4 .contentWrapper .contentItem .imgWrap{
  min-height: 215px;
  margin-bottom: 35px;
}

@media(width <=1200px){
  .Reports4 .contentWrapper .contentItem .imgWrap{
    min-height: 175px;
  }
}

@media(width <=991px){
  .Reports4 .contentWrapper .contentItem .imgWrap{
    min-height: unset;
  }
}

.Reports5{
  padding-top: 60px;

  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(92.56%, #ecf9ff)); */

  /* background: -o-linear-gradient(top, #fff 0, #ecf9ff 92.56%); */
  background: linear-gradient(180deg, #fff 0, #ecf9ff 92.56%);
  padding-bottom: 115px;
}

@media(width <=1200px){
  .Reports5{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(width <=991px){
  .Reports5{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media(width <=767px){
  .Reports5{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(width <=576px){
  .Reports5{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.Reports5 h2.title{
  text-align: center;
  margin-bottom: 45px;
}

@media(width <=767px){
  .Reports5 h2.title{
    text-align:left;
    margin-bottom: 30px;
  }
}

.Reports5 .innerWrapper{
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
}

@media(width <=991px){
  .Reports5 .innerWrapper{
    flex-wrap:wrap;
  }
}

@media(width <=576px){
  .Reports5 .innerWrapper{
    display: block;
  }
}


.Reports5 .innerWrapper .innerItem{
  flex: 0 0 240px;
}

@media(width <=991px){
  .Reports5 .innerWrapper .innerItem{
    flex: 0 0 45%;
    margin-bottom: 20px;
  }
}

@media(width <=576px){
  .Reports5 .innerWrapper .innerItem{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}



.Reports5 .innerWrapper .innerItem .iconWrap{
  width: 40px;
  height: 40px;
  background-color:#0FA7F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;

}


.Reports5 .innerWrapper .innerItem .textWrap{
  text-align: center;
}

.Reports5 .imgWrap{
  text-align: center;
  position:relative;
}



.Reports5 .imgWrap .tooltip:nth-child(2){
  top: 34%;
  left: 54.4%;
}

.Reports5 .imgWrap .tooltip:nth-child(3){
  top: 71%;
  left: 22%;
}

@media(width <=576px){
  .Reports5 .imgWrap .tooltip:nth-child(3) span{
    left: 70px;
  }
}

/* </editor-fold> */

/* <editor-fold desc="successPage"> */
.success {
  background-color: #fff;
  background-image: url("../img/svg/success_bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding-top: 130px
}

.success .innerWrapper {
  text-align: center
}

.success .innerWrapper h2.title {
  font-size: 65px;
  line-height: normal;
  margin-bottom: 40px
}

@media (width <= 767px) {
  .success .innerWrapper h2.title {
    font-size: 40px
  }
}

@media (width <= 576px) {
  .success .innerWrapper h2.title {
    font-size: 30px
  }
}

.success .innerWrapper .content_description {
  margin-bottom: 70px
}

.success .innerWrapper .btnWrap .btn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto
}

.success .innerWrapper {
  height: calc(100vh - 60px);
  min-height: 800px;
  position: relative
}

@media (width <= 991px) {
  .success .innerWrapper {
    min-height: 850px;
    height: calc(100vh - 190px)
  }
}

@media (width <= 767px) {
  .success .innerWrapper {
    min-height: 550px
  }
}

@media (width <= 576px) {
  .success .innerWrapper {
    height: calc(100vh - 270px);
    min-height: 300px
  }
}

@media (width <= 767px) {
  .success {
    background-size: 800px
  }
}

@media (width <= 576px) {
  .success {
    background-size: 650px
  }
}

/* </editor-fold> */

/* <editor-fold desc="forms & modals"> */
.hiddenBlock {
  display: none
}

.wpcf7-form-control-wrap {
  display: block;
}

form .inputWrapper {
  margin-bottom: 16px;
  position: relative;

  /* display: -webkit-box; */

  /* display: -ms-flexbox; */

  /* display: flex; */

  /* -webkit-box-align: end; */

  /* -ms-flex-align: end; */

  /* align-items: flex-end; */

  /* -webkit-box-pack: center; */

  /* -ms-flex-pack: center; */

  /* justify-content: center */
}

form .inputWrapper input.wpcf7-not-valid {
	margin: 0 0 37px !important;
}

form .inputWrapper br{
  display:none;
}

form .inputWrapper .wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 17px;	
  color: #F00F0F;
  font-family: Inter, sans-serif;	
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 100%;
}

.cf7sg-response-output {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  flex: 0 0 100%;
  text-align: center;
  font-size: 15px;
  border-color: #dc3232;
}

form .inputWrapper .text {
  margin-right: 18px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em
}

form .inputWrapper input {
  display: block;
  box-shadow: none;
  box-shadow: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #37376d;
  border-radius: 4px;
  border: 1px solid #E0E0F0;
  text-align: left;
  outline: 0;
  background-color: #fff;
  line-height: normal;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 0
}

form .inputWrapper input:focus {
  border: 1px solid #26264B;
  outline: 1px solid #26264B;
}

form .inputWrapper input:focus::input-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:placeholder {
  opacity: 0
}

form .inputWrapper input:focus::placeholder {
  opacity: 0
}

form .inputWrapper input:focus:input-placeholder {
  opacity: 0
}

form .inputWrapper input::input-placeholder {
  color: #9b9bb6;
  opacity: .6;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:placeholder {
  color: #9b9bb6;
  opacity: .6;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input::placeholder {
  color: #9b9bb6;
  opacity: .6;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:input-placeholder {
  color: #9b9bb6;
  opacity: .6;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
  color: #ff0404;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 18px;
  height: 18px
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 2px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  transition: all .5s;
  transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover {
  text-align: center
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -2px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

form .inputWrapper.name input {
  padding-left: 48px
}

form .inputWrapper.name::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto
}

form .inputWrapper.phone input {
  padding-left: 48px
}

form .inputWrapper.phone .iti.iti--allow-dropdown.iti--separate-dial-code {
	display: block !important;
	width: 100%;
}

form .inputWrapper.phone .iti__selected-dial-code {
  font-size: 14px;
  order: 3;
  color: #000;
}

form .inputWrapper.phone .iti__country-name {
  color: #000;
}

form .inputWrapper.phone .iti__flag {
	order: 1;
}

form .inputWrapper.phone .iti__arrow {
	order: 2;
}

/* form .inputWrapper.phone:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  margin: auto
} */

form .inputWrapper.company input {
  padding-left: 48px
}

form .inputWrapper.company::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/company.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto
}

form .inputWrapper.error input {
  border-color: red
}

.orderPanel {
  background-color: #F5F5FA;
  width: 90%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  border: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border-radius: 8px
}

.orderPanel .fancybox-close-small {
  transform: translate(-16px, 16px);
  transform: translate(-16px, 16px);
  transform: translate(-16px, 16px);
  color: #37376d;
  width: 32px;
  height: 32px;
  background-color:#E0E0F0;
  border-radius: 50%;
  padding: 4px;
}

.orderPanel .fancybox-close-small:hover {
  color: #0fa7f0
}

.orderPanel .wrapper {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}

.orderPanel .wrapper .title {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  color: #181818;
}

@media (width <= 576px) {
  .orderPanel .wrapper .title {
    font-size: 24px;
  }
}

.orderPanel .wrapper .text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #181818;
  margin-bottom: 16px;
}

@media (width <= 576px) {
  .orderPanel .wrapper .text {
    font-size: 14px;
  }
}

.orderPanel .wrapper .inputWrapper input {
  color: #37376d
}

.orderPanel .wrapper .inputWrapper input::input-placeholder {
  color: #9b9bb6;
  opacity: .6
}

.orderPanel .wrapper .inputWrapper input:placeholder {
  color: #9b9bb6;
  opacity: .6
}

.orderPanel .wrapper .inputWrapper input::placeholder {
  color: #9b9bb6;
  opacity: .6
}

.orderPanel .wrapper .inputWrapper input:input-placeholder {
  color: #9b9bb6;
  opacity: .6
}

.orderPanel .wrapper .btnWrap {
  text-align: right;
  margin-bottom: 5px;
}

.orderPanel .wrapper .btnWrap .btn {
  position: relative;
  max-width: 150px;
  width: 100%;
  height: 48px;
  line-height: 44px;
}

@media(width <=576px){
  .orderPanel .wrapper .btnWrap .btn{
    max-width: 100%;
  }
}



@media (width <= 576px) {
  .orderPanel .wrapper {
    max-width: 100%;
  }
}

@media (width <= 576px) {
  .orderPanel {
    padding: 30px 15px
  }
}

.modalPolitics {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 25px 15px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgb(0 0 0 / 7%)
}

.modalPolitics .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 5px;
  right: 20px;
  background-color: transparent;
  border-radius: 50%;
  transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.modalPolitics .mfp-close:hover {
  transform: rotate(180deg);
  transform: rotate(180deg);
  transform: rotate(180deg);
  color: #247cff
}

.modalPolitics .title {
  margin-bottom: 25px
}

.modalPolitics .title h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 15px
}

.modalPolitics .title .description {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center
}

.modalPolitics .content {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  max-height: 400px;
  overflow-x: hidden;
}

.modalPolitics .content p {
  margin-bottom: 10px
}

.modalPolitics .content p:last-child {
  margin-bottom: 0
}

.modalPolitics .content .smallTitle {
  font-weight: 500;
  font-size: 20px
}

.modalPolitics .content .bigText {
  font-size: 22px;
  font-weight: 700
}

/* </editor-fold> */

/* <editor-fold desc="dynamicPricePage"> */

/* <editor-fold desc="dynamicPricePage_section1"> */
.dynpPage_section1 {
    padding-top: 131px;
    padding-bottom: 80px;
    background-color:#26264B;
    background-image: url("../img/main_bg_new.avif");
    background-size: 1366px auto;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (width <= 991px) {
    .dynpPage_section1 {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

@media (width <= 576px) {
    .dynpPage_section1 {
        padding-top: 100px;
        padding-bottom: 33px;
    }
}

.dynpPage_section1 .innerWrapper {
    display: flex;
    justify-content: space-between;

    /* align-items: center; */
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper {
        display: block;
    }
}

.dynpPage_section1 .innerWrapper .textBlock {
    order: 1;
    flex: 0 0 468px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

.dynpPage_section1 .innerWrapper .textBlock .textBlockTop {
	width: 100%;
}

@media (width <= 1200px) {
    .dynpPage_section1 .innerWrapper .textBlock {
        flex: 0 0 440px;
    }
}

.dynpPage_section1 .innerWrapper .textBlock h1 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px;
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .textBlock h1 {
        font-size: 36px;
        text-align: center;
    }
}


@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .textBlock h1 {
        font-size: 32px;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #ECEDF4;
    margin-bottom: 32px;
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .textBlock .description {
        text-align: center;
        line-height: 150%;
        margin-bottom: 23px;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .btnWrap {
    margin-bottom: 14px;
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .textBlock .btnWrap {
        text-align: center;
        margin-bottom: 30px;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .btnWrap .btn {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 56px;
    max-width: 175px;
    line-height: 54px;
    border-radius: 4px;
}

@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .textBlock .btnWrap .btn {
        width: 100%;
        max-width: 100%;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .infoBlock {
    display: flex;
    flex-wrap: wrap;
    max-width: 405px;
    margin-bottom: -40px;
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock {
        max-width: 100%;
    }
}

@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock {
        margin-bottom: 0;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem {
    flex: 0 0 50%;
    margin-bottom: 40px;
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem {
        flex: 1;
        text-align: center;
    }
}

@media (width <= 767px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem {
        flex: 0 0 50%;
    }
}

@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem {
        margin-bottom: 20px;
    }
}

@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem:last-child {
        margin-bottom: 0;
    }
}

.dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem .int {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 4px;
}

.dynpPage_section1 .innerWrapper .textBlock .infoBlock .infoItem .text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
}

.dynpPage_section1 .innerWrapper .slideBlock {
    order: 2;
    flex: 0 0 630px;
}

@media (width <= 1200px) {
    .dynpPage_section1 .innerWrapper .slideBlock {
        flex: 0 0 475px;
    }
}

@media (width <= 991px) {
    .dynpPage_section1 .innerWrapper .slideBlock {
        margin-bottom: 30px;
    }
}

@media (width <= 576px) {
    .dynpPage_section1 .innerWrapper .slideBlock {
        max-width: 70%;
        margin: 0 auto 35px;
    }
}

.dynpPage_section2 {
    padding-top: 40px;
    padding-bottom: 76px;
}

.dynpPage_section2 h4 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 42px;
}

.dynpPage_section2 .companyWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

@media (width <= 576px) {
    .dynpPage_section2 .companyWrapper {
        max-height: 175px;
        position: relative;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    .dynpPage_section2 .companyWrapper::before {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, #fff 0%, transparent 100%);
    }
}

.dynpPage_section2 .companyWrapper.active {
    max-height: 500px;
}

.dynpPage_section2 .companyWrapper.active::before {
    display: none;
}

.dynpPage_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 25px;
}

@media (width <= 991px) {
    .dynpPage_section2 .companyWrapper .companyItem {
        flex: 0 0 calc(100% / 4);
        padding: 0 25px;
    }
}

@media (width <= 576px) {
    .dynpPage_section2 .companyWrapper .companyItem {
        flex: 0 0 calc(100% / 2);
        padding: 0 25px;
        margin-bottom: 40px;
    }
}

.dynpPage_section2 .btnWrap {
    display: none;
    margin-top: 60px;
}

@media (width <= 576px) {
    .dynpPage_section2 .btnWrap {
        display: block;
    }
}

.dynpPage_section2 .btnWrap button {
    cursor: pointer;
    margin: 0 auto;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background-color: #fff;
    border: 1px solid #E0E0F0;
    border-radius: 4px;
}

@media (width <= 576px) {
    .dynpPage_section2 .btnWrap button {
        width: 100%;
        justify-content: center;
    }
}

.dynpPage_section2 .btnWrap button svg {
    stroke: #181818;
    margin-right: 20px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.dynpPage_section2 .btnWrap button.active svg {
    transform: rotate(270deg);
}

.dynpPage_section2 .btnWrap button span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
}

.dynpPage_section2 .btnWrap button span.closed {
    display: block;
}

.dynpPage_section2 .btnWrap button span.opened {
    display: none;
}

.dynpPage_section2 .btnWrap button.active .closed {
    display: none;
}

.dynpPage_section2 .btnWrap button.active .opened {
    display: block;
}

.dynpPage_section2 .btnWrap button:hover {
    background-color: #26264B;
}

.dynpPage_section2 .btnWrap button:hover svg {
    stroke: #fff;
}

.dynpPage_section2 .btnWrap button:hover span {
    color: #fff;
}

/* </editor-fold> */

/* <editor-fold desc="dynpPage_section3"> */
.dynpPage_section3 {
    padding-top: 71px;
    padding-bottom: 37px;
    background-color: #F9F9F9;
    background-image: url("../img/white_bg.webp");
    background-repeat: no-repeat;
    background-position: top 1px left calc(50% - 14px);
    background-size: 587px;
}

@media (width <= 576px) {
    .dynpPage_section3 {
        padding-top: 55px;
        padding-bottom: 32px;
    }
}

.dynpPage_section3 .titleBlock {
    text-align: center;
    margin-bottom: 50px;
}

@media (width <= 1200px) {
    .dynpPage_section3 .titleBlock {
        margin-bottom: 40px;
    }
}

@media (width <= 991px) {
    .dynpPage_section3 .titleBlock {
        margin-bottom: 30px;
    }
}

@media (width <= 576px) {
    .dynpPage_section3 .titleBlock {
        margin-bottom: 47px;
    }
}

.dynpPage_section3 .titleBlock h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #181818;
    margin-bottom: 10px;
}

@media (width <= 1200px) {
    .dynpPage_section3 .titleBlock h2 {
        font-size: 30px;
    }
}

@media (width <= 991px) {
    .dynpPage_section3 .titleBlock h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .dynpPage_section3 .titleBlock h2 {
        font-size: 26px;
    }
}

@media (width <= 576px) {
    .dynpPage_section3 .titleBlock h2 {
        font-size: 24px;
    }
}

.dynpPage_section3 .titleBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6C6C70;
}

@media (width <= 576px) {
    .dynpPage_section3 .titleBlock .description {
        font-size: 16px;
    }
}

.dynpPage_section3 .contentWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0 0 28px;
}

@media (width <= 1200px) {
    .dynpPage_section3 .contentWrapper {
        gap: 20px;
    }
}

@media (width <= 991px) {
    .dynpPage_section3 .contentWrapper {
        flex-direction: column;
        gap: 34px;
    }
}

.dynpPage_section3 .contentWrapper .contentItem {
    flex-shrink: 0;
    width: calc(100% / 3 - 32px);
    padding: 32px;
    background-color: #fff;
    border-radius: 4px;
	font-family: Inter, sans-serif;
}

@media (width <= 991px) {
    .dynpPage_section3 .contentWrapper .contentItem {
        width: 100%;
    }
}

.dynpPage_section3 .contentWrapper .contentItem .iconWrap {
    max-width: 56px;
    margin-bottom: 20px;
}

.dynpPage_section3 .contentWrapper .contentItem h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #181818;
    margin-bottom: 25px;
}

.dynpPage_section3 .contentWrapper .contentItem h4 span {
    color: #FD9926;
}

@media (width <= 991px) {
    .dynpPage_section3 .contentWrapper .contentItem h4 {
        margin-bottom: 20px;
    }
}

.dynpPage_section3 .contentWrapper .contentItem p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #181818;
}

.dynpPage_section4 {
    padding: 72px 0;
}

.dynpPage_section4 h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #181818;
    margin-bottom: 30px;
    text-align: center;
}

@media (width <= 1200px) {
    .dynpPage_section4 h2 {
        font-size: 30px;
    }
}

@media (width <= 991px) {
    .dynpPage_section4 h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .dynpPage_section4 h2 {
        font-size: 26px;
    }
}

@media (width <= 576px) {
    .dynpPage_section4 h2 {
        font-size: 24px;
    }
}

.autoLevels {
    display: flex;
    gap: 32px;
}

@media (width <= 1200px) {
    .autoLevels {
        gap: 20px;
    }
}

@media (width <= 991px) {
    .autoLevels {
        display: block;
    }
}

.autoLevel-label {
	background: #EF22B6;
    border-radius: 4px;
	padding: 0 7px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%,-50%,0);
	font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    text-transform: uppercase;
    color: #ECEDF4;
	white-space: nowrap;
	display: none;
}

.autoLevels .autoLevelItem {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 32px;
    flex-grow: 1;
	width: calc(33.3333% - 32px);
}

.autoLevels > div:nth-child(3) {
	outline: 1px solid #EF22B6;
	position: relative;
}

.autoLevels > div:nth-child(3) .autoLevel-label {
	display: block;
}

@media (width <= 1200px) {
    .autoLevels .autoLevelItem {
        padding: 20px;
    }
}

@media (width <= 991px) {
    .autoLevels .autoLevelItem {
        margin: 0 0 8px;
		width: 100%;
    }

	.autoLevels > div:nth-child(3) {
		margin-top: 16px;
	}

	.autoLevels > div:nth-child(3) .autoLevel-label {
		top: -21px;
	}
}

.autoLevels .autoLevel-header {
    display: flex;
    flex-flow: column wrap;
}

@media (width <= 991px) {
    .autoLevels .autoLevel-header {
        flex-flow: row nowrap;
        align-items: center;
        margin: 0;
        position: relative;
        cursor: pointer;
    }
}

.autoLevels .autoLevel-title {
    order: 2;
    width: 100%;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #181818;
    padding: 0 0 24px;
}

@media (width <= 1200px) {
    .autoLevels .autoLevel-title {
        font-size: 21px;
        padding: 0 0 20px;
    }
}

@media (width <= 991px) {
    .autoLevels .autoLevel-title {
        order: 1;
        width: auto;
        min-width: 30%;
        padding: 0;
        font-size: 18px;
    }
}

@media (width <= 767px) {
    .autoLevels .autoLevel-title {
        min-width: 35%;
    }
}

.autoLevels .autoLevel-levels {
    order: 1;
    width: 100%;
    display: flex;
    padding: 0 0 24px;
}

@media (width <= 991px) {
    .autoLevels .autoLevel-levels {
        order: 2;
        padding: 0;
        margin: 0 55px 0 0;
        flex-grow: 1;
        width: auto;
    }
}

@media (width <= 767px) {
    .autoLevels .autoLevel-levels {
        margin: 0 40px 0 0;
    }
}

.autoLevels .autoLevel-levels .ico {
    width: 56px;
    flex-shrink: 0;
}

.autoLevels .autoLevel-levels .ico img {
    display: block;
    width: 100%;
    height: auto;
}

@media (width <= 991px) {
    .autoLevels .autoLevel-levels .ico {
        width: 30px;
    }
}

.autoLevels .autoLevel-levels .level-step {
    display: flex;
    flex-grow: 1;
}

.autoLevels .autoLevel-levels .level-step-item {
    flex-grow: 1;
    height: 56px;
    background: #FFF;
    border-radius: 12px;
    margin: 0 0 0 8px;
}

@media (width <= 991px) {
    .autoLevels .autoLevel-levels .level-step-item {
        height: 30px;
        margin: 0 0 0 4px;
        max-width: 20px;
    }
}

@media (width <= 991px) {
    .autoLevels .autoLevel-Body {
        display: none;
    }
}

.autoLevels .autoLevel-features {
    list-style: none;
}

@media (width <= 991px) {
    .autoLevels .autoLevel-features {
        padding: 20px 0 0;
    }
}

.autoLevels .autoLevel-features li {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #181818;
    padding: 0 0 24px 26px;
    position: relative;
}

@media (width <= 1200px) {
    .autoLevels .autoLevel-features li {
        font-size: 16px;
        padding: 0 0 20px 24px;
    }
}

.autoLevels .autoLevel-features li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #181818;
    position: absolute;
    left: 12px;
    top: 11px;
}

@media (width <= 1200px) {
    .autoLevels .autoLevel-features li::before {
        top: 10px;
        left: 10px;
    }
}

.autoLevels .autoLevel-integrationBody {
    background: #FFF;
    border: 1px solid #E0E0F0;
    border-radius: 8px;
    padding: 16px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.autoLevels .autoLevel-integrationTitle {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.14em;
    padding: 0 0 16px;
    text-transform: uppercase;
}

.autoLevels > div:nth-child(1) .level-step-item:nth-child(1) {
    background: #DAF3FF;
}

.autoLevels > div:nth-child(1) .autoLevel-integrationTitle {
    color: #0FA7F0;
}

.autoLevels > div:nth-child(2) .level-step-item:nth-child(1), .autoLevels > div:nth-child(2) .level-step-item:nth-child(2), .autoLevels > div:nth-child(2) .level-step-item:nth-child(3){
    background: #EBEBFF;
}

.autoLevels > div:nth-child(2) .autoLevel-integrationTitle {
    color: #4B4BE5;
}

.autoLevels > div:nth-child(3) .level-step-item {
    background: #FFDBF5;
}

.autoLevels > div:nth-child(3) .autoLevel-integrationTitle {
    color: #EF22B6;
}

.autoLevels .switcher {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 5px;
    transition: all .3s ease-in-out;
    display: none;
}

@media (width <= 991px) {
    .autoLevels .switcher {
        display: block;
    }
}

@media (width <= 767px) {
    .autoLevels .switcher {
        right: 0;
    }
}

.autoLevels .switcher::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.autoLevels .switcher::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.autoLevels .autoLevelItem.active .switcher {
    transform: rotate(45deg);
}

.dynpPage_section5 {
    padding-top: 98px;
    padding-bottom: 98px;
    background-color: #26264B;
    background-image: url("../img/graf_01.png");
    background-repeat: no-repeat;
    background-position: top 1px left calc(50% - 14px);
    background-size: 587px auto;
}

@media (width <= 576px) {
    .dynpPage_section5 {
        padding-top: 55px;
        padding-bottom: 45px;
    }
}

.dynpPage_section5 .titleBlock {
    text-align: center;
    margin-bottom: 50px;
}

@media (width <= 1200px) {
    .dynpPage_section5 .titleBlock {
        margin-bottom: 40px;
    }
}

@media (width <= 991px) {
    .dynpPage_section5 .titleBlock {
        margin-bottom: 30px;
    }
}

@media (width <= 576px) {
    .dynpPage_section5 .titleBlock {
        margin-bottom: 30px;
    }
}

.dynpPage_section5 .titleBlock h2 {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 16px;
}

.dynpPage_section5 .titleBlock h2 span {
  background: linear-gradient(93.4deg, #4AC4FF 26.67%, #9494EA 61.28%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (width <= 1200px) {
    .dynpPage_section5 .titleBlock h2 {
        font-size: 30px;
    }
}

@media (width <= 991px) {
    .dynpPage_section5 .titleBlock h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .dynpPage_section5 .titleBlock h2 {
        font-size: 26px;
    }
}

@media (width <= 576px) {
    .dynpPage_section5 .titleBlock h2 {
        font-size: 24px;
    }
}

.dynpPage_section5 .titleBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}

@media (width <= 576px) {
    .dynpPage_section5 .titleBlock .description {
        font-size: 16px;
    }
}

.dynpPage_section5 .infoBlock {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

@media (width <= 767px) {
    .dynpPage_section5 .infoBlock {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.dynpPage_section5 .infoBlock .infoItem {
    padding: 0 10px 36px;
}

@media (width <= 767px) {
    .dynpPage_section5 .infoBlock .infoItem {
        width: 50%;
        flex-shrink: 0;
        text-align: center;
    }
}

@media (width <= 440px) {
    .dynpPage_section5 .infoBlock .infoItem {
        width: 100%;
        flex-shrink: 0;
        text-align: center;
		padding-bottom: 20px;
    }
}

.dynpPage_section5 .infoBlock .int {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #fff;
    padding: 0 0 4px;
    white-space: nowrap;
}

@media (width <= 991px) {
    .dynpPage_section5 .infoBlock .int {
        font-size: 32px;
    }
}

.dynpPage_section5 .infoBlock .text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

@media (width <= 991px) {
    .dynpPage_section5 .infoBlock .text {
        font-size: 14px;
    }
}

.dynpPage_section6 .levelBlock {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #F9F9F9;
}

@media (width <= 991px) {
    .dynpPage_section6 .levelBlock {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (width <= 767px) {
    .dynpPage_section6 .levelBlock {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (width <= 576px) {
    .dynpPage_section6 .levelBlock {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.dynpPage_section6 .topSide {
    display: flex;
    gap: 130px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media (width <= 1200px) {
    .dynpPage_section6 .topSide {
        gap: 50px;
        margin-bottom: 60px;
    }
}

@media (width <= 991px) {
    .dynpPage_section6 .topSide {
        display: block;
    }
}

@media (width <= 576px) {
    .dynpPage_section6 .topSide {
        margin-bottom: 32px;
    }
}

.dynpPage_section6 .imgWrap {
    flex: 0 0 665px;
    border-radius: 24px;
    border: 12px solid #ECEDF4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynpPage_section6 .imgWrap img {
	box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

@media (width <= 1200px) {
    .dynpPage_section6 .imgWrap {
        flex: 0 0 600px;
		
    }
}

@media (width <= 991px) {
    .dynpPage_section6 .imgWrap {
        margin-bottom: 30px;
    }
}

@media (width <= 767px) {
    .dynpPage_section6 .imgWrap {
    }
}

@media (width <= 576px) {
    .dynpPage_section6 .imgWrap {
        border-radius: 12px;
        border-width: 6px;
    }
}

.dynpPage_section6 .textWrap {
    flex-grow: 1;
}

.dynpPage_section6 .textWrap h3 {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    color: #181818;
    margin-bottom: 30px;
}

@media (width <= 1200px) {
    .dynpPage_section6 .textWrap h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media (width <= 991px) {
    .dynpPage_section6 .textWrap h3 {
        font-size: 32px;
    }
}

@media (width <= 767px) {
    .dynpPage_section6 .textWrap h3 {
        font-size: 28px;
        line-height: 145%;
        margin-bottom: 11px;
    }
}

@media (width <= 576px) {
    .dynpPage_section6 .textWrap h3 {
        font-size: 24px;
    }
}

.dynpPage_section6 .textWrap .description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #181818;
}

.dynpPage_section6 .bottomSide {
    display: flex;
    gap: 35px;
}

@media (width <= 991px) {
    .dynpPage_section6 .bottomSide {
        flex-direction: column;
        gap: 33px;
    }
}

.dynpPage_section6 .bottomSide .sideElement {
    flex: 1;
    display: flex;
    min-height: 130px;
}

@media (width <= 991px) {
    .dynpPage_section6 .bottomSide .sideElement {
        min-height: unset;
    }
}

.dynpPage_section6 .bottomSide .sideElement .iconWrap {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 8px;
}

.dynpPage_section6 .bottomSide .sideElement .textWrap {
    padding-left: 20px;
}

.dynpPage_section6 .bottomSide .sideElement .textWrap h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 8px;
}

@media (width <= 1200px) {
    .dynpPage_section6 .bottomSide .sideElement .textWrap h5 {
        font-size: 16px;
    }
}

.dynpPage_section6 .bottomSide .sideElement .textWrap .text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #777;
}

@media (width <= 1200px) {
    .dynpPage_section6 .bottomSide .sideElement .textWrap .text {
        font-size: 14px;
    }
}

.dynpPage_section6 .levelBlock:nth-child(odd) {
    background-color: #fff;
}

.dynpPage_section6 .levelBlock:nth-child(odd) .topSide .textWrap {
    order: 1;
}

.dynpPage_section6 .levelBlock:nth-child(odd) .topSide .imgWrap {
    order: 2;
}


.dynpPage_section7 {
    padding-top: 71px;
    padding-bottom: 37px;
    background-color: #fff;
}

@media (width <= 576px) {
    .dynpPage_section7 {
        padding-top: 55px;
        padding-bottom: 32px;
    }
}

.dynpPage_section7 .titleBlock {
    text-align: center;
    margin-bottom: 32px;
}

@media (width <= 576px) {
    .dynpPage_section7 .titleBlock {
        margin-bottom: 47px;
    }
}

.dynpPage_section7 .titleBlock h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #181818;
    margin-bottom: 10px;
}

@media (width <= 1200px) {
    .dynpPage_section7 .titleBlock h2 {
        font-size: 30px;
    }
}

@media (width <= 991px) {
    .dynpPage_section7 .titleBlock h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .dynpPage_section7 .titleBlock h2 {
        font-size: 26px;
    }
}

@media (width <= 576px) {
    .dynpPage_section7 .titleBlock h2 {
        font-size: 24px;
    }
}

.dynpPage_section7 .titleBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6C6C70;
    padding: 0 0 20px;
}

@media (width <= 576px) {
    .dynpPage_section7 .titleBlock .description {
        font-size: 16px;
    }
}

.dynpPage_section7 .btnWrap .btn {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    max-width: 175px;
    line-height: 46px;
    border-radius: 4px;
}

.dynpPage_section7 .quote {
    background: #26264B;
    border-radius: 12px;
    padding: 69px 100px 72px;
}

@media (width <= 991px) {
    .dynpPage_section7 .quote {
        padding: 50px 80px;
    }
}

@media (width <= 767px) {
    .dynpPage_section7 .quote {
        padding: 40px 50px;
    }
}

@media (width <= 576px) {
    .dynpPage_section7 .quote {
        padding: 32px;
    }
}

.dynpPage_section7 .quote blockquote {
    display: flex;
    justify-content: space-between;
}

@media (width <= 991px) {
    .dynpPage_section7 .quote blockquote {
        display: block;
    }
}

.dynpPage_section7 .quote p {
    max-width: 530px;
    margin: 0 80px 0 0;
    position: relative;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
    color: #FFF;
}

@media (width <= 991px) {
    .dynpPage_section7 .quote p {
        max-width: 100%;
        margin: 0 0 30px;
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .dynpPage_section7 .quote p {
        font-size: 28px;
    }
}

@media (width <= 576px) {
    .dynpPage_section7 .quote p {
        font-size: 24px;
        padding: 32px 0 0;
    }
}

.dynpPage_section7 .quote p::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/quote_ico.svg") no-repeat;
    top: 2px;
    left: -40px;
    position: absolute;
}

@media (width <= 767px) {
    .dynpPage_section7 .quote p::before {
        width: 18px;
        height: 18px;
        background-size: 18px auto;
        left: -30px;
    }
}

@media (width <= 576px) {
    .dynpPage_section7 .quote p::before {
        left: 0;
        top: 0;
    }
}

.dynpPage_section7 .quote cite {
    display: block;
    min-width: 168px;
    flex-shrink: 0;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #ECEDF4;
    padding: 8px 0 0;
}

@media (width <= 576px) {
    .dynpPage_section7 .quote cite {
        font-size: 16px;
    }
}

.dynpPage_section7 .quote cite .photo {
    display: block;
}

.dynpPage_section7 .quote .wrap_photo {
	background: url("data:image/svg+xml,%3Csvg width='68' height='68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='34' cy='34' r='34' fill='%23E0E0F0'/%3E%3Cpath d='M46.038 19.472c-6.213-3.155-10.058-.42-5.448.665 11.684 2.761 13.286 17.182 2.07 25.243-13.311 9.54-30.025-3.377-21.545-16.64 3.6-5.62 7.667-8.652 11.734-8.775 3.575-.099 2.44-1.898-1.208-1.898-8.997 0-18.685 11.462-16.886 19.992C16.21 45.035 21.93 49.57 30.68 50.656c20.386 2.538 32.663-22.408 15.358-31.184Z' fill='%233747DF'/%3E%3Cpath d='M30.951 38.601c-1.085-1.725-1.183-1.8-2.268-1.725-2.835.221-.961 4.264 2.613 5.595 2.958 1.11 7.543.518 9.096-1.134 2.342-2.49 1.775-6.434-.69-4.807-.148.099-.493.69-.764 1.282-1.824 4.043-5.744 4.413-7.987.79ZM41.674 30.716c-.887-2.12-2.267-2.637-3.254-1.208-1.183 1.75-.517 3.378 1.381 3.378 1.898 0 2.49-.666 1.873-2.17ZM31.444 31.056c0-1.726-1.11-2.515-2.638-1.874-1.38.567-2.021 3.18-1.035 4.092 1.553 1.405 3.673.099 3.673-2.218Z' fill='%233747DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='68' height='68' rx='34' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	width: 68px;
	height: 68px;	
    margin: 0 0 16px;
}

.dynpPage_section7 .quote cite .logo {
    display: block;
    margin: 12px 0 0;
}


/* page representation analysis for stores */
.ra_stores_section1 {
  padding-top: 104px;
  background-color: #26264B;
  background-image: url("../img/main_bg_new.avif");
  background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (width <= 991px) {
  .ra_stores_section1 {
    padding-top: 94px;
  }
}

@media (width <= 576px) {
  .ra_stores_section1 {
    padding-bottom: 24px;
  }
}

.ra_stores_section1 .innerWrapper {
  display: flex;
  flex-flow: column wrap;
}

.ra_stores_section1 .innerWrapper .textBlock {
  order: 1;
  width: 100%;
  text-align: center;
}

.ra_stores_section1 .innerWrapper .textBlock h1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (width <= 991px) {
  .ra_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 36px;
    text-align: center;
  }
}


@media (width <= 576px) {
  .ra_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 32px;
  }
}

.ra_stores_section1 .innerWrapper .textBlock .pageLabel {
  display: inline-flex;
  white-space: nowrap;
  background: #FFF;
  border-radius: 8px;
  line-height: 26px;
  padding: 0 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #181818;
}

.ra_stores_section1 .innerWrapper .textBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #ECEDF4;
  margin: 0 auto 32px;
  max-width: 568px;
}

@media (width <= 991px) {
  .ra_stores_section1 .innerWrapper .textBlock .description {
    text-align: center;
    line-height: 150%;
    margin-bottom: 24px;
  }
}

.ra_stores_section1 .innerWrapper .textBlock .btnWrap {
  margin-bottom: 80px;
}

@media (width <= 991px) {
  .ra_stores_section1 .innerWrapper .textBlock .btnWrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.ra_stores_section1 .innerWrapper .textBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 56px;
  max-width: 175px;
  line-height: 54px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_stores_section1 .innerWrapper .textBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.ra_stores_section1 .innerWrapper .slideBlock {
  order: 2;
  width: 568px;
  margin: 0 auto;
}

.ra_stores_section1 .innerWrapper .slideBlock .slick-track {
  display: flex;
}

.ra_stores_section1 .innerWrapper .slideBlock .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.ra_stores_section1 .innerWrapper .slideBlock .sliderItemPc {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.ra_stores_section1 .innerWrapper .slideBlock .sliderItemMob {
  display: none;
}

@media (width <= 576px) {
  .ra_stores_section1 .innerWrapper .slideBlock {
    max-width: 100%;
  }

  .ra_stores_section1 .innerWrapper .slideBlock .sliderItemPc {
    display: none;
  }

  .ra_stores_section1 .innerWrapper .slideBlock .sliderItemMob {
    display: block;
  }
}

.ra_stores_section2 {
  padding-top: 40px;
  padding-bottom: 76px;
}

.ra_stores_section2 h4 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.ra_stores_section2 .companyWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media (width <= 576px) {
  .ra_stores_section2 .companyWrapper {
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .ra_stores_section2 .companyWrapper::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }
}

.ra_stores_section2 .companyWrapper.active {
  max-height: 500px;
}

.ra_stores_section2 .companyWrapper.active::before {
  display: none;
}

.ra_stores_section2 .companyWrapper .companyItem {
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media (width <= 991px) {
  .ra_stores_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media (width <= 576px) {
  .ra_stores_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.ra_stores_section2 .btnWrap {
  display: none;
  margin-top: 60px;
}

@media (width <= 576px) {
  .ra_stores_section2 .btnWrap {
    display: block;
  }
}

.ra_stores_section2 .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_stores_section2 .btnWrap button {
    width: 100%;
    justify-content: center;
  }
}

.ra_stores_section2 .btnWrap button svg {
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.ra_stores_section2 .btnWrap button.active svg {
  transform: rotate(270deg);
}

.ra_stores_section2 .btnWrap button span {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.ra_stores_section2 .btnWrap button span.closed {
  display: block;
}

.ra_stores_section2 .btnWrap button span.opened {
  display: none;
}

.ra_stores_section2 .btnWrap button.active .closed {
  display: none;
}

.ra_stores_section2 .btnWrap button.active .opened {
  display: block;
}

.ra_stores_section2 .btnWrap button:hover {
  background-color: #26264B;
}

.ra_stores_section2 .btnWrap button:hover svg {
  stroke: #fff;
}

.ra_stores_section2 .btnWrap button:hover span {
  color: #fff;
}

.ra_stores_section2 .btnWrap button.active {
	background-color: #26264B;
}

.ra_stores_section2 .btnWrap button.active span {
	color: #fff;
}

.ra_stores_section2 .btnWrap button.active svg {
  stroke: #fff;
}

.ra_stores_section3 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top 1px left calc(50% - 14px);
  background-size: 587px;
}

@media (width <= 576px) {
  .ra_stores_section3 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.ra_stores_section3 .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}

@media (width <= 1200px) {
  .ra_stores_section3 .titleBlock {
    margin-bottom: 40px;
  }
}

@media (width <= 991px) {
  .ra_stores_section3 .titleBlock {
    margin-bottom: 30px;
  }
}

@media (width <= 576px) {
  .ra_stores_section3 .titleBlock {
    margin-bottom: 47px;
  }
}

.ra_stores_section3 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .ra_stores_section3 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .ra_stores_section3 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .ra_stores_section3 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .ra_stores_section3 .titleBlock h2 {
    font-size: 24px;
  }
}

.ra_stores_section3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
}

@media (width <= 576px) {
  .ra_stores_section3 .titleBlock .description {
    font-size: 16px;
  }
}

.ra_stores_section3 .contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 0 28px;
}

@media (width <= 1200px) {
  .ra_stores_section3 .contentWrapper {
    gap: 20px;
  }
}

@media (width <= 991px) {
  .ra_stores_section3 .contentWrapper {
    flex-direction: column;
    gap: 34px;
  }
}

.ra_stores_section3 .contentWrapper .contentItem {
  flex-shrink: 0;
  width: calc(100% / 3 - 32px);
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}

@media (width <= 991px) {
  .ra_stores_section3 .contentWrapper .contentItem {
    width: 100%;
  }
}

.ra_stores_section3 .contentWrapper .contentItem .iconWrap {
  max-width: 56px;
  margin-bottom: 20px;
}

.ra_stores_section3 .contentWrapper .contentItem h4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 25px;
}

.ra_stores_section3 .contentWrapper .contentItem h4 span {
  color: #FD9926;
}

.ra_stores_section3 .contentWrapper > div:nth-child(1) h4 span {
	color: #4B4BE5;
}

.ra_stores_section3 .contentWrapper > div:nth-child(2) h4 span {
	color: #FD9926;
}

.ra_stores_section3 .contentWrapper > div:nth-child(3) h4 span {
	color: #23AB3A;
}

@media (width <= 991px) {
  .ra_stores_section3 .contentWrapper .contentItem h4 {
    margin-bottom: 20px;
  }
}

.ra_stores_section3 .contentWrapper .contentItem ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
  font-weight: 400;
  font-size: 18px;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  color: #181818;
}

.ra_stores_section4 .levelBlock {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #F9F9F9;
}

@media (width <= 991px) {
  .ra_stores_section4 .levelBlock {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (width <= 767px) {
  .ra_stores_section4 .levelBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width <= 576px) {
  .ra_stores_section4 .levelBlock {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.ra_stores_section4 .topSide {
  display: flex;
  gap: 130px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media (width <= 1200px) {
  .ra_stores_section4 .topSide {
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media (width <= 991px) {
  .ra_stores_section4 .topSide {
    display: block;
  }
}

@media (width <= 576px) {
  .ra_stores_section4 .topSide {
    margin-bottom: 32px;
  }
}

.ra_stores_section4 .imgWrap {
  flex: 0 0 665px;
  border-radius: 24px;
  border: 12px solid #ECEDF4;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 1200px) {
  .ra_stores_section4 .imgWrap {
    flex: 0 0 600px;
  }
}

@media (width <= 991px) {
  .ra_stores_section4 .imgWrap {
    margin-bottom: 30px;
  }
}

@media (width <= 767px) {
  .ra_stores_section4 .imgWrap {
    
  }
}

@media (width <= 576px) {
  .ra_stores_section4 .imgWrap {
    border-radius: 12px;
    border-width: 6px;
  }
}

.ra_stores_section4 .textWrap {
  flex-grow: 1;
}

.ra_stores_section4 .textWrap h3 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 30px;
}

@media (width <= 1200px) {
  .ra_stores_section4 .textWrap h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (width <= 991px) {
  .ra_stores_section4 .textWrap h3 {
    font-size: 32px;
  }
}

@media (width <= 767px) {
  .ra_stores_section4 .textWrap h3 {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}

@media (width <= 576px) {
  .ra_stores_section4 .textWrap h3 {
    font-size: 24px;
  }
}

.ra_stores_section4 .textWrap .description {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}

.ra_stores_section4 .bottomSide {
  display: flex;
  gap: 35px;
}

@media (width <= 991px) {
  .ra_stores_section4 .bottomSide {
    flex-direction: column;
    gap: 33px;
  }
}

.ra_stores_section4 .bottomSide .sideElement {
  flex: 1;
  display: flex;
  width: calc(33.3333% - 35px);
}

@media (width <= 991px) {
  .ra_stores_section4 .bottomSide .sideElement {
    min-height: unset;
    width: 100%;
  }
}

.ra_stores_section4 .bottomSide .sideElement .iconWrap {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
}

.ra_stores_section4 .bottomSide .sideElement .iconWrap img {
	border-radius: 8px;
}

.ra_stores_section4 .bottomSide .sideElement .textWrap {
  padding-left: 20px;
}

.ra_stores_section4 .bottomSide .sideElement .textWrap h5 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}

@media (width <= 1200px) {
  .ra_stores_section4 .bottomSide .sideElement .textWrap h5 {
    font-size: 16px;
  }
}

.ra_stores_section4 .bottomSide .sideElement .textWrap .text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

@media (width <= 1200px) {
  .ra_stores_section4 .bottomSide .sideElement .textWrap .text {
    font-size: 14px;
  }
}

.ra_stores_section4 .levelBlock:nth-child(even) {
  background-color: #fff;
}

.ra_stores_section4 .levelBlock:nth-child(odd) .topSide .textWrap {
  order: 1;
}

.ra_stores_section4 .levelBlock:nth-child(odd) .topSide .imgWrap {
  order: 2;
}

.ra_stores_section4 .levelBlock:nth-child(1) .topSide .imgWrap {
  background: #DDE;
}

.ra_stores_section4 .levelBlock:nth-child(1) .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_stores_section4 .levelBlock:nth-child(1) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_stores_section4 .levelBlock:nth-child(1) .bottomSide .sideElement .iconWrap svg {
  stroke: #FD9926;
}

.ra_stores_section4 .levelBlock:nth-child(2) .topSide .imgWrap {
  background: #DAF1FC;
  padding: 4.5%;
}

.ra_stores_section4 .levelBlock:nth-child(2) .bottomSide .sideElement .iconWrap {
  background: #D2EEFB;
}

.ra_stores_section4 .levelBlock:nth-child(2) .bottomSide .sideElement .iconWrap svg {
  stroke: #0FA7F0;
}

.ra_stores_section4 .levelBlock:nth-child(3) .topSide .imgWrap {
  background: #FEEAD4;
  padding: 4.5%;
}

.ra_stores_section4 .levelBlock:nth-child(3) .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_stores_section4 .levelBlock:nth-child(3) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_stores_section4 .levelBlock:nth-child(3) .bottomSide .sideElement .iconWrap svg {
  stroke: #FD9926;
}

.ra_stores_section4 .levelBlock:nth-child(4) .topSide .imgWrap {
  background: #D4F1D9;
  padding: 4.5%;
}

.ra_stores_section4 .levelBlock:nth-child(4) .bottomSide .sideElement .iconWrap {
  background: #D4F1D9;
}

.ra_stores_section4 .levelBlock:nth-child(4) .bottomSide .sideElement .iconWrap svg {
  stroke: #23AB3A;
}

.ra_stores_section4 .levelBlock:nth-child(5) .topSide .imgWrap {
  background: #E0E0F0;
  padding: 4.5%;
}

.ra_stores_section4 .levelBlock .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_stores_section4 .levelBlock:nth-child(5) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_stores_section4 .levelBlock:nth-child(5) .bottomSide .sideElement .iconWrap svg {
  stroke: #4B4BE5;
}

.ra_stores_section5 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #fff;
  position: relative;	
}

.ra_stores_section5::before {
	content: '';
    width: 100%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: -1px;
    height: 1px;
    background: #ECEDF4;
    transform: translateX(-50%);
}

@media (width <= 576px) {
  .ra_stores_section5 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.ra_stores_section5 .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 48px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_stores_section5 .btn {
    width: 100%;
    max-width: 100%;
  }
}

.ra_stores_section5 .titleBlock {
  text-align: center;
  margin-bottom: 36px;
}

.ra_stores_section5 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .ra_stores_section5 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .ra_stores_section5 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .ra_stores_section5 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .ra_stores_section5 .titleBlock h2 {
    font-size: 24px;
  }
}

.ra_stores_section5 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
  padding: 0 0 20px;
}

@media (width <= 576px) {
  .ra_stores_section5 .titleBlock .description {
    font-size: 16px;
  }
}

.ra_stores_section5 .quote {
  border-radius: 18px;
  display: grid;
  grid-template-columns: 373px auto;
  background: #26264B;
}

.ra_stores_section5 .quote .quote__photo img {
  object-fit: cover;
  height: 100%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

@media (width <= 991px) {
  .ra_stores_section5 .quote {
    grid-template-columns: 250px auto;
  }
}

@media (width <= 767px) {
  .ra_stores_section5 .quote {
    padding: 40px 32px;
  }

  .ra_stores_section5 .quote .quote__photo {
    display: none;
  }
}

@media (width <= 576px) {
  .ra_stores_section5 .quote {
    grid-template-columns: auto;
  }
}

.ra_stores_section5 .quote .author-photo {
  display: none;
}

@media (width <= 767px) {
  .ra_stores_section5 .quote .author-photo {
    display: flex;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
  }

  .ra_stores_section5 .quote .author-photo img {
    width: 100%;
    object-fit: cover;
  }

  .ra_stores_section5 .quote .quote__author-info {
    display: grid;
    grid-template-columns: 84px auto;
    align-items: center;
    gap: 24px;
  }
}

.ra_stores_section5 .quote blockquote {
  padding: 54px 97px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

@media (width <= 991px) {
  .ra_stores_section5 .quote blockquote {
    display: block;
    padding: 40px 32px;
  }
}

@media (width <= 576px) {
  .ra_stores_section5 .quote blockquote{
    padding: 0;
  }
}

.ra_stores_section5 .quote .quote__author-name {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #FFF;
  margin-bottom: .5rem;
}

@media (width <= 991px) {
  .ra_stores_section5 .quote .quote__author-name {
    font-size: 24px;
  }
}

@media (width <= 767px) {
  .ra_stores_section5 .quote .quote__author-name{
    font-size: 18px;
  }
}

.ra_stores_section5 .quote .quote__author-position {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgb(255 255 255 / 88%);
}

.ra_stores_section5 .quote .quote__text {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(255 255 255 / 88%);
  margin-top: 24px;
  margin-bottom: 44px;
}

@media (width <= 991px) {
  .ra_stores_section5 .quote .quote__author-position {
    font-size: 18px;
  }

  .ra_stores_section5 .quote .quote__text {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media (width <= 767px) {
  .ra_stores_section5 .quote .quote__author-position{
    font-size: 14px;
  }

  .ra_stores_section5 .quote .quote__text {
    font-size: 16px;
  }
}

.ra_stores_section5 .quote .quote__company-logo {
  max-width: 120px;
}

@media (width <= 576px) {
  .ra_stores_section5 .quote .quote__company-logo {
    max-width: 100px;
  }
}

/* page representation analysis for vendors */
.ra_vendors_section1 {
  padding-top: 104px;
  background-color: #26264B;
  background-image: url("../img/main_bg_new.avif");
  background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (width <= 991px) {
  .ra_vendors_section1 {
    padding-top: 84px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section1 {
    padding-bottom: 40px;
  }
}

.ra_vendors_section1 .innerWrapper {
  display: flex;
  flex-flow: column wrap;
}

.ra_vendors_section1 .innerWrapper .textBlock {
  order: 1;
  width: 100%;
  text-align: center;
}

.ra_vendors_section1 .innerWrapper .textBlock h1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 16px;
}

.ra_vendors_section1 .innerWrapper .textBlock h1, .ra_vendors_section1 .innerWrapper .textBlock .btnWrap .btn, .ra_vendors_section1 .innerWrapper .textBlock .description, .ra_vendors_section1 .innerWrapper .textBlock .pageLabel, .ra_vendors_section1 .innerWrapper .slideBlock, .ra_vendors_section4 .topSide {
	opacity: 0;
}

.body-loaded .ra_vendors_section1 .innerWrapper .textBlock h1, .body-loaded .ra_vendors_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .ra_vendors_section1 .innerWrapper .textBlock .description, .body-loaded .ra_vendors_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .ra_vendors_section1 .innerWrapper .slideBlock, .body-loaded .ra_vendors_section4 .topSide {
	opacity: 1;
}


@media (width >= 992px) {
	.ra_vendors_section1 .innerWrapper .textBlock h1 {
		max-width: 705px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (width <= 991px) {
  .ra_vendors_section1 .innerWrapper .textBlock h1 {
    font-size: 36px;
    text-align: center;
  }
}

@media (width <= 576px) {
  .ra_vendors_section1 .innerWrapper .textBlock h1 {
    font-size: 32px;
  }
}

.ra_vendors_section1 .innerWrapper .textBlock .pageLabel {
  display: inline-flex;
  white-space: nowrap;
  background: #FFF;
  border-radius: 8px;
  line-height: 26px;
  padding: 0 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #181818;
}

.ra_vendors_section1 .innerWrapper .textBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #ECEDF4;
  margin: 0 auto 32px;
  max-width: 568px;
}

@media (width <= 991px) {
  .ra_vendors_section1 .innerWrapper .textBlock .description {
    text-align: center;
    line-height: 150%;
    margin-bottom: 24px;
  }
}

.ra_vendors_section1 .innerWrapper .textBlock .btnWrap {
  margin-bottom: 80px;
}

@media (width <= 991px) {
  .ra_vendors_section1 .innerWrapper .textBlock .btnWrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.ra_vendors_section1 .innerWrapper .textBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 56px;
  max-width: 175px;
  line-height: 54px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_vendors_section1 .innerWrapper .textBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.ra_vendors_section1 .innerWrapper .slideBlock {
  order: 2;
  width: 782px;
  margin: 0 auto;
}

@media (width <= 991px) {
	.ra_vendors_section1 .innerWrapper .slideBlock {
		width: 100%;
	}
}

.ra_vendors_section1 .innerWrapper .slideBlock .slick-track {
  display: flex;
}

.ra_vendors_section1 .innerWrapper .slideBlock .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.ra_vendors_section1 .innerWrapper .slideBlock .sliderItemPc {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.ra_vendors_section1 .innerWrapper .slideBlock .sliderItemMob {
  display: none;
}

@media (width <= 576px) {
  .ra_vendors_section1 .innerWrapper .slideBlock {
    max-width: 100%;
  }

  .ra_vendors_section1 .innerWrapper .slideBlock .sliderItemPc {
    display: none;
  }

  .ra_vendors_section1 .innerWrapper .slideBlock .sliderItemMob {
    display: block;
  }
}

.ra_vendors_section2 {
  padding-top: 40px;
  padding-bottom: 76px;
}

.ra_vendors_section2 h4 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.ra_vendors_section2 .companyWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media (width <= 576px) {
  .ra_vendors_section2 .companyWrapper {
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .ra_vendors_section2 .companyWrapper::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }
}

.ra_vendors_section2 .companyWrapper.active {
  max-height: 500px;
}

.ra_vendors_section2 .companyWrapper.active::before {
  display: none;
}

.ra_vendors_section2 .companyWrapper .companyItem {
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media (width <= 991px) {
  .ra_vendors_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.ra_vendors_section2 .btnWrap {
  display: none;
  margin-top: 60px;
}

@media (width <= 576px) {
  .ra_vendors_section2 .btnWrap {
    display: block;
  }
}

.ra_vendors_section2 .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_vendors_section2 .btnWrap button {
    width: 100%;
    justify-content: center;
  }
}

.ra_vendors_section2 .btnWrap button svg {
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.ra_vendors_section2 .btnWrap button.active svg {
  transform: rotate(270deg);
}

.ra_vendors_section2 .btnWrap button span {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.ra_vendors_section2 .btnWrap button span.closed {
  display: block;
}

.ra_vendors_section2 .btnWrap button span.opened {
  display: none;
}

.ra_vendors_section2 .btnWrap button.active .closed {
  display: none;
}

.ra_vendors_section2 .btnWrap button.active .opened {
  display: block;
}

.ra_vendors_section2 .btnWrap button:hover {
  background-color: #26264B;
}

.ra_vendors_section2 .btnWrap button:hover svg {
  stroke: #fff;
}

.ra_vendors_section2 .btnWrap button:hover span {
  color: #fff;
}

.ra_vendors_section2 .btnWrap button.active {
	background-color: #26264B;
}

.ra_vendors_section2 .btnWrap button.active span {
	color: #fff;
}

.ra_vendors_section2 .btnWrap button.active svg {
  stroke: #fff;
}


.ra_vendors_section3 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top 1px left calc(50% - 14px);
  background-size: 587px;
}

@media (width <= 576px) {
  .ra_vendors_section3 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.ra_vendors_section3 .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}

@media (width <= 1200px) {
  .ra_vendors_section3 .titleBlock {
    margin-bottom: 40px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section3 .titleBlock {
    margin-bottom: 30px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section3 .titleBlock {
    margin-bottom: 47px;
  }
}

.ra_vendors_section3 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .ra_vendors_section3 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section3 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section3 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section3 .titleBlock h2 {
    font-size: 24px;
  }
}

.ra_vendors_section3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
}

@media (width <= 576px) {
  .ra_vendors_section3 .titleBlock .description {
    font-size: 16px;
  }
}

.ra_vendors_section3 .contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 0 28px;
}

@media (width <= 1200px) {
  .ra_vendors_section3 .contentWrapper {
    gap: 20px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section3 .contentWrapper {
    flex-direction: column;
    gap: 34px;
  }
}

.ra_vendors_section3 .contentWrapper .contentItem {
  flex-shrink: 0;
  width: calc(100% / 3 - 32px);
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}

@media (width <= 991px) {
  .ra_vendors_section3 .contentWrapper .contentItem {
    width: 100%;
  }
}

.ra_vendors_section3 .contentWrapper .contentItem .iconWrap {
  max-width: 56px;
  margin-bottom: 20px;
}

.ra_vendors_section3 .contentWrapper .contentItem h4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 25px;
}

.ra_vendors_section3 .contentWrapper .contentItem h4 span {
  color: #FD9926;
}

@media (width <= 991px) {
  .ra_vendors_section3 .contentWrapper .contentItem h4 {
    margin-bottom: 20px;
  }
}

.ra_vendors_section3 .contentWrapper .contentItem ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
  font-weight: 400;
  font-size: 18px;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  color: #181818;
}

.ra_vendors_section4 .levelBlock {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #F9F9F9;
}

@media (width <= 991px) {
  .ra_vendors_section4 .levelBlock {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section4 .levelBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section4 .levelBlock {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.ra_vendors_section4 .topSide {
  display: flex;
  gap: 130px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media (width <= 1200px) {
  .ra_vendors_section4 .topSide {
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section4 .topSide {
    display: block;
  }
}

@media (width <= 576px) {
  .ra_vendors_section4 .topSide {
    margin-bottom: 32px;
  }
}

.ra_vendors_section4 .imgWrap {
  flex: 0 0 665px;
  border-radius: 24px;
  border: 12px solid #ECEDF4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.5%;	
}
.ra_vendors_section4 .imgWrap video { border-radius: 12px; }

@media (width <= 1200px) {
  .ra_vendors_section4 .imgWrap {
    flex: 0 0 600px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section4 .imgWrap {
    margin-bottom: 30px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section4 .imgWrap {
    padding: 0 50px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section4 .imgWrap {
    border-radius: 12px;
    border-width: 6px;
  }
	
}

.ra_vendors_section4 .textWrap {
  flex-grow: 1;
}

.ra_vendors_section4 .textWrap h3 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 30px;
}

@media (width <= 1200px) {
  .ra_vendors_section4 .textWrap h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section4 .textWrap h3 {
    font-size: 32px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section4 .textWrap h3 {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section4 .textWrap h3 {
    font-size: 24px;
  }
}

.ra_vendors_section4 .textWrap .description {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}

.ra_vendors_section4 .bottomSide {
  display: flex;
  gap: 35px;
}

@media (width <= 991px) {
  .ra_vendors_section4 .bottomSide {
    flex-direction: column;
    gap: 33px;
  }
}

.ra_vendors_section4 .bottomSide .sideElement {
  flex: 1;
  display: flex;
  width: calc(33.3333% - 35px);
}

@media (width <= 991px) {
  .ra_vendors_section4 .bottomSide .sideElement {
    min-height: unset;
    width: 100%;
  }
}

.ra_vendors_section4 .bottomSide .sideElement .iconWrap {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
}

.ra_vendors_section4 .bottomSide .sideElement .iconWrap img {
	border-radius: 8px;
}

.ra_vendors_section4 .bottomSide .sideElement .textWrap {
  padding-left: 20px;
}

.ra_vendors_section4 .bottomSide .sideElement .textWrap h5 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}

@media (width <= 1200px) {
  .ra_vendors_section4 .bottomSide .sideElement .textWrap h5 {
    font-size: 16px;
  }
}

.ra_vendors_section4 .bottomSide .sideElement .textWrap .text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

@media (width <= 1200px) {
  .ra_vendors_section4 .bottomSide .sideElement .textWrap .text {
    font-size: 14px;
  }
}

.ra_vendors_section4 .levelBlock:nth-child(odd) {
  background-color: #fff;
}

.ra_vendors_section4 .levelBlock:nth-child(odd) .topSide .textWrap {
  order: 1;
}

.ra_vendors_section4 .levelBlock:nth-child(odd) .topSide .imgWrap {
  order: 2;
}

.ra_vendors_section4 .levelBlock:nth-child(1) .topSide .imgWrap {
  background: #DDE;
  padding: 0;
}

.ra_vendors_section4 .levelBlock:nth-child(1) .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_vendors_section4 .levelBlock:nth-child(1) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_vendors_section4 .levelBlock:nth-child(1) .bottomSide .sideElement .iconWrap svg {
  stroke: #FD9926;
}

.ra_vendors_section4 .levelBlock:nth-child(2) .topSide .imgWrap {
  background: #DAF1FC;
  padding:0;
}

.ra_vendors_section4 .levelBlock:nth-child(2) .bottomSide .sideElement .iconWrap {
  background: #D2EEFB;
}

.ra_vendors_section4 .levelBlock:nth-child(2) .bottomSide .sideElement .iconWrap svg {
  stroke: #0FA7F0;
}

.ra_vendors_section4 .levelBlock:nth-child(3) .topSide .imgWrap {
  background: #FEEAD4;
  padding: 0;
}

.ra_vendors_section4 .levelBlock:nth-child(3) .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_vendors_section4 .levelBlock:nth-child(3) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_vendors_section4 .levelBlock:nth-child(3) .bottomSide .sideElement .iconWrap svg {
  stroke: #FD9926;
}

.ra_vendors_section4 .levelBlock:nth-child(4) .topSide .imgWrap {
  background: #D4F1D9;
  padding: 0;
}

.ra_vendors_section4 .levelBlock:nth-child(4) .bottomSide .sideElement .iconWrap {
  background: #D4F1D9;
}

.ra_vendors_section4 .levelBlock:nth-child(4) .bottomSide .sideElement .iconWrap svg {
  stroke: #23AB3A;
}

.ra_vendors_section4 .levelBlock:nth-child(5) .topSide .imgWrap {
  background: #E0E0F0;
  padding:0;
}

.ra_vendors_section4 .levelBlock .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.ra_vendors_section4 .levelBlock:nth-child(5) .bottomSide .sideElement .iconWrap {
  background: #E0E0F0;
}

.ra_vendors_section4 .levelBlock:nth-child(5) .bottomSide .sideElement .iconWrap svg {
  stroke: #4B4BE5;
}

.ra_vendors_section5 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #fff;
  position: relative;
}

.ra_vendors_section5::before {
  content: '';
  width: 100%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: -1px;
  height: 1px;
  background: #ECEDF4;
  transform: translateX(-50%);
}

@media (width <= 576px) {
  .ra_vendors_section5 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.ra_vendors_section5 .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 48px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .ra_vendors_section5 .btn {
    width: 100%;
    max-width: 100%;
  }
}

.ra_vendors_section5 .titleBlock {
  text-align: center;
  margin-bottom: 36px;
}

.ra_vendors_section5 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .ra_vendors_section5 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .ra_vendors_section5 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section5 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section5 .titleBlock h2 {
    font-size: 24px;
  }
}

.ra_vendors_section5 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
  padding: 0 0 20px;
}

@media (width <= 576px) {
  .ra_vendors_section5 .titleBlock .description {
    font-size: 16px;
  }
}

.ra_vendors_section5 .quote {
  border-radius: 18px;
  display: grid;
  grid-template-columns: 373px auto;
  background: #26264B;
}

.ra_vendors_section5 .quote .quote__photo img {
  object-fit: cover;
  height: 100%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

@media (width <= 991px) {
  .ra_vendors_section5 .quote {
    grid-template-columns: 250px auto;
  }
}

@media (width <= 767px) {
  .ra_vendors_section5 .quote {
    padding: 40px 32px;
  }

  .ra_vendors_section5 .quote .quote__photo {
    display: none;
  }
}

@media (width <= 576px) {
  .ra_vendors_section5 .quote {
    grid-template-columns: auto;
  }
}

.ra_vendors_section5 .quote .author-photo {
  display: none;
}

@media (width <= 767px) {
  .ra_vendors_section5 .quote .author-photo {
    display: flex;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
  }

  .ra_vendors_section5 .quote .author-photo img {
    width: 100%;
    object-fit: cover;
  }

  .ra_vendors_section5 .quote .quote__author-info {
    display: grid;
    grid-template-columns: 84px auto;
    align-items: center;
    gap: 24px;
  }
}

.ra_vendors_section5 .quote blockquote {
  padding: 54px 97px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

@media (width <= 991px) {
  .ra_vendors_section5 .quote blockquote {
    display: block;
    padding: 40px 32px;
  }
}

@media (width <= 576px) {
  .ra_vendors_section5 .quote blockquote{
    padding: 0;
  }
}

.ra_vendors_section5 .quote .quote__author-name {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #FFF;
  margin-bottom: .5rem;
}

@media (width <= 991px) {
  .ra_vendors_section5 .quote .quote__author-name {
    font-size: 24px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section5 .quote .quote__author-name{
    font-size: 18px;
  }
}

.ra_vendors_section5 .quote .quote__author-position {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgb(255 255 255 / 88%);
}

.ra_vendors_section5 .quote .quote__text {
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgb(255 255 255 / 88%);
  margin-top: 24px;
  margin-bottom: 44px;
}

@media (width <= 991px) {
  .ra_vendors_section5 .quote .quote__author-position {
    font-size: 18px;
  }

  .ra_vendors_section5 .quote .quote__text {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media (width <= 767px) {
  .ra_vendors_section5 .quote .quote__author-position{
    font-size: 14px;
  }

  .ra_vendors_section5 .quote .quote__text {
    font-size: 16px;
  }
}

.ra_vendors_section5 .quote .quote__company-logo {
  max-width: 120px;
}

@media (width <= 576px) {
  .ra_vendors_section5 .quote .quote__company-logo {
    max-width: 100px;
  }
}

.ra_vendors_section3 .contentWrapper > div:nth-child(1) h4 span {
	color: #4B4BE5;
}

.ra_vendors_section3 .contentWrapper > div:nth-child(2) h4 span {
	color: #FD9926;
}

.ra_vendors_section3 .contentWrapper > div:nth-child(3) h4 span {
	color: #23AB3A;
}



/* page Groundbreaking Market Analysis for stores */
.gma_stores_section1 {
  padding: 104px 0 70px;
  background-color: #26264B;
  background-image: url("../img/main_bg_new.avif");
  background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center;
}


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

@media (width <= 991px) {
	.gma_stores_section1 {
		padding-bottom: 40px;
	}

  .gma_stores_section1 .innerWrapper {
    flex-wrap: wrap;
  }
}

.gma_stores_section1 .innerWrapper .textBlock {
  order: 1;
  flex-shrink: 0;
  width: 48.6%;
}

@media (width <= 991px) {
  .gma_stores_section1 .innerWrapper .textBlock {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 16px 0 0;
  }
}

.gma_stores_section1 .innerWrapper .textBlock h1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (width <= 1200px) {
  .gma_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 48px;
  }
}

@media (width <= 991px) {
  .gma_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 42px;
    text-align: center;
  }
}

@media (width <= 767px) {
  .gma_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 36px;
  }
}

@media (width <= 576px) {
  .gma_stores_section1 .innerWrapper .textBlock h1 {
    font-size: 32px;
  }
}

.gma_stores_section1 .innerWrapper .textBlock .pageLabel {
  display: inline-flex;
  white-space: nowrap;
  background: #FFF;
  border-radius: 8px;
  line-height: 26px;
  padding: 0 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #181818;
}

.gma_stores_section1 .innerWrapper .textBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #ECEDF4;
  margin: 0 0 20px;
  max-width: 360px;
}

@media (width <= 991px) {
  .gma_stores_section1 .innerWrapper .textBlock .description {
    text-align: center;
    line-height: 150%;
    margin-bottom: 23px;
    max-width: 100%;
  }
}

.gma_stores_section1 .innerWrapper .textBlock .btnWrap {
  margin-bottom: 30px;
}

@media (width <= 991px) {
  .gma_stores_section1 .innerWrapper .textBlock .btnWrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.gma_stores_section1 .innerWrapper .textBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 56px;
  max-width: 175px;
  line-height: 54px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_stores_section1 .innerWrapper .textBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.gma_stores_section1 .innerWrapper .textBlock .infoBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (width <= 576px) {
  .gma_stores_section1 .innerWrapper .textBlock .infoBlock {
    display: block;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    padding: 0 0 12px;
  }

  .gma_stores_section1 .innerWrapper .textBlock .infoBlock .infoItem + .infoItem {
    margin-top: 24px;
  }
}

.gma_stores_section1 .innerWrapper .textBlock .infoBlock .int {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #FFF;
  padding: 0 0 4px;
}

.gma_stores_section1 .innerWrapper .textBlock .infoBlock .text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #FFF;
}

.gma_stores_section1 .innerWrapper .slideBlock {
  order: 2;
  width: 47%;
  flex-shrink: 0;
}

@media (width <= 991px) {
  .gma_stores_section1 .innerWrapper .slideBlock {
    width: 100%;
    order: 2;
    text-align: center;
  }
}

.gma_stores_section2 {
  padding-top: 40px;
  padding-bottom: 76px;
}

.gma_stores_section2 h4 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.gma_stores_section2 .companyWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media (width <= 576px) {
  .gma_stores_section2 .companyWrapper {
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .gma_stores_section2 .companyWrapper::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }
}

.gma_stores_section2 .companyWrapper.active {
  max-height: 500px;
}

.gma_stores_section2 .companyWrapper.active::before {
  display: none;
}

.gma_stores_section2 .companyWrapper .companyItem {
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media (width <= 991px) {
  .gma_stores_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media (width <= 576px) {
  .gma_stores_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.gma_stores_section2 .btnWrap {
  display: none;
  margin-top: 60px;
}

@media (width <= 576px) {
  .gma_stores_section2 .btnWrap {
    display: block;
  }
}

.gma_stores_section2 .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_stores_section2 .btnWrap button {
    width: 100%;
    justify-content: center;
  }
}

.gma_stores_section2 .btnWrap button svg {
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.gma_stores_section2 .btnWrap button.active svg {
  transform: rotate(270deg);
}

.gma_stores_section2 .btnWrap button span {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.gma_stores_section2 .btnWrap button span.closed {
  display: block;
}

.gma_stores_section2 .btnWrap button span.opened {
  display: none;
}

.gma_stores_section2 .btnWrap button.active .closed {
  display: none;
}

.gma_stores_section2 .btnWrap button.active .opened {
  display: block;
}

.gma_stores_section2 .btnWrap button:hover {
  background-color: #26264B;
}

.gma_stores_section2 .btnWrap button:hover svg {
  stroke: #fff;
}

.gma_stores_section2 .btnWrap button:hover span {
  color: #fff;
}

.gma_stores_section3 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top 1px left calc(50% - 14px);
  background-size: 587px;
}

@media (width <= 576px) {
  .gma_stores_section3 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.gma_stores_section3 .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}

@media (width <= 1200px) {
  .gma_stores_section3 .titleBlock {
    margin-bottom: 40px;
  }
}

@media (width <= 991px) {
  .gma_stores_section3 .titleBlock {
    margin-bottom: 30px;
  }
}

@media (width <= 576px) {
  .gma_stores_section3 .titleBlock {
    margin-bottom: 47px;
  }
}

.gma_stores_section3 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .gma_stores_section3 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .gma_stores_section3 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .gma_stores_section3 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .gma_stores_section3 .titleBlock h2 {
    font-size: 24px;
  }
}

.gma_stores_section3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
}

@media (width <= 576px) {
  .gma_stores_section3 .titleBlock .description {
    font-size: 16px;
  }
}

.gma_stores_section3 .contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 0 28px;
}

@media (width <= 1200px) {
  .gma_stores_section3 .contentWrapper {
    gap: 20px;
  }
}

@media (width <= 991px) {
  .gma_stores_section3 .contentWrapper {
    flex-direction: column;
    gap: 34px;
  }
}

.gma_stores_section3 .contentWrapper .contentItem {
  flex-shrink: 0;
  width: calc(100% / 3 - 32px);
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}

@media (width <= 991px) {
  .gma_stores_section3 .contentWrapper .contentItem {
    width: 100%;
  }
}

.gma_stores_section3 .contentWrapper .contentItem .iconWrap {
  max-width: 56px;
  margin-bottom: 20px;
}

.gma_stores_section3 .contentWrapper .contentItem h4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 25px;
}

.gma_stores_section3 .contentWrapper .contentItem h4 span {
  color: #FD9926;
}

@media (width <= 991px) {
  .gma_stores_section3 .contentWrapper .contentItem h4 {
    margin-bottom: 20px;
  }
}

.gma_stores_section3 .contentWrapper .contentItem ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
  font-weight: 400;
  font-size: 18px;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  color: #181818;
}

.gma_stores_section3 .contentWrapper > div:nth-child(1) h4 span {
  color: #4B4BE5;
}

.gma_stores_section3 .contentWrapper > div:nth-child(2) h4 span {
  color: #FD9926;
}

.gma_stores_section3 .contentWrapper > div:nth-child(3) h4 span {
  color: #23AB3A;
}

/* .gma_stores_section3 .contentWrapper > div:nth-child(3) ul {
  list-style: none;
  padding: 0;
} */

.gma_stores_section4 {
  padding: 80px 0;
  background-color: #fff;
}

@media (width <= 991px) {
  .gma_stores_section4 {
    padding: 40px 0;
  }
}

@media (width <= 767px) {
  .gma_stores_section4 {
    padding: 32px 0 100px;
    position: relative;
  }
}

.gma_stores_section4 .innerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 968px;
  margin: 0 auto;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper {
    display: block;
  }
}

.gma_stores_section4 .innerWrapper .mainBlock {
  flex-shrink: 0;
  width: 40%;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .mainBlock {
    width: 100%;
  }
}

.gma_stores_section4 .innerWrapper .mainBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #181818;
  margin-bottom: 32px;
  margin-top: 20px;
}

.gma_stores_section4 .innerWrapper .mainBlock h2 span {
  color: #000;
  white-space: nowrap;
}

@media (width <= 1200px) {
  .gma_stores_section4 .innerWrapper .mainBlock h2 {
    font-size: 36px;
  }
}

@media (width <= 991px) {
  .gma_stores_section4 .innerWrapper .mainBlock h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .mainBlock h2 {
    font-size: 32px;
  }
}

@media (width <= 576px) {
  .gma_stores_section4 .innerWrapper .mainBlock h2 {
    font-size: 24px;
  }
}

.gma_stores_section4 .innerWrapper .mainBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
  margin: 0 0 24px;
  max-width: 368px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .mainBlock .description {
    max-width: 100%;
  }
}

.gma_stores_section4 .innerWrapper .mainBlock .btnWrap {
  padding: 0 0 70px;
}

@media (width <= 991px) {
  .gma_stores_section4 .innerWrapper .mainBlock .btnWrap {
    padding: 0 0 95px;
  }
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .mainBlock .btnWrap {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: -68px;
    left: 0;
  }
}

.gma_stores_section4 .innerWrapper .mainBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 46px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_stores_section4 .innerWrapper .mainBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock {
  width: 48%;
  flex-shrink: 0;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock {
    width: 100%;
    padding: 0 0 10px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list {
  list-style: none;
  position: relative;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list {
    padding: 20px 0 0 30px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list::before {
  content: '';
  background: #4B4BE5;
  width: 1px;
  position: absolute;
  left: -30px;
  top: 18px;
  height: calc(100% - 36px);
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list::before {
    left: 0;
    top: 0;
    height: calc(100% - 18px);
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list li {
  position: relative;
  padding: 0 0 0 48px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

.gma_stores_section4 .innerWrapper .sideBlock .list li::before {
  content: '';
  border-left: 1px solid #4B4BE5;
  width: 20px;
  height: 12px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: -29px;
  top: 14px;
  transform: rotate(40deg);
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list li::before {
    transform: rotate(270deg);
    left: -34px;
    top: 2px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(4)::before, .gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(5)::before {
  transform: rotate(270deg);
  left: -34px;
  top: 2px;
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(4) h4::before, .gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(5) h4::before {
  top: 15px;
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::before {
  border-radius: 0;
  transform: none;
  border: none;
  width: 100px;
  height: 1px;
  background: #4B4BE5;
  left: -118px;
  top: 15px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::before {
    content: '';
    border-left: 1px solid #4B4BE5;
    width: 20px;
    height: 12px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    transform: rotate(270deg);
    left: -34px;
    top: 2px;
    background: none;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4B4BE5;
  position: absolute;
  top: 13px;
  left: -118px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::after {
    display: none;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3) h4::before {
  top: 13px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(3) h4::before {
    top: 15px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list > li:nth-child(5)::after {
  content: '';
  width: 10px;
  background: #fff;
  position: absolute;
  left: -39px;
  bottom: 0;
  height: calc(100% - 12px);
}

.gma_stores_section4 .innerWrapper .sideBlock .list li + li {
  margin-top: 36px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list li + li {
    margin-top: 28px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list h4 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #181818;
  padding: 5px 0 10px;
  position: relative;
}

.gma_stores_section4 .innerWrapper .sideBlock .list h4 em {
  display: inline-flex;
  font-style: normal;
  position: relative;
  top: -3px;
  white-space: nowrap;
  height: 15px;
  line-height: 15px;
  background: #E0E0F0;
  border-radius: 8px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #4B4BE5;
  margin: 0 0 0 2px;
}

.gma_stores_section4 .innerWrapper .sideBlock .list h4::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4B4BE5;
  position: absolute;
  top: 11px;
  left: -68px;
}

@media (width <= 767px) {
  .gma_stores_section4 .innerWrapper .sideBlock .list h4::before {
    top: 15px;
  }
}

.gma_stores_section4 .innerWrapper .sideBlock .list .ico {
  position: absolute;
  left: 0;
  top: 0;
}

.gma_stores_section5 .levelBlock {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff;
}

@media (width <= 991px) {
  .gma_stores_section5 .levelBlock {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (width <= 767px) {
  .gma_stores_section5 .levelBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width <= 576px) {
  .gma_stores_section5 .levelBlock {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.gma_stores_section5 .topSide {
  display: flex;
  gap: 130px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media (width <= 1200px) {
  .gma_stores_section5 .topSide {
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media (width <= 991px) {
  .gma_stores_section5 .topSide {
    display: block;
  }
}

@media (width <= 576px) {
  .gma_stores_section5 .topSide {
    margin-bottom: 32px;
  }
}

.gma_stores_section5 .imgWrap {
  flex: 0 0 665px;
  border-radius: 24px;
  border: 12px solid #ECEDF4;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 1200px) {
  .gma_stores_section5 .imgWrap {
    flex: 0 0 600px;
  }
}

@media (width <= 991px) {
  .gma_stores_section5 .imgWrap {
    margin-bottom: 30px;
  }
}

@media (width <= 767px) {
  .gma_stores_section5 .imgWrap {
    padding: 0 50px;
  }
}

@media (width <= 576px) {
  .gma_stores_section5 .imgWrap {
    padding: 0 30px;
    border-radius: 12px;
    border-width: 6px;
  }
}

.gma_stores_section5 .textWrap {
  flex-grow: 1;
}

.gma_stores_section5 .textWrap h3 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 30px;
}

@media (width <= 1200px) {
  .gma_stores_section5 .textWrap h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (width <= 991px) {
  .gma_stores_section5 .textWrap h3 {
    font-size: 32px;
  }
}

@media (width <= 767px) {
  .gma_stores_section5 .textWrap h3 {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}

@media (width <= 576px) {
  .gma_stores_section5 .textWrap h3 {
    font-size: 24px;
  }
}

.gma_stores_section5 .textWrap .description {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}

.gma_stores_section5 .bottomSide {
  display: flex;
  gap: 35px;
}

@media (width <= 991px) {
  .gma_stores_section5 .bottomSide {
    flex-direction: column;
    gap: 33px;
  }
}

.gma_stores_section5 .bottomSide .sideElement {
  flex: 1;
  display: flex;
  width: calc(33.3333% - 35px);
}

@media (width <= 991px) {
  .gma_stores_section5 .bottomSide .sideElement {
    min-height: unset;
    width: 100%;
  }
}

.gma_stores_section5 .bottomSide .sideElement .iconWrap {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
}

.gma_stores_section5 .bottomSide .sideElement .textWrap {
  padding-left: 20px;
}

.gma_stores_section5 .bottomSide .sideElement .textWrap h5 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}

@media (width <= 1200px) {
  .gma_stores_section5 .bottomSide .sideElement .textWrap h5 {
    font-size: 16px;
  }
}

.gma_stores_section5 .bottomSide .sideElement .textWrap .text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

@media (width <= 1200px) {
  .gma_stores_section5 .bottomSide .sideElement .textWrap .text {
    font-size: 14px;
  }
}

.gma_stores_section5 .levelBlock:nth-child(odd) {
  background: #F9F9F9;
}

.gma_stores_section5 .levelBlock:nth-child(odd) .topSide .textWrap {
  order: 1;
}

.gma_stores_section5 .levelBlock:nth-child(odd) .topSide .imgWrap {
  order: 2;
}

.gma_stores_section5 .levelBlock:nth-child(1) .topSide .imgWrap {
  background: #E9F7FF;
	padding: 0;
}

.gma_stores_section5 .levelBlock .topSide .imgWrap img {
  box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

.gma_stores_section5 .levelBlock:nth-child(2) .topSide .imgWrap {
  background: #D2EFD7;
}

/* page Groundbreaking Market Analysis for vendors */
.gma_vendors_section1 {
  padding: 104px 0 70px;
  background-color: #26264B;
  background-image: url("../img/main_bg_new.avif");
  background-size: 1366px auto;
  background-repeat: no-repeat;
  background-position: top center;
}


@media (width <= 576px) {
  .gma_vendors_section1 {
    padding-bottom: 40px;
  }
}

.gma_vendors_section1 .innerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;	
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper {
    flex-wrap: wrap;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock {
  order: 1;
  flex-shrink: 0;
  width: 48.6%;
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .textBlock {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 16px 0 0;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock h1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 16px;
}


@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .textBlock h1 {
    font-size: 38px;
    text-align: center;
  }
}

@media (width <= 767px) {
  .gma_vendors_section1 .innerWrapper .textBlock h1 {
    font-size: 36px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section1 .innerWrapper .textBlock h1 {
    font-size: 32px;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock .pageLabel {
  display: inline-flex;
  white-space: nowrap;
  background: #FFF;
  border-radius: 8px;
  line-height: 26px;
  padding: 0 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #181818;
}

.gma_vendors_section1 .innerWrapper .textBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #ECEDF4;
  margin: 0 0 32px;
  max-width: 360px;
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .textBlock .description {
    text-align: center;
    line-height: 150%;
    margin: 0 auto 23px;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock .btnWrap {
  margin-bottom: 30px;
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .textBlock .btnWrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 56px;
  max-width: 175px;
  line-height: 54px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_vendors_section1 .innerWrapper .textBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock .infoBlock {
  border-left: 2px solid #0FA7F0;
  padding: 0 0 0 32px;
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .textBlock .infoBlock {
    text-align: left;
  }
}

.gma_vendors_section1 .innerWrapper .textBlock .infoBlock .text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #BFBFDE;
  padding: 0 0 16px;
  max-width: 432px;
}

.gma_vendors_section1 .innerWrapper .textBlock .infoBlock .pic {
  max-width: 125px;
}

.gma_vendors_section1 .innerWrapper .textBlock .infoBlock .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gma_vendors_section1 .innerWrapper .slideBlock {
  order: 2;
  width: 47%;
  flex-shrink: 0;
}

@media (width <= 991px) {
  .gma_vendors_section1 .innerWrapper .slideBlock {
    width: 100%;
    order: 2;
    text-align: center;
  }
}

.gma_vendors_section2 {
  padding-top: 40px;
  padding-bottom: 76px;
}

.gma_vendors_section2 h4 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.gma_vendors_section2 .companyWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media (width <= 576px) {
  .gma_vendors_section2 .companyWrapper {
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .gma_vendors_section2 .companyWrapper::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }
}

.gma_vendors_section2 .companyWrapper.active {
  max-height: 500px;
}

.gma_vendors_section2 .companyWrapper.active::before {
  display: none;
}

.gma_vendors_section2 .companyWrapper .companyItem {
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media (width <= 991px) {
  .gma_vendors_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.gma_vendors_section2 .btnWrap {
  display: none;
  margin-top: 60px;
}

@media (width <= 576px) {
  .gma_vendors_section2 .btnWrap {
    display: block;
  }
}

.gma_vendors_section2 .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_vendors_section2 .btnWrap button {
    width: 100%;
    justify-content: center;
  }
}

.gma_vendors_section2 .btnWrap button svg {
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.gma_vendors_section2 .btnWrap button.active svg {
  transform: rotate(270deg);
}

.gma_vendors_section2 .btnWrap button span {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.gma_vendors_section2 .btnWrap button span.closed {
  display: block;
}

.gma_vendors_section2 .btnWrap button span.opened {
  display: none;
}

.gma_vendors_section2 .btnWrap button.active .closed {
  display: none;
}

.gma_vendors_section2 .btnWrap button.active .opened {
  display: block;
}

.gma_vendors_section2 .btnWrap button:hover {
  background-color: #26264B;
}

.gma_vendors_section2 .btnWrap button:hover svg {
  stroke: #fff;
}

.gma_vendors_section2 .btnWrap button:hover span {
  color: #fff;
}

.gma_vendors_section3 {
  padding-top: 71px;
  padding-bottom: 37px;
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp");
  background-repeat: no-repeat;
  background-position: top 1px left calc(50% - 14px);
  background-size: 587px;
}

@media (width <= 576px) {
  .gma_vendors_section3 {
    padding-top: 55px;
    padding-bottom: 32px;
  }
}

.gma_vendors_section3 .titleBlock {
  text-align: center;
  margin-bottom: 50px;
}

@media (width <= 1200px) {
  .gma_vendors_section3 .titleBlock {
    margin-bottom: 40px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section3 .titleBlock {
    margin-bottom: 30px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section3 .titleBlock {
    margin-bottom: 47px;
  }
}

.gma_vendors_section3 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .gma_vendors_section3 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section3 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section3 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section3 .titleBlock h2 {
    font-size: 24px;
  }
}

.gma_vendors_section3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6C6C70;
}

@media (width <= 576px) {
  .gma_vendors_section3 .titleBlock .description {
    font-size: 16px;
  }
}

.gma_vendors_section3 .contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 0 28px;
}

@media (width <= 1200px) {
  .gma_vendors_section3 .contentWrapper {
    gap: 20px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section3 .contentWrapper {
    flex-direction: column;
    gap: 34px;
  }
}

.gma_vendors_section3 .contentWrapper .contentItem {
  flex-shrink: 0;
  width: calc(100% / 3 - 32px);
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}

@media (width <= 991px) {
  .gma_vendors_section3 .contentWrapper .contentItem {
    width: 100%;
  }
}

.gma_vendors_section3 .contentWrapper .contentItem .iconWrap {
  max-width: 56px;
  margin-bottom: 20px;
}

.gma_vendors_section3 .contentWrapper .contentItem h4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 25px;
}

.gma_vendors_section3 .contentWrapper .contentItem h4 span {
  color: #FD9926;
}

@media (width <= 991px) {
  .gma_vendors_section3 .contentWrapper .contentItem h4 {
    margin-bottom: 20px;
  }
}

.gma_vendors_section3 .contentWrapper .contentItem ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
  font-weight: 400;
  font-size: 18px;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  color: #181818;
}

.gma_vendors_section3 .contentWrapper > div:nth-child(1) h4 span {
  color: #4B4BE5;
}

.gma_vendors_section3 .contentWrapper > div:nth-child(2) h4 span {
  color: #FD9926;
}

.gma_vendors_section3 .contentWrapper > div:nth-child(3) h4 span {
  color: #23AB3A;
}

/* .gma_vendors_section3 .contentWrapper > div:nth-child(3) ul {
  list-style: none;
  padding: 0;
} */

.gma_vendors_section4 {
  padding: 80px 0;
  background-color: #fff;
}

@media (width <= 991px) {
  .gma_vendors_section4 {
    padding: 40px 0;
  }
}

@media (width <= 767px) {
  .gma_vendors_section4 {
    padding: 32px 0 100px;
    position: relative;
  }
}

.gma_vendors_section4 .innerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 968px;
  margin: 0 auto;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper {
    display: block;
  }
}

.gma_vendors_section4 .innerWrapper .mainBlock {
  flex-shrink: 0;
  width: 40%;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .mainBlock {
    width: 100%;
  }
}

.gma_vendors_section4 .innerWrapper .mainBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #181818;
  margin-bottom: 32px;
  margin-top: 20px;
}

.gma_vendors_section4 .innerWrapper .mainBlock h2 span {
  white-space: nowrap;
  color: #000;	
}

@media (width <= 1200px) {
  .gma_vendors_section4 .innerWrapper .mainBlock h2 {
    font-size: 36px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section4 .innerWrapper .mainBlock h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .mainBlock h2 {
    font-size: 32px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section4 .innerWrapper .mainBlock h2 {
    font-size: 24px;
  }
}

.gma_vendors_section4 .innerWrapper .mainBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
  margin: 0 0 24px;
  max-width: 368px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .mainBlock .description {
    max-width: 100%;
  }
}

.gma_vendors_section4 .innerWrapper .mainBlock .btnWrap {
  padding: 0 0 70px;
}

@media (width <= 991px) {
  .gma_vendors_section4 .innerWrapper .mainBlock .btnWrap {
    padding: 0 0 95px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .mainBlock .btnWrap {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: -68px;
    left: 0;
  }
}

.gma_vendors_section4 .innerWrapper .mainBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 46px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .gma_vendors_section4 .innerWrapper .mainBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock {
  width: 48%;
  flex-shrink: 0;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock {
    width: 100%;
    padding: 0 0 10px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list {
  list-style: none;
  position: relative;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list {
    padding: 20px 0 0 30px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list::before {
  content: '';
  background: #4B4BE5;
  width: 1px;
  position: absolute;
  left: -30px;
  top: 18px;
  height: calc(100% - 36px);
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list::before {
    left: 0;
    top: 0;
    height: calc(100% - 18px);
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list li {
  position: relative;
  padding: 0 0 0 48px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

.gma_vendors_section4 .innerWrapper .sideBlock .list li::before {
  content: '';
  border-left: 1px solid #4B4BE5;
  width: 20px;
  height: 12px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: -29px;
  top: 14px;
  transform: rotate(40deg);
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list li::before {
    transform: rotate(270deg);
    left: -34px;
    top: 2px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(4)::before, .gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(5)::before {
  transform: rotate(270deg);
  left: -34px;
  top: 2px;
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(4) h4::before, .gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(5) h4::before {
  top: 15px;
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::before {
  border-radius: 0;
  transform: none;
  border: none;
  width: 100px;
  height: 1px;
  background: #4B4BE5;
  left: -118px;
  top: 15px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::before {
    content: '';
    border-left: 1px solid #4B4BE5;
    width: 20px;
    height: 12px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    transform: rotate(270deg);
    left: -34px;
    top: 2px;
    background: none;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4B4BE5;
  position: absolute;
  top: 13px;
  left: -118px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3)::after {
    display: none;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3) h4::before {
  top: 13px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(3) h4::before {
    top: 15px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list > li:nth-child(5)::after {
  content: '';
  width: 10px;
  background: #fff;
  position: absolute;
  left: -39px;
  bottom: 0;
  height: calc(100% - 12px);
}

.gma_vendors_section4 .innerWrapper .sideBlock .list li + li {
  margin-top: 36px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list li + li {
    margin-top: 28px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list h4 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #181818;
  padding: 5px 0 10px;
  position: relative;
}

.gma_vendors_section4 .innerWrapper .sideBlock .list h4 em {
  display: inline-flex;
  font-style: normal;
  position: relative;
  top: -3px;
  white-space: nowrap;
  height: 15px;
  line-height: 15px;
  background: #E0E0F0;
  border-radius: 8px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #4B4BE5;
  margin: 0 0 0 2px;
}

.gma_vendors_section4 .innerWrapper .sideBlock .list h4::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4B4BE5;
  position: absolute;
  top: 11px;
  left: -68px;
}

@media (width <= 767px) {
  .gma_vendors_section4 .innerWrapper .sideBlock .list h4::before {
    top: 15px;
  }
}

.gma_vendors_section4 .innerWrapper .sideBlock .list .ico {
  position: absolute;
  left: 0;
  top: 0;
}

.gma_vendors_section5 .levelBlock {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff;
}

@media (width <= 991px) {
  .gma_vendors_section5 .levelBlock {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section5 .levelBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section5 .levelBlock {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.gma_vendors_section5 .topSide {
  display: flex;
  gap: 130px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media (width <= 1200px) {
  .gma_vendors_section5 .topSide {
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section5 .topSide {
    display: block;
  }
}

@media (width <= 576px) {
  .gma_vendors_section5 .topSide {
    margin-bottom: 32px;
  }
}

.gma_vendors_section5 .imgWrap {
  flex: 0 0 665px;
  border-radius: 24px;
  border: 12px solid #ECEDF4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gma_vendors_section5 .imgWrap img {
	box-shadow: 0 119px 48px rgb(22 30 68 / 1%), 0 67px 40px rgb(22 30 68 / 5%), 0 30px 30px rgb(22 30 68 / 9%), 0 7px 16px rgb(22 30 68 / 10%), 0 0 0 rgb(22 30 68 / 10%);
}

@media (width <= 1200px) {
  .gma_vendors_section5 .imgWrap {
    flex: 0 0 600px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section5 .imgWrap {
    margin-bottom: 30px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section5 .imgWrap {
  }
}

@media (width <= 576px) {
  .gma_vendors_section5 .imgWrap {
    border-radius: 12px;
    border-width: 6px;
  }
}

.gma_vendors_section5 .textWrap {
  flex-grow: 1;
}

.gma_vendors_section5 .textWrap h3 {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 30px;
}

@media (width <= 1200px) {
  .gma_vendors_section5 .textWrap h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (width <= 991px) {
  .gma_vendors_section5 .textWrap h3 {
    font-size: 32px;
  }
}

@media (width <= 767px) {
  .gma_vendors_section5 .textWrap h3 {
    font-size: 28px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}

@media (width <= 576px) {
  .gma_vendors_section5 .textWrap h3 {
    font-size: 24px;
  }
}

.gma_vendors_section5 .textWrap .description {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}

.gma_vendors_section5 .bottomSide {
  display: flex;
  gap: 35px;
}

@media (width <= 991px) {
  .gma_vendors_section5 .bottomSide {
    flex-direction: column;
    gap: 33px;
  }
}

.gma_vendors_section5 .bottomSide .sideElement {
  flex: 1;
  display: flex;
  width: calc(33.3333% - 35px);
}

@media (width <= 991px) {
  .gma_vendors_section5 .bottomSide .sideElement {
    min-height: unset;
    width: 100%;
  }
}

.gma_vendors_section5 .bottomSide .sideElement .iconWrap {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
}

.gma_vendors_section5 .bottomSide .sideElement .textWrap {
  padding-left: 20px;
}

.gma_vendors_section5 .bottomSide .sideElement .textWrap h5 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}

@media (width <= 1200px) {
  .gma_vendors_section5 .bottomSide .sideElement .textWrap h5 {
    font-size: 16px;
  }
}

.gma_vendors_section5 .bottomSide .sideElement .textWrap .text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #777;
}

@media (width <= 1200px) {
  .gma_vendors_section5 .bottomSide .sideElement .textWrap .text {
    font-size: 14px;
  }
}

.gma_vendors_section5 .levelBlock:nth-child(odd) {
  background: #F9F9F9;
}

.gma_vendors_section5 .levelBlock:nth-child(odd) .topSide .textWrap {
  order: 1;
}

.gma_vendors_section5 .levelBlock:nth-child(odd) .topSide .imgWrap {
  order: 2;
}

.gma_vendors_section5 .levelBlock:nth-child(1) .topSide .imgWrap {
  background: #E9F7FF;
}

.gma_vendors_section5 .levelBlock:nth-child(2) .topSide .imgWrap {
  background: #D2EFD7;
}

/* new blog page */

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap * {
    font-family: Inter, sans-serif;
    color: #fff;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap h2 {
    line-height: 1.4;
    margin: 0 0 16px;
    max-width: 380px;
}

@media (width <= 1200px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap h2 {
        max-width: 100%;
    }
}

@media (width <= 380px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap h2 {
        font-size: 24px;
    }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap {
    padding-left: 50px;
}

@media (width <= 1200px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap {
        padding: 0;
    }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap p {
    max-width: 380px;
}

@media (width <= 767px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .textWrap p {
        max-width: 100%;
    }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock {
    flex-direction: row-reverse;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
}

@media (width <= 380px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock {
        padding: 40px;
    }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .imgWrap {
    flex: 0 0 288px;
}

@media (width <= 1200px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .imgWrap {
        flex: 0 0 200px;
    }
}

@media (width <= 767px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .imgWrap {
        max-width: 280px;
    }
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .lazyblock-clientblock-5wrTz7 .clientBlock .imgWrap img {
    box-shadow: 0 72px 29px rgb(3 33 48 / 1%), 0 41px 24px rgb(3 33 48 / 5%), 0 18px 18px rgb(3 33 48 / 9%), 0 5px 10px rgb(3 33 48 / 10%), 0 0 0 rgb(3 33 48 / 10%);
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .checkList {
    list-style: none;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .checkList li {
    list-style: none;
    padding-left: 36px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .checkList li::before {
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 13.5 3 3L17.5 8' stroke='%230FA7F0' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
}

@media (width <= 767px) {
    .articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .checkList li::before {
        top: 1px;
    }
}

.postContentFormBlock .cf7sg-container .cf7-smart-grid.has-grid .container-request-form {
	max-width: 480px;
	border: none;
	margin: 0;
	padding: 0 0 50px;
}

.articlePage_section1.articlePage_section1-blog .innerWrapper .postContentFormBlock::before { display: none; }

.container-request-form .formItem {
	margin: 0 0 16px;
	position: relative;
}

.container-request-form .formItem .wpcf7-text {
	height: 48px;
    background: #FFF;
    border: 1px solid #E0E0F0;
    border-radius: 4px;
	display: block;
	padding: 0 16px 0 48px;
	font-size: 16px;
	color: #37376d;
	transition: all .4s ease-in-out;
}

.container-request-form .formItem .wpcf7-text:hover, .container-request-form .formItem .wpcf7-text:focus {
	border-color: #26264B;
}

.container-request-form .formItem .wpcf7-text:focus {
	outline: 1px solid #26264B;
}

.container-request-form .formItem .wpcf7-text::placeholder {
	color: #777;
}

.container-request-form .formItemName::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 8.652a3.82 3.82 0 1 0 0-7.64 3.82 3.82 0 0 0 0 7.64Z'/%3E%3Cpath d='M1.247 14.288a6.867 6.867 0 0 1 13.506.013'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
}

.container-request-form .formItemEmail::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10.665a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.571 4.537v5.38a1.497 1.497 0 0 0 1.498 1.498 1.471 1.471 0 0 0 1.327-.807 5.963 5.963 0 0 0 .565-3.291 6 6 0 1 0-3.793 6.278' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}

.container-request-form .formItemSite::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.807 9.918h1M5.807 7.36h1M5.807 4.805h1M8.92 9.918h1M8.92 7.36h1M8.92 4.805h1M9.92 12.473H6.087v2.553H9.92v-2.553ZM15.667 15.027H.333'/%3E%3Cpath d='M11.193 2.253V.973H4.807v1.28h-1.92v12.773h10.226V2.253h-1.92Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
}

.container-request-form .formItem .wpcf7-list-item {
	margin: 0;
}

.container-request-form .formItem .wpcf7-list-item label {
	display: block;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #181818;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"] {
	width: 0;
	height: 0;
	position: absolute;
	left: -1px;
	top: -1px;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
	display: block;
	padding: 0 0 0 36px;
	cursor: pointer;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before {
	content: '';
	background: #F5F5FA;
	border: 1px solid #E0E0F0;
	border-radius: 4px;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	transition: all .4s ease-in-out;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg width='14' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 7.5 3 3L12.5 2' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
	width: 14px;
	height: 13px;
	position: absolute;
	left: 5px;
	top: 7px;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background: #0FA7F0;
	border-color: #0FA7F0;
}

.container-request-form .formItem .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.container-request-form .wpcf7-not-valid-tip { 
	font-size: 14px;
	padding: 5px 0 0;
}

.container-request-form .wpcf7-submit {
	background: #0FA7F0;
    border-radius: 4px !important;
	border: none;
	cursor: pointer;
	height: 48px;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	display: inline-flex !important;
	align-items: center;
	color: #FFF;
	justify-content: center;
	padding: 0 24px;
	width: auto !important;
	min-width: unset;
	transition: background-color .4s ease-in-out
}

.container-request-form .wpcf7-submit:hover {
    background: #3747DF;
}

.wpcf7-form.submitting .wpcf7-spinner{
  visibility: visible;
}

.articlePage_section1.articlePage_section1-blog .innerWrapper .postContentFormBlock {
	padding: 0;
	margin-top: 32px;
}


.wpcf7 form .cf7sg-response-output { 
	border: none !important;
	padding: 0 !important;
	margin: 0 0 50px !important;
}

.formHasSent .postContentFormBlock .cf7sg-container .cf7-smart-grid.has-grid .container-request-form {
	display: none;
}

.articlePage_section1-blog .postContentFormBlock h3 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 16px;
	color: #181818;
}

.postContentText {
	display: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #181818;
	padding: 0 0 60px;
}

.postContentText p {
	padding: 0 0 20px;
}

.formHasSent .postContentText {
	display: block;
}

.formHasSent .articlePage_section1-blog .postContentFormBlock h3 {
	display: none;
}

.postContentText h5 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.2;
	color: #181818;
	padding: 0 0 16px;
	text-align: left;
}

.articlePage_section1-blog .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
	min-height: unset;
	border-radius: 0;
	display: block;
}

.articlePage_section1-blog .wpcf7-list-item {
	display: block;
}

@media (width <= 576px) {
	.postContentText {
		font-size: 16px;
	}
}

.tagList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -11px;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .tagList a {
	display: inline-flex;
	white-space: nowrap;
	margin: 0 0 16px 11px;
	font-size: 12px;
	padding: 4px 8px;
	text-decoration: none;
	line-height: 18px;
	color: #3747DF;
	border-radius: 8px;
	background: #ECEDF4;
}

.articlePage_section1 .innerWrapper .mainContentWrapper .articleContent .tagList a:hover {
	background: #3747DF;
	color: #fff;
	text-decoration: none;
}

.intl-tel-input { width: 100%; }
.intl-tel-input { position: static !important; }
.iti__flag-container { inset: auto !important; position: static !important; padding: 0; margin: 0; }
.intl-tel-input.allow-dropdown .selected-flag { position: absolute !important; left: 0 !important; background: none !important; padding: 0; margin: 0; }
.iti__country-list { width: 100% !important; top: 49px !important; bottom: auto !important; margin: 0; border-radius: 4px; }

form .inputWrapper.phone .wpcf7-form-control-wrap.intl_tel-217 { display: none !important; }
.intl-tel-input .selected-flag { height: 48px !important; } 
.intl-tel-input .flag-container { padding: 0 !important; }

/* form .inputWrapper.phone:before { display: none !important } */
.intl-tel-input.separate-dial-code .selected-dial-code { font-size: 16px; padding-right: 5px !important; }
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code { font-size: 16px; }
.iti__country { font-size: 14px; padding: 8px 10px; }
.iti__selected-flag { padding-left: 10px; }
.intl-tel-input .selected-flag .iti-arrow { right: 1px !important; }
.iti--separate-dial-code .iti__selected-flag { height: 48px !important; background: none; position: absolute; left: 0; top: 0; } 

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag { background: none; }

#error-msg {    
	display: block;
	font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #F00F0F;
    font-family: Inter, sans-serif;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.animated {
  animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-name: fadeIn;
}


@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
  animation-name: zoomIn;
}


.gma_vendors_section1 .innerWrapper .textBlock h1, .gma_vendors_section1 .innerWrapper .textBlock .btnWrap .btn, .gma_vendors_section1 .innerWrapper .textBlock .description, .gma_vendors_section1 .innerWrapper .textBlock .pageLabel, .gma_vendors_section1 .innerWrapper .slideBlock, .gma_vendors_section5 .topSide {
	opacity: 0;
}

.body-loaded .gma_vendors_section1 .innerWrapper .textBlock h1, .body-loaded .gma_vendors_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .gma_vendors_section1 .innerWrapper .textBlock .description, .body-loaded .gma_vendors_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .gma_vendors_section1 .innerWrapper .slideBlock, .body-loaded .gma_vendors_section5 .topSide {
    opacity: 1;
}

.msrpPage_section1 .innerWrapper .textBlock h1, .msrpPage_section1 .innerWrapper .textBlock .btnWrap .btn, .msrpPage_section1 .innerWrapper .textBlock .description, .msrpPage_section1 .innerWrapper .textBlock .pageLabel, .msrpPage_section1 .innerWrapper .slideBlock, .msrpPage_section3 .topSide {
    opacity: 0;
}

.body-loaded .msrpPage_section1 .innerWrapper .textBlock h1, .body-loaded .msrpPage_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .msrpPage_section1 .innerWrapper .textBlock .description, .body-loaded .msrpPage_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .msrpPage_section1 .innerWrapper .slideBlock, .body-loaded .msrpPage_section3 .topSide {
    opacity: 1;
}


.ra_stores_section1 .innerWrapper .textBlock h1, .ra_stores_section1 .innerWrapper .textBlock .btnWrap .btn, .ra_stores_section1 .innerWrapper .textBlock .description, .ra_stores_section1 .innerWrapper .textBlock .pageLabel, .ra_stores_section1 .innerWrapper .slideBlock, .ra_stores_section4 .topSide {
    opacity: 0;
}

.body-loaded .ra_stores_section1 .innerWrapper .textBlock h1, .body-loaded .ra_stores_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .ra_stores_section1 .innerWrapper .textBlock .description, .body-loaded .ra_stores_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .ra_stores_section1 .innerWrapper .slideBlock, .body-loaded .ra_stores_section4 .topSide {
    opacity: 1;
}

@media (width >= 992px) {
	.ra_stores_section1 .innerWrapper .textBlock h1 {
		max-width: 485px;
		margin-left: auto;
		margin-right: auto;
	}
}


.gma_stores_section1 .innerWrapper .textBlock h1, .gma_stores_section1 .innerWrapper .textBlock .btnWrap .btn, .gma_stores_section1 .innerWrapper .textBlock .description, .gma_stores_section1 .innerWrapper .textBlock .pageLabel, .gma_stores_section1 .innerWrapper .slideBlock, .gma_stores_section5 .topSide, .gma_stores_section1 .innerWrapper .textBlock .infoBlock {
    opacity: 0;
}

.body-loaded .gma_stores_section1 .innerWrapper .textBlock h1, .body-loaded .gma_stores_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .gma_stores_section1 .innerWrapper .textBlock .description, .body-loaded .gma_stores_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .gma_stores_section1 .innerWrapper .slideBlock, .body-loaded .gma_stores_section5 .topSide, .body-loaded .gma_stores_section1 .innerWrapper .textBlock .infoBlock {
    opacity: 1;
}


.dynpPage_section1 .innerWrapper .textBlock h1, .dynpPage_section1 .innerWrapper .textBlock .btnWrap .btn, .dynpPage_section1 .innerWrapper .textBlock .description, .dynpPage_section1 .innerWrapper .textBlock .pageLabel, .dynpPage_section1 .innerWrapper .slideBlock, .dynpPage_section6 .topSide, .dynpPage_section1 .innerWrapper .textBlock .infoBlock {
    opacity: 0;
}

.body-loaded .dynpPage_section1 .innerWrapper .textBlock h1, .body-loaded .dynpPage_section1 .innerWrapper .textBlock .btnWrap .btn, .body-loaded .dynpPage_section1 .innerWrapper .textBlock .description, .body-loaded .dynpPage_section1 .innerWrapper .textBlock .pageLabel, .body-loaded .dynpPage_section1 .innerWrapper .slideBlock, .body-loaded .dynpPage_section6 .topSide, .body-loaded .dynpPage_section1 .innerWrapper .textBlock .infoBlock {
    opacity: 1;
}

.levelBlock .imgWrap video { border-radius: 10px; }

.formTextInfo { font-size: 15px; line-height: 20px; padding: 0 0 10px; color: #181818; font-family: Inter, sans-serif; font-weight: 400; }

/* pp01 */
.pp01_section1 {
    padding: 200px 0 130px;
    background-color: #26264B;
    background-image: url("../img/main_bg_ra.jpg");
    background-size: 1920px;
    background-repeat: repeat-y;
    background-position: bottom center;
}

@media (width <= 991px) {
    .pp01_section1 {
        padding-top: 100px;
		padding-bottom: 40px;
    }
}

@media (width <= 576px) {
    .pp01_section1 {
        padding-top: 100px;
        padding-bottom: 24px;
    }
}

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

@media (width <= 991px) {
    .pp01_section1 .innerWrapper {
        flex-wrap: wrap;
    }
}

.pp01_section1 .innerWrapper .textBlock {
    order: 1;
    flex-shrink: 0;
    width: 48.6%;
}

@media (width <= 991px) {
    .pp01_section1 .innerWrapper .textBlock {
        width: 100%;
        order: 2;
        text-align: center;
        padding: 24px 0 0;
    }
}

.pp01_section1 .innerWrapper .textBlock h1 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 12px;
    max-width: 465px;
}

@media (width <= 1200px) {
    .pp01_section1 .innerWrapper .textBlock h1 {
        font-size: 32px;
    }
}

@media (width <= 991px) {
    .pp01_section1 .innerWrapper .textBlock h1 {
        font-size: 28px;
        text-align: center;
        max-width: 100%;
    }
}

@media (width <= 767px) {
    .pp01_section1 .innerWrapper .textBlock h1 {
        font-size: 28px;
    }
}

.pp01_section1 .innerWrapper .textBlock .pageLabel {
    display: inline-flex;

    /* white-space: nowrap; */
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #FD9926;
    letter-spacing: 2.52px;
}

.pp01_section1 .innerWrapper .textBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 163%;
    color: #ECEDF4;
    margin: 0 0 40px;
    max-width: 460px;
}

@media (width <= 991px) {
    .pp01_section1 .innerWrapper .textBlock .description {
        text-align: center;
        line-height: 150%;
        margin-bottom: 23px;
        font-size: 16px;
        max-width: 100%;
    }
}

.pp01_section1 .innerWrapper .textBlock .btnWrap {
    margin-bottom: 40px;
}

@media (width <= 991px) {
    .pp01_section1 .innerWrapper .textBlock .btnWrap {
        text-align: center;
        margin-bottom: 30px;
    }
}

.pp01_section1 .innerWrapper .textBlock .btnWrap .btn {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    max-width: 175px;
    line-height: 46px;
    border-radius: 4px;
}

@media (width <= 576px) {
    .pp01_section1 .innerWrapper .textBlock .btnWrap .btn {
        width: 100%;
        max-width: 100%;
    }
}

.pp01_section1 .innerWrapper .textBlock .infoBlock {
    display: flex;
    gap: 32px;
}

@media (width <= 992px) {
    .pp01_section1 .innerWrapper .textBlock .infoBlock {
        justify-content: center;
        gap: 24px;
    }
}

@media (width <= 576px) {
    .pp01_section1 .innerWrapper .textBlock .infoBlock {
        display: block;
        text-align: center;
        max-width: 260px;
        margin: 0 auto;
        padding: 0 0 12px;
    }

    .pp01_section1 .innerWrapper .textBlock .infoBlock .infoItem + .infoItem {
        margin-top: 24px;
    }
}

.pp01_section1 .innerWrapper .textBlock .infoBlock .int {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    color: #FFF;
    padding: 0 0 4px;
}

.pp01_section1 .innerWrapper .textBlock .infoBlock .text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #FFF;
}

.pp01_section1 .innerWrapper .slideBlock {
    order: 2;
    width: 47%;
    flex-shrink: 0;
}

@media (width <= 991px) {
    .pp01_section1 .innerWrapper .slideBlock {
        width: 100%;
        order: 1;
        text-align: center;
        padding: 0 10%;
    }
}

.pp01_section2 {
    padding-top: 40px;
    padding-bottom: 76px;
}

.pp01_section2 h4 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 42px;
}

.pp01_section2 .companyWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

@media (width <= 576px) {
    .pp01_section2 .companyWrapper {
        max-height: 175px;
        position: relative;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    .pp01_section2 .companyWrapper::before {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, #fff 0%, transparent 100%);
    }
}

.pp01_section2 .companyWrapper.active {
    max-height: 500px;
}

.pp01_section2 .companyWrapper.active::before {
    display: none;
}

.pp01_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 45px;
}

@media (width <= 991px) {
    .pp01_section2 .companyWrapper .companyItem {
        flex: 0 0 calc(100% / 4);
        padding: 0 25px;
    }
}

@media (width <= 576px) {
    .pp01_section2 .companyWrapper .companyItem {
        flex: 0 0 calc(100% / 2);
        padding: 0 25px;
        margin-bottom: 40px;
    }
}

.pp01_section2 .btnWrap {
    display: none;
    margin-top: 60px;
}

@media (width <= 576px) {
    .pp01_section2 .btnWrap {
        display: block;
    }
}

.pp01_section2 .btnWrap button {
    cursor: pointer;
    margin: 0 auto;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background-color: #fff;
    border: 1px solid #E0E0F0;
    border-radius: 4px;
}

@media (width <= 576px) {
    .pp01_section2 .btnWrap button {
        width: 100%;
        justify-content: center;
    }
}

.pp01_section2 .btnWrap button svg {
    stroke: #181818;
    margin-right: 20px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.pp01_section2 .btnWrap button.active svg {
    transform: rotate(270deg);
}

.pp01_section2 .btnWrap button span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
}

.pp01_section2 .btnWrap button span.closed {
    display: block;
}

.pp01_section2 .btnWrap button span.opened {
    display: none;
}

.pp01_section2 .btnWrap button.active .closed {
    display: none;
}

.pp01_section2 .btnWrap button.active .opened {
    display: block;
}

.pp01_section2 .btnWrap button:hover {
    background-color: #26264B;
}

.pp01_section2 .btnWrap button:hover svg {
    stroke: #fff;
}

.pp01_section2 .btnWrap button:hover span {
    color: #fff;
}

.pp01_section3 {
    font-family: Inter, sans-serif;
}

.pp01_section3 .titleBlock {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

.pp01_section3 .titleBlock h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #181818;
    margin-bottom: 10px;
}

@media (width <= 1200px) {
    .pp01_section3 .titleBlock h2 {
        font-size: 30px;
    }
}

@media (width <= 991px) {
    .pp01_section3 .titleBlock h2 {
        font-size: 28px;
    }
}

@media (width <= 767px) {
    .pp01_section3 .titleBlock h2 {
        font-size: 26px;
    }
}

@media (width <= 576px) {
    .pp01_section3 .titleBlock h2 {
        font-size: 24px;
    }
}

.pp01_section3 .titleBlock .description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 177%;
    color: #777;
    padding: 0 0 32px;
}

@media (width <= 576px) {
    .pp01_section3 .titleBlock .description {
        font-size: 16px;
    }
}

.pp01_section3 .titleBlock .title-img {
    padding: 0 0 28px;
}

.pp01_section3 .titleBlock .title-img img {
    display: block;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

.pp01_section3 .titleBlock h3 {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    margin: 0 0 -53px;
}

.pp01_section3 .titleBlock .btn {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    max-width: 175px;
    line-height: 46px;
    border-radius: 4px;
}

@media (width <= 576px) {
    .pp01_section3 .titleBlock .btn {
        width: 100%;
        max-width: 100%;
    }
}

.pp01_section3 .contentWrapper .contentItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 130px 0;
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper .contentItem {
        width: 100%;
        display: block;
        padding: 36px 0;
    }
}

.pp01_section3 .contentWrapper .contentItem .picWrap {
    width: 57.19%;
    flex-shrink: 0;

    /* margin: 0 0 0 3%; */
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper .contentItem .picWrap {
        width: 100%;
        margin: 0;
        padding: 0 0 32px;
    }
}

.pp01_section3 .contentWrapper .contentItem .textWrap {
    flex-grow: 1;
    max-width: 360px;
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper .contentItem .textWrap {
        max-width: 100%;
    }
}

.pp01_section3 .contentWrapper .contentItem .textWrap p {
    margin: 0 0 32px;
    padding: 0;
}

.pp01_section3 .contentWrapper .contentItem h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 133%;
    color: #181818;
    margin-bottom: 16px;
}

@media (width <= 767px) {
    .pp01_section3 .contentWrapper .contentItem h3 {
        font-size: 24px;
    }
}

.pp01_section3 .contentWrapper > div:nth-child(odd) .picWrap {
    order: 2;

    /* margin: 0 3% 0 0; */
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper > div:nth-child(odd) .picWrap {
        order: 1;
    }
}

.pp01_section3 .contentWrapper > div:nth-child(odd) .textWrap {
    order: 1;
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper > div:nth-child(odd) .textWrap {
        order: 2;
    }
}

.pp01_section3 .contentWrapper > div + div {
    position: relative;
}

.pp01_section3 .contentWrapper > div + div::before {
    content: '';
    border-top: 1px solid #ECEDF4;
    width: 800px;
    height: 0;
    left: 50%;
    top: 0;
    margin: 0 0 0 -400px;
    position: absolute;
}

@media (width <= 991px) {
    .pp01_section3 .contentWrapper > div + div::before {
        display: none;
    }
}

@media (width <= 480px) {
    .pp01_section3 .contentWrapper .btn {
        width: 100%;
        max-width: 100%;
    }
}


.pp01_section4 {
    padding: 68px 0 128px;
    background: #26264b url("../img/bg-grid-light.jpg") center 0 no-repeat;
    background-size: 1920px auto;
}

@media (width <= 991px) {
    .pp01_section4 {
        padding: 56px 0;
    }
}

.pp01_section4 .innerWrapper {
    max-width: 1168px;
    margin: 0 auto;
}

@media (width <= 767px) {
    .pp01_section4 .innerWrapper {
        text-align: center;
    }
}

.pp01_section4 .innerWrapper h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.55;
    color: #fff;
    margin-bottom: 32px;
}

.pp01_section4 .innerWrapper h2 span {
    background: linear-gradient(93deg, #4AC4FF 26.67%, #9494EA 61.28%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (width <= 1200px) {
    .pp01_section4 .innerWrapper h2 {
        font-size: 36px;
    }
}

@media (width <= 991px) {
    .pp01_section4 .innerWrapper h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 24px;
    }
}

@media (width <= 767px) {
    .pp01_section4 .innerWrapper h2 {
        font-size: 32px;
    }
}

@media (width <= 576px) {
    .pp01_section4 .innerWrapper h2 {
        font-size: 24px;
    }
}

.pp01_section4 .innerWrapper .list {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 -10px;
}

@media (width <= 767px) {
    .pp01_section4 .innerWrapper .list {
        display: block;
    }
}

.pp01_section4 .innerWrapper .list li {
    padding: 0 20px;
    max-width: 305px;
}

@media (width <= 767px) {
    .pp01_section4 .innerWrapper .list li {
        margin: 0 auto;
    }
}

@media (width <= 767px) {
    .pp01_section4 .innerWrapper .list li + li {
        padding-top: 32px;
    }
}

.pp01_section4 .innerWrapper .list .num {
    font-size: 30px;
    font-weight: 500;
    line-height: 133.333%;
}

.pp01_section4 .innerWrapper .list .title {
    padding: 8px 0;
    font-weight: 700;
}


.pp01_section5 {
    padding: 72px 0;
    background: #F9F9F9;
    font-family: Inter, sans-serif;
}

@media (width <= 991px) {
    .pp01_section5 {
        padding: 40px 0;
    }
}

.pp01_section5 .innerWrapper {
    max-width: 1168px;
    margin: 0 auto;
}

.pp01_section5 .topBlock {
    max-width: 570px;
    margin: 0 auto;
    padding-bottom: 72px;
    text-align: center;
    color: #181818;
}

.pp01_section5 .topBlock h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 8px;
}

@media (width <= 1200px) {
    .pp01_section5 .topBlock h2 {
        font-size: 36px;
    }
}

@media (width <= 991px) {
    .pp01_section5 .topBlock h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media (width <= 767px) {
    .pp01_section5 .topBlock h2 {
        font-size: 32px;
    }
}

@media (width <= 576px) {
    .pp01_section5 .topBlock h2 {
        font-size: 24px;
    }
}

.pp01_section5 .topBlock .description {
    color: #6C6C70;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177%;
    padding-bottom: 32px;
}

@media (width <= 480px) {
    .pp01_section5 .topBlock .btn {
        width: 100%;
        max-width: 100%;
    }
}

.pp01_section5 .bottomBlock {
    border-radius: 12px;
    border: 1px solid #ECEDF4;
    background: #FFF;
    padding: 54px 8.5%;
    display: flex;
    flex-wrap: wrap;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock {
        padding: 32px;
    }
}

@media (width <= 768px) {
    .pp01_section5 .bottomBlock {
        padding: 24px;
    }
}

@media (width <= 480px) {
    .pp01_section5 .bottomBlock {
        padding: 24px 16px;
    }
}

.pp01_section5 .bottomBlock .col {
    flex-shrink: 0;
    width: 50%;
    padding: 0 2% 0 0;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock .col {
        width: 100%;
        order: 2;
        padding: 0;
    }
}

.pp01_section5 .bottomBlock .col + .col {
    padding: 0 0 0 2%;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock .col + .col {
        width: 100%;
        order: 1;
        padding: 0 0 32px;
    }
}

.pp01_section5 .bottomBlock .company-logo {
    max-width: 84px;
    margin-bottom: 16px;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock .company-logo {
        text-align: center;
        margin: 0 auto 16px;
    }
}

.pp01_section5 .bottomBlock h3 {
    color: #181818;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    margin-bottom: 16px;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock h3 {
        font-size: 24px;
    }
}

@media (width <= 600px) {
    .pp01_section5 .bottomBlock h3 {
        font-size: 18px;
    }
}

.pp01_section5 .bottomBlock p {
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    padding: 0;
}

@media (width <= 992px) {
    .pp01_section5 .bottomBlock p {
        font-size: 16px;
    }
}

@media (width <= 600px) {
    .pp01_section5 .bottomBlock p {
        font-size: 14px;
    }
}

.pp01_section5 .bottomBlock .btnWrap button, .pp01_section5 .bottomBlock .btnWrap a {
    cursor: pointer;
    height: 48px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background-color: #fff;
    border: 1px solid #E0E0F0;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

@media (width <= 480px) {
    .pp01_section5 .bottomBlock .btnWrap button, .pp01_section5 .bottomBlock .btnWrap a {
        width: 100%;
        justify-content: center;
    }
}

.pp01_section5 .bottomBlock .btnWrap button span, .pp01_section5 .bottomBlock .btnWrap a span {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    transition: all .3s ease-in-out;
}

.pp01_section5 .bottomBlock .btnWrap button svg, .pp01_section5 .bottomBlock .btnWrap a svg {
    stroke: #181818;
    margin-left: 20px;
    transition: all .3s ease-in-out;
}

.pp01_section5 .bottomBlock .btnWrap button:hover, .pp01_section5 .bottomBlock .btnWrap a:hover {
    background-color: #26264B;
}

.pp01_section5 .bottomBlock .btnWrap button:hover span, .pp01_section5 .bottomBlock .btnWrap a:hover span {
    color: #fff;
}

.pp01_section5 .bottomBlock .btnWrap button:hover svg, .pp01_section5 .bottomBlock .btnWrap a:hover svg {
    stroke: #fff;
}

.pp01_section5 .bottomBlock .photo {
    margin-bottom: 16px;
}

.pp01_section5 .bottomBlock .photo img {
    border-radius: 8px;
}

.pp01_section5 .bottomBlock .result {
    border-radius: 8px;
    background: #D4F1D9;
    padding: 16px 16px 16px 72px;
    position: relative;
    color: #1E6C29;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
}

.pp01_section5 .bottomBlock .result::before {
    content: '';
    background: url("../img/checkmark-handshake.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 24px;
    top: 26px;
}

@media (width <= 600px) {
    .pp01_section5 .bottomBlock .result {
        font-size: 14px;
    }
}

.pp_section_text {
	padding: 85px 0 32px;
    background-color: #F9F9F9;
}

.article-text {
	max-width: 968px;
	background: #fff;
	color: #181818;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6; 
	margin: 0 auto;
	padding: 48px 100px;
}

.article-text h1 {
	color: #181818;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 0 0 32px;
	padding: 0;
}


.article-text h2 {
	color: #181818;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 32px 0;
	padding: 0;
}


.article-text h3 {
	color: #181818;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 32px 0;
	padding: 0;
}

.article-text h4 {
	color: #181818;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 32px 0;
	padding: 0;
}


.article-text p {
	margin: 0 0 32px;
	padding: 0;
}


@media (width <= 768px) {
	.article-text {
		padding: 32px 16px;
		margin: 0 -15px;
		font-size: 16px;
	}

	.article-text h1 {
		font-size: 32px;
		margin: 0 0 24px;
	}

	.article-text h2 {
		font-size: 24px;
		margin: 24px 0;
	}

	.article-text h3 {
		font-size: 20px;
		margin: 24px 0;
	}

	.article-text h4 {
		font-size: 20px;
		margin: 24px 0;
	}

	.article-text p {
		margin: 0 0 24px;
	}
}

.pwcs_section1 {
  padding: 190px 0 130px;
  background-color: #252556;
  background-image: url("../img/pw-bg.png");
  background-size: 1480px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (width <= 991px) {
  .pwcs_section1 {
    padding-top: 84px;
  }
}

@media (width <= 576px) {
  .pwcs_section1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper {
    flex-wrap: wrap;
  }
}

.pwcs_section1 .innerWrapper .textBlock {
  order: 1;
  flex-shrink: 0;
  width: 48.6%;
}

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper .textBlock {
    width: 100%;
    order: 2;
    text-align: center;
    padding: 24px 0 0;
  }
}

.pwcs_section1 .innerWrapper .textBlock h1 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 22px;
  max-width: 550px;
}

@media (width <= 1200px) {
  .pwcs_section1 .innerWrapper .textBlock h1 {
    font-size: 32px;
  }
}

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper .textBlock h1 {
    font-size: 28px;
    text-align: center;
    max-width: 100%;
  }
}

@media (width <= 767px) {
  .pwcs_section1 .innerWrapper .textBlock h1 {
    font-size: 28px;
  }
}

.pwcs_section1 .innerWrapper .textBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 163%;
  color: #ECEDF4;
  margin: 0 0 32px;
  max-width: 420px;
  position: relative;
  padding: 18px 0 0;
}

.pwcs_section1 .innerWrapper .textBlock .description::before {
  content: '';
  background: #46BCFF;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper .textBlock .description {
    text-align: center;
    line-height: 150%;
    margin-bottom: 23px;
    font-size: 16px;
    max-width: 100%;
  }

  .pwcs_section1 .innerWrapper .textBlock .description::before {
    left: 50%;
    margin: 0 0 0 -12px;
  }
}

.pwcs_section1 .innerWrapper .textBlock .btnWrap {
  margin-bottom: 40px;
}

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper .textBlock .btnWrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.pwcs_section1 .innerWrapper .textBlock .btnWrap .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 46px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .pwcs_section1 .innerWrapper .textBlock .btnWrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

.pwcs_section1 .innerWrapper .textBlock .infoBlock {
  display: flex;
  gap: 32px;
}

@media (width <= 992px) {
  .pwcs_section1 .innerWrapper .textBlock .infoBlock {
    justify-content: center;
    gap: 24px;
  }
}

@media (width <= 576px) {
  .pwcs_section1 .innerWrapper .textBlock .infoBlock {
    display: block;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    padding: 0 0 12px;
  }

  .pwcs_section1 .innerWrapper .textBlock .infoBlock .infoItem + .infoItem {
    margin-top: 24px;
  }
}

.pwcs_section1 .innerWrapper .textBlock .infoBlock .int {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #FFF;
  padding: 0 0 4px;
}

.pwcs_section1 .innerWrapper .textBlock .infoBlock .text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #FFF;
}

.pwcs_section1 .innerWrapper .slideBlock {
  order: 2;
  width: 47%;
  flex-shrink: 0;
}

@media (width <= 991px) {
  .pwcs_section1 .innerWrapper .slideBlock {
    width: 100%;
    order: 1;
    text-align: center;
    padding: 0 10%;
  }
}

.pwcs_section1 .innerWrapper .slideBlock img {
  display: block;
  height: auto;
  max-width: 100%;
}

.pwcs_section2 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.pwcs_section2 h4 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 42px;
}

.pwcs_section2 .companyWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

@media (width <= 576px) {
  .pwcs_section2 .companyWrapper {
    max-height: 175px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  .pwcs_section2 .companyWrapper::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, transparent 100%);
  }
}

.pwcs_section2 .companyWrapper.active {
  max-height: 500px;
}

.pwcs_section2 .companyWrapper.active::before {
  display: none;
}

.pwcs_section2 .companyWrapper .companyItem {
  flex: 0 0 calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 45px;
}

@media (width <= 991px) {
  .pwcs_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 4);
    padding: 0 25px;
  }
}

@media (width <= 576px) {
  .pwcs_section2 .companyWrapper .companyItem {
    flex: 0 0 calc(100% / 2);
    padding: 0 25px;
    margin-bottom: 40px;
  }
}

.pwcs_section2 .btnWrap {
  display: none;
  margin-top: 60px;
}

@media (width <= 576px) {
  .pwcs_section2 .btnWrap {
    display: block;
  }
}

.pwcs_section2 .btnWrap button {
  cursor: pointer;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border: 1px solid #E0E0F0;
  border-radius: 4px;
}

@media (width <= 576px) {
  .pwcs_section2 .btnWrap button {
    width: 100%;
    justify-content: center;
  }
}

.pwcs_section2 .btnWrap button svg {
  stroke: #181818;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.pwcs_section2 .btnWrap button.active svg {
  transform: rotate(270deg);
}

.pwcs_section2 .btnWrap button span {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}

.pwcs_section2 .btnWrap button span.closed {
  display: block;
}

.pwcs_section2 .btnWrap button span.opened {
  display: none;
}

.pwcs_section2 .btnWrap button.active .closed {
  display: none;
}

.pwcs_section2 .btnWrap button.active .opened {
  display: block;
}

.pwcs_section2 .btnWrap button:hover {
  background-color: #26264B;
}

.pwcs_section2 .btnWrap button:hover svg {
  stroke: #fff;
}

.pwcs_section2 .btnWrap button:hover span {
  color: #fff;
}

.pwcs_section3 {
  font-family: Inter, sans-serif;
  padding: 50px 15px 0;
}

@media (width <= 660px) {
  .pwcs_section3 {
    padding-top: 10px;
  }
}

.pwcs_section3 h2 {
  color: #5A5A5A;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin: 0 0 100px;
}

@media (width <= 1100px) {
  .pwcs_section3 h2 {
    margin: 0 0 50px;
  }
}

@media (width <= 660px) {
  .pwcs_section3 h2 {
    margin: 0 0 30px;
  }
}

.pwcs_section3 .siteWidth {
  border-radius: 40px;
  background: linear-gradient(104deg, #F0FBFF 3.64%, #F8F0FF 100%);
  max-width: 1140px;
  padding: 80px 116px 130px;
}

@media (width <= 1100px) {
  .pwcs_section3 .siteWidth {
    padding: 60px 5% 70px;
  }
}

@media (width <= 660px) {
  .pwcs_section3 .siteWidth {
    padding: 40px 20px;
  }
}

.pwcs_section3 .titleBlock {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.pwcs_section3 .titleBlock h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: #181818;
  margin-bottom: 10px;
}

@media (width <= 1200px) {
  .pwcs_section3 .titleBlock h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .pwcs_section3 .titleBlock h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .pwcs_section3 .titleBlock h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .pwcs_section3 .titleBlock h2 {
    font-size: 24px;
  }
}

.pwcs_section3 .titleBlock .description {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 177%;
  color: #777;
  padding: 0 0 32px;
}

@media (width <= 576px) {
  .pwcs_section3 .titleBlock .description {
    font-size: 16px;
  }
}

.pwcs_section3 .titleBlock .title-img {
  padding: 0 0 28px;
}

.pwcs_section3 .titleBlock .title-img img {
  display: block;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

.pwcs_section3 .titleBlock h3 {
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  margin: 0 0 -53px;
}

.pwcs_section3 .titleBlock .btn {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  max-width: 175px;
  line-height: 46px;
  border-radius: 4px;
}

@media (width <= 576px) {
  .pwcs_section3 .titleBlock .btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (width <= 660px) {
  .pwcs_section3 .hidden-mobile {
    max-height: 900px;
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
    position: relative;
  }

  .pwcs_section3 .hidden-mobile::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #f8f0ff 100%);
  }
}

.pwcs_section3 .hidden-mobile-btn {
  display: none;
}

@media (width <= 660px) {
  .pwcs_section3 .hidden-mobile-btn {
    padding: 25px 0 0;
    display: flex;
    justify-content: center;
  }
}

.pwcs_section3 .btn-show {
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #5A5A5A;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

.pwcs_section3 .btn-show::after {
  content: '';
  width: 13px;
  height: 8px;
  background: url("../img/arrow-down.svg") no-repeat;
  margin: 0 0 0 6px;
}

.pwcs_section3 .contentWrapper {
  display: grid;
  gap: 0 5%;
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 1100px) {
  .pwcs_section3 .contentWrapper {
    gap: 0 3%;
  }
}

@media (width <= 660px) {
  .pwcs_section3 .contentWrapper {
    display: block;
  }

  .pwcs_section3 .hidden-mobile	{
	max-height: 900px;
	overflow: hidden;
  }

  .pwcs_section3 .hidden-mobile.active {
	max-height: unset;
  }	
}

.pwcs_section3 .contentWrapper .contentItem {
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgb(72 53 91 / 20%);
}

@media (width <= 991px) {
  .pwcs_section3 .contentWrapper .contentItem {
    width: 100%;
    display: block;
    border-radius: 24px;
  }
}

@media (width <= 660px) {
  .pwcs_section3 .contentWrapper .contentItem {
    border-radius: 32px;
    margin: 0 0 40px;
    box-shadow: 0 0 20px 0 rgb(72 53 91 / 20%);
  }
}

.pwcs_section3 .contentWrapper .contentItem .picWrap {
  border-radius: 32px 32px 0 0;
  background: #2b2b6d url("../img/op-sol-bg.webp") center center no-repeat;
  background-size: 100% auto;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 1100px) {
  .pwcs_section3 .contentWrapper .contentItem .picWrap {
    border-radius: 24px 24px 0 0;
  }
}

@media (width <= 660px) {
  .pwcs_section3 .contentWrapper .contentItem .picWrap {
    border-radius: 32px 32px 0 0;
  }
}

.pwcs_section3 .contentWrapper .contentItem .picWrap img {
  display: block;
  max-height: 120px;
  max-width: 90%;
  width: auto;
}

.pwcs_section3 .contentWrapper .contentItem .textWrap {
  color: #828282;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 1.538;
  padding: 40px 32px;
}

@media (width <= 1100px) {
  .pwcs_section3 .contentWrapper .contentItem .textWrap {
    padding: 24px 16px;
  }
}

.pwcs_section3 .contentWrapper .contentItem h3 {
  font-family: Inter, sans-serif;
  color: #5A5A5A;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 0 0 21px;
  margin: 0 0 19px;
  position: relative;
  min-height: 57px;
}

.pwcs_section3 .contentWrapper .contentItem h3::before {
  content: '';
  height: 2px;
  width: 24px;
  background: #46BCFF;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 0;
}

@media (width <= 767px) {
  .pwcs_section3 .contentWrapper .contentItem h3 {
    font-size: 12px;
  }
}

.pwcs_section3 .contentWrapper .contentItem .text {
  min-height: 150px;
  margin: 0 0 15px;
}

@media (width <= 660px) {
  .pwcs_section3 .contentWrapper .contentItem .text {
    min-height: unset;
  }
}

.pwcs_section3 .contentWrapper .contentItem .more {
  text-align: center;
}

.pwcs_section3 .contentWrapper .contentItem .link {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  padding: 0 23px 0 0;
  line-height: 1.2;
}

.pwcs_section3 .contentWrapper .contentItem .link::before {
  content: '';
  width: 16px;
  height: 17px;
  background: url("../img/arrow-right.svg") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.pwcs_section3 .contentWrapper .contentItem .link:hover {
  text-decoration: none;
}

.pwcs_section4 {
  background: url("../img/unlock-bg.webp") center 0 no-repeat;
  background-size: 1440px auto;
}

.pwcs_section4 .siteWidth {
  max-width: 960px;
  margin: 0 auto;
  padding: 200px 20px;
}

@media (width <= 660px) {
  .pwcs_section4 .siteWidth {
    padding: 50px 15px;
  }
}

.pwcs_section4 .innerWrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 0 24px;
  align-items: center;
}

@media (width <= 660px) {
  .pwcs_section4 .innerWrapper {
    display: block;
  }
}

.pwcs_section4 h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #5A5A5A;
  margin: 0;
}

.pwcs_section4 h2 span {
  color: #734BE5;
}

@media (width <= 991px) {
  .pwcs_section4 h2 {
    font-size: 32px;
  }
}

@media (width <= 660px) {
  .pwcs_section4 h2 {
    padding: 0 0 25px;
    text-align: center;
  }
}

.pwcs_section4 .list {
  list-style: none;
  margin: 0;
}

@media (width <= 660px) {
  .pwcs_section4 .list {
    max-width: 360px;
    margin: auto;
  }
}

.pwcs_section4 .list li + li {
  margin: 40px 0 0;
}

.pwcs_section4 .list li {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 8px 32px 0 rgb(94 54 126 / 12%);
  padding: 30px 12px;
}

.pwcs_section4 .list .value {
  flex-shrink: 0;
  width: 160px;
  padding: 0 24px 0 0;
  color: #5A5A5A;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

@media (width <= 400px) {
  .pwcs_section4 .list .value {
    font-size: 18px;
    width: 140px;
  }
}

.pwcs_section4 .list .ico {
  flex-shrink: 0;
  width: 57px;
  height: 42px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #D6D4DC;
}

.pwcs_section4 .list .ico img {
  display: block;
  width: 100%;
  height: auto;
  max-width: unset;
  max-height: unset;
}

.pwcs_section4 .list .text {
  color: #5A5A5A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

@media (width <= 400px) {
  .pwcs_section4 .list .text {
    font-size: 14px;
  }
}

.pwcs_section4 .list > li:first-child .value {
  font-size: 36px;
}

.pp01_section5 .wrap-title h2 {
  color: #5A5A5A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  padding: 0 0 50px;
  margin: 0;
  text-align: center;
}

@media (width <= 660px) {
  .pp01_section5 .wrap-title h2 {
    padding: 0 0 30px;
  }
}


.pwcs_section3 .hidden-mobile-btn .btn-show .opened {
  display: none; 
}

.pwcs_section3 .hidden-mobile-btn .btn-show.active .opened {
  display: block; 
}

.pwcs_section3 .hidden-mobile-btn .btn-show.active .closed {
  display: none; 
}

.pwcs_section3 .hidden-mobile-btn .btn-show.active::after {
	transform: rotate(180deg);
}

.pwcs_section3 .hidden-mobile-btn .btn-show.active {
	margin-top: -20px;
}

.accordionBlock .itemText ul {
	list-style: disc;
	margin-left: 20px;
}

.orderPanel .wrapper .btnWrap {
	margin-top: 15px;
}

.indexSection8 {
  /* remove here 3 lines on prod when ready */

/*   max-height: 0;
  overflow: hidden;
  display: none; */

  /*   end remove */
  background-color: #F9F9F9;
  background-image: url("../img/white_bg.webp"), url("../img/white_bg.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: left 160%, right 0;
  background-size: 587px auto, 587px auto;
  padding: 72px 0 84px;
}

@media (width <= 991px) {
  .indexSection8 {
    padding: 48px 0 54px;
  }
}

.indexSection8 .innerWrapper {
  max-width: 940px;
  margin: 0 auto;
}

.indexSection8 h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #181818;
  max-width: 560px;
  margin: 0 auto 34px;
  text-align: center;
}

@media (width <= 1200px) {
  .indexSection8 h2 {
    font-size: 30px;
  }
}

@media (width <= 991px) {
  .indexSection8 h2 {
    font-size: 28px;
  }
}

@media (width <= 767px) {
  .indexSection8 h2 {
    font-size: 26px;
  }
}

@media (width <= 576px) {
  .indexSection8 h2 {
    font-size: 24px;
  }
}

.indexSection8 .reviews-slider--item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
  padding: 50px 60px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

@media (width <= 991px) {
  .indexSection8 .reviews-slider--item {
    font-size: 14px;
    padding: 30px 40px;
  }
}

.indexSection8 .reviews-slider--item .review-text {
  flex-grow: 1;
}

.indexSection8 .reviews-slider--item .reviews-ico {
  height: 50px;
  margin: 0 0 20px;
  flex-shrink: 0;
}

.indexSection8 .reviews-slider--item .reviews-ico img {
  display: block;
  height: auto;
  width: auto;
  max-height: 100%;
}

.indexSection8 .reviews-slider--item .review-author {
  color: #777;
  font-size: 18px;
  margin: 16px 0 0;
  padding: 17px 0 0;
  position: relative;
}

.indexSection8 .reviews-slider--item .review-author::before {
  content: "";
  height: 1px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0FA7F0;
}

@media (width <= 991px) {
  .indexSection8 .reviews-slider--item .review-author {
    font-size: 16px;
    font-style: italic;
  }
}

.indexSection8 .slick-slide {
  margin: 15px 20px 20px !important;
  float: none !important;
  height: auto !important;
}

.indexSection8 .slick-track {
  display: flex;
  align-items: unset;
}

.indexSection8 .slick-track::before, .indexSection8 .slick-track::after {
  display: none;
}

.indexSection8 .slick-list {
  margin: 0 -20px;
}

.indexSection8 .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;

/*   padding: 20px 0; */
  margin: 0;
}

.indexSection8 .slick-dots button::before {
	display: none;
}

.indexSection8 .slick-dots li {
  padding: 0 7px;
}

.indexSection8 .slick-dots button {
  border: none;
  background: #D9D9D9;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
}

.indexSection8 .slick-dots .slick-active button {
  background: #0FA7F0;
}


.iti.iti--container {    
	z-index: 99999; 
	top: 222px 
}

.grecaptcha-badge { visibility: hidden; }

.recaptcha3-text {
  color: #000;
  font-size: 10px;
  opacity: 0.5;
  margin-bottom: 20px;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(2turn);
  }
}

.wpcf7-spinner::before {
  display: none;
}

.wpcf7-spinner::after {
  color: #fff !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f110";
  font-size: 24px;
  animation: rotate 2s linear infinite;
}

.wpcf7-form .wpcf7-spinner {
  visibility: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #0FA7F0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  opacity: 1 !important;
}

.footerTopSuccess .logo {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

.footerBottom {
  padding-top: 10px;
  padding-bottom: 22px;
}

.footerBottom .rezartLogoBlock {
  display: none;
}

.footerBottom .copyright {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: rgb(191 191 222 / 40%);
  font-size: 14px;
  text-align: center;
}

.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
