body {
	margin: 0;
	font: 0.92em/1.4 Arial, sans-serif;
	background: #fff;
	color: #000;
}
button, 
button:active, 
button:focus {
    outline: none;
}
p.justifyleft {text-align:left}

p.justifyright{text-align:right}

p.justifyfull{text-align:justify}
p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;   
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;  
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;   
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}
@font-face {
    font-family: 'Akrobat-semibold';    
    src:url('Akrobat-semibold.otf') format('truetype');
}
.wrapper {
  /*  box-shadow: 0 0 20px #ccc;*/
    max-width: 1400px;
    margin: 0 auto;
}

/*Search*/
.search-header{
	padding-top: 1rem;
    padding-bottom: 1rem;	
}
.tb-search{
    display: table;
    width: 100%;
}

.td-search{
    display: table-cell;
    vertical-align: middle;
}

.search-header input, button
{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

#cover
{
	background-color: #ccccd4;
}

.search-header input[type="text"]
{
    width: 350px;
    height: 40px;
    font-size: 1rem;
    line-height: 1;
	padding-left: 1rem;
}

.search-header input[type="text"]::placeholder
{
    color: #fff;
	padding:5px;
}

#s-cover
{
    width: 1px;
    padding-left: 35px;
}

.search-header button
{
    position: relative;
    display: block;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

#s-circle
{
    position: relative;
    top: -5px;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-width: 1px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.search-header button span
{
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 10px;
    height: 9px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

.search-header button span:before, .search-header button span:after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
}

#s-cover:hover #s-circle
{
    top: -1.5px;
    width: 20px;
    height: 2px;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px;
}

#s-cover:hover span
{
    top: 50%;
    left: 20px;
    width: 15px;
    margin-top: -9px;
    transform: rotateZ(0);
}

#s-cover:hover button span:before
{
    bottom: 5px;
    transform: rotateZ(52deg);
}

#s-cover:hover button span:after
{
    bottom: -5px;
    transform: rotateZ(-52deg);
}
#s-cover:hover button span:before, #s-cover:hover button span:after
{
    right: 5px;
    width: 15px;
    background-color: #fff;
}
@media (max-width: 480px){
.search-header{
	display: none!important;
}
}
/*Header*/
.titel-header-block{
	margin: auto;
    text-align: center;
    padding: 20px;
    position: absolute;

}
@media (max-width: 480px){
.titel-header-block{
	display: none!important;
}
}


.header-block{
	justify-content: space-between!important;
	/*margin-bottom: 1rem;*/
}
.carousel-item{
    max-height: 500px;
}
.logo{}
.contact{
    display: flex;
    flex-wrap: wrap;
	text-align: right;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
	font-size: 18px;
	max-width: 700px;
}
.time-phone{margin-left: auto;color:#29317A}
.email, .phone{
	margin-top: auto;
	margin-left: auto;
}
.phone{
	font-size: 45px;
	-webkit-text-stroke: 1px rgba(0,0,0,1);
	width: 300px;

}
.email{
	text-align: right;
    padding: 0;
}
.email a{
	color: #29317A;
	font-size: 26px;
}
@media (max-width: 480px){
.header-block{
	flex-wrap: wrap;
}
.logo, .logo img{width: 100%;}
}

/*Menu*/
.full-menu{
	background: #C5D9F7;
	position: relative;
    top: 0;
    width: 100%;
	z-index: 5;
	transition: 3s;
}
.nav-block{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.computer-menu ul{
	padding: 0;
	z-index: 2;
	margin: 0;

}
.computer-menu li{
	list-style-type: none;
    font-family: 'Akrobat-semibold';
    font-size: 1.2rem;
	padding: 0;
}
.computer-menu li a{
	text-transform: uppercase;
	color:#000;
	padding: 1.5rem 1rem;
}
.nav-b:hover a{
	color: #fff;
}
.nav-b{
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.nav-b:hover{
	background: #b1b1bb;
}
.submenu {
	position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #b1b1bb;
  left: 10%;
  max-width: 40rem;
  border-radius: 0% 0% 30px;
}
.submenu li{
	margin: 5px 0px;
    padding: 5px 0px;
	text-align: left;
	float: left;
    width: 20rem;
}
.submenu li:hover{
	background: #ccccd4;
	}

.submenu li a{
	color:#fff;
	text-transform: none;
    text-decoration: none;
	padding: 0;
    margin: 0;
}
.submenu li p{
	color:#fff;
	text-transform: none;
    text-decoration: none;
	padding: 0;
    margin-left: 1rem;
    margin-bottom: 0;
}
.computer-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
/*fix-menu*/
.logo-nav, .contact-nav{
	opacity: 0;
    width: 0;
    flex: none;
}
.logo-nav:hover, .contact-nav:hover{
	background: #fff;
}
.logo-nav{
	max-width: 200px;
	transition: 3s;
}
.contact-nav {
	height: 0;
	transition: 3s;
}
.full-contact-menu{
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
}
.email-menu a{
	font-size: 0rem;
    text-transform: none!important;
	color: #272a7b!important;
	padding: 0rem;
	transition: 2s;
}
#contact-nav{
	max-width: 250px;
	transition: 3s;
}
.phone-menu{
	transition: 2s;
}
.time-phone-menu{
	transition: 2s;
}
#img-logo-nav{
	width: 0;
	max-width: 150px;
	transition: 3s;
}
.content-projects-block{
	max-width: 900px;
}
.content-projects-block img{
	width: 100%;
    height: 100%;

}
.content-projects-block p{
	text-indent: 0px!important;
}
/*heder-slider*/
.header-slider{
	position: relative;
}
.carousel-control-next-icon{
	background-image: url(/img/technical/arrow-r.png);
}
.carousel-control-prev-icon{
	background-image: url(/img/technical/arrow-l.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 40px;
    height: 80px;
}
/*content*/
.content{
	background: #fff;
}
/*index-content*/
.index-content, .index-block{
	padding:2rem 0rem 1rem 0rem;
}
.title-index{
	text-align: center;
}
.title-index h1{
	font-size: 2rem!important;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1.2;
	color: #25499a;
}
.full-index-content{
	padding:1rem 0rem;
}
.full-index-content h1{
	color: #4b539c;
    font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(75 83 156);
}
.full-index-content h2{
	font-size: 1.2rem;
	color: #4b539c;
}
.full-index-content p, .full-index-content ul{
	font-size: 1rem;
    line-height: 1.5rem;
    text-indent: 20px;
    text-align: justify;
}
.index-block .owl-carousel{
	display: flex;
	flex-wrap: wrap;
}
.button-item-1{
	/*background-image: url(/img/technical/index-button1.jpg);*/
	background-image: url(/img/technical/index-button2.jpg);
}
.button-item-2{
	background-image: url(/img/technical/index-button2.jpg);
}
.button-item-1, .button-item-2{
	background-size: cover;
    background-position: center center;
	cursor: pointer;
	position: relative;
}
.index-button{
	text-align: center;
    font-size: 1.5rem;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
}
.index-button p{
	margin: 0;
	padding: 2rem;
}
.index-button .dark-index{
	background-color: rgba(0,0,0,.55);
	color:#b1b1bb;
}
.index-button .activ .dark-index{
	background-color: rgba(0,0,0,0);
	color:#000;
}
.dark-index:after{
	content: '';
    position: absolute;
	opacity: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/img/technical/shadow1.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
	transition: .5s;

}
.index-button:hover .dark-index:after{
	opacity: 1;
}
.index-button .activ .dark-index:after{
	content: '';
    position: absolute;
	opacity: 1;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/img/technical/shadow1.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
	transition: 3s;
}

.block-equipment{
	width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.cart-equipment{
	display: flex;
	width: 33%;
	padding: 1rem;
}
.cart-product-equipment{
	display: flex;
	width: 50%;
	padding: 1rem;
}
.cart-img, .project-img{
	border: 2px solid #B1B1BB;
	background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.cart-product-equipment .cart-img{
	background-size: contain;
}
.cart-text{
	padding-left: 1rem;
	max-width: 250px;
	position: relative;
	height: 210px;
}
.cart-text h3, .project-text h3{
	font-size: 1.5rem;
    font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(0,0,0,1);
	margin-bottom: 15px;
}
.cart-text p, .project-text p{
	margin-bottom: 0.5rem;
}
.cart-text a, .project-text a{
	font-size: 1rem;
    font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	text-decoration: none;
	color: #000;
	/*-webkit-text-stroke: 1px rgba(0,0,0,0.5);*/
}
.project-text a{
	font-size: 1.5rem;
}
.cart-text a:hover, .project-text a:hover{
	color: #4b539c;
	/*-webkit-text-stroke: 0px rgba(75, 83, 156,0.5);*/
}
.cart-text a:hover h3{
	-webkit-text-stroke: 1px rgba(75,83,156,1);
}
.cart-text-b{
	border: 2px solid #B1B1BB;
	bottom:0;
	text-align: center;
	width: max-content;
	position: absolute;
}
.cart-text-b:hover{
	border: 2px solid #4b539c;
	background-color: #4b539c;
}
.cart-text-b a{
	padding: 0.5rem 1rem;
	font-size:14px;
	margin: 0;
	text-decoration: none;
	color:#B1B1BB;
	-webkit-text-stroke: 0px rgba(0,0,0,0.5);
}
.cart-text-b a:hover{
	text-decoration: none;
	color:#fff;
}
.index-cart-project{
	display: flex;
	width: 50%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-bottom: 2rem;
}
.project-text{
	padding-left: 1rem;
	width: auto;
	position: relative;
	height: 210px;
}
.project-text-b{
	border: 2px solid #B1B1BB;
	bottom:0;
	text-align: center;
	width: max-content;
	position: absolute;
}
.project-text-b a{
	padding: 0.5rem 1rem;
	font-size:14px;
	margin: 0;
	text-decoration: none;
	color:#B1B1BB;
	-webkit-text-stroke: 0px rgba(0,0,0,0.5);
}
.project-text-b:hover{
	border: 2px solid #4b539c;
	background-color: #4b539c;
}
.project-text-b a:hover{
	text-decoration: none;
	color:#fff;

}
.design-works p, .design-works a{
	font-size: 1.3rem!important;
}
@media (max-width: 480px){
.cart-equipment{
	width: 100%;
	}
}
/*h1-header*/
.h1-header{
	display: flex;
    padding: 0rem 0rem 1rem 0rem;
	margin: 0!important;
}
.h1-header h1{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	font-size:2rem;
	margin: 0;
    text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgb(75, 83, 156,1);
	color: #4b539c;
}
.h1-line{
	border-bottom: 2px solid #4b539c;
	width: 100%;
    height: 50%;
}
/*h2-header*/
.h2-header{
	display: flex;
    padding: 2.5rem 0rem;
}
.h2-header h2{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	font-size:2rem;
	margin: 0;
    text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(0,0,0,1);
}
.completed-project .h2-header h2, .technology-work .h2-header h2{
	-webkit-text-stroke: 1px rgba(255,255,255,1);
	color: #fff;
}
.h2-line{
	border-bottom: 2px solid #fff;
	width: 100%;
    height: 50%;
}
.content-block-page .h2-line{
	border-bottom: 2px solid #000;
	width: 100%;
    height: 50%;
}
.map .h2-line{
	border-bottom: 2px solid #B1B1BB;
	width: 100%;
    height: 50%;
}
/*question*/
.question{
	background-color: #EBEBF2;
}
.question-block{
	padding-bottom: 2rem;
}
.question-block, .men-question, .form-question{
	display: flex;
    flex-wrap: wrap;
}
.men-question, .form-question{
	display: flex;
    flex-wrap: wrap;
}
.men-question{width: 45%;}
.form-question{width: 55%;}
.photo-maneger{
	width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 2rem;
}
.name-maneger{
	 padding: 1rem;
}
.name-maneger h4{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(0,0,0,1);
}
.name-maneger p{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
	line-height: 1;
	font-size:1.5rem;
	text-align: left;

}
.form-block-group{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 1rem;
}
.block-label{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1;
    font-size: 1.2rem;
	text-align: right;
	padding-right: 1rem;
	padding-top: 0.5rem;
	width: 20%;
}
.block-controls{
	width: 80%;
}
.form-control{
	border-radius: 0rem!important;
}
.block-controls-name{
	display: flex;
    flex-wrap: wrap;
    width: 80%;
}
.block-controls-name input{
	width: 88%!important;;
}
.block-controls-name button{
	background-image: url(/img/technical/fly.png);
	background-color: #fff!important;
    border-color: #d7dce1!important;
	border-radius: 0rem!important;
	width: 10%;
	margin-left: 2%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;

}
/*form-message*/
#jGrowl { 
	font-size:18px;
	margin:0px 12px 0;
} 
.jGrowl.top-right { 
	left:35% !important;
	top:35% !important;
} 
#jGrowl .jGrowl-notification {
	position: relative;
	width: 320px;
	padding: 15px;
	text-align:center; 
	box-shadow: 0 0 0 3px #4b539c !important;
	border: 0px solid rgba(255, 255, 255, 0.49) !important;
	border-radius: 0px!important;
} 
#jGrowl .af-message-error{
	background: none repeat 0 0 #fff !important;
	color: #d8241a !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
	position: absolute;
	right: 4px;
	top: 0;
	color: #4b539c !important;
}
.af-message-success .jGrowl-message{
	color: #4CAF50 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
	color:#000 !important;
}
.af-message-success{
	background-color: white !important;
}

/*Content*/
.content-page h2{
	font-size: calc(1rem + .9vw);
}
.content-page h3{
	font-size: calc(.5rem + .9vw);
}
.content-page div{
	text-align: justify;
    margin: 1rem 0rem 1rem 0rem;
	font-size: 1rem;
}
.content-page td div, .content-page tr div{
	text-align: left;
}
.content-page h1{
	color: #4b539c;
	font-family: 'Akrobat-semibold';
}
.content-page img{
    height: 300px;
    width: auto;
	max-width: 100%;
}
.content-page div img{

}
.content-page p{
	text-align: justify;
    margin: 1rem 0rem 1rem 0rem;
	font-size: 1rem;
}
.content-page table p{
	text-align: center;
	margin: 0;
}

.content-page dl, .content-page ol, .content-page ul{
	font-size: 1rem!important;
	text-align: justify;
}
.design-works dl, .design-works ol, .design-works ul{
	font-size: 1.3rem!important;
}
.content-page-prev-image{
	max-width: 600px!important;
	width: 100%;
	float:left;
	    margin: 1rem 2rem 1rem 0rem;
}

/*completed-project*/

.completed-project, .technology-work{
	background: #C5D9F7;
}
.completed-project-slider{
	position:relative;
}
.completed-project-slide{
	width: 33.33333%;
	margin-right: 0;
}
.block-project-item{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    height: 300px;
}
.hover-block-project{
	position: absolute;
	background-color: rgba(0,0,0,.6);
	height: 300px;
	top: 250px;
	transition: all 0.5s;
	padding: 0rem 1.5rem;
}
.block-project-item:hover .hover-block-project{
	top: 0px;
}

.hover-block-project h3{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    padding: 1rem;
    text-transform: uppercase;

}
.hover-block-project p{
	color: #fff;
	text-align: justify;
}
.project-button{
	text-align: center;
}
.project-button a{
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	padding: .5rem 1rem;
	border: 2px solid #fff;
}
.project-button a:hover{
	border: 2px solid #4b539c;
	color: #4b539c;
}
.owl-nav{
	position: absolute;
    width: 100%;
	height: 100%;
    top: 0;
}
.owl-prev, .owl-next{
	height: 100%;
    position: absolute;

} 
.owl-prev span, .owl-next span{
	font-size: 7rem;
}
.owl-prev{left:0;}
.owl-next{right: 0;}

/*technology-work*/
.technology-work-block{
	padding:1rem;
}
.technology-work-item{
	display: flex;
    flex-wrap: wrap;
}
.technology-work-item a{
	width: 100%;
    text-align: center;
	color: #fff;
    text-decoration: none;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem;

}
.technology-work-img{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
	transition: all 2s;
}
.work-img-1{
	    background-image: url(/img/technical/tehnol-1.png);
}
.work-img-2{
	    background-image: url(/img/technical/tehnol-2.png);
}
.work-img-3{
	    background-image: url(/img/technical/tehnol-3.png);
}
.work-img-4{
	    background-image: url(/img/technical/tehnol-4.png);
}

.technology-work-item a:hover .technology-work-img{
	background-size: 75%;
}
/*service*/
.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative;
}

.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.accordion__header {
  border: 2px solid #d8d8e0;
  color: #000;
  cursor: pointer;
  transition: background 0.2s;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.accordion__header:hover {
  background-color: #ccccd4;
  color: white;
}
.accordion__header:hover:before, .accordion__header:hover:after {
  background-color: white;
}
.accordion__header:before, .accordion__header:after {
  background-color: #CFD8DC;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.accordion__header:before {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 20px;
  width: 8px;
}
.accordion__header:after {
  height: 8px;
  margin-top: -4px;
  top: 50%;
  right: 23px;
  width: 2px;
}
.accordion input:checked ~ .accordion__header {
  background-color: #4b539c;
  border-color: #4b539c;
  color: white;
}
.accordion input:checked ~ .accordion__header:hover {
  background-color: #4b539c;
  border-color: #4b539c;
  color: white;
}
.accordion input:checked ~ .accordion__header:before {
  background-color: white;
}
.accordion input:checked ~ .accordion__header:after {
  display: none;
}
.accordion:first-child .accordion__header {
  margin: 0;
}
.accordion:last-child .accordion__header {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion:last-child input:checked ~ .accordion__header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion__content {
  background-color: white;
  display: none;
  padding: 20px;
}
.accordion input:checked ~ .accordion__content {
  display: block;
  margin: 0;
}
.accordion:last-child .accordion__content {
  border-bottom-width: 1px;
  border-radius: 0px 0px 4px 4px;
}
.accordion__content h6 {
  color: #607D8B;
  font-size: 18px;
  margin-bottom: 5px;
}
.service-block p{
	margin:0;
	text-indent: 20px;
}
.service-block div{
	margin: .5rem 0rem .5rem 0rem;
}
/*partner*/
.partner-item{
	margin-bottom: 2rem;
}
.partner-item div{
	margin: 0;
}
.partner-item h2{
	font-size: 1.5rem;
    color: #4b539c;
	font-family: 'Akrobat-semibold';
}
.partner-item img{
	    height: auto;
}
/* увеличенная картинка */
.minimized {
  cursor: pointer;
}
#magnify {
  display: none;
  position: fixed;
  max-width: 1000px;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*map*/
.map-block{
	position: relative;
}
.map-shadow:before {
    content: '';

    position: absolute;
	top:0;
    width: 100%;
    height: 60px;
    background-image: url(/img/technical/shadow2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
	z-index: 1;
}
.map-shadow:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: url(/img/technical/shadow2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
	z-index: 1;
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*footer*/
.footer{
	background: #c5d9f7;
	padding-top: 2rem;
	color: #fff;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
}
.footer h3{
	text-transform: uppercase;
	-webkit-text-stroke: .5px rgba(255,255,255,1);
	margin-bottom: .3rem;
}
.footer-center h3{
	text-align: center;
}
.footer p{
	font-size: 1.3rem;
	margin-bottom: .3rem;
}
.footer-menu-block p{

}
.footer-block{
	padding-bottom: 2rem;
}
.footer-menu{
	display: flex;
    flex-wrap: wrap;
}
.footer-menu-block{
	width: 50%;
}
.footer-menu-block ul{
	margin: 0;
    padding: 0;
}
.footer-menu-block li{
	list-style-type: none;
}
.footer-menu-block li a{
	text-decoration: none;
    color: #fff;
    padding: 1rem .5rem 1rem 0rem;
	font-size: 1.3rem;
}
.footer-menu-block li a:hover{
	color: #1a2259;
}
.footer-line{
	background: #e13231;
    color: #fff;
    font-size: .7rem;
    text-align: center;
    padding: 1rem;
}
.footer-line p{
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1.2;
	margin:0;
}
/*contact-page*/
.contact-page div{
	font-size: 1rem;
}
.contact-page h2{
	font-size: 1.2rem;
	font-weight: 700;
}
.contact-page .fa{
	margin-right: .5rem;
	color: #4b539c;
}
.contact-text{
	color: #4b539c;
	padding-top: 1rem;
}
.arrow-contact{
	display: inline-block;
    float: left;
	width: 20px;
    height: 20px;
    background-image: url(/img/technical/arrow-menu-activ.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-right: 10px;
}
.arrow-text{
	float: left;
	width: 95%;
}
.arrow-text .fa{
  margin-right: 10px;
  margin-left: 10px;
}
.more{
	color: black;
}
/*poisk*/


/*order-call*/
.order-call-block{
	padding: .5rem 0rem;
	margin-bottom: 1rem;
}
.order-call-button{
	background-color: #E13231;
    border-color: #E13231;
	border-radius: 0px;
	font-size: 1.5rem;
}
.order-call-button:hover{
	background-color: #b1b1bb;
    border-color: #b1b1bb;
}
.order-call-button:focus{
background-color: #b1b1bb;
    border-color: #b1b1bb;
	box-shadow: 0 0 0 0.2rem rgba(204, 204, 212, 0);
}
.order-call-button .fa{
	margin-right: 1rem;
}
.form-order{
	background-color: #d7d7df;
}
.form-order .order-call-button{
	font-size: 1rem;
	float: right;
}
.modal-content{
	border-radius: 0rem;
	border: 1px solid #b1b1bb;
}
.form-order .block-controls-name input{
	    width: 100%!important;
}
.form-order .block-label{
	text-align: left;
    padding-left: 1rem;
}
#pdopage .btn-primary{
	color: #fff;
    background-color: #4b539c;
    border-color: #4b539c;
    border-radius: 0px;
}
/*breadcrumb*/
.breadcrumb{
	background-color: #fff;
	padding: .5rem 2rem;
}
.breadcrumb-item{
	list-style-type: none;
    font-family: 'Akrobat-semibold';
    font-size: 1.3rem;
}
.breadcrumb-item a{
	text-decoration: none;
	color:#d7d7df;
}
.breadcrumb-item a:hover{
	color:#4b539c;
}
.breadcrumb .active a{
	color:#4b539c;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "";
	width: 20px;
    height: 20px;
	background-image: url(/img/technical/arrow-menu.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	margin: auto;
	margin-left: 10px;
    margin-right: 10px;
}
.active::before{
	background-image: url(/img/technical/arrow-menu-activ.png)!important;
}
.breadcrumb-item h1{
	font-size: 1.3rem;
	margin:0;
	line-height: 1.5;
	}
/*articles*/
.articles-img-block{
	position: relative;
	transition: all .5s;
	border: 2px solid #d7d7df;
	width: 100%;
    height: 200px;
	overflow: hidden;
}
.articles-img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all .5s;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.articles-date{
	position: absolute;
    color: #fff;
    border: 2px solid #fff;
    bottom: 0;
    left: 0;
    padding: 5px;
	font-size: .8rem;
}
.articles a{
	text-decoration: none;
}
.articles a:hover .articles-img-block{
	border: 2px solid #1a2259;
}
.articles a:hover .articles-img{
	-webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.articles a:hover .articles-title h3{
	color: #1a2259;
}
.articles-title{
	padding-top: 1rem;
}
.articles-title h3{
	text-decoration: none;
    font-size: 1.2rem;
    padding: 0rem .5rem;
    color: #4b539c;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1;
}
.articles-text{
	color: #000;
    line-height: 1.2;
}
.news-button{
	text-align: right;
	position: absolute;
    right: 0;
    bottom: 10px;
}
.news-button a{
	padding: .5rem;
    background: #4b539c;
    color: white;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
}
.news-button a:hover{
	background: #b1b1bb;
}
.news-page .col-md-3{
	margin-bottom: 1.5rem;
	position: relative;
}
.news-page .articles-text{
	min-height: 100px;
}
/*tablet*/
.tablet{
	margin: 1.5rem 0rem!important;
}
.tablet-title{
	position: relative;
}
.tablet-title h2{
	color: #4b539c;
    font-family: 'Akrobat-semibold';
	font-size: 1.2rem;
	margin-left: 30px;
}
.tablet-title::before{
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/technical/arrow-menu-activ.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
	position: absolute;
}
.content-page .tablet div{
	text-align: left;
    margin: 0;
    font-size: 1rem;
}
.tablet-img img{
	width: 100%;
    height: auto;
}
.content-page .tablet p{
	text-indent: 20px;
}
.content-page .tablet  ul{
	font-size: 1.3rem!important;
}
.cart-project-description{
	position: relative;
    max-width: 350px;
}
/*catalog*/
.сatalog-page p{
	text-indent: 20px;
	font-size: 1.3rem;
    font-weight: 500;
}
.сatalog-page dl, ol, ul{
	font-size: 1.3rem;
}
.latter h3{
	font-size: 1.5rem!important;
	text-align: left!important;
}
.latter .catalog-title{
	padding: 0!important;
}
.catalog-button{
	background-color: #4b539c;
    color: white;
    text-align: center;
    padding: .7rem;
	margin-top: .5rem;
	text-transform: uppercase;
	font-family: 'Akrobat-semibold';
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.catalog-button:hover{
	background-color: #b1b1bb;
}
.catalog-button-a{

}
.catalog-img-block{
	position: relative;
	transition: all .5s;
	border: 2px solid #d7d7df;
	width: 100%;
    height: 200px;
	overflow: hidden;
}
.catalog-img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all .5s;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.catalog a{
	text-decoration: none;
}
.catalog a:hover .catalog-img-block{
	border: 2px solid #1a2259;
}
.catalog a:hover .catalog-img{
	-webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.catalog a:hover .catalog-title h3{
	color: #1a2259;
}
.catalog-title{
	padding-top: 1rem;
}
.catalog-title h3{
	text-decoration: none;
    font-size: 1.2rem;
    padding: 0rem .5rem;
    color: #4b539c;
    transition: .5s;
    text-align: center;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
    line-height: 1;
}
.catalog-text{
	color: #000;
    line-height: 1.2;
}
.news-button{
	text-align: right;
	position: absolute;
    right: 0;
    bottom: 10px;
}
.news-button a{
	padding: .5rem;
    background: #4b539c;
    color: white;
	font-family: 'Akrobat-semibold';
    font-weight: 500;
}
.news-button a:hover{
	background: #b1b1bb;
}
.news-page .col-md-3{
	margin-bottom: 1.5rem;
	position: relative;
}
.news-page .catalog-text{
	min-height: 100px;
}
/*projects-full-block*/
.pro-item{
	margin: 1rem 0rem;
}
.projects-title-full-block{
	font-size: 1.4rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
	font-weight: 700;
    color: #4b539c;
}
.projects-img-full-block{
	width: 100%;
    height: 200px;
	border: 2px solid #B1B1BB;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.projects-descriptions-full-block{

}
.project-button-full-block{
	text-align: right;
	font-size: 1.2rem;
}
/*product*/
.product-block{
	display: flex;
}
.product-block-img{
    position: relative;
}
.product-block-img img{
	width: 100%;
}
.pop-up-col-product button{
	width: 100%;
    margin-top: 1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;

}
.product-block-text h3{
	font-size: 1.1rem;
    font-weight: 600;
	margin-bottom: 1rem;
}
.product-block table{
	margin-bottom: 1rem;

}
.product-block table, .product-block th, .product-block td {
 	border: 1px solid black;
  	padding: .5rem;
}

/*project-block*/
.project-slide-block{
	width: 100%;
    height: 400px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-block-page p{
	text-indent: 20px;
    font-size: 1.3rem;
    font-weight: 500;
	text-align: justify;
}
.сatalog-page p{
	text-align: justify;
}
.dop-text-project{
	margin-top: 2rem;
}
.dop-text-project p{
	font-size: 1.2rem;
	font-style: italic;
}
/*mob-menu*/
#mob-menu{
	display:none;
}
@media (min-width: 769px) and (max-width: 1199px){
.computer-menu li{
	font-size: .8rem;
}
.computer-menu li a{
	padding: 1rem 0.5rem;
}
.h2-header h2, .name-maneger h4, .footer h3{
	font-size: 1.5rem;
}
.name-maneger p{
	font-size: 1rem;
}
.photo-maneger{
	width: 150px;
    height: 150px;
}
.block-label, .hover-block-project h3{
	font-size: 1rem;
}
.hover-block-project p{
	font-size: 0.8rem;
}
.footer p, .footer-menu-block li a{
    font-size: 1rem;
}
.form-block-group .block-controls-name input{
	width: 80%!important;
    font-size: 0.8rem;
}
.form-block-group .block-controls-name button{
	    width: 15%;
}
}
@media (max-width: 768px) {
#search-site{
	display: none;	
}
#header{
	padding-top: 1rem;
}
.logo img{
	width: 300px;
}
.email a{
	font-size: 18px;
}
.phone{
	font-size: 25px;
	width: 200px;
}
.order-call-button{
	font-size: 1rem;
}
.order-call-block{
	margin-bottom: 0;
}
.full-menu{
	display: none;	
}
#mob-menu{
	display:block;
	position: relative;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#e7e7ef;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.line-mob{
	display: flex!important;
	padding: 0rem 0.5rem;
}
.mob-menu .search-header{
	display: flex;
}
.mob-ham{
	position: absolute;
	z-index:8;
	left: 10px;
	transition: 3s;
}
.mob-search{
	width: 100%;
    margin-left: 60px;
    padding: 10px;
	transition: 3s;

}
.mob-search input[type="text"]{
	width: 100%;
}
.mob-menu-block{
	opacity: 0;
	position:absolute;
	width: 0;
	height: 0;
	z-index:0;
	background-color: #e7e7ef;
	top: 0;
	transition: 3s;
}
.mob-activ{
	width: 100%;
    opacity: 1;
    height: 100%;
    z-index: 5;
}
.position-mob{
	left: 90%;
}
.position-mob .line{
   stroke: #fff;
   transition: 3s;
}
.nav-mob-block{
	margin: 0;
    padding: 0;
	background-color: #e7e7ef;
}
.nav-mob-block li{
	list-style-type: none;
    margin: 0.4rem 0rem;
    border-bottom: 2px solid #fff;

}
.nav-mob {
	text-align: left;
    width: 100%;
    margin-left: 1.5rem;
	padding: 0.2rem 0rem;
    margin: 0.4rem;
    margin-left: 1.5rem;
-webkit-text-stroke: 1px rgba(0,0,0,1);

}
.nav-mob-link{
	display: block;
	color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
	padding: 0.8rem;
    padding-left: 1.5rem;
}
.sub-mob-menu{
	display: none;
    background: #b1b1bb;
	transition: 2s;
}
.activmobmenu{
	display: block;
}
.activsubmoba{
	background-color: #b1b1bb;
}
.activsubmoba a:hover {
    color: #fff;
}
.sub-mob-menu a{
	color: #fff;
    text-decoration: none;
	-webkit-text-stroke: .5px rgba(255,255,255,1);
}
.cart-equipment{
	width: 50%;
}
.project-text h3{
	font-size: 1.2rem;
}
.project-text p{
	margin-bottom: 0.2rem;
}
.project-text a{
	font-size: .8em;
}
.hover-block-project h3{
	padding: .7rem 0rem;
	font-size: 1rem;
	margin-bottom: 0;

}
.hover-block-project p{
	font-size: 0.7rem;
}
.project-button a{
	font-size: .7rem;
}
.technology-work-block{
	padding: 0rem 1rem;
	padding-bottom: 1rem;
}
.technology-work-img{
	height: 150px;
}
.footer p, .footer-menu-block li a{
	font-size: 1rem;
}
.footer-menu-block li a{
	padding: 1rem 0rem;
}
.footer .block-controls-name input{
	width: 80%!important;
	padding: .375rem .275rem;
    font-size: .7rem;
}
.footer .block-controls-name button{
	width: 15%;
}
}
@media screen and (max-width: 479px) {
.full-index-content p{
    text-align: left;
}
.content-block-page p, .сatalog-page p{
	text-align: left;
}
.cart-project-description{
	position: relative;
    max-width: 200px;
    font-size: 0.7rem;
}
.cart-product-equipment{
	width: 100%;
}
.cart-text a{
	font-size: 0.7rem!important;
}
.cart-text p{
	margin-bottom: 0.3rem;
}
.logo img{
	width: 100%;
}
.full-contact{padding-top: 1rem;}
.email{
	text-align: center;
    padding: 0;
    margin: 0;
    margin-top: auto;

}
.phone{
	font-size: 1.8em;
    width: auto;
    margin-top: auto;
}
.order-call-button{
	width: 100%;
}
.position-mob{
	left: 80%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 20px;
    height: 40px;
}
.col1{
	order: 0;
	padding: 0;
}
.col2{
	order: 2;
	padding: 0;
	}
.col3 {order: 1;}
.col4 {order: 3;}
.cart-equipment, .index-cart-project{
	width: 100%;
}
.h2-center, .h1-center{
	width: 100%;
}
.men-question, .form-question{
	width: 100%;
}
.men-question{
	margin-bottom: 1rem;
}
.photo-maneger{
	margin: 0;
	width: 10em;
    height: 10em;
}
.name-maneger{
	padding: 1em 0em;
    margin-left: 1rem;
}
.name-maneger h4{
	font-size: 1.5rem;
}
.block-label{
	font-size: 1.2rem;
    text-align: left;
    padding-right: 1rem;
    padding-top: 0.5rem;
    width: 100%;
    margin-bottom: .5rem;

}
.block-controls, .block-controls-name{
	width: 100%;
}
.hover-block-project h3{
	margin-bottom: .5rem;
	font-size: 1.5rem;
	padding: 1rem;
}
.hover-block-project p, .project-button a{
	font-size: 0.9rem;
}
.technology-work-item a{
	flex-wrap: wrap;
    display: flex;
}

.technology-work-img{
	height: auto;
	background-size: 90%;
    width: 35%;
	margin: 0;
}
.technology-work-item p{
	padding: 1rem;
	    text-align: left;
}
.footer, .footer h3{
	padding-top: 1rem;
}
.footer p, .footer-menu-block li a{
	font-size: 1.3rem;
}
.footer-center h3{
	text-align: left;
}
.footer .block-controls-name input{
	font-size: 1rem;
}
.carousel-indicators{
	display: none;
}
.jGrowl.top-right{
	left: 0 !important;
}
}
@media screen and (max-width: 375px){
.phone{
	font-size: 1.6em;
}
.photo-maneger{
	width: 7em;
    height: 7em;
}
.name-maneger h4{
	font-size: 1.3rem;
}
.name-maneger p{
	font-size: 1rem;
}
.hover-block-project h3{
	font-size: 1.2rem;
}
.hover-block-project p, .project-button a{
	font-size: 0.8rem;
}
.technology-work-img{
	width: 33%
}
.footer p, .footer-menu-block li a{
	font-size: 1.1rem;
}
}
@media screen and (max-width: 320px){
.phone {
    font-size: 1.5em;
}
.photo-maneger {
    width: 6em;
    height: 6em;
}
.name-maneger {
    padding: 1em 0em;
    margin-left: .5rem;
}
.men-question {
    margin-bottom: .5rem;
}
.ajax_form.af_example .controls button{
	width: 10%;
    margin-top: 0px; 
}
.hover-block-project h3{
	font-size: 1.1rem;
    padding: 1rem 0rem;
}
.technology-work-item p {
    font-size: 1.2rem;
}
}