:root {
  --color-orange: #ff8900;
  --color-blue: #036e84;
  --color-dark: #333333;
  --color-grey: #e5e5e5;	
  --color-dark-o95: rgba(51,51,51,0.95);
}

body, html{
	padding: 0;
	margin: 0;
}

body{
    overflow-x: hidden;
}

body>*{
	transition: all 0.3s;
}

button:focus, input:focus, textarea:focus {
    outline: 1px solid var(--color-orange);
}


section{
	width: 100%;
    padding: 0px;
}

.container{
	max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	width: 100%;
	box-sizing: border-box;
	padding:20px;
}


.header{
    background-image: url('../source/image/bg2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 60px;
	background-color: var(--color-orange);
}

.menu{
    position: fixed;

}

.menu_contentLogo>img{
	height: 80px;
}

.menu_content{
	padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    width: 100%;
}

.menu_contentLink>ul{
	list-style-type: none;
	padding: 0px;
    margin: 0px;
	display: flex;
}

.menu_contentLink{
	display: flex;
    align-items: center;
	margin-left: 150px;
}

.menu_contentLink>ul>li>a{
	font-family: 'OpenSans-bold', Arial, sans-serif;
	text-decoration: none;
    color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
}
.menu_contentLink>ul>li{
    margin: 0px 7px;
	display: flex;
    align-items: center;
}

.menu_contentLink>ul>li>img{
	width:10px;
	opacity:0.7;
	margin-left:5px;
}

h1{
	font-family: 'OpenSans-bold', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 5em;
	margin-bottom: 0px;
}

.header_content>h1, .header_content>h2, .desHead{
	max-width: 645px;
	display: block;
	color: #fff;
}

.header_content>h2{
	font-size: 1.8em;
    line-height: 1.5;
	margin-top: 0px;
}

.desHead{
    font-size: 1.2em;
    line-height: 1.5;
}

.head_soc{
    display: flex;
}

.head_soc>a>img{
	width:35px;
}

.head_soc>a{
	text-decoration: none;
	margin: 0px 5px;
	display: flex;

}


button, input[type="submit"]{
	background: rgb(0,210,236);
	background: linear-gradient(0deg, rgba(0,210,236,1) 0%, rgba(3,104,126,1) 100%);
    color: #fff;
    border: none;
    border-radius: 3px;
	padding: 15px 35px;
	cursor:pointer;
}

.head_nt{
	display: flex;
    justify-content: space-between;
	margin-top: 40px;
}

.header_content{
    width: 100%;
}

.ease_work{
	background-image: url("../source/image/map.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 120px;
}

.ease_work_content{
	width: 100%;
    text-align: center;
}

.section_title>span{
	color: var(--color-dark);
    text-transform: uppercase;
    font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
	font-size:2em;
}

.section_title>div{
	width: 75px;
    height: 3px;
    background: var(--color-blue);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.ease_work_desc{
	display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 1.6em;
    text-transform: uppercase;
	line-height: 1.3;
}

.menu_content {
    transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
}

.scrollingDown{
	background:var(--color-dark-o95); 
	z-index: 10;
}

.scrollingDown>.container>.menu_content{
	padding-top: 10px;
    padding-bottom: 10px;
}

.scrollingDown>.container>.menu_content>.menu_contentLogo>img{
	height:60px;
}



.ease_work_itemBOX{
	display: flex;
	margin-top: 80px;
}

.ease_work_tl{
	font-size: 1.5em;
    text-transform: uppercase;
	font-family: 'OpenSans-Bold', Arial, sans-serif;
}


.ease_work_item{
	width: 30%;
    padding: 0px 3%;
}

.ease_work_img{
    margin: 20px 0px;
}


.ease_work_ds{
	font-size: 1.1em;
    line-height: 1.6;
    max-width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.why{

	background-color: #e5e5e5;
    position: relative; /* установка относительного позиционирования */
    justify-content: center;

    display: flex;
    align-items: stretch;
}

.container_wrapper {
	margin-left: calc((100% - 1300px) / 2);
}


.why>.container_wrapper>.container{
    margin-top: 40px;

	
}

.st_ex>span{
	color: var(--color-orange);
}

.st_ex>div{
	margin-left: 0;
}

.st_ex{
	margin-bottom:80px;
}

.why_box_item{
    display: flex;
	margin-bottom: 50px;
}

.why_item{
	display: flex;
    max-width: 45%;
    margin-right: 30px;
}


.why_box_item_content{
	display: flex;
}

.why_item_txt_tl{
    font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
	margin-bottom:10px;
	
}

.why_item_txt_tl, .why_item_txt_sp{
	
	color:#999999;
}

.why_item_txt_sp{
	line-height: 1.5;
	
}

.why_item_img>img{
	width: 40px;
    position: relative;
    top: -7px;
	
}

.why_item_img{
	margin-right: 5px;
}

.why_imgBox {
    flex-grow: 1;
    width: 30%;
    background-image: url("../source/image/whyBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.why_call{
	
	margin-bottom:40px;
}


.numbs{
    padding-bottom: 40px;
    padding-top: 40px;
	background-color:#f2f2f2;

}
.numbs_content{
	display: flex;
    width: 100%;
	justify-content: space-between;
}

.numbs_digit{
    font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
	color: var(--color-blue);
	font-size:4vw;
}

.numbs_item {

    text-align: center;
}

.numbs_item:last-child {
  margin-right: 0;
}

.numbs_item>span{
    font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
	color: var(--color-dark);
	text-transform: uppercase;
	font-size:1.5vw;
}


.category{
    padding-bottom: 80px;
    padding-top: 80px;
	
}

.category_list{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	
}


.category_item_img{
	width: 100%;
	padding-bottom: calc((195 / 295) * 100%);
    background: #ece4e2;
    border-radius: 7px;
	transition: background-size 0.3s ease;

}

.category_item_tlt{
	font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
    color: var(--color-dark);
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
	
}

.category_item_line{
	width: 50px;
    height: 3px;
    background: var(--color-blue);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}


.category_item {
	margin-right: 5px;
	margin-left: 5px;
    margin-bottom: 20px;
    width: 22%;
    height: 285px;

}

.category_item:nth-child(4n) {

}

.cIMG1{
	background-image: url("../source/image/1.jpg");
	background-size: 150%;
    background-repeat: no-repeat;
    background-position: 0% 90%;
}



.cIMG2{
    background-image: url("../source/image/2.jpg");
	background-size: 117%;
    background-repeat: no-repeat;
    background-position: 0% 95%;
}



.cIMG3{
    background-image: url("../source/image/3.jpg");
	background-size: 125%;
    background-repeat: no-repeat;
    background-position: 100% 22%;
}



.cIMG4{
    background-image: url("../source/image/4.jpg");
    background-size: 158%;
    background-repeat: no-repeat;
    background-position: 0% 75%;
}



.cIMG5{
    background-image: url("../source/image/5.jpg");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: 45% 90%;
}



.cIMG6{
    background-image: url("../source/image/6.jpg");
	background-size: 118%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}



.cIMG7{
    background-image: url("../source/image/7.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.cIMG8{
    background-image: url("../source/image/8.jpg");
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 0% 80%;
}



.cIMG9{
    background-image: url("../source/image/9.jpg");
	background-size: 85%;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-color: #ece4e2;
}



.cIMG10{
    background-image: url("../source/image/10.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.cIMG11{
    background-image: url("../source/image/11.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.cIMG12{
    background-image: url("../source/image/12.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.cIMG13{
    background-image: url("../source/image/13.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.cIMG14{
    background-image: url("../source/image/14.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.cIMG15{
    background-image: url("../source/image/15.jpg");
	background-size: 110%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.cIMG16{
    background-image: url("../source/image/16.jpg");
	background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}


.cIMG17{
    background-image: url("../source/image/17.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 85%;
}


.cIMG18{
    background-image: url("../source/image/18.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}




.cIMG19{
    background-image: url("../source/image/19.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.cIMG20{
    background-image: url("../source/image/20.jpg");
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: 100% 65%;
}


.leadForm{
	padding-bottom: 80px;
	padding-top: 80px;
}

.leadForm_content>.section_title{
	text-align: center;
	width: 100%;
}

.leadForm_content{
	width: 100%;
}

.leadFormPT1{
	display: flex;
	margin: 50px 0px;
}

.leadFormLFT>input{
	border:none;
	height: 50px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	margin-bottom: 20px;
}

.leadFormLFT>input:last-child{
	margin-bottom: 0px;
}

.leadFormRHT>textarea{
	border:none;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 90%;
	resize: none;
	padding-left: 20px;
	padding-top: 20px;
	box-sizing: border-box;

}


.leadFormLFT{
	display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.leadFormLFT, .leadFormRHT{
	width: 50%;
}

.leadFormRHT{
    padding-left: 20px;

}

.schemeWork{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f2f2f2;
}

.schemeWork_content>.section_title{
	text-align: center;
	width: 100%;
}

.schemeWork_content{
	width: 100%;
}


.schemeCenter2{
	background-color: #fff;
	width: 350px;
	height: 350px;
	border-radius: 350px;
	box-shadow: 0px 0px 10px 10px #ecefef;
	align-items: center;
    justify-content: center;
    display: flex;
}

.schemeBOX{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    top: -60px;
    left: 25px;
}

.schemeCenter2>img{
	width: 100px;
}

.circleDasBox{
	position: relative;
}

.circleDas{
	position: absolute;
    width: 350px;
    height: 350px;
    border: 3px dotted #d1d3d4;
    border-radius: 350px;
    left: -228px;
    top: -177px;
    transform: scale(1.3);
}

.schemeCenter{
	display: flex;
}

.mCircle{
	z-index: 1;
	position: relative;
}

.mCircle>svg{
	position: absolute;
}


.schemeCenter1>.mCircle:nth-child(1)>svg {
	top: -10px;
    left: -3px;
}
.schemeCenter1>.mCircle:nth-child(2)>svg{
	top: 61px;
    left: -53px;
}
.schemeCenter1>.mCircle:nth-child(3)>svg {
	top: 150px;
	left: -74px;
}
.schemeCenter1>.mCircle:nth-child(4)>svg {
    top: 238px;
    left: -61px;
}

.schemeCenter1>.mCircle:nth-child(5)>svg {
	top: 321px;
    left: -6px;
}



.schemeCenter3>.mCircle:nth-child(1)>svg {
	top: -10px;
    left: -36px;
}
.schemeCenter3>.mCircle:nth-child(2)>svg{
	top: 61px;
    left: 16px;
}
.schemeCenter3>.mCircle:nth-child(3)>svg {
	top: 150px;
	left: 35px;
}
.schemeCenter3>.mCircle:nth-child(4)>svg {
    top: 238px;
    left: 21px;
}

.schemeCenter3>.mCircle:nth-child(5)>svg {
	top: 321px;
    left: -33px;
}

.schemeCenter3>.mCircle:nth-child(6)>svg {
	top: 375px;
    left: -124px;
}

.schemeLeftItem, .schemeRightItem{
	display: flex;
}

.schemeIMGBOX{
	width: 110px;
	height: 110px;
	border-radius: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.LeftImg1{background-color: #00cee8;}
.LeftImg2{background-color: #03a9f4;}
.LeftImg3{background-color: #065381;}
.LeftImg4{background-color: #c46007;}
.LeftImg5{background-color: #f27404;}



.schemeLeftImg>.schemeIMGBOX{
	margin-left: 20px;
}

.schemeRightImg>.schemeIMGBOX{
	margin-right: 20px;
}

.schemeIMGBOX>img{
	width: 90%;
}

.schemeNMB, .schemeTLT{
	font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: var(--color-dark);
    text-transform: uppercase;
}

.schemeNMB{
	font-size: 1.5em;
}

.schemeLeft{
	margin-right: 80px;
	text-align: right;
}
.schemeRight{
	margin-left: 80px;
	text-align: left;
}

.schemeDSC{
	font-size: 0.85em;
    max-width: 150px;
    text-align: left;
}

.schemeLeftItemBox, .schemeRightItemBox{
	margin-bottom: 40px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(2)>.schemeLeftItem>.schemeLeftText>.schemeDSC{
	max-width: 110px;
}
.schemeLeft>.schemeLeftItemBox:nth-child(2)>.schemeLeftItem>.schemeLeftText>.schemeTLT{
	width: 153px;
    text-align: left;
}

.schemeLeft>.schemeLeftItemBox:nth-child(3)>.schemeLeftItem>.schemeLeftText>.schemeDSC{
	max-width: 184px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(3)>.schemeLeftItem>.schemeLeftText>.schemeTLT{
	width: 153px;
    text-align: left;
}

.schemeLeft>.schemeLeftItemBox:nth-child(4)>.schemeLeftItem>.schemeLeftText>.schemeTLT{
	width: 153px;
    text-align: left;
}
.schemeLeft>.schemeLeftItemBox:nth-child(4)>.schemeLeftItem>.schemeLeftText>.schemeDSC{
	max-width: 160px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(5)>.schemeLeftItem>.schemeLeftText>.schemeTLT{
	width: 195px;
    text-align: left;
}

.schemeRightItem{
	flex-direction: row-reverse;
}
.RightImg11{background-color: #00cee8;}
.RightImg10{background-color: #00cee8;}
.RightImg9{background-color: #03a9f4;}
.RightImg8{background-color: #03a9f4;}
.RightImg7{background-color: #065381;}
.RightImg6{background-color: #f27404;}

.schemeRight>.schemeRightItemBox:nth-child(1)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(1)>.schemeRightItem>.schemeRightText>.schemeDSC{
	max-width: 160px;
	margin-left: 20px;
}

.schemeRight>.schemeRightItemBox:nth-child(2)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(2)>.schemeRightItem>.schemeRightText>.schemeDSC{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(3)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(3)>.schemeRightItem>.schemeRightText>.schemeDSC{
	margin-left: 20px;
	max-width:190px;
}

.schemeRight>.schemeRightItemBox:nth-child(4)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(4)>.schemeRightItem>.schemeRightText>.schemeDSC{
	margin-left: 20px;
}

.schemeRight>.schemeRightItemBox:nth-child(5)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(5)>.schemeRightItem>.schemeRightText>.schemeDSC{
	margin-left: 20px;
}

.schemeRight>.schemeRightItemBox:nth-child(6)>.schemeRightItem>.schemeRightText>.schemeTLT{
	margin-left: 20px;
}
.schemeRight>.schemeRightItemBox:nth-child(6)>.schemeRightItem>.schemeRightText>.schemeDSC{
	margin-left: 20px;
	max-width:190px;
}

.schemeLeftItem, .schemeRightItem{
	position: relative;
}

.schemeLeft>.schemeLeftItemBox:nth-child(1)>.schemeLeftItem{
	top: 54px;
    left: 124px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(2)>.schemeLeftItem{
	top: 25px;
    left: 39px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(3)>.schemeLeftItem{
	top: 10px;
    left: -25px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(4)>.schemeLeftItem{
	top: 0px;
    left: 25px;
}

.schemeLeft>.schemeLeftItemBox:nth-child(5)>.schemeLeftItem{
	top: -17px;
    left: 77px;
}



.schemeRight>.schemeRightItemBox:nth-child(1)>.schemeRightItem{	
	top: 123px;
    left: -158px;
}


.schemeRight>.schemeRightItemBox:nth-child(2)>.schemeRightItem{	
	top: 98px;
    left: -69px;
}


.schemeRight>.schemeRightItemBox:nth-child(3)>.schemeRightItem{	
	top: 91px;
    left: 3px;
}


.schemeRight>.schemeRightItemBox:nth-child(4)>.schemeRightItem{	
	top: 75px;
    left: -60px;
}


.schemeRight>.schemeRightItemBox:nth-child(5)>.schemeRightItem{	
	top: 46px;
    left: -125px;
}


.schemeRight>.schemeRightItemBox:nth-child(6)>.schemeRightItem{	
	top: -20px;
    left: -210px;
}



.schemeRight>.schemeRightItemBox:nth-child(4)>.schemeRightItem>.schemeRightText{	
	position: relative;
    top: 16px;

}


.schemeRight>.schemeRightItemBox:nth-child(5)>.schemeRightItem>.schemeRightText{	
    position: relative;
    top: 26px;

}


.schemeRight>.schemeRightItemBox:nth-child(6)>.schemeRightItem>.schemeRightText{	
    position: relative;
    top: 72px;

}


.partners, .contacts{
	padding-bottom:80px;
	padding-top:80px;
}

.partners_content, .contacts_content{
	width: 100%;
    text-align: center;
}




.partnersLOGOBox{
	margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partnersLOGOItem{
	margin:20px;
}

.partnersLOGOItem>img{width:230px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(3)>img{width:400px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(2)>img{width:350px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(4)>img{width:300px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(6)>img{width:270px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(5)>img{width:125px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(8)>img{width:160px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(9)>img{width:300px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(11)>img{width:160px;}
.partnersLOGOBox>.partnersLOGOItem:nth-child(12)>img{width:160px;}


.contactsBox{
    display: flex;
    justify-content: center;
	align-items: flex-start;
		margin-top: 60px;
}


.contactsIMG{
    height: 50px;
    width: 50px;
    background: var(--color-grey);

}


.contactsTextTLT{
	text-transform: uppercase;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: var(--color-dark);
    max-width: 500px;
    text-align: left;
    font-size: 1.3em;
	margin-bottom: 5px;
}

.contactsTextDESC{
    max-width: 500px;	
}

.contactsIMGBOX{
    margin-right: 20px;
}

.contactsTextDESC>span{
	display: block;
    text-align: left;
	font-family: 'OpenSans-Light', Arial, sans-serif;
	font-size: 0.95em;
}


.contactsIMG{
	background-image: url("../source/image/ava.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    top: 7px;
}



.footerLOGO>img{
	width:270px;
}


footer{
	background-color:#f9f9f9;
	padding-top:40px;
	padding-bottom:40px;
}

.footer_content{
	display: flex;
    align-items: center;
	justify-content: space-around;
    width: 100%;
}

.footerLinks>span>a{
	text-decoration: none;
	color: #cccccc;
	font-size:0.95em;
	margin: 0px 2px;
}


.footerLinks>span{
	color: #cccccc;
	font-size:0.9em;
}


.footerSoc>a>img{
	width:40px;
}

.footerSoc>a{
	text-decoration: none;
	display:block;	
	margin: 0px 3px;
}

.footerSoc{
	display: flex;
    align-items: center;
    justify-content: center;		
	padding-bottom: 20px;
}


.menuMobileControl>img{
	width: 50%;
}

.menuMobileControl{
	display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--color-dark);
    border-radius: 100px;
    position: fixed;
    top: 20px;
    left: 3%;
    cursor: pointer;
	z-index: 10;
}



.opened{
	display:none;
}

.menuMobileContent{
	width:100vw;
	height:60vh;
	background: rgb(51,51,51);
	background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 70%, rgba(51,51,51,0.7315301120448179) 100%);
	display: none;
    position: fixed;
    z-index: 2;
}


.menuMobileContent>.menu_contentLink{
	margin-left:50px;
	align-items: start;
    margin-top: 120px;
}


.menuMobileContent>.menu_contentLink>ul{
	flex-direction: column;
}

.menuMobileContent>.menu_contentLink>ul>li{
	margin: 15px 0px;
}

.menuMobile{
	display:none;
}

.category_show{
	text-align: center;
    cursor: pointer;
	color: var(--color-blue);
	font-family: 'OpenSans-Bold', Arial, sans-serif;
	font-size:1.5em;
	margin-top: 40px;
	display:none;
}


/* Основной контейнер */
.category_slider {
	width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
	display:none;
}

/* Контейнер для слайдов */
.sliderList {
  display: flex;
  transition: all 0.3s ease;
}

/* Отдельный слайд */
.sliderItem {
  flex: 0 0 100%;
  height: 211px;
  background-color: #ccc;  /* Цвет фона для наглядности */
  background-size: cover;
}

/* Навигация */
.sliderNav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* Кнопка навигации */
.sliderNavCR {
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.category_slider {
	margin-bottom:40px;
	
}

.sliderNavCRActive{
	background: rgb(0,228,255);
	background: linear-gradient(0deg, rgba(0,228,255,1) 0%, rgba(3,88,109,1) 100%);	
	
}


.category_slider>.sliderList>.sliderItem:nth-child(1){	
    background-image: url("../source/image/10.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.category_slider>.sliderList>.sliderItem:nth-child(2){	
    background-image: url("../source/image/12.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.category_slider>.sliderList>.sliderItem:nth-child(3){	
    background-image: url("../source/image/8.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}




.niOK{
	display: block !important;
}

.notifiIMGBOX>img{
	width: 50px;
	display: none;
	margin-right: 5px;
}
.niError{
	width: 40px !important;
}

.notifiMun{
    font-size: 0.65em;
    position: relative;
    top: -23px;
    opacity: 0.5;
}


.notifiBOX{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    background: rgba(223, 223, 223, 0.56);
}

.notifiContent{
	display: flex;
    background: #fff;
    width: 30%;
    justify-content: center;
    padding: 50px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.2);
    border-radius: 20px;
    align-items: center;
}

.popupContent{
	display: flex;
    background: #fff;
    width: 50%;
    justify-content: center;
    padding: 50px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.2);
    border-radius: 20px;
    align-items: center;
}

.popup{
	width: 100vw;
    height: 100vh;
    position: fixed;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 54%, rgba(223,223,223,0.9018108464088761) 100%);
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.popupContent>.leadForm_formBox{
	width: 100%;
	padding: 10px;
}


.leadFormCALL{
	width: 100%;
	display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.leadFormCALL>input {
    border: none;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-bottom: 20px;
}

.popupContent>.leadForm_formBox>.section_title>span{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    font-size: 1.5em;
}

.popupContent>.leadForm_formBox>form>input[type="submit"]{
	margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}


.popupControl{
	background: var(--color-dark);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
	left: 72%;
    box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.2);
}

.popupControl>img{
	width: 70%;
}

.popupControlBox{position: relative;width: 100%;}


.chatWidgetIconBox{
	background: var(--color-dark-o95);
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
	
}


.chatWidget{
	display: flex;
    position: fixed;
    bottom: 50px;
    right: 50px;
}


.chatWidgetListBox>a{
    display: flex;
    background: var(--color-dark-o95);
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	margin-bottom: 10px;
	
}

.chatWidgetListBox{
	display: flex;
    flex-direction: column;
    align-items: center;

}


.closedChat{
	width:50%;
	display:none;
}

.chatWP{
    background: #01e675 !important;
}


.chatTG{
    background: #2fc6f6 !important;
}

.chatWidgetListBox{
	display:none;
}



.license{
	padding-top:80px;
	padding-bottom:80px;
}

.license_content{
	width: 100%;
    text-align: center;
}


.license>.container{
	overflow-x:hidden;
}



.license_slider> .sliderList>.sliderItem:nth-child(1){
    background-image: url("../source/image/test_SERT.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
}


.license_slider> .sliderList>.sliderItem:nth-child(2){
    background-image: url("../source/image/test_SERT.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
}


.license_slider> .sliderList>.sliderItem:nth-child(3){
    background-image: url("../source/image/test_SERT.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
}


/* 
.cIMG20:hover{background-size: 220%;}
.cIMG19:hover{background-size: 150%;}
.cIMG18:hover{background-size: 150%;}
.cIMG17:hover{background-size: 150%;}
.cIMG16:hover{background-size: 160%;}
.cIMG15:hover{background-size: 160%;}
.cIMG14:hover{background-size: 150%;}
.cIMG13:hover{background-size: 150%;}
.cIMG12:hover{background-size: 150%;}
.cIMG11:hover{background-size: 150%;}
.cIMG10:hover{background-size: 150%;}
.cIMG9:hover{background-size: 135%;}
.cIMG8:hover{background-size: 180%;}
.cIMG7:hover{background-size: 150%;}
.cIMG6:hover{background-size: 168%;}
.cIMG5:hover{background-size: 155%;}
.cIMG4:hover{background-size: 208%;}
.cIMG3:hover{background-size: 175%;}
.cIMG1:hover{background-size: 200%;}
.cIMG2:hover{background-size: 157%;}

 */
 
 .license_slider >.sliderList{
    width: 100%;

 }
 
  .license_slider >.sliderList>.sliderItem{
    flex: 0 0 calc(33.333% - var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
	padding-bottom: 5%; /* (435 / 705) * 100 = 20.42% */
	background-color: transparent;
	background-size: cover;
	background-position: center;

 }
 
 :root {
    --gap: 20px;
}

.license_slider>.sliderNav{
	position: static;	
	margin-top: 30px;
}


.license_slider{
	margin-top: 60px;
}


.license{
	display:none;
}