@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Bold.eot');
	src: local('Neo Sans Pro Bold'), local('NeoSansPro-Bold'),
		url('/assets/site/fonts/NeoSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Bold.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Medium.eot');
	src: local('Neo Sans Pro Medium'), local('NeoSansPro-Medium'),
		url('/assets/site/fonts/NeoSansPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Medium.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-LightItalic.eot');
	src: local('Neo Sans Pro Light Italic'), local('NeoSansPro-LightItalic'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Regular.eot');
	src: local('Neo Sans Pro'), local('NeoSansPro-Regular'),
		url('/assets/site/fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Regular.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro Ultra';
	src: url('/assets/site/fonts/NeoSansPro-Ultra.eot');
	src: local('Neo Sans Pro Ultra'), local('NeoSansPro-Ultra'),
		url('/assets/site/fonts/NeoSansPro-Ultra.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Ultra.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Ultra.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-BoldItalic.eot');
	src: local('Neo Sans Pro Bold Italic'), local('NeoSansPro-BoldItalic'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Light.eot');
	src: local('Neo Sans Pro Light'), local('NeoSansPro-Light'),
		url('/assets/site/fonts/NeoSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Light.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Neo Sans Pro';
	src: url('/assets/site/fonts/NeoSansPro-Italic.eot');
	src: local('Neo Sans Pro Italic'), local('NeoSansPro-Italic'),
		url('/assets/site/fonts/NeoSansPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('/assets/site/fonts/NeoSansPro-Italic.woff') format('woff'),
		url('/assets/site/fonts/NeoSansPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

h2 {
    font-weight: 500;
}
.name_s h1 {
    font-weight: 500;
    text-align: center;
}
body {
    margin: 0px;
    font-family: 'Neo Sans Pro';
    font-weight: normal;
    font-style: normal;
    background: #f5f7f8;
}
header .logo a img {
    width: 90px;
}
.cone {
    -webkit-transition: .3s;
    transition: .3s;
}
header {
    /* height: 100px; */
    position: fixed;
    width: 100%;
    /* -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%); */
    /* box-shadow: 0 0 15px rgb(0 0 0 / 20%); */
    z-index: 99999;
    display: flex;
    align-items: flex-start;
    top: 0;
}


header:hover {
    background: #fff;
}
header:hover .content {
    background: #fff;
}
header .content {
    width: calc(100% - 30px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
	background:linear-gradient(to bottom, #000000c4,#00000099,#0000005e,#0000);
}


header .logo {
    display: block;
    width: auto;
    height: 58px;
    margin-left: 10px;
    /* margin-right: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 140px;
}
.phone {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* flex-grow: 1; */
    align-items: flex-end;
}
.phone a {
    text-decoration: none;
    color: #fff;
}
.burg {
    display: none;
}
.burger svg {
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke: #0067b2;
    stroke-dashoffset: 0px;
}
.burger svg path#top,
.burger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.burger svg path#middle {
  stroke-dasharray: 240px 240px;
}
header .logo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 140px; */
    position: absolute;
    margin-top: 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
nav ul li {
    margin-right: 30px;
}
nav ul li a.dep, nav ul li p.dep {
    font-size: 1.2rem;
    padding: 1px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}



header:hover .content nav ul li a.dep, header:hover .content nav ul li p.dep { color:#000;}

header:hover .phone a {
    color: #000;
}

header .content .logo .black {
display: none;	
	-webkit-transition: .3s;
    transition: .3s;
}
header:hover .content .logo .black {
    display: block;
    background: #fff;
    padding: 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

header:hover .content .logo .white {
display: none;	
}

header .content.bg-fff .logo .white, header .content.bg-fff_not_home .logo .white {
display: none;	
}
header .content.bg-fff .logo .black, header .content.bg-fff_not_home .logo .black  {
    display: block;
    background: #fff;
    padding: 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-transition: .3s;
    transition: .3s;
}








.content.bg-fff, .content.bg-fff_not_home  {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #ededed;
}



.content.bg-fff .phone a, .content.bg-fff nav ul li a.dep, .content.bg-fff nav ul li p.dep,
.content.bg-fff_not_home .phone a, .content.bg-fff_not_home nav ul li a.dep, .content.bg-fff_not_home nav ul li p.dep 
{
    color: #000;
}



nav ul li p {
    color: #595757;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 16px 0px;
    display: block;
}
nav ul li a {
    color: #595757;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 16px 0px;
    display: block;
}
.up_menu {
    position: absolute;
    background: #fff;
    width: 100%;
    height: calc(100vh - 100px);
    top: 0;
    left: 0;
    height: 0px;
    overflow: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.inidsryou:hover .non_menu {
    display: block;
}
.non_menu {
    display: none;
    position: absolute;
    background: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0px 7px 9px -2px #44444412;
}
nav ul li a:hover::after, nav ul li:hover p::after {
    width: 100%;
    background: #ffffff;
}
nav ul li a:hover::after, nav ul li p:hover::after {
    width: 100%;
    background: #dedede;
}
.inidsryou:hover .non_menu .car.zone-y {
    border-bottom: none;
    min-height: auto;
    text-align: left;
}


.content {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
}
.padnone {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
.slider {
    width: 100%;
    min-height: 85vh;
    background: #444;
    background-image: url(/assets/site/img/scaled.jpg);
    background-size: cover;
    background-position: center;
}
.item {
    width: 100%;
    height: 85vh !important;
    background-size: cover;
    background-position: center;
}
.info_slider_home div a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    background: #fefefe21;
    padding: 12px 15px;
    display: block;
    border-radius: 5px;
}
.info_slider_home {
    display: flex;
    align-items: flex-start;
    /* background: #445; */
    flex-direction: column;
    align-content: flex-start;
    height: calc(85vh - 60px);
    justify-content: flex-end;
    padding: 0px 30px;
    padding-bottom: 60px;
    background: linear-gradient(to right, #000000d6,#ffffff00,#ffffff00,#ffffff00,#ffffff00,#ffffff00, #ffffff00);
}
.info_slider_home div h2 {
    color: #fff;
}
.info_slider_home div p {
    color: #fff;
}
.next.slick-arrow {
    position: absolute;
    right: 20px;
    margin-top: calc(-40vh + 25px);
    width: 75px;
    height: 75px;
}
.prev.slick-arrow {
    position: absolute;
    left: 20px;
    margin-top: calc(40vh + 25px);
    width: 75px;
    height: 75px;
    z-index: 999;
}

nav ul li a.dep::after, nav ul li p.dep::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}
nav ul li a:hover::after, nav ul li:hover p::after {
    width: 100%;
    background: #ffffff;
}

.cone:hover nav ul li a:hover::after, .cone:hover nav ul li:hover p::after {
    width: 100%;
    background: #000;
}




.info_slider_home div a::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 2px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}
.info_slider_home div a:hover::after {
    width: 100%;
    background: #ffffff;
}
.company {
    width: 100%;
    padding: 70px 0px;
    background: #fff;
}
.contenary {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.dwir {
    min-height: 300px;
    width: 25%;
}
.contenary .dwir+.dwir {
	
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.block_item {
    /* background: #444; */
    width: 21%;
    height: 200px;
    margin: 10px;
    border-radius: 30px;
    border: 2px solid #ededed;
    box-shadow: 0px 0px 12px -2px #dedede;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block_item:hover {
    box-shadow: 0px 0px 12px -2px #a4a2a2;
	-webkit-transition: .3s;
    transition: .3s;
}


.block_item:hover img {
	width: 70px;
	-webkit-transition: .3s;
    transition: .3s;
} 




.name_block {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}

.name_block h1 {
    font-size: 30px;
    font-weight: 400;
}





.blick_intro {
    padding-left: 50px;
}
.servise {
    width: 100%;
    padding: 70px 0px;
    background: #f7faff;
}
.window {
    width: 100%;
    padding: 70px 0px;
    background: #fff;
}
.contacts {
    background-image: url(/assets/templates/image/ip.jpg);
    background-size: cover;
    background-position: center;
}
.text_about {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}
.block_two {
    display: flex;
    justify-content: center;
}
.block_sor {
    width: 45%;
    text-align: center;
}
.firm_fedb {
    display: block;
    width: calc(100% - 24px);
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #042168;
    border-radius: 10px;
}
.forma_cont {
    display: inline-block;
    width: calc(100% - 120px);
    max-width: 350px;
    padding: 50px;
    background: #ffffff9e;
    border: 10px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 3px #042168;
}
.text_cont {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}
.btn_s {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid #031b56;
    background: #042168;
    color: #fff;
    animation: 2s ease-in-out infinite f;
}
.btn_s:hover {
    animation:0.5s ease-in-out infinite f;
}
.blick_intro {
display: none;	
}
.blick_intro.active {
display: block;	
}
.block_item img {
    width: 50px;
	-webkit-transition: .3s;
    transition: .3s;
}
.service_category .content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-top: -180px;
    background: linear-gradient(to top, #ffffff,#ffffffe6,#d6d6d6bf,#4440);
}


.cat_service {
    min-height: 180px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1%; */
    flex-direction: column;
    -webkit-transition: .5s;
    transition: .5s;
}
.cat_service:hover {
    -webkit-transition: .5s;
    transition: .5s;
}

.cat_service.active {
    -webkit-transition: .5s;
    transition: .5s;
}





.cat_service a img {
    width: 50px;
    padding: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}
.cat_service a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: #444;
}


.name_serv {
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
}

.cat_service:hover a img, .cat_service.active a img {
	width: 40px;
	-webkit-transition: .3s;
    transition: .3s;
}




.cat_service:hover a .name_serv,  .cat_service.active a .name_serv {
    font-size: 18px;
	-webkit-transition: .3s;
    transition: .3s;
}
.cat_service a .name_serv::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 3px;
}
.cat_service:hover a .name_serv::after {
    width: 100%;
    background: #000;
}
.cat_service.active a .name_serv::after {
    width: 100%;
    background: #000;
}

.color1 {
	background: #f7faff;
}
.news_home {
    display: flex;
}

.content_page .news_home {
    display: flex;
    flex-wrap: wrap;
}
.content_page .news_home .new_item {
    width: 45%;
}

.pagination {
    display: block;
    width: 100%;
}
.pagination ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

.pagination ul li  {
    padding: 10px;

}
.pagination ul li a {
    padding: 10px;
    background: #0067b2;
    color: #fff;
    text-decoration: none;
}


.pagination ul li.active a {
    background: #004374;
}

.pagination ul li a:hover {
    background: #004374;
}


.new_item {
    width: 100%;
    margin: 15px;
    box-shadow: 0px 0px 23px -9px #d6d6d6;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ededed;
    -webkit-transition: .3s;
    transition: .3s;

.image_new_i {
    width: 100%;
    min-height: 200px;
    background: #444;
	
	img {
		width: 100%;
	}
}
.name_new_i {
    padding: 10px;
    font-size: 18px;
}
	
.title_new_i {
    padding: 10px;
    color: #989595;
}
.boton_new_i {
    padding: 10px;
    text-align: center;
}
.boton_new_i a {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid #031b56;
    background: #042168;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}
	.boton_new_i a:hover {
		
    background: #0460a2;
    -webkit-transition: .3s;
    transition: .3s;
	}
	
	
	
	
	
}


.new_item:hover {
    box-shadow: 0px 0px 23px -9px #000000;
    -webkit-transition: .3s;
    transition: .3s;
}
.block_item p {
    width: 80%;
    text-align: center;
}






.pages_statti {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.item_pag {
    width: calc(50% - 2px);
    min-height: 150px;
    margin: 1%;
    background: #fff;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 0px 23px -9px #d6d6d6;
	border: 1px solid #ededed;
    -webkit-transition: .3s;
    transition: .3s;
}

.pages_statti .item_pag+.item_pag {
    width: calc(22% - 2px);
    display: flex;
    flex-direction: column;
}

.pages_statti .item_pag+.item_pag .img_pag {
    width: 100%;
    background: #444;
    min-height: 150px;
    background-position: center;
    background-size: cover;
}


.pages_statti .item_pag+.item_pag  .info_pag {
    width: calc(100% - 20px);
    padding: 10px;
    background-position: center;
    background-size: cover;
}


.pages_statti .item_pag+.item_pag+.item_pag {
    width: calc(22% - 2px);
}
.pages_statti .item_pag+.item_pag+.item_pag+.item_pag {
    width: calc(24% - 2px);
}
.pages_statti .item_pag+.item_pag+.item_pag+.item_pag+.item_pag {
    width: calc(24% - 2px);
}
.pages_statti .item_pag+.item_pag+.item_pag+.item_pag+.item_pag+.item_pag {
    width: calc(46% - 2px);
}



.item_pag .img_pag {
    width: 60%;
    background: #444;
    background-position: center;
    background-size: cover;
    min-height: 150px;
}

.info_pag {
    width: calc(40% - 20px);
    padding: 10px;
}



.item_pag:hover {
    box-shadow: 0px 0px 23px -9px #000000;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer {
    width: 100%;
    min-height: 130px;
    background: #042168;
    border-top: 5px solid #031b56;
}

.feedbace {
    position: fixed;
    z-index: 99999999;
    width: 60px;
    height: 60px;
    top: calc(90% - 30px);
    right: 20px;
    background: rgb(255 255 255 / 88%);
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.feedbace a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedbace img {
    width: 60%;
}

.feedbace {
	animation:2s ease-in-out infinite f;
}






@keyframes f { 
	0% {box-shadow: 0 0 0 0 rgb(44 58 187 / 63%);		}
			
	70%{box-shadow:0 0 0 25px rgba(113,178,128,0)}
	
	to{box-shadow:0 0 0 0 rgba(113,178,128,0)}
}







.case_catalog {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.case_item {
    width: 30%;
}
.case_taytle {
    width: 70%;
    display: flex;
    align-items: stretch;
    overflow: auto;
    max-height: 380px;
}
a.more {
    display: block;
    text-decoration: none;
    color: #989898;
    text-align: right;
    padding: 10px;
    font-weight: 500;
}
a.more:hover {
    color: #444;
}
.case_taytle::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 1px;
}

.case_taytle::-webkit-scrollbar-track {
    background: #fff;
}

.case_taytle::-webkit-scrollbar {
    width: 5px;
}

.item_case {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.der_hover {
    padding-bottom: 10px;
}
.der_hover::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 5px;
}
.der_hover:hover::after {
    width: 100%;
    background: #000;
}
.der_hover.active::after {
    width: 100%;
    background: #000;
}


.hov_der {
    display: flex;
    align-items: center;
    width: 80%;
}


.item_case .img_c {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #444;
    overflow: hidden;
}

.name_c h4, .name_c p {
    margin: 0px;
    padding: 0px;
}

.name_c h4 {
    color: #042168;
}


.item_case .name_c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}

.retro_c {
	display: none;
}
.retro_c.active {
    display: block;
    width: calc(100% - 50px);
    padding: 0px 25px;
}
.title_pag {
    font-size: 18px;
    /* font-weight: 500; */
    padding-bottom: 15px;
}
.long_title_pag {
    color: #989595;
}
.knipka_pag a {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid #031b56;
    background: #042168;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}
.knipka_pag {
    padding-top: 30px;
    text-align: center;
}

.name_block::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #042168;
    margin: 5px auto;
}

.cat_d_intro {
    width: 100%;
    display: none;
    height: 100vh;
    background-size: cover;
    background-position: center;
}



.cat_d_intro.active {
    display: block;
}
.content_slid img {width: 100%;}
.text_page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.content_page {
    width: 70%;
}
.site_bar {
    width: 29%;
    padding-left: 1%;
}
.contackt_bar {
    margin: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    border: 3px solid #c0bebe;
}
.dis_flex {
    display: flex;
    flex-wrap: wrap;
	.item_pag {
		width: calc(31% - 2px);
		display: flex;
		flex-direction: column;
		.img_pag {
			width: 100%;
		}
		.info_pag {
			width: calc(100% - 20px);
			padding: 10px;
		}
	}
	
	
	
	
}
#prevButton {
    position: absolute;
    left: 20px;
    top: calc(50vh - 10px);
    background: #fff9;
    border-radius: 50%;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#nextButton {
    position: absolute;
    right: 20px;
    top: calc(50vh - 10px);
    background: #fff9;
    border-radius: 50%;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#nextButton img, #prevButton img {
    width: 73%;
}
#nextButton:hover, #prevButton:hover {
animation: 0.4s ease-in-out infinite f;
}
.content_slid {
    height: 100vh;
}


.site_bar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.site_bar ul li ul {
    padding-left: 20px;
}
.site_bar ul li ul li ul {}


.site_bar ul li ul li.active a, .site_bar ul li ul li.current a     {
    color: #fff;
    background: #222;
}
.site_bar ul li ul li.active ul li a, .site_bar ul li ul li.current ul li a {
    color: #000;
    background: #f8f8f8;
}


.site_bar ul li.level1 a::after {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}

.site_bar ul li.level1:hover a::after {
    width: 100%;
    background: #000;
}

.site_bar ul li.level1:hover ul li  a::after {
     width: 0%;
}
.site_bar ul li.level1:hover ul li:hover  a::after {
     width: 100%;
}
.site_bar ul li.level1:hover ul li:hover ul li a::after {
     width: 0%;
}
.site_bar ul li.level1:hover ul li:hover ul li:hover a::after {
     width: 100%;
}

.site_bar ul li.level1:hover ul li:hover ul li:hover ul li:hover a::after {
     width: 0%;
}






.site_bar ul li a {
    display: inline-block;
    text-decoration: none;
    color: #444;
    padding: 5px;
    font-size: 18px;
}

.site_bar ul li ul li a {
    font-size: 16px;
}
.site_bar ul li.active a::after {
    width: 100%;
    background: #000;
}
.site_bar ul li.active ul li a::after {
    width: 0%;
}

.site_bar ul li ul li ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    background: #f8f8f8;
    margin: 5px 0px;
}
.site_bar ul li ul li ul li.current  a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
    background: #222;
    margin: 5px 0px;
}

.site_bar ul li ul li ul li.current ul li a {
    text-decoration: none;
    color: #000;
    padding: 5px;
    background: #f8f8f8;
    margin: 5px 0px;
}




.level1 ul {
    display: none;
}
.level1.active ul, .level1.current ul {
    display: block;
}
 



.level1.active ul .level2 ul .level3 ul, .level1.current ul .level3 ul {
    display: none;
}
.level1.active ul .level2 ul .level3.current ul, .level1.active ul .level2 ul .level3.active ul {
    display: block;
}


.level1.active ul .level2 ul .level3.current ul a, .level1.active ul .level2 ul .level3.active ul a {
	text-decoration: none;
    color: #0013c6;
    padding: 5px;
    background: #ffffff;
    margin: 5px 0px;
}









.level1.active ul .level2 ul, .level1.current ul .level2 ul {
    display: none;
}
.level1.active ul .level2.current ul {
    display: block;
}
.level1.active ul .level2.active ul {
    display: block;
}
.level2.active ul .level3 ul {
    display: none;
}



.level3.active ul {
    display: block;
}






.level3.current li a {
	
}
li.inidsryou.iseyou .up_menu {
    height: calc(100vh - 56px);
    overflow: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: -1;
    padding-top: 75px;
}
.car.car_new a img {
    width: 150px;
}
.up_menu.cone .content.bg-fff+.content.bg-fff {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.car.car_new a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    font-size: 18px;
}


.up_menu.cone .content {
	box-shadow: none;
}
.car.car_new a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    text-decoration: none;
}





.car.car_new a .title_name_car::after  {
    content: '';
    display: block;
    /* position: absolute; */
    width: 0%;
    height: 1px;
    background: 0 0;
    top: 52px;
    -webkit-transition: .3s;
    transition: .3s;
}

.car.car_new a:hover .title_name_car::after {
    width: 100%;
    background: #333;
}
 
ul li.level1  ul li.level2 ul li.level3.active a::after {
	 width: 100%;
}



.text_content {
    width: 100%;
}
.text_content h3 {
    font-weight: 400;
    font-size: 26px;
}
.case {
    padding: 0px 20px;
}

.der_hover a {
    text-decoration: none;
    color: #444;
}
.dLeff {
    display: flex;
    justify-content: space-between;
}
select.select_ {
    margin-right: 10px;
}

select.select_ {
    margin-right: 10px;
    background: none;
    color: #d6d6d6;
    border: none;
}

header:hover .content select.select_, header .content.bg-fff select.select_, header .content.bg-fff_not_home select.select_  {
	color: #000;
}



h2::after, h1::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #042168;
    margin: 5px auto;
}



.servicw_info {
    background: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    border: 3px solid #042168;
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    margin-bottom: 30px;
}
.servicw_info p {
    color: #042168;
    font-weight: 500;
    font-size: 20px;
}





.container-fluid {
    padding-bottom: 30px;
}
.erDl ol {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
    flex-wrap: wrap;
}

.erDl ol li {
    margin-right: 10px;
}
.erDl ol li::after {
    content: "→";
    margin-left: 10px;
    color: #d7d7d7;
}
.erDl ol li.active::after {
	content: "";
}
.erDl ol li a {
    text-decoration: none;
    color: #a7a7a7;
}
.first .erDl {
    display: none;
}

.breadcrumb {
    background: none;
}
.to_worck {
    display: inline-block;
    padding: 6px 7px;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid #031b56;
    background: #042168;
    color: #fff;
    animation: 2s ease-in-out infinite f;
    text-decoration: none;
    margin-top: 10px;
}
.xdgag {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.xdgag a.to_worck {
    width: 42%;
    text-align: center;
}
.text_content ul li a {
    text-decoration: none;
    display: block;
    padding: 3px 10px;
    color: #000;
    margin: 5px 0px;
}
.text_content ul li a:hover {
    background: #f8f8f8;
}

/* свойства модального окна по умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* при отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 100px auto;
	}
}
/* свойства для блока, содержащего контент модального окна */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}




.fertgg {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.fertgg .f4aewr {
    margin-right: 20px;
}
.fertgg .f4aewr ul {
    padding: 0px;
    list-style: none;
}
.fertgg .f4aewr ul li {
}
.fertgg .f4aewr ul li a {
    color: #fff;
    text-decoration: none;
}

p.foot_p {
    padding: 0px;
    margin: 0px;
    color: #516087;
}
.block_sor p a img,.contackt_bar p a img {
    width: 50px;
    margin-right: 20px;
}
.block_sor p,.contackt_bar p  {
    margin: 0px;
}
.block_sor p a, .contackt_bar p a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    text-decoration: none;
    color: #434343;
    font-size: 20px;
}

.window.content_text .content {
    width: calc(80% - 30px);
    margin: 0 auto;
}


.forma_home p {
    font-size: 26px;
    font-weight: 500;
    padding: 14px;
    color: #042168;
}










.car.car_new {
    width: 35%;
}




.contact_wez .block_blue {
    border-radius: 30px 0 0 30px;
}

.contact_wez .block_blue+.block_blue {
    border-radius: 30px;
}

.contact_wez .block_blue+.block_blue +.block_blue  {
    border-radius: 0 30px 30px 0;
}


.contact_wez {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
.block_blue.col_b {
    padding: 40px;
    background: #363636;
    min-height: 200px;
}
.block_blue {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block_blue.col_w {
    padding: 40px 45px;
    background: #ffffff;
}
.block_blue.col_b .name_blokc {
    color: #fff;
}
.block_blue ul {
    padding: 0px;
    list-style: none;
}
.block_blue.col_b ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.block_blue ul li a {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.block_blue.col_b ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.block_blue ul li a {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
a.knopka {
    border: 1px solid;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.block_blue ul li a img {
    margin-right: 20px;
}





.dark_bg {
    box-shadow: inset 0px 0px 83px 35px rgb(0 0 0 / 59%);
    background: url(/assets/templates/image/img_4052.png);
    background-size: cover;
    background-position: center;
}

.dark_bg .name_block {
    color: #fff;
	
}
.safsf {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.qwer {
    width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.erw input, .erw textarea {
    width: calc(100% - 34px);
    padding: 10px;
    margin: 5px;   
	border: 2px solid #042168;
    border-radius: 10px;
}
.erw {
    width: 80%;
    margin: auto;
}
.lsh {
    text-align: center;
    padding-top: 30px;
}
.qwer img {
    width: 290px;
}


.name_blokc {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.name_blokc::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #042168;
    margin: 5px auto;
}
.block_blue.col_w {
    box-shadow: -1px 0px 26px 0px #363636;
}




.text_content 
.text_info_butt:nth-child(odd)  {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 10px;
    padding-right: 70px;
}
.text_content 
.text_info_butt  {
    width: 30%;
    display: inline-block;
    float: right;
    padding: 10px;
    padding-left: 70px;
}




.img_in_text {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.img_in_text img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.img_in_text:hover img {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.text_page .content_page img {
    width: 100%;
}
.mobile_com {
	display: none;
}