

/* Start:/local/templates/dvtrans/js/fancybox/jquery.fancybox.css?15723379484939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/dvtrans/js/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/dvtrans/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/dvtrans/js/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/dvtrans/js/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/dvtrans/js/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/dvtrans/js/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/dvtrans/css/style.css?175127057049539*/
@font-face {
    font-family: 'gilroy-black';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-black_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-black_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-black_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-black_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-regularitalic';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-regularitalic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regularitalic_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regularitalic_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regularitalic_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-regular';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regular_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regular_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-regular_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-bold_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-bold_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-bold_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-extrabold';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-extrabold_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-extrabold_2-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-extrabold_2-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-extrabold_2-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-heavy';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-heavy_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-heavy_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-heavy_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-heavy_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-light';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-light_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-light_2-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-light_2-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-light_2-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-medium';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-medium_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-medium_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-medium_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-semibold';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-semibold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-semibold_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-semibold_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-semibold_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-thin';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-thin_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-thin_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-thin_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-thin_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-ultralight';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-ultralight_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-ultralight_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-ultralight_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-ultralight_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-lightitalic';
    src: url('/local/templates/dvtrans/css/../fonts/gilroy-lightitalic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-lightitalic_0-webfont.woff2') format('woff2'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-lightitalic_0-webfont.ttf')  format('truetype'),
         url('/local/templates/dvtrans/css/../fonts/gilroy-lightitalic_0-webfont.svg#PFDinTextCompPro-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


.front-city_decor{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.unit-city_decor{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 120px;
    font-family: 'gilroy-medium';
    font-size: 17px;
    margin: 20px 20px 0 0;
}
.img-city_decor{
    width: 100%;
    max-width: 80px;
    height: auto;
    width: 100%;
    display: block;
}
.text-city_decor{
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.grow-city_decor{
    flex-grow: 1;
}

.img-city_decor_page_contacts{
    max-width: 80px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto 15px auto;
    max-height: 70px;
}


main > div{
    width: 100%;
}

main {
    align-items: center;
}

html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #f6f6f6;
    font-size: 14px; 
    font-weight: 400;
    color: #333;
    font-family: 'gilroy-regular';
}
h1{
    font-size: 32px;
    line-height: 36px;
    /*margin-bottom: 5px;*/
    /*font-family: 'gilroy-black';*/
    font-family: 'gilroy-medium';
    margin: 0;
}
.unit-h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 10px auto;
}
.dekoration-line{
    background: #317e9c;
    height: 1px;
    width: auto;
    flex-grow: 1;
    margin-left: 18px;
    border-radius: 4px;
    box-sizing: border-box;
}
.ohnoo {
    border: 1px solid #c32328 !important;
    box-shadow: 0 0 5px 1px #c32328 !important;
}

h2, h3{
    color: #333;
    font-size: 24px;
}
p{
    font-size: 1rem;
}
ol, ul{
    list-style-type: none; 
}
.wrapper{
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        height: auto;
        box-sizing: border-box;
}
.container{
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.container-content{
    margin-top: 10px;
}
.container-white{
    background-color: white;
}
.container-blue{
    background-color: #e5f1f6;
}
.container-color{
    background-color: #f8fdff;
}
.container-seo-func {
    display: flex;
    align-items: center;
    justify-content: center;
}

header{
	
	background-size: cover;
}

header,
.header-container {
    position: relative;
    z-index: 17; 
    /* background-color: white; */
	
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-container{
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 102px;
}
.logo{
    position: relative;
    width: 170px;
    min-width: 170px;
    margin-right: 25px;
    align-self: flex-start;
    top: -15px;
    z-index: 20;
}
.logo-img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}
.header{
    flex-grow: 1;
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-text-header{
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    font-family: 'gilroy-lightitalic';
}
.nav{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 30px;
}
.unit-nav{
    font-family: 'gilroy-medium';
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.unit-nav:hover,
.unit-nav.active-unit-nav{
    color: #317e9c;
}
.contacts-header{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
}
.phone-link{
    text-decoration: none;
    color: #333;
    font-family: 'gilroy-medium';
    font-size: 22px;
}
.email-link{
    color: #317e9c;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-top: 3px;
}
main {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: auto;
    width: 100%;
}
footer {
    background-color: white;
    box-shadow: 0px -1px 0px 0px #e6e6e6;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.developer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    margin-left: 30px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-family: 'gilroy-light';
}
.logo-footer {
    height: auto;
    max-width: 57px;
    width: auto;
    margin-right: 20px;
}
footer .info-text-header{
    font-size: 12px;
    font-family: 'gilroy-light';
}
footer .phone-link{
    font-size: 16px;
}
footer .email-link{
    font-size: 12px;
}
.btn-link{
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0;
    min-height: 55px;
    padding: 10px 25px; 
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: #3184a8;
    font-family: 'gilroy-bold';
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-link:hover{
    box-shadow: 0 0 3px 1px rgba(49, 132, 168, 0.8); 
}

html body .breadcrumbs{
    margin-top: 10px;
    font-size: 14px;
    color: #747474;
    padding: 0;
}
.breadcrumbs-link{
    color: #035461;
    text-decoration: none;
    transition: 0.2s;
}
.breadcrumbs-link:hover{
    text-decoration: underline;
}
.breadcrumbs-break{
    margin: 0 4px;
    color: #035461;
}

.block-h1 {
    margin: 15px 0 0 195px;
}

/*pagination start*/
.pagination {
    font-family: 'gilroy-semibold';
    font-size: 18px;
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    /*margin-top: 10px;*/
}
.pagination .text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
}
.no-strel{
    cursor: no-drop;
    opacity: 0.3;
}
.pagination a,
.pagination b,
.no-strel{
    border-radius: 0;
    color: #495A72;
    background-color: transparent;
    border: 1px solid #495A72;
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 5px;
}
html body .pagination b{
    border-color: transparent;
}
/*pagination end*/
/*preloader start*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.spin {
    width: 280px;
    height: 280px;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #317e9c;
    position: absolute;
    -webkit-animation: spin 1500ms infinite linear;
            animation: spin 1500ms infinite linear;
}
.img-preloader{
    width: 150px;
    height: auto;
    top: calc(25% + 150px);
    left: calc(50% + 150px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -155px;
    position: absolute;
}
.spin:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top-color: #4d934d;
    -webkit-animation: antispin 700ms infinite linear;
            animation: antispin 700ms infinite linear;
    content: "";
    position: absolute;
    border-radius: 60%;
}

@-webkit-keyframes spin { 
    100% {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
} }

@keyframes spin { 
    100% {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
} }
@-webkit-keyframes antispin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes antispin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
/*preloader end*/



/*page 404 start*/
.container.container404{
    margin: auto;  
    padding-top: 25px;
    padding-bottom: 25px;
}
.block-404 {
    display: flex;
    max-width: 790px;
    margin: auto;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.text-404 {
    box-sizing: border-box;
    padding-bottom: 10px;
}
.img-404{
    max-width: 100%;
    margin-right: 70px;
}
.title-404{
    font-family: 'gilroy-bold';
    font-size: 28px;
    margin: 0;
}
.caption-404{
    font-size: 16px;
    margin: 10px 0 20px 0;
    line-height: 22px;
}
.a-404{
    
}
.a-404:hover{
    text-decoration: none;
}
/*page 404 end*/

/*polit start*/
.copyright .polit-a {
    text-decoration: underline;
    margin-left: 3px;
    display: inline-block;
    transition: 0.2s;
    cursor: pointer;
	
}
.copyright .polit-a:hover{
    text-decoration: none;
}
#linkpol3{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9699;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    background: rgba(1, 1, 1, 0.6);
}
img.locpol-img:hover{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
img.locpol-img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    max-width: 24px;
    top: 10px;
    right: 10px;
    cursor: pointer;

}
#close-c{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
/*    background: rgba(1, 1, 1, 0.6);*/
}
.link-pol-footer-m-test{
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.link-pol-footer-m-test:hover{
    text-decoration: none;
}
.locpol p, .locpol ul, .locpol ul li{
    line-height: 22px;
    font-size: 16px;
    list-style-type: circle;
}
.locpol{
    position: fixed;
    top: 50%;
    background: white;
    max-width: 670px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    border: 1px solid #825129;
    border-radius: 3px;
    cursor: default;
    /*max-height: 75%;*/
    max-height: 570px;
    overflow-y: scroll;
}
/*polit end*/
/*contact page start*/
.container-big-form{
    padding-top: 110px;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    background-color: #e5f1f6;
}
.container-big-form.container-big-form-about{
    margin-top: 40px;
    padding-top: 0;
}
.textarea{
    outline: none;
    width: 100%;
    display: block;
    padding: 12px 18px;
    max-width: 1020px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    border: 1px solid #dedede;
    border-radius: 2px;
    height: 126px;
    flex-grow: 1;
    font-family: 'gilroy-light';
    font-size: 16px;
}
#map2,
#map3{
    /*height: 100%;*/
    flex-grow: 1;
}
.container-map2{
    position: relative;
    z-index: 15;
    margin-top: 15px;
}
.container-map2:nth-child(2){
    margin-top: 30px;
}
.block-contact-page{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-height:  355px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 2px;
    background-color: white;
}
.text-contact{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 370px;
    box-sizing: border-box;
    padding: 30px 50px;
}
.text-contact a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.unit-contact:last-child{
    margin-bottom: 0;
}
.unit-contact{
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 21px auto;
}
.title-unit-contact{
    font-family: 'gilroy-bold';
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.caption-unit-contact{
    display: block;
}
.text-contact .phone-contact-page{
    font-size: 22px;
    font-family: 'gilroy-light';
}
/*contact page end*/
/*front-page start*/
.block-front {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}
.container-front{
    height: auto;
    /*background-image: url(/local/templates/dvtrans/css/../img/fon-front.jpg);*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: black;
}
.front-h1{
    font-family: 'gilroy-medium';
    font-size: 42px;
    line-height: 54px;
    max-width: 880px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
.front-caption{
    font-size: 16px;
    line-height: 22px;
    display: block;
    max-width: 450px;
    width: 100%;
}
.block-front-icon {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 55px;
    max-width: 1230px;
}
.unit-front-icon {
    margin: 0 23px 46px 23px;
    flex-grow: 1;
    border: 1px solid white;
    background-color: #f6f6f6;
    box-shadow: 0 0 0 9px #f6f6f6;
    width: 230px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 310px;
}
.unit-front-icon:empty,
.unit-function:empty,
.unit-about-ruc:empty,
.unit-foto.empty,
.unit-partners-feedback.feedback-empty{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.title-front-icon{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'gilroy-bold';
    padding-top: 130px;
    box-sizing: border-box;
    background-size: 80px auto;
    background-position: 50% 40px;
    background-repeat: no-repeat;
    width: 100%;
}
.caption-front-icon{
    font-size: 14px;
    margin-top: 12px;
    display: block;
    max-width: 100%;
}
.block-function{
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1230px;
}
.unit-function-after{
    pointer-events: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.unit-function.no-text:hover .text-function{
    border-color: transparent;
}
/*.unit-function{
    position: relative;
    margin: 0 15px 24px 15px;
    box-sizing: border-box;
    padding: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 360px;
    flex-grow: 1;
    text-decoration: none;
    color: white;
    position: relative;
    transition: 0.4s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 245px;
}*/
.unit-function{
    position: relative;
    margin: 0 7px 14px 7px;
    box-sizing: border-box;
    padding: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 40%;
    flex-grow: 1;
    text-decoration: none;
    color: white;
    position: relative;
    transition: 0.4s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 365px;
}
.btn-link.link-custom-fucnction{
    font-size: 14px;
    text-transform: capitalize;
    min-height: 42px;
    width: 114px;
    margin-top: 20px;
    font-family: 'gilroy-regular';
}
.unit-function:hover .text-function{
    border-color: #76b7e3;
}
.unit-function:hover .caption-function{
    max-height: 400px;
    flex-grow: 1;
    margin-top: 10px;
}
.text-function{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 17px;
    transition: 0.4s;
    flex-grow: 1;
    z-index: 4;
    position: relative;
}
.title-function{
    font-size: 16px;
    font-family: 'gilroy-bold';
    text-transform: uppercase;
    transition: 0.4s;
}
.img-unit-partners-about {
    width: auto;
    max-height: 90px;
    margin-bottom: 15px;
}
.caption-function{
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
/*    font-size: 14px;
    line-height: 18px;*/
    font-size: 13px;
    line-height: 15px;
    transition: 0.4s;
}
.container-seo-text{
    margin-top: 35px;
    margin-bottom: 65px;
}
.container-seo-text h2{
    font-size: 24px;
    margin-bottom: 12px;
}
.container-seo-text p{
    font-size: 14px;
    line-height: 22px;
}
.block-contact-form{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
}
.portret-block{
    margin-top: 75px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.img-portret-block{
    display: none !important;
    margin-right: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    height: 130px;
    width: 130px;
    min-width: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.text-portret-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.text-k-form{
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: block;
}
.title-portret-block{
    color: #3184a8;
    font-family: 'gilroy-lightitalic';
    font-size: 16px;
    margin-bottom: 12px;
}
.caption-portret-block{
    font-family: 'gilroy-lightitalic';
    font-size: 34px;
}
/*form*/
.form{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 25px auto 20px auto;
    width: 100%;
}
.error-subbb,
.success-subbb {
    margin-top: 20px;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    border: 1px solid red;
    font-size: 16px;
    min-width: 230px;
    box-sizing: border-box;
}
.success-subbb{
    border-color: #305031;
}
.flex-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}
.form .btn-link{
    margin-top: 30px;
    font-size: 20px;
    font-family: 'gilroy-medium';
    width: 230px;
    height: 52px;   
}
.unit-form{
    outline: none;
    margin: 5px;
    border: 1px solid #dedede;
    border-radius: 2px;
    box-sizing: border-box;
    width: 170px;
    max-width: 335px;
    height: 57px;
    padding: 5px 18px;
    flex-grow: 1;
    font-family: 'gilroy-light';
    font-size: 16px;
}
.unit-form:focus,
.textarea:focus{
    box-shadow: 0 0 3px 1px rgba(49, 132, 168, 0.7);
}
/*polit*/
.block-polit{
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 30px; */
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    margin: 20px auto 0;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left top;
	text-align: center;
    /* background-image: url(/local/templates/dvtrans/css/../img/polit.png); */
}
.polit-a{
    cursor: pointer;
    transition: 0.2s;
    text-decoration: underline;
	color: #317e9c;
}
.polit-a:hover{
    text-decoration: none;
}
#map{
    min-height: 650px;
    width: 100%;
    max-width: 100%;
}
.container-map{
    position: relative;
}
.block-position-map {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
}
/*front-page end*/
/*tipov start*/
.img-content-block{
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.img-content-block img{
    width: auto;
    max-width: 365px;
    width: 100%;
    height: auto;
    margin: 7px;
}
.full-img{
    width: 100%;
    margin: 20px auto;
    height: auto;
}
.table-container{
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.table-block{
    width: 100%;
    min-width: 750px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 20px;
}
.row-block{
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    background-color: transparent;
}
.caption-row-block{
    background-color: #3184a8;
}
.row-block:nth-child(2n){
    background-color: white;
}
.td-block{
    width: 33%;
    flex-grow: 1;
    font-size: 16px;
    min-height: 50px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.caption-row-block .td-block{
    color: white;
    font-family: 'gilroy-bold';
}
/*tipov end*/
/*page about start*/
.block-doc-pdf{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 25px 0;
    box-sizing: border-box;
}
.unit-doc-pdf{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    box-sizing: border-box;
    padding-left: 70px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 48px 60px;
    background-image: url(/local/templates/dvtrans/css/../img/doc.png);
    background-position: left top;
    min-height: 60px;
    margin-bottom: 20px;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'gilroy-medium';
}
.unit-doc-pdf:hover{
    color: #317e9c;
}
.block-foto{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    flex-wrap: wrap;
}
.unit-foto{
    width: 370px;
    height: 270px;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    margin: 0 15px 30px 15px;
}
.unit-foto:hover:after{
    opacity: 1;
}
.unit-foto:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    background-image: url(/local/templates/dvtrans/css/../img/lup.png);
    background-size: 53px auto; 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
}

.content-on-site{
    width: 100%;
    display: block;
}
.margin-top-class{
    margin-top: 20px;
}
.content-on-site p,
.content-on-site li{
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.content-on-site h2,
.content-on-site h3 {
    font-size: 24px;
    margin-bottom: 4px;
}
.tabs__content {
    display: none; 
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    transition: 0.2s;
}
.tabs__content.active {
    display: block;  
}
.tabs__caption{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    padding: 0;
    margin: 30px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.unit-tabs__caption{
    flex-grow: 1;
    font-family: 'gilroy-medium';
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    height: 60px;
    background-color: rgba(49, 126, 156, 0.8);
    cursor: pointer;
    transition: 0.2s;
    color: white;
    text-decoration: none;
    width: 100px;
    white-space: nowrap;
}
.unit-tabs__caption:hover,
.unit-tabs__caption.active{
    background-color: #e5f1f6;
    color: #333;
}
.block-about-ruc{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: calc(100% + 30px);
    flex-wrap: wrap;
    margin-left: -15px;
}
.unit-about-ruc{
    width: 260px;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin:  0 15px 30px 15px;
}
.img-about-ruc{
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.text-about-ruc{
    padding: 20px 25px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cccccc;
    border-top-width: 0;
    flex-grow: 1;
}
.title-about-ruc{
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'gilroy-medium';
}
.caption-about-ruc{
    color: #317e9c;
    margin-top: 6px;
    display: block;
    font-family: 'gilroy-lightitalic';
    font-size: 14px;
    width: 100%;
}
.partners-about{
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.unit-partners-about{
    width: 350px;
    height: auto;
    min-height: 230px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 25px;
    margin: 10px;
    font-size: 18px;
    font-family: 'gilroy-medium';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}
a.unit-partners-about:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.unit-partners-feedback{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 370px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 10px;
    background-color: white;
}
/*page about end*/
/*title start*/
.title-block {
    margin-top: 50px;
    text-align: center;
}
.title-custom{
    min-height: 105px;
    box-sizing: border-box;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 88px auto;
    background-position: center top;
    background-image: url(/local/templates/dvtrans/css/../img/fon-title.png);
    padding-top: 30px;
    font-size: 30px;
    /*font-family: 'gilroy-bold';*/
    font-family: 'gilroy-medium';
    margin-bottom: 10px;
}
.caption-custom{
    line-height: 23px;
    font-size: 16px;
}
.block-map-content {
    background-color: white;
    width: 100%;
    max-width: 300px;
    min-height: 340px;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: all;
    box-shadow: 5px 8px 8px 0px rgba(0, 0, 0, 0.14); 
}
.phone-button-map-content {
    align-self: center;
    min-width: 123px;
    width: auto;
    max-width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    color: #3184a8;
    border: 1px solid #3184a8;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    margin-top: 22px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'gilroy-medium';
    transition: 0.2s;
}
.phone-button-map-content:hover{
    background-color: #3184a8;
    color: white; 
}
.title-map-content{
    font-family: 'gilroy-bold';
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #dadada;
}
.addres-map-content{
    font-size: 16px;
    margin-bottom: 10px;
}
.email-map-content{
    margin-bottom: 22px;
    font-size: 16px;
    color: #317e9c;
    display: block;
    text-decoration: none;
}
.phone-map-content{
    font-family: 'gilroy-bold';
    font-size: 26px;
    text-decoration: none;
    color: #333;
}
/*title end*/
/*nav mobile start*/
.block-xs-menu{
    display: none;
}
.nav-mobile-block {
    cursor: pointer;
    display: flex;
    margin-left: 0;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    text-align: right;
    background-color: transparent;
    color: #333;
    font-family: 'gilroy-bold';
}
.nav-mobile-block > span{
    position: relative;
    bottom: -1px;
    display: none;
}
.nav-mobile-container-line {
    width: 40px;
    height: 20px;
    min-width: 40px;
    min-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-mobile-line:nth-child(1) {
    top: 4px;
}
.nav-mobile-line:nth-child(2) {
    top: 50%;
    transform: translateY(50%);
}
.nav-mobile-line:nth-child(3) {
    bottom: 0;
}
.active-menu .nav-mobile-line:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    right: 5px;
}
.active-menu .nav-mobile-line:nth-child(2) {
    width: 0;
}
.active-menu .nav-mobile-line:nth-child(3) {
    bottom: 8px;
    transform: rotate(-45deg);
}
span.nav-mobile-line {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #315031;
    transition: 0.2s;
}
/*nav mobile end*/


/*news*/

.gallery-inside_news{
    margin-top: 25px;
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.unit-gal-inside_news{
    width: 240px;
    flex-grow: 1;
    margin: 5px;
    text-decoration: none;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}


.class_empty:empty,
.class_empty {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}
.img-empty{
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: auto;
    display: block;
}

.container-news{
    margin-bottom: 60px;
}
.container-news .pagination .text{
    justify-content: flex-start;
}
.news-top-img{
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 15px;
}
.news-list{
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news-unit{
    position: relative;
    width: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    margin: 15px 15px 25px 15px;
    color: black;
    text-decoration: none;
}
.news-unit .img-news-unit:after,
.news-unit .img-news-unit:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
}
.news-unit .img-news-unit:after{
    background-image: url(/local/templates/dvtrans/css/../img/news-hover.svg);
    background-size: auto auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.news-unit .img-news-unit:before{
    background: rgba(49, 132, 168, 0.5);
    z-index: 5;
}
.news-unit:hover .img-news-unit:after,
.news-unit:hover .img-news-unit:before{
    opacity: 1;
}
.img-news-unit{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.date-news-unit{
    color: #3184A8;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
.title-news-unit{
    font-family: 'gilroy-bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    width: 100%;
}
.caption-news-unit{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.news-h2{
    font-family: 'gilroy-bold';
    font-weight: 700;
    font-size: 30px;
    text-transform: inherit;
    margin-top: 50px;
    width: 100%;
    color: black;
}
.block-old-news{
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
}
.unit-old-news{
    width: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    margin: 15px;
    text-decoration: none;
    color: black;
}
.title-old-news{
    font-family: 'gilroy-bold';
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}
.container-inside_news{

}
.block-inside_news{
    margin-left: 195px;
    width: 100%;
    max-width: 770px;
    padding-bottom: 50px;
}
.img-inside_news{
    max-width: 100%;
    max-height: 600px;
    margin: 30px 0;
    display: block;
    width: auto;
    height: auto;
}
.h1-inside_news{
    font-family: 'gilroy-bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 36px 0 0 0;
}
.block-inside_news p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0 0;
}
.date-inside_news {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #3184A8;
}

.css-center-space{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}






.block-inside_news ul,
.block-inside_news ol{
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
}
.block-inside_news ol{
    counter-reset: section; 
}
.block-inside_news ol li{
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.block-inside_news ol li:before{
    counter-increment: section;                 
    content: counter(section);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding: 2px;
    border: 2px solid #305031;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: white;
    border-radius: 100%;
}

.block-inside_news li{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}
.block-inside_news li:last-child{
    margin-bottom: 0;
}
.block-inside_news ul li{
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
    display: flex;
}
.block-inside_news ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #305031;
}











@media (min-width: 1151px){
    .lg-hidden{
        display: none !important;
    }
}
@media (max-width: 1150px){
    .block-inside_news{
        max-width: 100%;
        margin-left: 0;
    }
    .img-inside_news{
        margin-top: 10px;
    }

    header .info-text-header{
        order: 1;
    }
    header .nav-mobile-block{
        order: 3;
    }
    header .contacts-header{
        order: 2;
    }
    header .nav {
        display: none;
        height: auto;
        position: absolute;
        bottom: 0px;
        transform: translateY(100%);
        left: -15px;
        margin: 0;
        background-color: white;
        padding: 15px;
        width: 100%;
        max-width: 100%;
        box-shadow: 0px -1px 1px rgba(3, 84, 97, 0.6);
    }
    header .unit-nav{
        padding: 8px 0;
        flex-direction: column;
    }
    header .sub-nav{
        transform: none;
        margin-top: 10px;
        position: static;
    }
    header .unit-sub-nav{
        /*background-color: #f2f2f2;*/
    }
    .footer{
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }
    footer .header{
        width: 100%;
        margin: 0 0 10px 0; 
        order: 1;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .nav{
        order: 1;
        width: 100%;
        margin: 0 0 10px 0;
    }
    footer .info-text-header,
    footer .contacts-header{
        order: 2;
        margin-bottom: 10px;
    }
    .logo-footer-block{
        order: 2;
        margin-right: 15px;
    }
    .developer{
        order: 3;
        margin-left: 15px;
    }
    .logo-footer{
        margin-right: 0;
    }

}

@media (max-width: 850px){
    .caption-portret-block{
        font-size: 24px;
    }
    .front-h1 {
        font-size: 40px;
        line-height: 42px;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .block-front{
        min-height: 300px;
    }
    .text-k-form{
        font-size: 16px;
    }
}

@media (max-width: 750px){
    .block-inside_news p,
    .date-inside_news{
        margin: 12px 0 0 0;
    }
    .h1-inside_news{
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 0 0;
    }
    .container-news{
        margin-bottom: 40px;
    }
    .table-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margin-top-class{
        margin-top: 10px;
    }
    .unit-partners-about{
        width: 350px;
        max-width: 100%;
        min-height: 130px;
    }
    .textarea{
        height: 85px;
    }
    .text-contact{
        width: 310px;
        padding: 20px;
    }
    .container.container404{
        padding-top: 15px;
        padding-bottom: 15px; 
    }
    .block-404{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .img-404{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .title-404{
        font-size: 24px;
    }
    .container-map{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    #map{
        height: 200px;
        min-height: 200px;
    }
    .block-position-map{
        position: static;
        transform: none;
        align-items: center;
        justify-content: center;
        max-height: none;
        padding: 25px 15px;
        height: auto;
        min-height: auto;
    }
    .container-seo-text h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .content-on-site h2,
    .content-on-site h3 {
        font-size: 18px;
    }
    .container-seo-text {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .form .btn-link{
        margin-top: 20px;
    }
    .block-contact-form{
        padding-bottom: 25px;
    }
    .portret-block{
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .unit-function{
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .block-function{
        margin-bottom: 20px;
    }
    .title-block,
    .block-front-icon{
        margin-top: 25px;
    }
    .title-custom{
        font-size: 22px;
    }
    .block-front-icon{
        margin-bottom: 15px;
    }
    .unit-front-icon{
        margin: 0 16px 32px 16px;
    }
    .block-front{
        min-height: 100px;
        padding: 25px 15px;
    }
    .front-caption {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
        font-family: 'gilroy-medium';
    }
    .front-h1 {
        font-size: 26px;
        line-height: 28px;
        font-family: 'gilroy-medium';
    }
    .header .nav-mobile-block,
    .header .contacts-header{
        display: none;
    }
    h1{
        font-size: 26px;
        line-height: 28px;   
    }
    .unit-h1{
        margin: 6px auto;
    }
    .logo {
        width: 75px;
        min-width: 75px;
        margin-right: 15px;
        top: -9px;
    }
    header .phone-link{
        font-size: 20px;
    }
    header .email-link{
        font-size: 14px;
    }
    footer .contacts-header{
        display: flex !important; 
    }
    .header-container {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 0;
        min-height: 94px;
    }
    .block-xs-menu {
        z-index: 30;
        background-color: #305031;
        padding: 0px 15px;
        width: 100%;
        margin-top: 18px;
        margin-left: -30px;
        position: relative;
        right: -15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .block-xs-menu .email-link{
        display: none;
    }
    header .block-xs-menu .phone-link{
        color: white;
    }
    span.nav-mobile-line{
        background: white;
    }
    .block-h1 {
        margin: 15px 0 0 0;
    }
    .header{
        flex-grow: 0;
    }

}

@media (max-width: 600px){
    .unit-doc-pdf{
        min-height: 40px;
        background-size: auto 40px;
        padding-left: 45px;
    }
    .tabs__caption{
        min-height: auto;
        flex-wrap: wrap;
    }
    .unit-tabs__caption{
        min-width: 150px;
    }
    .partners-about{
        width: 100%;
        margin-left: 0;
    }
    .unit-foto{
        height: 220px;
        margin: 0 0 20px 0;
    }
    .block-foto{
        width: 100%;
        margin-left: 0;
    }

    .img-about-ruc{
        height: 195px;
        max-width: 180px;
        align-self: center;
    }
    .text-about-ruc{
        border-width: 0;
    }
    .unit-about-ruc{
        border: 1px solid #cccccc;
        padding-top: 15px;
    }
    .portret-block{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .caption-portret-block{
        font-size: 18px;
    }
    .title-portret-block{
        margin-bottom: 6px;
    }
    .text-portret-block{
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .img-portret-block{
        margin: 0 0 15px 0;
    }
    .container-map2{
        margin-top: 5px;
    }
    .container-map2:nth-child(2){
        margin-top: 15px;
    }
    .text-contact{
        padding: 20px 15px;
        width: 100%;
    }
    .block-contact-page{
        flex-direction: column;
    }
    .unit-form {
        width: 100%;
        height: 40px;
        margin: 0 0 5px 0;
    }
    .textarea{
        max-width: 335px;
        margin: 0 0 5px 0;
    }
    .dekoration-line{
        display: none;
    }
    #map2,
    #map3{
        width: 100%;
        height: 200px;
    }
}


@media (max-width: 500px){
    footer .info-text-header {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    footer .nav{
        flex-wrap: wrap;
    }
    footer .unit-nav{
        font-size: 10px;
        padding: 5px 3px;
    }
}


@media (max-width: 450px){
    .unit-partners-about {
        font-size: 17px;
        padding: 15px;
    }
    .email-map-content{
        margin-bottom: 12px;
    }
    .title-map-content{
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .phone-map-content{
        font-size: 22px;
    }
    .block-position-map{
        padding: 0;
    }
    .block-map-content{
        max-width: 100%;
        box-shadow: none;
        padding: 15px 15px 25px 15px;
        min-height: auto;
        text-align: center;
        align-items: center;
    }
}

/* End */


/* Start:/local/templates/dvtrans/components/bitrix/menu/menu/style.min.css?1572337948490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/dvtrans/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/dvtrans/components/bitrix/breadcrumb/bc/style.min.css?1572337948467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/dvtrans/js/fancybox/jquery.fancybox.css?15723379484939 */
/* /local/templates/dvtrans/css/style.css?175127057049539 */
/* /local/templates/dvtrans/components/bitrix/menu/menu/style.min.css?1572337948490 */
/* /local/templates/dvtrans/components/bitrix/breadcrumb/bc/style.min.css?1572337948467 */
