*, a, blockquote, input, li, p, span, textarea, time {
	line-height: 1.2;
}
.header__nav__link {
    color: rgba(0, 0, 0, 1);
}
.to-main-page {
    top: 9%;
}
.header__nav__link:hover {
  color: rgba(0, 70, 193, 1);      
}
.fixed .header__nav__link a{
    color: rgba(0, 0, 0, 1);
}
.header.fixed {
    background: #fff;
}

.header.fixed .header__nav__link:hover a{
  color: rgba(0, 70, 193, 1);
}

.logo_b {
  display: block!important;
}
.logo_w{
  display: none!important;
}

.header__nav__item {
  width: auto;
  min-width: auto!important;
}
.header__nav__item.active .header__nav__link, .header__nav__item:hover .header__nav__link {
	background: none;
}
.width-wrap {
  max-width: 1690px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
	
}
.main_banner {
  position: relative;
  height: 100vh;
  background-position: 63% 0;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.main_banner h1 {
  text-align: left;
  position: absolute;
  width: max-content;
  left: 235px;
  top: 160px;
  font-weight: 800;
    /*font-size: 68px;*/
    z-index: 10;
    line-height: 1.4;
}
.main_banner h1 span {
  font-size: 154px;
  line-height: 1.4;
  font-weight: 800;
  color: transparent;
}
.main_banner h1 .h1_on_title {
      font-weight: 800;
    color: rgba(0, 0, 0, 0);
    font-size: 70px;
    line-height: 1;
    text-stroke: 3px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 3px rgba(255, 255, 255, 1);

}
.to-main-page span {
  color: #000;
}
.main_banner .row {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.main_banner_video {
  margin-left: -74%;
  margin-top: 6px;
  width: max-content;
  /*left: -74%;*/
}
.main_banner_video video{
	position: relative;
	right: 0;
	top: 0;
}
.main_banner_video:before {
	content: "";
	display: block;
	background-image: url("/wp-content/themes/diasoft/img/compl/video.svg");
	position: absolute;
	top: -9%;
	right: 0;
	width: 70%;
	height: 100%;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right;
	transform: rotate(90deg);
	
}
.main_banner_video_img {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: block;
  width: 95%;
  transform: translate(2.8%, -15%);
}
.main_banner_video_svg {
  position: absolute;
  z-index: 2;
}
.main_banner_video_svg-1 {
  top: 9%;
  right: 17%;
  transform: rotate(31deg);
}
.main_banner_video_svg-2 {
  bottom: 9%;
  right: 41%;
  transform: rotate(33deg);
}
.main_banner_video_svg-3 {
  bottom: 9%;
  right: 3%;
  width: 250px;
}
.main_banner_title {
  font-weight: 800;
  font-size: 31px;
  color: rgba(0, 70, 193, 1);
  padding-left: 10px;
  line-height: 1.4;
  padding-bottom: 130px;
}
.under_ban {
     padding: 150px 0;
     background: url("/wp-content/themes/diasoft/img/compl/bcg_under_ban.png") no-repeat right / contain;
}
.under_ban_title-1 {
   font-style: normal;
    font-weight: 800;
    font-size: 93px;
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}
.under_ban_title-2 {
      font-weight: 800;
    font-style: normal;
    font-size: 93px;
    color: rgba(0, 70, 193, 1);
    line-height: 1;
    
}
.under_ban_text {
  margin-top: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  max-width: 670px;
}

section.tes {
  padding: 50px 0 130px;
  background-color: rgb(0, 70, 193);
  position: relative;
  overflow: hidden;
}
.tes_title {
  font-weight: 800;
  font-style: normal;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  max-width: 453px;
  line-height: 1.7;
}
.tes_list {
  padding: 0;
  margin: 0;
  margin-top: 150px;
  list-style-type: none;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list_item {
  counter-increment: none;
  max-width: 534px;
  position: relative;
}
.list_item {
  margin-bottom: 120px;
} 
.list_item:before {
  content: "";
  width: 230px;
  height: 170px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-65%,-67%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.7;
}
.list_item-1:before {
  background-image: url(/wp-content/themes/diasoft/img/compl/tes/tes1.webp);
}
.list_item-2:before {
  background-image: url(/wp-content/themes/diasoft/img/compl/tes/tes2.webp);
}
.list_item-3:before {
  background-image: url(/wp-content/themes/diasoft/img/compl/tes/tes3.webp);
}
.list_item-1, .list_item-3 {
	-webkit-align-self: center;
	        align-self: center;
}
.list_item-3 {
	margin-right: -33%;
}
.list_item-2 {
	-webkit-align-self: flex-end;
	        align-self: flex-end;
}
.list_item_title {
    font-weight: 800;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.list_item_text {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #FFF;    
}
.tes_img_list_icons {
	
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	   -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	     -o-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.tes_img_list_icons:before, .tes_img_list_bcg-1, .tes_img_list_bcg-2 {
	opacity: 0.07;
}
.tes_img_list_icons:before {
	content: "";
	width: 650px;
	height: 750px;
	display: block;
	background-image: url(/wp-content/themes/diasoft/img/compl/tes/tes_icon_bcg.webp);
	z-index: -1;
	left: 49px;
	top: -15%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.tes_img_list_icons img {
	height: 500px;
	width: 631px;
}
.tes_img_list_loop {
	right: -2%;
	top: 28%;
	width: 600px;
	height: 450px;
}

.tes_img_list_def {
	width: 400px;
	height: 280px;
	right: 4%;
	bottom: 0%;
}
.tes_img_list_bcg-2 {
	top: 20%;
	right: -20%;
	width: 650px;
	height: 750px;
}
.tes_img_list_bcg-1 {
	width: 650px;
	height: 750px;
	top: -10%;
	left: 45%;
}
@keyframes animbcg {
	0% {transform: matrix(1,0,0,1,0,0); animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,0,150); }
}
.tes_img_list_bcg-1, .tes_img_list_bcg-2 {
	animation-name: animbcg;
    animation-duration: 25s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;    
}

.number_block.about {
	margin-top: 50px;
	padding: 40px 0;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    background: #FFF;
    filter: drop-shadow(rgba(0, 70, 193, 0.4) -9px 7px 15px);
    backface-visibility: visible;
    will-change: filter, scroll-position, contents;
}
.number_block_count, .number_block_count span {
	font-size: 83px;
	line-height: 1.2;
	color: rgba(170, 57, 195, 1);
	font-weight: 800;
}
.number_block_count b {
	font-size: 47px;
	font-weight: 800;
    color: rgba(0, 0, 0, 1);
    vertical-align: baseline;
}
.number_block_name {
	font-size: 24px;
	line-height: 1.4;
	max-width: 210px;
}
.py-main {
	padding: 150px 0;
}
section#busar {
}

h2, h2 span {
	font-size: 75px;
	font-weight: 800;
	color: rgba(0, 70, 193, 1);
	line-height: 1;
	margin-bottom: 80px;
}
h2 span {
	color: #000;
	margin-bottom: 0;
}
.busar_list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    grid-gap:0.4%;
}
.busar_item {
	width: 33%;
	margin-bottom: 5px;
	padding: 30px 45px;
	min-height: 275px;
	position: relative;
	cursor: pointer;
}
.busar_item * {
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.busar_item_icon img{
	position: relative;
	width: auto;
	min-height: 45px;
	margin-bottom: 30px;
	z-index: 2;
}
.busar_item_icon_hide {
	display: none;
}

.busar_item_title {
	font-weight: 800;
	color: #000;
	font-size: 36px;
	width: 70%;
	line-height: 1;
	height: 105px;
	overflow: hidden;
	position: relative;	
}
.busar_item_title:before {
	content: "";
	display: block;
	width: 150px;
	height: 4.5px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: rgb(170 57 195);
}
.busar_item.gray:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(245 245 245)!important;
	position: absolute;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.busar_item_btn {
	text-transform: uppercase;
	margin-top: 15px;
	text-decoration: underline;
	display: inline-block;
	font-size: 16px;
}
.busar_item_hover {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
	border: 3px solid rgb(0 70 193);
	padding: 30px;
	background: #fff;
}
.busar_item_hover li {
	font-size: 24px;
	position: relative;
	margin: 12px 0;
	display: flex;
}
.busar_item_hover li:before {
	content: "•";
	font-size: 24px;
	color: #000;
	margin-right: 15px;
}
.busar_item_ar {
    background: url(/wp-content/themes/diasoft/img/compl/busar/busar_item_ar.png) no-repeat center / contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
    width: 60px;
    height: 52px;
    display: block;
    position: absolute;
    right: 45px;
    top: 30px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.busar_item:hover:before, .busar_item.active:before {
    opacity: 0;
    visibility: hidden;
}
.busar_item:hover .busar_item_title, .busar_item.active .busar_item_title{
	color: #FFF;
}
.busar_item:hover .busar_item_title:before, .busar_item.active .busar_item_title:before{
	background-color: #FFF;
}
.busar_item:hover .busar_item_btn, .busar_item.active .busar_item_btn{
	color: #FFF;
}
.busar_item:hover .busar_item_icon img, .busar_item.active  .busar_item_icon img{
	display: none;
}
.busar_item:hover .busar_item_icon .busar_item_icon_hide, .busar_item.active .busar_item_icon .busar_item_icon_hide{
	display: block!important;
}

.busar_item:hover .busar_item_ar {
    background: url(/wp-content/themes/diasoft/img/compl/busar/busar_item_ar_hover.png) no-repeat center / contain;
}

.busar_item.active .busar_item_ar {
    background: url(/wp-content/themes/diasoft/img/compl/busar/busar_item_ar_close.png) no-repeat center / contain;
}
.busar_item.active .busar_item_hover {
	z-index: 3;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.whats_block {
	margin-top: 100px;
}
section#feat {
	background-repeat: no-repeat;
	background-position: top;
	background-size: 110% 112%;
}
.feat_list {
    column-count: 2;
}
.feat_list li {
	font-size: 24px;
	margin-bottom: 60px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}
.feat_list li:before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/diasoft/img/compl/romb.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	width: 40px;
	height: 38px;
	margin-right: 23px;
	transform: rotate(180deg);
}
section#advant {
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: cover;
}
section#advant h2, section#advant h2 span {
	color: #FFF;
}
.advant_list {
	margin-bottom: 100px;
}
.advant_list li {
	font-size: 24px;
	margin-bottom: 60px;
	font-weight: 500;
	line-height: 1.4;
	display: flex;
	color: #FFF;
	max-width: 700px;
}
.advant_list li:before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/diasoft/img/compl/romb.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	width: 40px;
	min-width: 40px;
	height: 38px;
	margin-right: 23px;
	transform: rotate(180deg);
    filter: contrast(0) brightness(100);
}
.advant_text p{
	font-size: 38px;
	font-weight: 500;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 20px;
	max-width: 480px;
} 
.advant_form {
	text-align: center;
}
.advant_form .wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
}
.advant_form p span {
 	font-size: 18px;
 	color: #FFF;
 	margin-bottom: 20px;
 	display: block;
}
.advant_form small {
	font-size: 14px;
	color: #FFF;
	opacity: 0.6;
}
.advant_form p br {
	display: none;
}
.advant_form .chek_form *{
	color: #fff;
}

.advant_form input:not([type=submit]), .advant_form textarea {
	font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 23px;
    background: #fff;
    border: 2px solid rgb(0 70 193);
    /*-webkit-border-radius: 9px;*/
            /*border-radius: 9px;*/
    padding: 5px 20px ;
    width: 100%;
    max-height: 43px;
}
.advant_form input[type="checkbox"]{
	border: 1px solid #fff;
    width: 20px;
    height: 20px;
    margin: 7px 20px 0 -35px;
    display: block;
}
.advant_form textarea {
	resize: none;
	max-height: 42px;
}
.advant_form .btn {
	background-color: rgb(0, 70, 193);
    /*border-radius: 29px;*/
    box-shadow: rgb(0 0 0) 0px 0px 0px 0px inset;
    font-size: 18px;
    letter-spacing: 2.8px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.arpr_list {
	margin: 50px 0;
	background-color: rgb(170, 57, 195);
	padding: 50px 5%;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.arpr_list_item {
	max-width: 700px;
	width: 100%;
}
.arpr_list_item_info {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    margin-bottom: 30px;
}
.arpr_list_item_info img {
	width: 100px;
}
.arpr_list_item_title {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 24px;
}
.arpr_list_item_text {
	
}
.arpr_list_item_text li {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 1.4;
	display: flex;
	color: #FFF;
}
.arpr_list_item_text li:before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/diasoft/img/compl/romb.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	width: 40px;
	min-width: 40px;
	height: 38px;
	margin-right: 23px;
	transform: rotate(180deg);
    filter: contrast(0) brightness(100);
}
.cac_list {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
}
.cac_list ul {
	height: 400px; 
	display: block;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cac_list ul li {
	font-size: 26px;
	font-weight: 700;
	animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-flex-grow: 1;
	        flex-grow: 1;	
}
.cac_list ul li:hover {
    animation-play-state: paused;
	
}
.cac_list ul li:nth-of-type(3n){
	color: rgba(170, 57, 195, 1);
}
.cac_list ul li:nth-of-type(4n){
	color: rgba(0, 70, 193, 1);
}
.cac_list ul li:nth-of-type(5n + 2){
	font-weight: 700;
} 
.cac_list ul li:nth-of-type(4n + 1){
	font-weight: 400;
}
@keyframes cl1 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,470,207); opacity: 1; }
}

@keyframes cl2 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-118,-67); opacity: 1; }
}
@keyframes cl3 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-309,-68); opacity: 1; }
}

@keyframes cl4 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,97,-68); opacity: 1; }
}

@keyframes cl5 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-113,-141); opacity: 1; }
}

@keyframes cl6 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,111,67); opacity: 1; }
}

@keyframes cl7 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,117,67); opacity: 1; }
}
@keyframes cl8 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-98,68); opacity: 1; }
}

@keyframes cl9 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,310,69); opacity: 1; }
}

@keyframes cl10 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,505,1); opacity: 1; }
}

@keyframes cl11 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(0.5,0,0,0.5,0,0); opacity: 1; }
}
@keyframes cl12 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,505,1); opacity: 1; }
}
@keyframes cl13 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,497,-75); opacity: 1; }
}
@keyframes cl13 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,117,-141); opacity: 1; }
}
@keyframes cl14 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,117,141); opacity: 1; }
}

@keyframes cl15 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-494,76); opacity: 1; }
}

@keyframes cl16 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,-154,140); opacity: 1; }
}
@keyframes cl17 {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(0.7,0,0,0.7,0,0); opacity: 1; }
}


.cac_list ul li:nth-of-type(1) {
	animation-name: cl1;
	animation-delay: 2s;
}
.cac_list ul li:nth-of-type(2) {
	animation-name: cl2;
	animation-duration: 5s;	
}
.cac_list ul li:nth-of-type(3) {
	animation-name: cl3;
}
.cac_list ul li:nth-of-type(4) {
	animation-name: cl4;
}
.cac_list ul li:nth-of-type(5) {
	animation-name: cl5;
	animation-delay: 5s;
}
.cac_list ul li:nth-of-type(6) {
	animation-name: cl6; 
	animation-duration: 1s;	      
}
.cac_list ul li:nth-of-type(7) {
	animation-name: cl7;       
}
.cac_list ul li:nth-of-type(8) {
	animation-name: cl8; 
	animation-delay: 5s;  
	animation-duration: 2s;	   	    
}
.cac_list ul li:nth-of-type(9) {
	animation-name: cl9;       
}
.cac_list ul li:nth-of-type(10) {
	animation-name: cl10;    
	animation-duration: 7s;	   
}
.cac_list ul li:nth-of-type(11) {
	animation-name: cl11;       
}
.cac_list ul li:nth-of-type(12) {
	animation-name: cl12; 
	animation-delay: 4s;      
}
.cac_list ul li:nth-of-type(13) {
	animation-name: cl13;     
	animation-duration: 3s;	  
}
.cac_list ul li:nth-of-type(14) {
	animation-name: cl14;       
}
.cac_list ul li:nth-of-type(15) {
	animation-name: cl15; 
	animation-delay: 3s;      
}
.cac_list ul li:nth-of-type(16) {
	animation-name: cl16;       
}
.cac_list ul li:nth-of-type(17) {
	animation-name: cl17;     
	animation-duration: 4s;	  
}

.news {
	padding: 0;
}
.news__more {
    background-color: rgb(0,70,193);
    /*border-radius: 33px;*/
    border-width: 0px;
    border-color: rgb(0,0,0);
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    font-size: 23px;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 240px;
} 
.news__more:hover {
	background-color: rgb(170,57,195);
}
.news__list.owl-carousel .owl-item .news__item {
	margin: 0 auto;
	display: block;
	
}
.news__item {
	width: calc(33.3% - 10px);
	margin: 0 5px;
}
.news__content {
	text-align: center;
}
.news_img {
	position: relative;
	background-image: url("/wp-content/themes/diasoft/img/compl/bcg_case.webp");
	background-repeat: no-repeat;
	background-position: 100% 57%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	height: 500px;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	border: none;
    background-size: 102%;
}
.news_img::after, .news_img::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.news_img:after {
	width: 32px;
	height: 28px;
	display: block;
	background-image: url("/wp-content/themes/diasoft/img/compl/romb_blue.svg");
    top: 120px;
    left: 180px;
    transform: rotate(33deg);
    filter: brightness(0);
}
.news_img:before {
	display: block;
	background-image: url(/wp-content/themes/diasoft/img/compl/romb_purp.svg);	
	height: 55px;
	width: 63px;
	bottom: 90px;
	right: 160px;
	transform: rotate(33deg);
}

.news_img img {
	max-width: 200px;
}
.news__list.news__list_slider .owl-item:nth-child(odd) .news_img:after, .news__list_slider .news__item:nth-child(odd) .news_img:after{
	height: 55px;
	width: 63px;
	filter: none;
	top: 90px;
	left: 170px;
}
.news__list.news__list_slider .owl-item:nth-child(odd) .news_img:before, .news__list_slider .news__item:nth-child(odd) .news_img:before {
	width: 32px;
	height: 28px;
    bottom: 105px;
	right: 190px;
	filter: brightness(0);
	
}
.news .post__img img {
    max-height: 180px;
}
.news_name {
	font-weight: 800;
	color: rgba(0, 0, 0, 0);
	font-size: 30px;
	-webkit-text-stroke: 1.5px rgba(0, 70, 193, 1);
	text-stroke: 1.5px rgba(0, 70, 193, 1);
	max-width: 235px;
	text-transform: uppercase;
	text-align: center;
}
.post__text_name {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.news .post p {
	margin-bottom: 5px;
}
.post__text li {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.4;
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.post__text li::before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/diasoft/img/compl/romb.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 18px;
    margin-right: 15px;
    transform: rotate(180deg);
    margin-top: 3px;
}
.cs_text {
	margin-top: 120px;
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
}
.cs_text .btn {
	margin-top: 50px;
    background-color: rgb(170,57,195);
    /*border-radius: 72px;*/
    border-width: 0px;
    border-color: rgb(0,0,0);
    font-weight: 800;
    font-style: normal;
    color: rgb(255,255,255);
    font-size: 18px;
    letter-spacing: 2.4px;
    padding: 25px 40px;
    height: auto;
    width: auto;
}
.cs_text .btn:hover {
	background-color: rgb(0,70,193);
}
section#contact {
	position: relative;
	padding-top: 180px;
}
.contact_text *{
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
}
section#contact form * {
	width: 100%;
} 
section#contact form p span {
 	font-size: 22px;
 	color: #000;
 	margin-bottom: 20px;
 	display: block;
	text-align: center;
 	
}
section#contact form small {
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	text-align: center;
}
section#contact p br {
	display: none;
}

section#contact input:not([type=submit]), section#contact textarea {
	font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 23px;
    background: #fff;
    border: 2px solid rgb(0, 0, 0);
    /*-webkit-border-radius: 9px;*/
            /*border-radius: 9px;*/
    padding: 8px 20px ;
    width: 100%;
}
section#contact textarea {
	resize: none;
	max-height: 49px;
}
section#contact .btn {
	background-color: rgb(0, 70, 193);
    /*border-radius: 29px;*/
    box-shadow: rgb(0 0 0) 0px 0px 0px 0px inset;
    font-size: 18px;
    letter-spacing: 2.8px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
@keyframes an {
	0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
	100% {transform: matrix(1,0,0,1,0,150); opacity: 1; }
}
.contact_img {
	width: 700px;
	height: auto;
	position: absolute;
	z-index: -1;
	animation-name: an;
    animation-duration: 25s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}
.contact_img-1 {
	left: 0;
	top: 40%;
}
.contact_img-2 {
	top: 0;
	left: 40%;
}








@media(max-width: 1680px){
	.header__nav__item {
		min-width: 165px;
	}
	.main_banner h1 span {
		font-size: 120px;
	}
	.py-main {
		padding: 80px 0;
	}
	h2, h2 span {
		font-size: 66px;
		margin-bottom: 50px;
	}
	.main_banner_video {
		margin-left: -90%;	
	}
	.under_ban {
		margin-top: 200px;
	}
}
@media(max-width: 1500px){
	.main_banner_video {
		margin-left: -100%;
	}
	.main_banner h1 span {
		font-size: 98px;
	}
	.main_banner_title {
		font-size: 26px;
	}
	.main_banner_video_svg-3 {
		width: 200px;
	}
	.number_block_count, .number_block_count span {
		font-size: 68px;
	}
	.contact_text *, .cs_text {
		font-size: 30px;
	}
	h2, h2 span {
		margin-bottom: 30px;
	}
	.advant_list li {
		margin-bottom: 30px;
	}
	.py-main {
		padding: 60px 0; 
	}
	section#advant {
		background-repeat: no-repeat;
		background-position: center 0;
	}
	.news_name {
		font-size: 25px;
		max-width: 205px;
	}
	.news_img img {
	    max-width: 175px;
	}

}
@media(max-width: 1400px){
	.under_ban {
		margin-top: 50px;
	}
	.header__nav__item {
	    min-width: 130px;
	}
	.main_banner_video {
		margin-left: -74%;
	}
	.main_banner_video video {
		width: 1000px;
	}
	.main_banner_video {
		margin-top: 60px;
	}
	.to-main-page {
		top: 13%;
	}
	.under_ban_title-1, .under_ban_title-2 {
		font-size: 74px;
	}
	.busar_item_title {
		font-size: 26px;
	}
	.news_img img {
	    max-width: 165px;
	}
	.news_img {
		height: 400px;
	}
	.news_img::before {
		right: 110px;bottom: 60px;
	}
	.news_img::after {
		top: 90px;
		left: 140px;
	}
	.news__list.news__list_slider .owl-item:nth-child(2n+1) .news_img::after, .news__list_slider .news__item:nth-child(2n+1) .news_img::after {
		top: 65px;
		left: 125px;
	}
	.news__list.news__list_slider .owl-item:nth-child(2n+1) .news_img::before, .news__list_slider .news__item:nth-child(2n+1) .news_img::before {
		bottom: 85px;
		right: 135px;
	}
}
@media(max-width: 1300px){
	.main_banner_video:before {
		top: -8%;
	}
	.list_item_title {
		font-size: 20px;		
	}
	.list_item_text {
		font-size: 18px;
	}
	.tes_img_list_icons {
		left: -200px;
	}
	.number_block_count, .number_block_count span {
		font-size: 55px;
	}
	.feat_list li {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.feat_list li::before {
		min-width: 40px;
	}
	section#advant {
        background-size: 100% 110%;
	}
	.cac_list ul li {
		font-size: 21px;
	}
	.arpr_list_item_text li {
		font-size: 20px;
	}
	.arpr_list_item {
		max-width: 520px;
	}
	section#contact {
		padding-top: 80px;
	}
	.news__more {
		font-size: 20px;
	}
}
@media(max-width: 1200px){
	.main_banner_video {
	    margin-left: -105%;
	}
	.main_banner_video::before {
		height: 113%;
	}
	.main_banner h1 {
		left: 20%;
		top: 180px;
	}
	.main_banner h1 .h1_on_title {
		font-size: 50px;
	}
	.main_banner h1 span {
		font-size: 74px;
	}
	.main_banner_title, .under_ban_text {
		font-size: 20px;
	}
	.under_ban {
		padding: 80px 0;
	}
	.under_ban_title-1, .under_ban_title-2 {
		font-size: 52px;
	}
	.tes_img_list_icons {
		left: -90px;
	}
	.tes_img_list_icons img {
	    height: 350px;
	    width: 431px;
	}
	.tes_img_list_icons::before {
		width: 400px;
		height: 550px;
		left: 0;
	}
	.tes_img_list_bcg-2, .tes_img_list_bcg-1 {
		height: auto;
		width: 450px;
	}
	.tes_img_list_loop {
		width: 400px;
		height: auto;
	}
	.tes_img_list_def {
		width: 300px;
		height: auto;
	}
	.number_block_count, .number_block_count span {
		font-size: 44px;
	}
	.number_block_count b {
		font-size: 36px;
		vertical-align: top;
	}
	.busar_item {
		width: 49%;
	}
	section#advant {
	    background-size: 115% 105%;
	    background-position: center 320%;
	}
	@keyframes cl15 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-200,76); opacity: 1; }
	}
	@keyframes cl6 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-11,67); opacity: 1; }
	}
	@keyframes cl12 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-105,1); opacity: 1; }
	}
	@keyframes cl10 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-205,51); opacity: 1; }
	}
	.news__item:nth-child(3) {
		display: block;
	}
	.news__item {
	    width: calc(49.3% - 10px);
    }
    h2, h2 span {
    	font-size: 60px;
    }
}
@media(max-width: 992px){
	.main_banner_video {
		margin-left: -72%;
	}
	.main_banner h1 {
		top: 260px;
	}
	.main_banner h1 span {
		font-size: 56px;
	}
	.main_banner h1 .h1_on_title {
		font-size: 42px;
	}
	.tes_img_list_icons {
		display: none;
	}
	.list_item-2 {
		align-self: center;
	}
	.list_item-3 {
		margin-right: 0;
		align-self: center;
	}
	.list_item::before {
		width: 180px;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
	.number_block_name {
		max-width: 100%;
		margin-bottom: 20px;
	}
	section#advant {
	    background-size: cover;
	    background-position: center;
	}
	.news__item {
		width: 100%;
		margin-bottom: 25px;
	}
	.news_img {
	    height: 500px;
	    background-size: contain;
	    background-position: center -5px;
	}
	.contact_text {
		margin-bottom: 30px;
	}
	

}
@media(max-width: 756px){
	.width-wrap {
		padding: 0 40px;
	}
	.main_banner_video video {
		width: 100%;
	}
	.main_banner_video {
		margin-left: auto;
		margin-top: 15px;
		margin-right: auto;
		position: relative;
		left: -56vw;
	}
	.main_banner_title {
		padding-left: 50px;
	}
	.main_banner h1 {
		top: 150px;
		left: 40vw;
	}
	.main_banner .col-lg-6 {
		width: 50%;
	}
	.main_banner h1 .h1_on_title {
		font-size: 28px;
		text-stroke: 2px rgba(255, 255, 255, 1);
		-webkit-text-stroke: 2px rgba(255, 255, 255, 1);
	}
	.main_banner h1 span {
		font-size: 38px;
	}
	.main_banner h1 span:first-of-type {
		-webkit-text-stroke: 2px rgba(255, 255, 255, 1)!important;
		text-stroke: 2px rgba(255, 255, 255, 1)!important;
	}
	.main_banner h1 span:last-of-type {
		-webkit-text-stroke: 2px rgba(170, 57, 195, 1)!important;
		text-stroke: 2px rgba(170, 57, 195, 1)!important;
	} 
	.under_ban {
	    padding: 40px 0;
	}
	.under_ban_title-1, .under_ban_title-2 {
		font-size: 32px;
	}
	.main_banner_title, .main_banner {
		padding-bottom: 50px;
		height: auto;
	}
	.main_banner_title, .under_ban_text, .list_item_text {
		font-size: 16px;
	}
	.tes_title {
		font-size: 20px;
	}
	.tes_list {
		margin-top: 100px;
	}
	.list_item::before {
		transform: translate(50%,-55%);	
	}
	.list_item {
		margin-bottom: 60px;
	}
	.tes_img_list_def {
		right: 62%;
	}
	.tes_img_list_loop {
		right: -30%;
	}
	h2, h2 span {
		font-size: 44px;
	}
	.busar_item {
		width: 100%;
	}
	.busar_item_title {
		width: 90%;
	}
	.feat_list {
		column-count: 1;
	}
	section#feat {
		background-image: none !important;
	}
	.arpr_list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.news_img {
	    height: 400px;
	    background-size: 60%;
	    background-position: center -17px;
    }
    .cs_text .btn {
    	font-size: 16px;
    	width: 100%;
    }
    .contact_text *, .cs_text {
    	font-size: 22px;
    }
    section#contact form p span {
    	font-size: 19px;
    }
    .news_name {
	    font-size: 20px;
	    max-width: 199px;
	}
	@keyframes cl1 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,200,107); opacity: 1; }
	}

	@keyframes cl2 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,67); opacity: 1; }
	}
	@keyframes cl3 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,-48); opacity: 1; }
	}

	@keyframes cl4 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,97,-68); opacity: 1; }
	}

	@keyframes cl5 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-113,-100); opacity: 1; }
	}

	@keyframes cl6 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-11,67); opacity: 1; }
	}

	@keyframes cl7 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,117,67); opacity: 1; }
	}
	@keyframes cl8 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-98,68); opacity: 1; }
	}

	@keyframes cl9 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,15,69); opacity: 1; }
	}

	@keyframes cl10 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,51); opacity: 1; }
	}

	@keyframes cl11 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(0.5,0,0,0.5,0,0); opacity: 1; }
	}
	@keyframes cl12 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,1); opacity: 1; }
	}
	@keyframes cl13 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,26,-75); opacity: 1; }
	}
	@keyframes cl13 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,117,-141); opacity: 1; }
	}
	@keyframes cl14 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,20,141); opacity: 1; }
	}

	@keyframes cl15 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,76); opacity: 1; }
	}

	@keyframes cl16 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-24,100); opacity: 1; }
	}
	@keyframes cl17 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(0.7,0,0,0.7,0,0); opacity: 1; }
	}

	.cac_list ul li {
		font-size: 18px;
	}
	#arpr .width-wrap {
		padding: 0;
	}
	#arpr .width-wrap h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.tes {
		padding-bottom: 60px;
	}
	.cs_text {
		margin-top: 60px;
	}
	.news__list .owl-dots {
	     display: block !important; 
	}
	.news__list {
		width: calc(100% + 40px);
	}
}
@media(max-width: 576px){
	.width-wrap {
		padding: 0 20px;
	}
	.main_banner_video video, .main_banner .col-lg-6 {
		width: 100%;
	}
	.main_banner_title {
		padding-left: 20px;
	}
	.main_banner_video {
		margin-left: auto;
		margin-top: 15px;
		margin-right: auto;
		position: relative;
		left: -96vw;
	}
	.main_banner h1 {
		top: 150px;
		left: 15px;
	}
	.main_banner h1 .h1_on_title {
		font-size: 28px;
		text-stroke: 2px rgba(255, 255, 255, 1);
		-webkit-text-stroke: 2px rgba(255, 255, 255, 1);
	}
	.main_banner h1 span {
		font-size: 38px;
	}
	.main_banner h1 span:first-of-type {
		-webkit-text-stroke: 2px rgba(255, 255, 255, 1)!important;
		text-stroke: 2px rgba(255, 255, 255, 1)!important;
	}
	.main_banner h1 span:last-of-type {
		-webkit-text-stroke: 2px rgba(170, 57, 195, 1)!important;
		text-stroke: 2px rgba(170, 57, 195, 1)!important;
	} 
	.under_ban {
	    padding: 40px 0;
	}
	.under_ban_title-1, .under_ban_title-2 {
		font-size: 32px;
	}
	.main_banner_title, .main_banner {
		padding-bottom: 50px;
		height: auto;
	}
	.main_banner_title, .under_ban_text, .list_item_text {
		font-size: 16px;
	}
	.tes_title {
		font-size: 20px;
	}
	.tes_list {
		margin-top: 100px;
	}
	.list_item::before {
		transform: translate(50%,-55%);	
	}
	.list_item {
		margin-bottom: 60px;
	}
	.tes_img_list_def {
		right: 62%;
	}
	.tes_img_list_loop {
		right: -30%;
	}
	h2, h2 span {
		font-size: 44px;
	}
	.busar_item {
		width: 100%;
	}
	.busar_item_title {
		width: 90%;
	}
	.feat_list {
		column-count: 1;
	}
	section#feat {
		background-image: none !important;
	}
	.arpr_list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.news_img {
	    height: 400px;
	    background-size: cover;
	    background-position: -9px -17px;
    }
    .cs_text .btn {
    	font-size: 16px;
    	width: 100%;
    }
    .contact_text *, .cs_text {
    	font-size: 22px;
    }
    section#contact form p span {
    	font-size: 19px;
    }
    .news_name {
	    font-size: 20px;
	    max-width: 199px;
	}
	@keyframes cl1 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,200,107); opacity: 1; }
	}

	@keyframes cl2 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,67); opacity: 1; }
	}
	@keyframes cl3 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,-48); opacity: 1; }
	}

	@keyframes cl4 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,97,-68); opacity: 1; }
	}

	@keyframes cl5 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-113,-100); opacity: 1; }
	}

	@keyframes cl6 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-11,67); opacity: 1; }
	}

	@keyframes cl7 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,117,67); opacity: 1; }
	}
	@keyframes cl8 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-98,68); opacity: 1; }
	}

	@keyframes cl9 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,15,69); opacity: 1; }
	}

	@keyframes cl10 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,51); opacity: 1; }
	}

	@keyframes cl11 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(0.5,0,0,0.5,0,0); opacity: 1; }
	}
	@keyframes cl12 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,1); opacity: 1; }
	}
	@keyframes cl13 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,26,-75); opacity: 1; }
	}
	@keyframes cl13 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,117,-141); opacity: 1; }
	}
	@keyframes cl14 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,20,141); opacity: 1; }
	}

	@keyframes cl15 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-15,76); opacity: 1; }
	}

	@keyframes cl16 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(1,0,0,1,-24,100); opacity: 1; }
	}
	@keyframes cl17 {
		0% {transform: matrix(1,0,0,1,0,0); opacity: 1; animation-timing-function: linear}
		100% {transform: matrix(0.7,0,0,0.7,0,0); opacity: 1; }
	}

	.cac_list ul li {
		font-size: 18px;
	}
	#arpr .width-wrap {
		padding: 0;
	}
	#arpr .width-wrap h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.tes {
		padding-bottom: 60px;
	}
	.cs_text {
		margin-top: 60px;
	}
	.news__list .owl-dots {
	     display: block !important; 
	}
	.news__list {
		width: calc(100% + 40px);
	}
}
@media(max-width: 412px){
	.main_banner_video {
		left: -99vw;
	}
	.news_img {
	    height: 450px;
	    background-size: cover;
	    background-position: center -5px;
	}
}
@media(max-width: 400px){
	.main_banner_video {
	    left: -107vw;
	}
}
@media(max-width: 376px){
	.main_banner_video {
		left: -115vw;
	}
	.main_banner h1 .h1_on_title {
		font-size: 26px;
	}
	.main_banner h1 span {
		font-size: 29px;
	}
	h2, h2 span {
		font-size: 30px;
	}
	.feat_list li, .advant_list li, .advant_text p {
		font-size: 18px;
	}
	.advant_text p {
		font-size: 28px;
	}
	.arpr_list_item_text li::before, .advant_list li::before, .feat_list li::before {
		margin-right: 15px;
		width: 35px;
		min-width: 35px;
		height: 35px;
	}
	.cs_text .btn {
		letter-spacing: 1px;
	}
	.busar_item {
		padding: 20px;
		min-height: 250px;
	}
	
}
@media(max-width: 325px){
	.main_banner_video {
	    left: -159%;
	}
	.main_banner_title {
		padding-left: 0;
	}
	.under_ban_title-1, .under_ban_title-2 {
		font-size: 26px;
	}
	.under_ban {
	    background-position-x: 300%;
	}
	.arpr_list_item_title {
		font-size: 18px;
	}
	.arpr_list_item_info img {
		width: 75px;
	}
	.cac_list ul li {
		font-size: 16px;
	}
	#cs .width-wrap:first-of-type {
		padding: 0;
	}
	.cs_text .btn {
		padding: 15px;
	}
	.contact_text *, .cs_text {
		font-size: 18px;
	}
	section#contact form p span {
		font-size: 16px;
	}
	.cs_text {
		margin-top: 60px;
	}
	
}
.chek_form div {
	line-height: 25px;
}
section#contact  .chek_form {
	margin-left: 0;
}
section#contact .chek_form p {
	display: none;
}
section#contact  .chek_form span {
	width: 30px;
	margin-left: 0;
	padding-top: 3px;
}
section#contact  .chek_form  div {
	width: auto;
}