.header__nav__link {
    color: #FFF;    
}
.header__nav__item {
  width: 220px;
}
.to-main-page {
    top: 12%;
}
.fixed .header__nav__link a{
    color: #fff;
}
.header.fixed {
    background: #75229C;
}
.header__hamburger__line1, .header__hamburger__line2 {
	background: #FFF;
}
.header__hamburger__line3 {
	background: #E81A1A;
}
.header__hamburger__line4 {
	background:#BA5CE6;
}
.header__nav__top {
	-webkit-flex-basis: auto;
	        flex-basis: auto;
}
.header__language {
	width: 62px;
	height: 62px;
}
.header__language__submenu {
	width: 62px;
	top: 60px;
}
.header__language__link {
	background: transparent;
    border: 3px solid #D2A2E8;
    color: #fff;
    font-size: 20px;
    height: 62px;
    padding-left: 17px;
    padding-right: 17px;
}
.header__nav__link {
	font-size: 26px;
}

.header.fixed .header__nav__link:hover a{
  color: #BA5CE6;
}
.logo_w {
  display:block!important;
}
.logo_b {
  display:none!important;
}
.header__right .btn {
	padding-left: 80px;
	padding-right: 80px;
}
header .btn {
	font-size: 22px;
	height: 62px;
	text-transform: uppercase;
}
.main_ban_block {
	padding-left: 84px;
}

.main_ban_block h2 {
	position: relative;
}

.main_ban_block h2:before {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	left: -74px;
	top: 0;
	background: #FFF;
	position: absolute;
}
.main_ban_block h2 .text-border {
	font-size: 146px;
	line-height: 1.2;
	margin-bottom: 0;
}

.under_title {
	font-weight: 700;
	font-size: 120px;
	line-height: 1.2;
	color: #FFFFFF;
	padding-left: 20px;
}
.under_title .omni {
	position: relative;
	background: linear-gradient(93.06deg, #DA8CFF -4.16%, #8A21BC 103.46%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: 900;
}
.under_title .omni:before {
	content: "";
    display: block;
    background: #FFF;
    position: absolute;
    width: 350px;
    height: 128px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
.banner_main_img {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	z-index: -1;
}
.go-mobile {
	margin-top: 70px;
	margin-bottom: 70px;
	font-size: 38px;
	line-height: 1.7;
}
.main_ban_block_text {
	padding-left: 110px;	
}
.go-mobile~p, .main_ban_block_text b{
	font-size: 20px;
	line-height: 170%;
	color: #EABDFF;
}
.omnc_hot_new {
	display: flex;	
}
.omnc_hot_new_block_img {
	width: 50%;
}
.omnc_hot_new_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.omnc_hot_new_block {
	width: 50%;
	background: #FBF4FE;
	padding: 100px 116px;
	padding-right: 235px;
}
.omnc_hot_new_block_date {
	margin-bottom: 46px;
	font-size: 20px;
	line-height: 1;
	color: #000000;
	position: relative;
	display: inline-block;
}
.omnc_hot_new_block_date:after {
	content: "";
	display: block;
	position: absolute;
	width: 72px;
	height: 3px;
	background: #75229C;
	top: 80%;
	left: calc(100% + 14px);
}
.omnc_hot_new_block_title {
	margin-bottom: 55px;
	font-size: 38px;
	line-height: 159.5%;
	color: #75229C;
	font-weight: 700;
}
.omnc_hot_new_block_anons {
	font-size: 26px;
	line-height: 170%;
	color: #000000;
	margin-bottom: 55px;
}
.omnc_hot_new_block .news__more{
	margin-bottom: 55px;
}
.news__more {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	position: relative;
} 
.news__more:after {
	content: "";
	margin-left: 10px;
	width: 19px;
	height: 22px;
	background-image: url(/wp-content/themes/diasoft/img/omnichannel/ar_hover.svg);
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.news__more:hover {
	color: #75229C;
}
.news__more:hover:after {
	width: 35px;
}
.news__more_close {
	display: none!important;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
main .btn {
  text-transform: uppercase;
  font-size: 22px;
  color: #FFF;
  background: #75229C;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-width: 394px;
  height: 80px;
  padding: 28px 68px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
main .btn:hover {
	background: #9D4EC2;

}
.btn.btn-width {
	width: auto;
}
.py {
	padding-top: 130px;
	padding-bottom: 130px;
}
.text-border, .text-colored-wrap .text-colored {
	font-size: 90px;
	line-height: 1.4;
	text-transform: uppercase;
}
.text-colored-wrap .text-colored {
	background: linear-gradient(93.06deg, #B637F1 -4.16%, #551574 103.46%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 65px;
	display: block;
}
.bydb_block {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    position: relative;
    z-index: 2;
}
.bydb_block_item {
	width: 33.3%;
	min-height: 824px;
	position: relative;
}
.bydb_block_item_hover {
	min-height: 824px;
	position: absolute;
	padding: 70px 90px;
	width: 100%;
		left: 0;
	top: 50%;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.bydb_block_item:nth-child(1) .bydb_block_item_hover{
	background: #FBF4FE;
}
.bydb_block_item:nth-child(2) .bydb_block_item_hover{
	background: #F4EAF8;
}
.bydb_block_item:nth-child(3) .bydb_block_item_hover{
	background: #E6D7EE;
}
.bydb_block_item img {
	margin-bottom: 30px;
	max-height: 245px;
}
.bydb_block_item_title {
	font-size: 44px;
	line-height: 1.6;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}
.bydb_block_item_title span {
	font-size: 44px;
	display: block;
	color: #75229C;
}
.bydb_block_item_text {	
	display: none;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.bydb_block_item_text p {
	font-size: 24px;
	line-height: 178.5%;
	margin-bottom: 58px;
}
.bydb_block_item_anons {
	font-size: 24px;
	line-height: 178.5%;
	height: 172px;
	margin-bottom: 47px;
	color: #000000;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.btn_block {
	margin-top: 70px;
	position: relative;
}
.btn_block .btn{
	position: relative;
	z-index: 1;
}
.btn_block:before, .btn_block:after {
	content: "";
	display: block;
	height: 1px;
	width: 33%;
	background: #DCDCDC;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.btn_block:before{
	left: 0;
}
.btn_block:after {
	right: 0;
}
.bydb_block_item.active .bydb_block_item_hover{
	position: absolute;
	z-index: 2;
}
.bydb_block_item.none-active .bydb_block_item_hover{
	opacity: 0.3;
}
.bydb_block_item.active .news__more_close{
	display: inline-block!important;
}
.bydb_block_item.active .news__more span:first-child{
	display: none!important;
}
.bydb_block_item.active .news__more:after, .bydb_block_item.active .news__more:hover:after {
	background-image: url(/wp-content/themes/diasoft/img/omnichannel/close.svg);
	background-position: left;
}
.bydb_block_item.active .bydb_block_item_anons {
	display: none;
}
.bydb_block_item.active .bydb_block_item_text {
	display: block;
}
#bycr .text-border, #cyodc .text-border, #cu .text-border {
    -webkit-text-stroke-color: #fff;
}
.bycr_block_item {
	min-height: 507px;
	padding-right: 150px;
} 
.bycr_block_item img {
	margin-bottom: 35px;
	height: 108px;
}
.bycr_block .col-lg-4:nth-of-type(2) .bycr_block_item img {
	margin-left: -20px;
} 
.bycr_block_item_title {
	font-weight: 400;
}
.bycr_block_item_title *{
	font-size: 30px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.bycr_block_item_text * {
	font-size: 22px;
	line-height: 178.5%;
	color: #FFFFFF;
	font-weight: 400;
}
#bycr .text-colored-wrap .text-colored, #cyodc .text-colored-wrap .text-colored, #cu .text-colored-wrap .text-colored {
	background: linear-gradient(93.06deg, #DA8CFF -4.16%, #8A21BC 103.46%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.lcnc_under_title {
	margin-bottom: 100px;
}
.lcnc_under_title * {
	font-size: 55px;
	line-height: 128.5%;
	font-weight: 900;
	margin-bottom: 0;
}
.lcnc_content_item{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.lcnc_content_item__left, .lcnc_content_item__right{
	width: 50%;
}
.lcnc_content_item___title{
	padding-left: 82px;
	border-left: 8px solid #75229C;
	margin-bottom: 100px;
}
.lcnc_content_item___title * {
	font-size: 44px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0;
}
.lcnc_content_item__text{
	padding-left: 90px;
}
.lcnc_content_item__text *{
	font-size: 24px;
	line-height: 178.5%;
}
.lcnc_content_item__text p{
	margin-bottom: 40px;
}
.lcnc_content_item__list ul {
	display: flex;
}
.lcnc_content_item__list ul li {
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}
.lcnc_content_item__list_title{
	text-align: center;
	font-weight: bold;
	padding: 37px;
	font-size: 26px;
	line-height: 128.5%;
}
.lcnc_content_item__list_title-1{
	background: #FBF4FE;
}
.lcnc_content_item__list_title-2{
	background: #F4EAF8;
}
.lcnc_content_item__list_title-3{
	background: #E6D7EE;
}
.lcnc_content_item__list_title-4{
	background: #DBC5E5;
}
.lcnc_content_item__list_text{
	padding: 70px 45px;
	text-align: center;
}
.lcnc_content_item__list_text *{
	font-size: 22px;
	line-height: 178.5%;
}
.lcnc_content_item__list_text  p{
	margin-bottom: 25px;
}
.lcnc_content_item .btn_block{
	margin-top: 0;
	margin-bottom: 100px;
}
.lcnc_content_item.lcnc_content_item-2, .lcnc_content_item.lcnc_content_item-3{
	border-bottom: 1px solid #dcdcdc;
}
.lcnc_content_item.lcnc_content_item-3 {
    flex-direction: row-reverse;    
}
.lcnc_content_item__right{
	margin-bottom: 100px;
}
.lcnc_content_item__right video{
	width: 100%;
	max-width: 1000px;
}
.lcnc_content_item__right_video{
	position: relative;	
}
.lcnc_content_item__right_video img{
	width: 100%;
	height: 100%;
}
.lcnc_content_item__right_video:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1040px;
	height: 606px;
	background: url(/wp-content/themes/diasoft/img/omnichannel/ipad.png) no-repeat center / 100% 100% ;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left{
    margin-bottom: 200px;
    width: 49%;
}
.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__right{
    transform: translateY(75px);
}
.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left .lcnc_content_item__text{
	width: 90%;
}
#teh{
	padding: 35px 0;
	border-bottom: 1px solid #dcdcdc;
}
#teh img{
	height: 58px;
    max-width: max-content;
    margin: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}
#uxui .lcnc_content_item__left{
	padding-right: 100px;
}
#uxui .lcnc_content_item__text *{
	font-size: 28px;
}
#uxui .lcnc_content_item__text {
	margin-bottom: 82px;
}
#uxui .uxui_list li{
	margin-bottom: 40px;
	position: relative;
	padding-left: 115px;
	font-size: 22px;
	
}
#uxui .uxui_list li *{
	font-size: 22px;
	line-height: 1.78;
}
#uxui .uxui_list li:before{
	content: "";
	position: absolute;
	display: block;
	width: 172px;
	height: 7px;
	background: url("/wp-content/themes/diasoft/img/omnichannel/arrow_long.svg") no-repeat center / cover;
    left: -90px;
    top: 15px;
}
.busarh_info_mini_text{
	padding-right: 112px;
}
.busarh_info_mini_text *{
	font-size: 28px;
	line-height: 1.78;
}
.busarh_block:not(:last-of-type){
	margin-bottom: 130px;
}
.busarh_block__icon{
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.busarh_block__icon:before{
	position: absolute;
	z-index: -1;
} 
.busarh_block__icon-1:before{
	content: url(/wp-content/themes/diasoft/img/omnichannel/splash1.svg);
	left: -38px;
	top: -32px;
}
.busarh_block__icon-2:before{
	content: url(/wp-content/themes/diasoft/img/omnichannel/splash2.svg);	
	left: -26px;
	top: -19px;
}
.busarh_block__icon-3:before{
	content: url(/wp-content/themes/diasoft/img/omnichannel/splash3.svg);	
	right: -27px;
	top: -35px;
}
.busarh_block h2 *{
	font-size: 75px;
}
.busarh_block_list{
	display: flex;
}
.busarh_block_list__item{
	position: relative;
	height: 541px;
	background-repeat: no-repeat;
	-webkit-background-size: cover!important;
	     -o-background-size: cover!important;
	        background-size: cover!important;
	background-position: center;
	background: linear-gradient(180deg, #75229C 0%, #A362C1 100%), #75229C;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}
.busarh_block_list__item-hover{
	position: absolute;
	background: #FFF;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	padding: 66px 42px 66px 58px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: scale(0,1);
	   -moz-transform: scale(0,1);
	    -ms-transform: scale(0,1);
	     -o-transform: scale(0,1);
	        transform: scale(0,1);
}

.busarh_block_list__item:hover .busarh_block_list__item-hover {
	opacity: 1;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
.busarh_block_list__title, .busarh_block_list__title span{
	font-size: 36px;
	line-height: 128.5%;
	font-weight: 800;
	color: #EABDFF;
	text-align: center;
}
.busarh_block_list__title span{
	color: #FFF;
}
.busarh_block_list__item-hover .busarh_block_list__title,.busarh_block_list__item-hover .busarh_block_list__title span{
	color: #75229C;
	text-align: left;
}
.busarh_block_list__item-hover .busarh_block_list__title span{
	color: #000;
}
.busarh_block_list__text{
	margin-top: 32px;
}
.busarh_block_list__text *{
	font-size: 22px;
	line-height: 170%;
}
.busarh_block_list__text p{
	margin-bottom: 7px;
}
#mobp .lcnc_content_item{
	/*margin-top: 88px;*/
}
#mobp .lcnc_content_item__text{
	padding-right: 93px;
	padding-left: 99px;
}
#mobp .lcnc_content_item__text p{
	font-size: 26px;
}
#mobp .lcnc_content_item__text p:first-child{
	font-size: 32px;
}
.mobp_list{
	margin-top: 150px;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
	margin-bottom: -95px;
}
.mobp_list li{
	margin-bottom: 95px;
	position: relative;
	width: 47%;
	padding-right: 80px;
	font-size: 22px;
	line-height: 1.78;
}
.mobp_list li:before{
	content: "";
	position: absolute;
	display: block;
	width: 46px;
	height: 45px;
	left: -77px;
	top: -5px;
	background: url("/wp-content/themes/diasoft/img/omnichannel/icon_list.svg") no-repeat center / cover;
	
}
.canvas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1005px;
}

.legend {
  max-width: 327px;
  margin-left: 130px;
}

.caption-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.caption-item {
  position: relative;
  display: block;
  margin: 20px 0;
  padding-left: 36px;  
  font-size: 18px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.4s;
}

.caption-item::before {
  content: "";  
  position: absolute;
  top: 3px;
  left: 0;  
  width: 20px;
  height: 20px;  
  border-radius: 20px;
}
.chart {
  min-width: 545px;
}
.unit {
  fill: none;
  stroke-width: 32;
  cursor: pointer;  
  animation-name: render;
  animation-duration: 0.5s;
  transition-property: all; 
  transition-duration: 0.5s;
}
.unhovered{
	opacity: 0.1;
}
.hovered {
	opacity: 1!important;
}
#cyodc{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#cyodc .lcnc_content_item__text{
	color: #FFF;
	font-size: 26px;
	line-height: 170%;
	max-width: 1230px;
	margin-bottom: 110px;
}

.cyodc_list{
	display: flex;
	list-style-type: none;
	position: relative;
}
.cyodc_list:before{
	content: "";
	width: 69px;
	height: 65px;
	display: block;
	position: absolute;
	background: url(/wp-content/themes/diasoft/img/omnichannel/cyodc_flag.svg) no-repeat center / cover;
	right: 124px;
	bottom: 100%;
}
.cyodc_item, .cyodc_item *{
	transition: all 0.3s;
}
.cyodc_item{
	padding: 75px 0px 58px;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    margin-left: -1px;
    position: relative;
    border: 1px solid #C489E0;
    counter-increment: step-counter;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;    
}
.cyodc_item:after, .cyodc_item:before{
	content: "";
	width: 23px;
	height: 59px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	display: block;
    position: absolute;
    left: 0px;
	top: 50%;
    transform: translateY(-50%);
}
.cyodc_item:before{	
    border-bottom-width: 26px;
    border-top-width: 26px;
    border-left: 23px solid #C489E0;    
}
.cyodc_item:after{
	border-bottom-width: 26px;
    border-top-width: 26px;
    border-left: 23px solid #75229c;
    left: -1px;
    transition: 0.3s;
}
.cyodc_number{
	content: '0'counter(step-counter)'.';
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #C489E0;
	font-size: 80px;
	line-height: 94px;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-weight: 900;
}
.cyodc_title{
	font-size: 25px;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 19px;
	padding-left: 32px;
	padding-right: 32px;
}
.cyodc_text{
	font-size: 20px;
	line-height: 178.5%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	padding-left: 48px;
	padding-right: 48px;
}
.cyodc_item:hover{
	background: #FFFFFF;
	filter: drop-shadow(0px 4px 47px rgba(255, 255, 255, 0.32));
}
.cyodc_item:hover .cyodc_number{
	color: #75229C;
	text-shadow: 8px 8px 0px rgba(102, 32, 135, 0.08);
    -webkit-text-stroke-width: unset;
}
.cyodc_item:hover .cyodc_title{
	color: #75229C;
}
.cyodc_item:hover .cyodc_text{
	color: #000000;
}
.cyodc_item:hover:before{
	opacity: 0;
}
.cyodc_item:hover + .cyodc_item:after{
	border-left-color: #FFF;
}
.cyodp_flex{
	display: flex;
}
.cyodp_block{
	padding: 88px 90px 115px;
	background: #FBF4FE;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.cyodp_block:last-child{
	background: #F4EAF8;
}
.cyodp_title *{
	font-size: 44px;
	line-height: 1.25;
	font-weight: bold;
}
#cyodp .mobp_list{
	margin: 0;
	margin-left: 75px;
}
#cyodp .mobp_list li{
	margin: 0;
	padding: 0;
	margin-top: 50px;
	width: 100%;
}
#uv{
	background: #FBF4FE;
}
.uv_img{
	max-width: 100%;
}
#ap{
	background-repeat: no-repeat;
	background-position: top;	
	background-size: 100% 120%;
}
.row_ap{
	align-items: baseline;
	justify-content: space-between;
}
.ap_list{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    gap:110px 70px;
}
.ap_list li{
	-webkit-flex: 0 1 29%;
	    -ms-flex: 0 1 29%;
	        flex: 0 1 29%;
	display: flex;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.ap_list li:before{
	content: "";
    display: block;
    width: 46px;
    height: 45px;
    background: url(/wp-content/themes/diasoft/img/omnichannel/icon_list.svg) no-repeat center / cover;
    margin-bottom: 35px;
}
.ap_title *{
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 30px;
}
.ap_text *{
	font-size: 22px;
	line-height: 1.8;
	font-weight: 400;
}
#ot{
	background: #FBF4FE;
}
.op_list{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.op_list li{
	padding: 90px 55px 73px 74px;
	min-height: 560px;
	background: #FFFFFF;
	border: 1px solid #E8D9EF;
	margin-left: -1px;
	margin-top: -1px;
	-webkit-flex: 0 1 33.33%;
	    -ms-flex: 0 1 33.33%;
	        flex: 0 1 33.33%;
	display: flex;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
.op_list .op_img{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.op_list .op_img img{
	position: relative;
}
.op_list .op_img:before{
	content: "";
	background-image: url(/wp-content/themes/diasoft/img/omnichannel/splash_sprite.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}

.op_list li:nth-child(1) .op_img:before{
	width: 87px;
    height: 86px;
    background-position: -5px -5px;
    left: -44%;
    top: -29%;
}
.op_list li:nth-child(2) .op_img:before{
	width: 84px;
    height: 68px;
    background-position: -5px -101px;
    right: -24%;
    top: -17%;
    
}
.op_list li:nth-child(3) .op_img:before{
	width: 75px;
    height: 71px;
    background-position: -5px -179px;
    left: -20%;
    bottom: -7%;
}
.op_list li:nth-child(4) .op_img:before{
	width: 86px;
    height: 81px;
    background-position: -5px -260px;
    right: -57%;
    bottom: -15%;
}
.op_list li:nth-child(5) .op_img:before{
	width: 84px;
    height: 80px;
    background-position: -5px -351px;
    top: -50%;
    right: -34%;
}
.op_list li:nth-child(6) .op_img:before{
	width: 87px;
    height: 72px;
    background-position: -5px -441px;
    left: -30%;
    bottom: -22%;
}
.op_list li:nth-child(7) .op_img:before{
	width: 78px;
    height: 68px;
    background-position: -5px -523px;
    top: -30%;
    left: -33%;
}
.op_list li:nth-child(8) .op_img:before{
	width: 83px;
    height: 88px;
    background-position: -5px -601px;
    top: -18%;
    right: -30%;
}
.op_title{
	font-size: 30px;
	line-height: 128.5%;
	font-weight: bold;
	color: #75229C;
	margin-bottom: 30px;
}
.op_text *{
	font-size: 22px;
	line-height: 1.8;
}
.news__list .owl-dots .owl-dot.active{
	background: #75229C;
	border-color: #75229C;
}
.news__img {
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    box-shadow: none!important;
    margin-bottom: 44px;
}
.news__img:before, .news__img:after{
	content: none;
}
.news__content{
	padding: 0;
}
.news .post__time{
	font-size: 20px;
	line-height: 1.65;
	padding-bottom: 0;
	margin-bottom: 50px;
}
.news .post__time:after{
    position: inherit;
    content: "";
    width: 72px;
    height: 3px;
    background: #75229C;
    display: inline-block;
    margin-left: 14px;
    bottom: -2px;
}
.news__content p{
	font-size: 26px;
	line-height: 165%;
	font-weight: 500;
	margin-bottom: 45px;
	height: 127px;
	overflow: hidden;
	
}
#cu{
	background-color: #75229C;
	background-image: url("/wp-content/themes/diasoft/img/omnichannel/contacts.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#cu .text-colored-wrap .text-colored{
	margin-bottom: 0;
}
#cu .btn, #cu .btn:hover{
	background: #397DFF;
}
.fancybox-is-open .fancybox-bg{
	background: rgba(117, 34, 156, 1);
}
.fancybox-slide:before, .fancybox-slide:after{
	content: none;
}
.fancy-popup, .fancy-popup .fancybox-close-small{
/*	background: transparent !important;*/
}
.fancy-popup__text h2, .fancy-popup__text span, .chek_form *, .fancybox-container small{
	color: #FFFFFF;
}
.wpcf7-spinner, .fancybox-container small br{
	display: none!important;
}
.contact-popup form p input[type=submit]{
	width: 100%;
	max-width: 638px;
	background: #CF5A38;
	font-size: 22px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0 auto 20px;
}
.fancy-popup {
    max-width: 1055px;
}
.fancy-popup__content span input:not([type=checkbox],[type=submit]), .fancy-popup__content span textarea{
	height: 80px;
	padding: 20px 38px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	border: none;
	margin-top: 0!important;
	width: 100%;
    max-width: 435px;
}
.fancy-popup__content span input:not([type=checkbox],[type=submit])::placeholde, .fancy-popup__content span textarea::placeholder{
	font-size: 24px;
}
.fancy-popup__content span input:not([type=checkbox],[type=submit]):active, .fancy-popup__content span textarea:active,
.fancy-popup__content span input:not([type=checkbox],[type=submit]):focus, .fancy-popup__content span textarea:focus{
	background: linear-gradient(180deg, #75229C 0%, #8D38B4 100%);
	box-shadow: 0px 15px 34px #811EB0;
	color: #FFF;
}
.omnc_hot_new_section {
	padding: 0;
}
.wpcf7-form p span:first-child{
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output, .contact-popup .wpcf7-response-output {
    border-color: #ce154c;
    padding: 15px;
    color: #fff;
}
main .btn_whatsapp {
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    background: #31ba45;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.banner_btn{
	left: 12%;
}
.header__search_btn{
    background-color: #D2A2E8;
}




:root{
	--swidth:62px;
	--height:62px;
}


/*Медиа*/
@media (max-width: 2000px){
	section h2 .text-border {
	    margin-bottom: -10px;
	}
	.width-wrap {
	    max-width: 1670px;
	    padding: 0 25px;
	}
	.main_ban_block h2 .text-border{
		font-size: 115px;
	}
	.under_title{
		font-size: 93px;
	}
	.under_title .omni:before{
		width: 110%;
		height: 95%;
	}
	.go-mobile{
		margin-top: 55px;
		margin-bottom: 25px;
		font-size: 30px;
	}
	.go-mobile~p, .main_ban_block_text b{
		font-size: 18px;
	}
	.py{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.banner_main_img{
		width: 100%;
		max-width: 900px;
	}
	.banner_main_img img{
		max-width: 100%;
	}
	.header__nav__link {
		font-size: 20px;
	}
	.omnc_hot_new_block_date{
		margin-bottom: 35px;
	}
	.omnc_hot_new_block_title{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.omnc_hot_new_block_anons{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.text-border, .text-colored-wrap .text-colored, .busarh_block h2 *{
		font-size: 70px;
	}
	.header__popup__content .nav__section__title {
	    font-size: 55px;
	    margin-bottom: 0;
	}
	.text-colored-wrap .text-colored{
		margin-bottom: 50px;
	}
	.bydb_block_item_hover{
		padding: 55px 55px 55px 70px;
	    min-height: 750px;
	}
	.bydb_block_item_title span, .bydb_block_item_title{
		font-size: 34px;
	}
	.bydb_block_item_title{
		margin-bottom: 25px;
	}
	.bydb_block_item_anons, .bydb_block_item_text p{
		font-size: 20px;
		margin-bottom: 26px;
	}
	main .btn{
		height: 62px;
		font-size: 18px;
	    padding: 20px 40px;
	}
	.bycr_block_item img{
		margin-bottom: 25px;
	}
	.bycr_block_item_title *, #mobp .lcnc_content_item__text p:first-child, .ap_title *,
	.op_title{
		font-size: 24px;
	}
	.bycr_block_item_text *{
		font-size: 18px;
	}
	.lcnc_under_title{
		margin-bottom: 80px;
	}
	.lcnc_under_title *{
		font-size: 42px;
	}
	.lcnc_content_item___title {
		padding-left: 60px;
	}
	.lcnc_content_item___title *{
		font-size: 34px;
	}
	.lcnc_content_item__text *, .ap_text *, .op_text *{
		font-size: 18px;
	}
	.lcnc_content_item__text strong{
		font-size: 20px;
	}
	.lcnc_content_item__text p{
		margin-bottom: 20px;
	}
	.lcnc_content_item__right_video:before{
		width: 107%;
	    height: 111%;
	}
	.lcnc_content_item__list_title{
		padding: 28px;
		font-size: 20px;
	}
	.lcnc_content_item__list_text *{
		font-size: 18px;
	}
	#uxui .lcnc_content_item__text{
		margin-bottom: 60px;
	}
	#uxui .lcnc_content_item__text *{
		font-size: 22px;
	}
	#uxui .uxui_list li{
		margin-bottom: 20px;
		padding-left: 95px;
	}
	#uxui .uxui_list li, #uxui .uxui_list li *{
		font-size: 18px;
	}
	#uxui .uxui_list li:before{
		width: 134px;
		background-position: right;
	}
	.busarh_block_list__title, .busarh_block_list__title span{
		font-size: 28px;
	}
	.busarh_block_list__item{
		height: 420px;
	}
	.busarh_block_list__item-hover{
		padding: 50px 30px 50px 45px;
	}
	.busarh_block_list__text{
		margin-top: 26px;
	}
	.busarh_block_list__text * {
		font-size: 18px;
	}
	#mobp .lcnc_content_item__text {
	    padding-right: 60px;
	    padding-left: 60px;
	}
	#mobp .lcnc_content_item__text p, .news__content p{
		font-size: 20px;
	}
	.chart{
		min-width: 460px;
		width: 460px;
		height: 460px;
	}
	.legend {
	    margin-left: 55px;
	}
	.caption-item{
		font-size: 16px;
		margin: 15px 0;
	}
	.mobp_list{
		margin-top: 0;
		margin-bottom: -65px;
	}
	.mobp_list li{
		font-size: 18px;
		margin-bottom: 65px;
	}
	.cyodc_number{
		font-size: 62px;
		margin-bottom: 20px;
	}
	.cyodc_title{
		font-size: 20px;
		margin-bottom: 15px;
		padding: 0 20px;
	}
	.cyodc_text{
		font-size: 16px;
		padding: 0 32px;
	}
	.cyodp_title *{
		font-size: 34px;
	}
	.ap_list {
	    gap: 85px 70px;
	}
	.op_list li{
		padding: 75px 40px 55px 55px;
		min-height: auto;
	}
	.op_list .op_img{
		width: 60px;
		height: 60px;
	}
	.op_list .op_img img{
		width: 100%;
	}
	.op_list .op_img:before{
	    transform: scale(0.7);
	}
	.news .post__time{
		font-size: 16px;
		margin-bottom: 35px;
	}
	.news__content p{
		margin-bottom: 35px;
	}
	
}
@media (max-width: 1600px){
	.py{
		padding: 80px 0;
	}
	.header__nav {
		width: 100%;
	}
	.header__nav__item {
		width: auto;
	-webkit-webkit-flex-grow: 1;
  	        flex-grow: 1;
	}
	.header__nav__link {
		font-size: 16px;
	}
	.header__language{
		height: 36px;
		width: 36px;
	}
	:root {
		--widht:36px;
	}
	.header__language__link{
		font-size: 14px;
		height: 36px;
		padding-left: 9px;
		padding-right: 9px;
	}
	:root{
		--swidth:36px;
		--height:36px;
	}
	header .header__right .btn{
		font-size: 16px;
		height: 36px;
		padding-left: 43px;
		padding-right: 43px;
	}
	.header__language__submenu {
	    width: 36px;
	    top: 33px;
	}

	.main_ban_block h2 .text-border{
		font-size: 82px;
	}
	.under_title{
		font-size: 69px;
	}
	.go-mobile{
		margin-top: 40px;
		font-size: 20px;
		margin-bottom: 33px;
	}
	.go-mobile~p, .main_ban_block_text b{
		font-size: 15px;
	}
	.banner_main_img{
	    max-width: 50%;
	    right: 15px;
	}
	.first-screen{
	    background-size: 100% 106%!important;
	}
	.omnc_hot_new_block{
		padding: 55px 133px 55px 66px;
	}
	.omnc_hot_new_block_date{
		font-size: 13px;
		margin-bottom: 25px;
	}
	.omnc_hot_new_block_title{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.omnc_hot_new_block_anons{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.news__more{
		font-size: 14px;
		margin-bottom: 30px;
	}
	main .btn{
		font-size: 14px;
		height: 46px;
	}
	.omnc_hot_new_block_img img{
		width: 100%;
	}
	.text-border, .text-colored-wrap .text-colored, .busarh_block h2 *{
		font-size: 52px;
	}
	section h2 .text-border, .news h2 .text-border {
	    margin-bottom: -5px;
	}
	.text-colored-wrap .text-colored{
		margin-bottom: 35px;
	}
	.bydb_block_item_hover{
		padding-bottom: 20px;
	}
	.bydb_block_item, .bydb_block_item_hover{
		min-height: 495px;		
	}
	.bydb_block_item_title span, .bydb_block_item_title{
		font-size: 22px;
	}
	.bydb_block_item_title{
		margin-bottom: 18px;
	}
	.bydb_block_item_anons, .bydb_block_item_text p{
		font-size: 14px;
	}
	.bydb_block_item_anons{
		height: 75px;
	}
	.news__more:after{
		width: 20px;
		height: 10px;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.bycr_block_item {
	    min-height: auto;
    }
	.bydb_block_item img{
		max-width: 190px;
		max-height: 147px;
	}
	.bydb_block_item.active .news__more:hover:after{
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
	.bycr_block_item_title *, .ap_title *, .op_title{
		font-size: 18px;
	}
	.bycr_block_item{
		padding-right: 90px;
	}
	.bycr_block_item_title *{
		margin-bottom: 18px;
	}
	.bycr_block_item_text *{
		font-size: 14px;
	}
	.lcnc_under_title{
		margin-bottom: 45px;
	}
	.lcnc_under_title *{
		font-size: 28px;
	}
	.lcnc_content_item___title{
		padding-left: 50px;
		margin-bottom: 30px;
	}
	.lcnc_content_item___title *{
		font-size: 22px;
	}
	.lcnc_content_item__text{
		padding-left: 58px;
	}
	.lcnc_content_item__text *, .ap_text *, .op_text *, .lcnc_content_item__list_text *,
	#uxui .uxui_list li, #uxui .uxui_list li *{
		font-size: 14px;
	}
	.lcnc_content_item__text strong{
		font-size: 16px;
		vertical-align: baseline;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__right{
        transform: translateY(-60px);
	}
	.lcnc_content_item__right{
		margin-bottom: 0;
	}
	.lcnc_content_item__left, .lcnc_content_item__right{
		width: 48%;
	}
	.lcnc_content_item.lcnc_content_item .lcnc_content_item__left .lcnc_content_item__text{
		margin-left: auto;
		width: 91%;
	}
	.lcnc_content_item{
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left{
		margin-bottom: 75px;
	}
	.lcnc_content_item.lcnc_content_item-2 .lcnc_content_item__right, .lcnc_content_item.lcnc_content_item-3 .lcnc_content_item__right,
	#uxui .lcnc_content_item__right{
		margin-bottom: 75px;
	}
	.lcnc_content_item__list_title{
		padding: 20px;
		font-size: 15px;
	}
	.lcnc_content_item__list_text{
		padding: 30px 18px;
	}
	.lcnc_content_item__left img, .lcnc_content_item__right img{
		max-width: 100%;
	}
	.lcnc_content_item__text {
	    padding-left: 0px;
	}
	#uxui .lcnc_content_item__text *, .busarh_info_mini_text *{
		font-size: 16px;
	}
	#uxui .uxui_list li:before {
		left: -53px;
		width: 100px;
	}
	#uxui .uxui_list li{
		padding-left: 80px;
	}
	#uxui .lcnc_content_item__left {
	    padding-right: 25px;
	}
	#uxui{
		padding-bottom: 45px;
	}
	.busarh_info_mini_text {
	    padding-right: 0px;
	}
	.busarh_block_list__item{
		height: 310px;
	}
	.busarh_block_list__title, .busarh_block_list__title span{
		font-size: 20px;
	}
	.busarh_block_list__text{
		margin-top: 20px;
	}
	.busarh_block_list__text *{
		font-size: 14px;
	}
	#mobp .lcnc_content_item__text {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.chart {
	    min-width: 330px;
	    width: 330px;
	    height: 330px;
	}
	.canvas{
		margin-bottom: 55px;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}
	.legend{
		margin-left: 32px;
	}
	.caption-item{
		margin: 10px 0;
		font-size: 13px;
	}
	.mobp_list li, #cyodp .mobp_list li {
	    font-size: 14px;
	    margin-bottom: 20px;
	    padding-left: 40px;
	    padding-right: 0;
	}
	.mobp_list{
		margin-bottom: -35px;
	}
	.mobp_list li:before{
		width: 26px;
		height: 25px;
	    background-size: contain;
	    left: 0;
	    top: 0;
	}
	#cyodc .lcnc_content_item__text{
		padding-left: 4%;
		font-size: 16px;
		margin-bottom: 50px;
		max-width: 702px;
	}
	.cyodc_item{
		padding: 32px 0;
	}
	.cyodc_number {
	    font-size: 42px;
	    margin-bottom: 20px;
	}
	.cyodc_title{
		font-size: 16px;
		margin-bottom: 20px;
		padding: 0 25px 0;
	}
	.cyodc_text{
		font-size: 13px;
		padding: 0 25px 0;
	}
	.cyodc_item:before {
	    border-bottom-width: 21px;
	    border-top-width: 21px;
	    border-left: 19px solid #c489e0;
	}
	.cyodc_item:after {
	    border-bottom-width: 21px;
	    border-top-width: 21px;
	    border-left: 19px solid #75229c;
	}
	.cyodc_list:before {
	    content: "";
	    width: 45px;
	    height: 45px;
    }
    .cyodp_block{
    	padding: 50px;
    }
    .cyodp_title *{
    	font-size: 24px;
    }
    #cyodp .mobp_list{
    	margin-left: 0;
    }
    #cyodp .mobp_list li{
    	margin-top: 30px;
    	margin-bottom: 0;
    }
    .ap_list{
    	margin-top: 40px;
    }
    .ap_list {
	    gap: 60px 55px;
	}
	.ap_list li:before{
		width: 25px;
		height: 25px;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
		margin-bottom: 20px;
	}
	.ap_title *, .op_title{
		margin-bottom: 16px;
	}
	.op_list li {
	    padding: 50px 30px 45px 40px;
	}
	.op_list .op_img{
		width: 45px;
		height: 45px;
		margin-bottom: 30px;
	}
	.news__img{
		margin-bottom: 25px;
	}
	.news .post__time{
		font-size: 13px;
		margin-bottom: 25px;
	}
	.news .post__time:after{
		height: 1.5px;
		width: 42px;
	}
	.news__content p{
		font-size: 16px;
		margin-bottom: 25px;
		height: auto;
	}
	.fancy-popup__content span input:not([type=checkbox],[type=submit]), .fancy-popup__content span textarea {
	    height: 65px;
	    padding: 15px 28px;
    }
    .busarh_block:not(:last-of-type) {
	    margin-bottom: 80px;
	}
	.busarh_block__icon{
		width: 55px;
	}
	.busarh_block__icon img{
		width: 100%;
	}
	.header {
	  padding: 0 15px;
	}
	.banner_btn {
		left: 8%;
	}
}
@media (max-width: 1300px){
	.busarh_block_list__item {
	    height: 360px;
	}
	.banner_btn {
		left: 9%;
	}
}
@media (max-width: 1200px){
	.header {
	  padding: 10px;
	}
	.main_ban_block {
	    padding-left: 45px;
	}
	.first-screen .wrapper-top h2 {
	    margin-top: -30px;
	}
	.main_ban_block h2:before{
		width: 7px;
		left: -40px;
	}
	.main_ban_block h2 .text-border {
	    font-size: 68px;
	}
	.under_title {
	    font-size: 56px;
	}
	.go-mobile {
	    margin-top: 20px;
	    font-size: 18px;
	    margin-bottom: 25px;
	}
	.go-mobile~p, .main_ban_block_text b{
	    font-size: 14px;
	}
	.go-mobile~p {
	    padding-left: 50px;
	}
	.omnc_hot_new_block_title {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.omnc_hot_new_block_anons {
	    margin-bottom: 30px;
	}
	.omnc_hot_new_block .news__more {
	    margin-bottom: 35px;
	}
	.omnc_hot_new_block {
	    padding: 35px 55px 35px 55px;
	}
	main .btn{
		min-width: auto;
		padding: 15px 30px;
	}
	
	.text-border, .text-colored-wrap .text-colored, .busarh_block h2 * {
	    font-size: 48px;
	}
	.bydb_block_item_hover{
		padding: 35px;
	}
	.bydb_block_item img {
	    max-width: 150px;
	    max-height: 117px;
	}
	.bydb_block_item_title span, .bydb_block_item_title {
	    font-size: 20px;
	}
	.bydb_block_item_anons {
	    height: 125px;
	}
	.read-more span{
		margin-right: 0;
	}
	.btn_block:before, .btn_block:after{
		z-index: -1;
	}
	.bycr_block_item {
	    padding-right: 0px;
	}
	.bycr_block_item img{
		height: 80px;
	}
	.lcnc_under_title {
	    margin-bottom: 35px;
	}
	.lcnc_under_title * {
	    font-size: 24px;
	}
	.lcnc_content_item___title {
	    padding-left: 30px;
	    margin-bottom: 25px;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left {
	    margin-bottom: 65px;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__right {
	    transform: translateY(0px);
	}
	.lcnc_content_item__list_title {
	    padding: 15px;
	    font-size: 14px;
	}
	.lcnc_content_item__list_text {
	    padding: 20px 15px;
	}
	.lcnc_content_item .btn_block{
		margin-bottom: 40px;
	}
	#uxui .lcnc_content_item__text {
	    margin-bottom: 0px;
	    width: 100%;
	}
	#uxui .uxui_list li {
	    padding-left: 65px;
	}
	#uxui .uxui_list li:before {
	    left: 0%;
	    width: 45px;
	    top: 9px;
	}
	.busarh_info_mini_text {
	    margin-bottom: 45px;
	}
	.busarh_block__icon {
	    width: 50px;
	    margin-bottom: 20px;
	}
	.busarh_block__icon:before {
	    transform: scale(0.7);
	}
	.busarh_block_list__title, .busarh_block_list__title span {
	    font-size: 18px;
	}
	.busarh_block_list__item-hover {
	    padding: 25px;
	}
	.busarh_block_list__text {
	    margin-top: 15px;
	}
	.busarh_block_list__text * {
	    font-size: 13px;
	}
	#mobp .lcnc_content_item{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	#mobp .lcnc_content_item__left,#mobp  .lcnc_content_item__right, #mobp .lcnc_content_item__text{
		width: 100%;
	}
	.legend {
	    margin-left: 32px;
	    height: 250px;
	    column-count: 1;
	    max-width: 100%;
	}
	#cyodc .lcnc_content_item__text{
		padding-left: 0;
	}
	.cyodc_list:before {
		content: none;
	}
	.cyodc_list.owl-carousel .owl-stage-outer{
		padding-left: 1px;
	    width: calc(100% + 20px);
	}
	.cyodc_item {
	    padding: 25px 0;
	    min-height: 295px;
	}
	.cyodc_number {
	    font-size: 38px;
	    margin-bottom: 20px;
	    line-height: 1.4;
	}
	.cyodc_title {
	    font-size: 18px;
	    margin-bottom: 15px;
	    padding: 0 0px 0;
	}
	.cyodc_text{
		font-size: 14px;
	}
	.cyodp_block {
	    padding: 35px;
	}
	.op_list li {
	    padding: 30px;
	}
	.fancy-popup__content span input:not([type=checkbox],[type=submit]), .fancy-popup__content span textarea{
		max-width: 375px;
	}
	.banner_btn {
		left: 8%;
	}

}
@media(max-width: 992px){
	.header__language__link{
		border: none;
	}
	.main_ban_block{
		padding-left: 0;
	}
	.first-screen .wrapper-top h2{
		margin-top: 0;
		margin-bottom: 30%;
	}
	.banner_main_img {
	    max-width: 62%;
	    right: 0%;
	}
	.main_ban_block h2:before{
		content: none;
	}
	.main_ban_block h2 .text-border {
	    font-size: 64px;
	}
	.under_title{
		font-size: 52px;
		padding-left: 10px;
	}
	.banner .width-wrap{
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	    padding-top: 22%;
	}
	.go-mobile~p {
	    display: block;
	    padding-left: 0;
	}
	.omnc_hot_new, .bydb_block, .lcnc_content_item, .lcnc_content_item__list ul,
	.canvas{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.omnc_hot_new_block_img{
		height: auto;
	}
	.omnc_hot_new_block_img, .omnc_hot_new_block, .bydb_block_item, .lcnc_content_item__left, .lcnc_content_item__right, 
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left, .lcnc_content_item.lcnc_content_item .lcnc_content_item__left .lcnc_content_item__text,
	.lcnc_content_item__list ul li {
		width: 100%;
	}
	.bydb_block_item.none-active{
		position: relative;
		z-index: -1;
	}
	#bydb .btn_block{
		z-index: 0;
	}
	.bydb_block_item{
		z-index: 2;
	}
	.bydb_block_item_anons {
	    height: 50px;
	}
	.bydb_block_item, .bydb_block_item_hover {
	    min-height: 395px;
	}
	.bydb_block_item_anons, .bydb_block_item_text p {
	    font-size: 16px;
	}
	.bycr_block_item img {
	    width: auto!important;
	}
	.bycr_block .owl-dots, .busarh_block_list .owl-dots, .op_list .owl-dots {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: -50px;
	    text-align: center;
	}
	.bycr_block .owl-dots .owl-dot, .busarh_block_list .owl-dots .owl-dot, .op_list .owl-dots .owl-dot  {
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    border: 1.5px solid #fff;
	    transition: all .2s ease-in-out;
	    margin: 0 20px;
	    border-radius: 100%;
	}
	.busarh_block_list .owl-dots .owl-dot, .op_list .owl-dots .owl-dot{
		border-color: #75229C;
	}
	.bycr_block .owl-dots .owl-dot.active {
	    background: #fff;
	    border-color: #fff;
	}
	.busarh_block_list .owl-dots .owl-dot.active, .op_list .owl-dots .owl-dot.active {
		background: #75229C;
	    border-color: #75229C;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__right{
		margin-bottom: 90px;
	}
	.lcnc_content_item__list ul li{
		-webkit-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
	.lcnc_content_item-2 .lcnc_content_item__right img, .lcnc_content_item-3 .lcnc_content_item__right img{
		max-width: 320px;
	}
	.lcnc_content_item.lcnc_content_item-2{
		margin-bottom: 40px;
	}
	#uxui .lcnc_content_item__text {
	    margin-bottom: 40px;
    }
    .busarh_block_list__item {
	    height: 390px;
	}
	.busarh_block_list__title, .busarh_block_list__title span {
	    font-size: 18px;
	}
	.busarh_block_list__text * {
	    font-size: 16px;
	}
	.chart{
		margin: auto;
	}
	.legend {
		margin-top: 10px;
		margin-left: 0;
		column-count: 0;
		width: 100%;
		height: auto;
	}
	.caption-list{
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.caption-item{
		width: 33%;
	}
	.ap_list {
	    gap: 30px 30px;
	}
	.ap_list li{
		-webkit-flex: 1 1 47%;
		    -ms-flex: 1 1 47%;
		        flex: 1 1 47%;
	}
	.op_list.owl-carousel .owl-stage{
		display: flex;
	}
	.fancy-popup__content span input:not([type=checkbox],[type=submit]), .fancy-popup__content span textarea {
	    height: 48px;
	    padding: 5px 22px;
	    margin: 10px;
	}
	.fancy-popup__text h2 {
	    font-size: 40px;
	    line-height: 1.4;
	    margin-bottom: 0px;
    }
	.banner_btn {
		left: 25px;
		bottom: 10%;
		top:auto;
	}
	main .row_ap .btn{
		margin-bottom: 25px;
	}
	.row_ap .col-lg-6{
		padding: 0;
	}

}
@media(max-width: 600px){
	.header__search_btn {
	    filter: contrast(0) brightness(10);
	    background-color: transparent;
	}
	.nav__section .text-colored-wrap .text-colored{
		font-size: 14px;
		margin-bottom: 0;
	    line-height: 20px;
	    padding: 2px 10px;
	    padding-left: 20px;
	    -webkit-text-fill-color:#fff;
	    color: #FFF;
	    font-weight: 600;
	    text-transform: capitalize;
	}
	.banner .width-wrap{
		padding-top: 33%;
	}
	.first-screen {
	    background-size: auto !important;
	    height: 885px;
	}
	.first-screen .wrapper-top h2{
		margin-bottom: 90%;
	}
	.go-mobile{
		margin-top: 0;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.go-mobile~p{
		font-size: 13px;
	}
	.banner_main_img{
		max-width: 80%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.banner_btn{
		bottom:7%;
	}
	.omnc_hot_new_block{
		padding: 35px 25px;
	}
	.btn_block{
		margin-top: 25px;
	}
	.py {
	    padding: 40px 0;
	}
	.width-wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
	.bydb_block_item_anons {
	    height: 110px;
	}
	.bydb_block_item, .bydb_block_item_hover {
	    min-height: 465px;
	}
	.btn_block:before, .btn_block:after{
		content: none;
	}
	#bycr, #ot{
		padding-bottom: 70px;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__left {
	    margin-bottom: 20px;
	}
	.lcnc_content_item.lcnc_content_item-1 .lcnc_content_item__right {
	    margin-bottom: 50px;
	}
	.caption-item {
	    width: 50%;
	    
	}
	.mobp_list, .cyodp_flex{
		margin-bottom: 0;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.mobp_list li, .cyodp_block{
		width: 100%;
	}
	#uv{
		display: none;
	}
	#ap {
	    background-repeat: no-repeat;
	    background-position: 17% -50%;
	    background-size: 250% 114%;
	}
	.bycr_block .owl-dots .owl-dot, .busarh_block_list .owl-dots .owl-dot, .op_list .owl-dots .owl-dot{
		margin: 0 15px;
	}
	.news__list{
		margin: 0;
		width: 100%;
	}
	.any-questions a {
		margin-top: 0;
		width: 100%;
	}
	.busarh_block {
	    margin-bottom: 60px;
	}
	.caption-item{
		margin: 5px 0;
	}
	section h2{
    	margin: 0;
    }
    .fancy-popup__text h2 {
	    font-size: 28px;
	    line-height: 1;
	    margin-bottom: 10px;
    }
    .contact-popup form p input:not([type=checkbox]), .contact-popup form p textarea{
    	margin: 20px 0;
    	font-size: 18px;
    }
    
    .chek_form{
    	margin: 20px 0;
    	font-size: 14px;
    }
    .chek_form label{
    	margin: 10px 0;
    	margin-right: 15px;
    }
    .wpcf7-list-item{
    	margin: 0;
    }
    .chek_form *{
    	font-size: 12px;
    }
    .lcnc_content_item___title{
    	border-left-width:4px;
    	padding-left: 15px;
    }
	#mobp .lcnc_content_item__text p:first-child{
		font-size: 22px;
	}

}
@media(max-width: 400px){
	.main_ban_block h2 * {
	    font-size: 44px !important;
	}
	.banner_main_img{
		top: 45%;
	}
	.busarh_block_list__text * {
	    font-size: 15px;
	}
	.busarh_block_list__item {
	    height: 375px;
	}
	main .btn{
		height: auto;
	    padding: 10px;
	}
	.bycr_block .owl-dots .owl-dot, .busarh_block_list .owl-dots .owl-dot, .op_list .owl-dots .owl-dot {
	    margin: 0px 10px;
	}
	.chart {
	    min-width: 0;
    }
    .fancy-popup {
	    padding: 35px 15px !important;
	}
	.banner_btn{
		bottom:8%;
	}
    
}
@media(max-width: 350px){
	.main_ban_block h2 * {
	    font-size: 34px !important;
	}
	.banner .width-wrap {
	    padding-top: 50%;
	}
	.bydb_block_item_anons, .bydb_block_item_text p {
	    font-size: 14px;
	}
	.lcnc_content_item-2 .lcnc_content_item__right img, .lcnc_content_item-3 .lcnc_content_item__right img {
	    max-width: 100%;
	}
	.caption-item {
	    width: 100%;
	}
	.bycr_block .owl-dots .owl-dot, .busarh_block_list .owl-dots .owl-dot, .op_list .owl-dots .owl-dot {
	    margin: 0 10px;
	}
	.lcnc_content_item___title * {
	    font-size: 18px;
	}
	.text-colored-wrap .text-colored {
	    margin-bottom: 15px;
	}
	.lcnc_content_item___title{
		padding-left: 25px;
		border-left-width:4px;
	}
	.cyodp_block {
	    padding: 25px;
	}
	#mobp .lcnc_content_item__text p:first-child{
		font-size: 18px;
	}
	#mobp .lcnc_content_item__text p, .news__content p{
		font-size: 16px;
	}
}