@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #28699b;

}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}


.imgCenter{
	display: flex;
	margin: 0 auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

body {
	font-family: 'Lato', OpenSans, sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	background-color: white;
}

.container {
	/*width: 300px;*/
	margin: 0 auto;
}

.news-image {
	max-height: 428px;
	margin-bottom: 22px;
}

.news-img {
	width: 100%;
}

.def-home {
	margin-bottom: 10px;
}

.def-home::after {
	content: "";
	display: table;
	clear: both;
}

.def-home__title {
	font-size: 36px;
	color: #28699b;
	margin: 0px;
	line-height: 36px;
	border-bottom: 1px solid #28699c;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.def-home__text {
	color: #28699b;
	margin: 0px;
	font-size: 16px;
}

.security {
	height: 100%;
	display: block;
	padding-top: 40px;
	width: 100%;
	background: url("../img/bg-content.png") no-repeat 59% 16% #1e537c;
}

.security__title {
	color: white;
	font-size: 30px;
	margin: 0px;
	border-bottom: 1px solid white;
	padding-bottom: 6px;
	text-align: left;
}

.security__text {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}
.white{
	color: #fff;
}
.security__image {
	width: 100%;
}

.auditing .def-home__text {
	margin-bottom: 10px;
}

.security__list {
	color: white;
	padding-left: 20px;
}

.remote .security__list {
	color: #153249;
}

.remote .def-home__img {
	float: left;
}

.def-home__title {
	font-weight: 400;
}

.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-item {
	list-style: none;
	padding-left: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #153249;
}

.list-item::before {
	content: "—";
	position: relative;
	left: -10px;
}

.security .list-item {
	color: white;
}

.security .security__text {
	margin-bottom: 20px;
}

.signal .list-item {
	margin-bottom: 10px;
}

.signal-text {
	margin-top: 10px;
}

.not-found {
	width: 100%;
	height: 100%;
	background: #1e537c url("../img/bg-content.png") no-repeat 50% 50%;
}

.not-found__title {
	padding-top: 20px;
}

.not-found__title span {
	font-weight: 800;
	font-size: 56px;
	color: white;
	display: block;
	line-height: 49px;
}

.not-found__title .not-found__sorry {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.not-found__delimetr {
	width: 100%;
	height: 1px;
	background-color: white;
}

.about__image {
	width: 100%;
}

.about__title {
	color: #28699b;
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	margin-top: 0px;
}

.about__title-delimetr {
	width: 100%;
	height: 1px;
	background-color: #28699b;
}

.about__text {
	color: #28699b;
	font-size: 14px;
}

/*
	Theme Name:        baltik-eskort
	Author:            seosky.su
	License:           No Lisence (public domain)
* */

body {
	font-family: 'Lato', sans-serif;
}

.h1_line {
	font-weight: bold;
	font-size: 24px;
	color: #28699b;
}

h2 {
	font-size: 30px;
	color: #28699b;
	padding-top: 20px;
	text-align: center;
}

.news_inside h2{
	padding:0 0 20px 0;
}

.h2_line {
	font-size: 24px;
	color: #fff;
	padding-top: 20px;
	text-align: left;
}

textarea {
	resize: none;
}

.h2_line:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 20px;
	display: inline-block;
	text-align: left;
}

p {
	font-size: 18px;
	color: #153249;
	line-height: 24px;
}

.h3_zagolovok {
	color: #031128;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 40px;
}

.h3_zagolovok:before,
.h3_zagolovok:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	position: relative;
}

.h3_zagolovok:before {
	margin-left: -100%;
	left: -60px;
}

.h3_zagolovok:after {
	margin-right: -100%;
	right: -60px;
}

button:focus {
	outline: none;
}

.head {
	padding: 20px 0px;
	font-family: 'Lato', sans-serif;
}
.head img {
	width: 100%;
	max-width: 200px;
}
.head .qr-code {
	text-align: center;
}
.head .qr-code .qr-title{
	font-size: 1.5rem;
	line-height: normal;
}
.head .qr-code .qr-text{
	font-size: 2rem;
}
.head .popup-form button {
	margin-bottom: 1rem;
}
.head-logo {
	text-align: center;
}
.head_tittle {
	font-weight: bold;
	font-size: 36px;
	color: #28699c;
	padding-top: 20px;
	line-height: 32px;
}
.head_description {
	font-size: 18px;
	line-height: 18px;
	color: #28699c;
}

.head_contact {
	text-align: right;
}
.head-contacts {
	text-align: center;
}

.head_phone {
	font-weight: bold;
	font-size: 24px;
	color: #28699c;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 24px;
}

.head_mail {
	font-size: 18px;
	margin-bottom: 0px;
	color: #28699c;
}

.head_adress {
	font-size: 14px;
	margin-bottom: 0px;
	color: #28699c;
}

.head button {
	background-color: #dc5335;
	width: 213px;
	height: 45px;
	border: none;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.head button:hover {
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.top_menu {
    background-image: url(https://i.ibb.co/16dfrRH/ge-lenta.jpg);
    background-repeat-y: no-repeat;
    background-color: #28699c;
	
}
@media (min-width: 768px){
.top_menu {
	    background-color: #FFF;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}

.ps{
	text-align: end;
    margin: 0;
    width: 300px;
    position: relative;
    left: 73%;
	margin-bottom: 30px;
}

.top_menu li a {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	/* padding: 15px 26px !important; */
	padding: 15px 15px !important;
	cursor: pointer;
}

.top_menu li a:hover,
.top_menu li a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	color: #28699b;
}

.dropdown-menu {
	background-color: #eee;
}

.dropdown-menu li {
	padding: 10px;
	background-color: #eee;
}

ul .dropdown-menu {
	padding: 0px;
}

.dropdown-menu li a {
	color: #28699b;
	font-size: 16px;
	line-height: 14px;
	padding: 5px 5px;
}

.dropdown-menu li:hover {
	background-color: #28699b;
}
.dropdown-menu li:hover a {
	color: #fff;
	background-color: #28699b;
}

/*  .dropdown-menu li a:hover {
 	color: #fff;
 	background-color: #28699b;
 } */

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 4px;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.content {
	margin-top: 40px;
	margin-bottom: 0px;
}
.content img {
	max-width: 100%;
	height: 100%;
}

footer {
	font-family: 'Lato', sans-serif;
	background-color: #11344e;
	padding: 30px 0px;
}

footer a {
	color: #fff;
	font-size: 16px;
}

footer a:hover {
	color: #feac37;
	text-decoration: none;
}

.footer_line:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	margin-top: 30px;
}

.footer_line2 ul {
	margin-top: 20px;
	padding-left: 0px;
	list-style: none;
}

.footer_line2 ul li {
	margin-bottom: 5px;
}

.card_site {
	margin-top: 15px;
}

.footer_line3 {
	margin-top: 20px;
}

.footer_line3 p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}

.footer_line3 .head_phone {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 24px;
}

.footer_line3 .make {
	font-size: 14px;
}

/*///////////////////////////////////////////////О нас/////////////////миссия////////////////////////////*/

.about p {
	font-size: 14px;
	line-height: 24px;
	color: #153249;
	margin-bottom: 20px;
}

.about img {
	width: 100%;
}

.h1_line:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #5387af;
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: left;
}

.about ul {
	list-style: none;
	color: #153249;
	padding-left: 15px;
	margin-bottom: 20px;
}

.about ul li:before {
	content: "—";
	position: relative;
	left: -10px;
}

/*////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////news/////////////////////////////*/

.h1_style1 {
	text-align: center;
	font-size: 36px;
	color: #28699b;
	margin-bottom: 40px;
	margin-top: 40px;
}

.h1_style2 {
	text-align: center;
	font-size: 36px;
	color: #28699b;
	margin-bottom: 0px;
	margin-top: 40px;
}

.block_new:hover {
	-webkit-box-shadow: 1px 0px 19px 4px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 0px 19px 4px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 0px 19px 4px rgba(50, 50, 50, 0.4);
	text-decoration: none;
}

.block_new a:hover {
	text-decoration: none;
}

.block_new {
	height: 600px;
	padding: 10px;
	text-align: left;
}

.block_new {
	display: flex;
    margin: 0 auto;
}

.block_new-max_height{
	height: 700px;
}

.block_new img {
	width: 100%;
}

.img_news:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #5387af;
	margin-top: 30px;
	display: inline-block;
}

.block_new h2 {
	font-size: 24px;
	line-height: 24px;
	color: #28699b;
	margin: 30px 0px 40px;
}

.block_new p {
	font-size: 14px;
	line-height: 24px;
	color: #28699b;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////Благодарности///////////////////////////////////////////*/

.light_background {
	background-image: url("../baltik-eskort/lib/img/background1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 10px;
}

.light_background .thanks .recall {
	font-size: 16px;
	line-height: 24px;
	color: #153249;
}

.light_background .sign {
	font-size: 14px;
	line-height: 24px;
	width: 70%;
	margin-top: 30px;
	color: #153249;
}

.dark_background {
	background: #1e537c;
	padding: 70px 10px;
}

.dark_background .thanks .recall {
	font-size: 16px;
	line-height: 24px;
	color: #fefefe;
}

.dark_background .sign {
	font-size: 14px;
	line-height: 24px;
	width: 70%;
	margin-top: 30px;
	color: #fefefe;
	float: right;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////Внутр новости//////////////////////////////////////////*/

.news_background img {
	width: 100%;
}

.name_news:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #5387af;
	margin-bottom: 30px;
	display: inline-block;
	text-align: left;
}

.news_inside p {
	font-size: 16px;
	line-height: 24px;
	color: #28699b;
}

.h1_news_inside {
	text-align: left;
	font-size: 36px;
	color: #28699b;
	margin-top: 0px;
	line-height: 40px;
}

.data_news p {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 40px;
	text-align: right;
}

.news_inside li {
	font-size: 16px;
	line-height: 24px;
	color: #28699b;
}

.news_inside ul {
	list-style: none;
}

.news_inside ul li:before {
	content: "—";
	position: relative;
	left: -10px;
}
.rows-block {
	margin-top: 70px;
	margin-bottom: 60px;
}
.e_prev, .e_next {
	position: relative;
	width: 110px;
	height: 30px;
}
.e_prev {
	float: right;
}
.rows-block a{
	position: relative;
	font-size: 24px;
	line-height: 24px;
	color: #28699b;
	font-weight: normal;
}
.e_prev a {
	padding-right: 30px;
}
.e_prev:hover a,
.e_next:hover a {
	color: #153249;
	text-decoration: none;
}
.e_prev:hover .prev-arow {
	fill: #333;
}
.e_next a {
	padding-left: 30px
}
.news-prev {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: -1;
}
.news-next {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: -1;
	transform: rotate(180deg);
}
.e_next:hover .next-arow {
	fill: #333;
}
/*/////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////Главная//////////////////////////////////////////*/

.services h3 {
	background-color: #28699b;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 0px;
}

.services {
	position: relative;
}

.services_name {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.services_hover {
	position: absolute;
	top: 0;
	left: 15;
	right: 15;
	height: 100%;
	width: 100%;
	background-color: #28699b;
	padding-top: 10px;
	opacity: 0;
	transition: all .5s;
}

.services_hover h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.services_hover p {
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.services_hover:hover {
	opacity: 1;
	padding-top: 5%;
}

.services_div {
	margin-bottom: 10px;
	margin-top: 20px;
}

.services_div img {
	width: 100%;
	max-height: 186px;
}

.about_company {
	background-image: url("../baltik-eskort/lib/img/background2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 20px 0px;
}

.about_company2 {
	background-image: url("../baltik-eskort/lib/img/background3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}

.about_company h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 20px;
	text-align: left;
}

.about_company p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: left;
}

.about_company img {
	width: 100%;
}

.about_company h2:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #5387af;
	margin-bottom: 30px;
	margin-top: 20px;
	display: inline-block;
	text-align: left;
}

.slider_titul {
	width: 90%;
	margin: 0 auto;
}

/* Arrows */

/*.slider_titul .slick-prev,
.slider_titul .slick-next {
 	font-size: 1px;
 	line-height: 0;
 	position: absolute;
	top: 50%;
 	display: block;
 	width: 28px;
 	height: 48px;
 	padding: 0;
 	transform: translate(0, -50%);
 	cursor: pointer;
 	color: transparent;
 	border: none;
 	outline: none;
 	background: transparent;
 }
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 28px;
	height: 48px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slider_titul .slick-prev {
	left: -25px;
	background-image: url('../baltik-eskort/lib/img/prev.png');
}

.slider_titul .slick-next {
	right: -25px;
	background-image: url('../baltik-eskort/lib/img/next.png');
}*/

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.about_company li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.about_company ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
}

.about_company ul li:before {
	content: "—";
	position: relative;
	left: -10px;
}

.documents img {
	width: 100%;
}

.documents a:focus {
	outline: none;
}

.documents .row {
	margin-bottom: 15px;
}

.doc_margin div {
	margin-bottom: 20px;
}

label,
input {
	display: block;
	width: 100%;
	max-width: 300px;
}

label {
	margin: 0 auto;
	margin-bottom: 10px !important;
}

input {
	height: 30px;
	background-color: #fff;
	border: 1px solid #717171;
	margin: 0 auto;
	-webkit-appearance: none;
	padding-left: 10px;
}

input:focus {
	outline: none;
	border: 1px solid #000;
}

input:hover {
	border: 1px solid #dc5335;
	box-shadow: inset 0 0 5px rgba(220, 83, 53, 0.5); /* Параметры тени */
}

.form_buttom label {
	margin-bottom: 0px !important;
}

textarea {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 327px;
	height: 87px;
	padding-top: 10px;
	background-color: #fff;
	border: 1px solid #717171;
	color: #535353;
	padding-left: 10px;
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea:focus {
	outline: none;
	border: 1px solid #000;
}

textarea:hover {
	border: 1px solid #dc5335;
	box-shadow: inset 0 0 5px rgba(220, 83, 53, 0.5);
}

form {
	margin-top: 40px;
	margin-bottom: 40px;
}

.name_input {
	font-size: 18px;
	color: #133550;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
}

.name_textarea {
	font-size: 16px;
	color: #133550;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	width: 270px;
}

.form_button {
	text-align: center;
}

.form_button_bottom {
	text-align: center;
	// float: right;
	margin-top: 5px;
	display: block;
	background-color: #dc5335;
	width: 213px;
	height: 45px;
	border: none;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	// float: right;
}

label p {
	margin-bottom: 0px;
}

.no_image {
	padding-bottom: 30px;
}

.textarea div {
	display: inline-block;
	vertical-align: bottom;
}

.textarea {
    	width: 100%;
	max-width: 327px;
	margin-bottom: 5px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 5px;
	margin-top: 15px;
}

.icon_textarea {
	width: 30px;
	margin-right: 10px;
}

form .button {
	display: block;
	background-color: #dc5335;
	width: 213px;
	height: 45px;
	border: none;
	color: #fff;
	font-size: 18px;
}

form .button:hover {
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.form_button_bottom:hover {
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

/* Arrows */

.slider_index .slick-prev,
.slider_index .slick-next {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 28px;
	height: 48px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slider_index {
	width: 100%;
	margin-top: 0px;
}

.slider_index .slick-prev {
	left: 20px;
	background-image: url('../baltik-eskort/lib/img/prev.png');
	background-size: cover;
	z-index: 1;
}

.slider_index .slick-next {
	right: 20px;
	background-image: url('../baltik-eskort/lib/img/next.png');
	background-size: cover;
	z-index: 1;
}

@media (max-width: 768px) {
	.slider_index .slick-prev, .slider_index .slick-next {
		display: none !important;

	}
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////Лицензии///////////////////////////////////////////*/

.license {
	padding: 40px 0px;
}

.license img {
	width: 100%;
}

.license p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #11344e;
	padding-top: 80px;
}

.dark_license p {
	color: #fff;
}

.dark_license {
	background: #1e537c;
        color: #fff;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////Грамоты//////////////////////////////////////////*/

.slider_titul {
	width: 90%;
	margin: 0 auto;
}

/* Arrows */

.slider_orden .slick-prev,
.slider_orden .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 97px;
	height: 108px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slider_orden {
	width: 90%;
	margin-top: 40px;
}

.slider_orden .slick-prev {
	left: -25px;
	background-image: url('../baltik-eskort/lib/img/prev_orden.png');
	z-index: 1;
}

.slider_orden .slick-next {
	right: -25px;
	background-image: url('../baltik-eskort/lib/img/next_orden.png');
	z-index: 1;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////Контакты//////////////////////////////////////////*/

.contacts p {
	color: #153249;
	font-size: 16px;
	line-height: 24px;
}

.contacts a {
	color: #153249;
}

.contacts a:hover,
a:focus {
	color: #dc5335;
	text-decoration: none;
}

.contact_name p {
	font-weight: bold;
}

.map {
	padding-top: 40px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////Вакансии////////////////////////////////////////*/

.vacantion p {
	font-size: 16px;
	line-height: 24px;
	color: #153249;
	margin-bottom: 20px;
}

.bold_fonts p {
	font-size: 18px;
	margin-top: 40px;
}

.advant_vacancy {
	background-color: #1e537c;
	padding: 40px 0px;
}

.advant_vacancy p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.advant_vacancy li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.advant_vacancy ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
	text-align: center;
}

.advant_vacancy ul li:before {
	content: "—";
	position: relative;
	left: -10px;
}

.open_vacancy {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 60px;
}

.open_vacancy_name {
	font-size: 24px;
	text-transform: uppercase;
}

.open_vacancy_name img {
	margin-right: 10px;
}

.open_vacancy p {
	margin-top: 30px;
}

.open_vacancy ul {
	padding-left: 0px;
	list-style: none;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////Клиенты////////////////////////////////////////////*/

.client_img img {
	width: 100%;
}

.client_img {
	padding-top: 30px;
}

.client_text {
	background-color: #1e537c;
	padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.client_text ul {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding-left: 0px;
	list-style: none;
}

.client_text p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.block_partner {
	border: 4px double #1e537c;
	padding: 10px;
	height: 100%;
	margin: 10px 5px;
}

.block_partner p {
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	/*padding-top: 40px;*/
	color: #1e537c;
}

.text_little p {
	font-size: 14x;
	line-height: 14px;
	padding-top: 10px;
	text-align: left;
}

.block_partner img {
	width: 100%;
	padding-top: 20px;
}

.text_partner {
	font-size: 14px;
	text-align: center;
	color: #1e537c;
	line-height: 24px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.contact_client {
	background-color: #1e537c;
	color: #fff;
	margin: 40px 0px;
	padding: 40px 0px;
}

.contact_client p,
a {
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.contact_client p,
a {
	color: #fff;
	text-align: center;
}

.contact_client a:hover,
a:focus {
	color: #dc5335;
	text-decoration: none;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////Внутр услуги////////////////////////////////////////////////*/

.h1_uslug:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #28699b;
	margin-bottom: 30px;
	display: inline-block;
	text-align: left;
	margin-top: 10px;
}

.h1_uslug {
	text-align: left;
	font-size: 36px;
	color: #28699b;
	margin-top: 0px;
}

.inside_dark {
	background-image: url("../baltik-eskort/lib/img/background3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.inside_dark .h1_uslug {
	color: #fff;
	padding-top: 30px;
}

.inside_dark .h1_uslug:after {
	background-color: #fff;
}

.inside_dark p {
	color: #fff;
}

.inside_dark img {
	width: 100%;
}

.inside_dark ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
	padding-left: 25px;
	list-style-type: none;
}

.inside_dark ul > li:before {
	content: "— ";
	text-indent: -5px;
	padding-left: 5px;
}

.modal_form {
	background-image: url("../baltik-eskort/lib/img/modal.jpg");
	width: 400px;
	padding: 40px 20px;
	margin: 0 auto;
	position: relative;
}

.modal_form .name_input {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/* Contact form */

.wpcf7-not-valid-tip {
	font-size: .7em !important;
	color: #dc5335!important;
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
}

.wpcf7-display-none {
	display: none !important;
}

.modal_form h2 {
	color: white;
	display: block;
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
}

#post-modal--success .modal_form {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	top: 150px;
	margin-left: -200px;
}

.modal_form__btn--close {
	color: white !important;
	display: block;
	transition: all 0.2s ease-in-out;
	position: absolute;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	right: 20px;
	top: 20px;
	text-decoration: none;
	cursor: pointer;
}

.modal_form__btn--close:hover {
	color: #333 !important;
	text-decoration: none !important;
}

.mfp-close-btn-in .mfp-close {
	color: white;
	transition: all 0.2s ease-in-out;
}

.p_h2 {
	font-size: 30px;
	color: #28699b;
	padding-top: 20px;
	text-align: center;
}

.services .p_h3 {
	background-color: #28699b;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	padding: 20px 0px;
	margin-bottom: 0px;
	text-align: center;
}

a {
	color: #66b1cd;
}

a:hover {
	color: #66b1cd;
}

.awards_vertical_gallery {
	margin-top: 40px;
	max-height: 489px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.awards_vertical_gallery__scroll {
	position: absolute;
	display: block;
	margin-left: 240px;
	width: 97px;
	height: 108px;
	z-index: 1;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.awards_vertical_gallery__scroll-down {
	background-image: url(../baltik-eskort/lib/img/next_orden.png);
	transform: rotateZ(90deg);
	margin-top: -103px;
}

.awards_vertical_gallery__scroll-up {
	background-image: url(../baltik-eskort/lib/img/next_orden.png);
	transform: rotateZ(-90deg);
	margin-top: 20px;
}

.img_news img {
	min-height: 233px;
	max-height: 233px;
}

@media (min-width: 768px) {

.container {
	width: 620px;
}

}

@media screen and (min-width: 768px) {

.security {
	height: 100%;
	background: url(../img/bg-content.png) no-repeat 55% 0% #1e537c;
	padding-top: 0px;
}

.security__text-block {
	width: 630px;
	float: left;
	margin-top: 30px;
}

.security__text {
	font-size: 16px;
	line-height: 24px;
	padding-right: 53px;
}

.security__image {
	width: 460px;
	height: 505px;
}
textarea {
	max-width: 300px;
}
.textarea {
	max-width: 303px;
}
// .form_button_bottom {
// 	margin-right: 145px;
// }
}

@media (min-width: 1200px) {

.container {
	width: 1150px;
}

}

@media screen and (min-width: 1200px) {

.news-img {
	height: 433px;
}

.def-home {
	padding-bottom: 15px;
}

.def-home .def-home__img {
	width: 460px;
	height: 309px;
}

.def-home__wrap {
	float: right;
	width: 58%;
}

.security__img-block {
	float: right;
}

.remote .def-home__title {
	margin-top: 10px;
}

.security {

	background: url(/wp-content/uploads/2017/03/bg-content.png) no-repeat center center #1e537c;
	padding-top: 0px;
}

.security__title {
	width: 83%;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.security-page {
	width: 98%;
}

.security-page {
	padding-right: 10px;
}

.signal .security__title {
	width: 96%;
}

.not-found__delimetr {
	width: 59%;
	margin-top: 15px;
}

.not-found__title {
	padding-top: 35px;
}

.not-found__title {
	padding-bottom: 20px;
}

.not-found {
	height: 500px;
}

.not-found__title span {
	font-weight: 800;
	font-size: 150px;
	color: white;
	display: block;
	line-height: 125px;
}

.not-found__title .not-found__sorry {
	font-size: 48px;
	margin-top: 25px;
}

.not-found__title {
	padding-top: 100px;
}

.about__text-block {
	float: right;
	width: 588px;
	margin-top: 25px;
}

.about__image-block {
	float: left;
	width: 476px;
}
.form_button_bottom {
	margin-right: 74px;
}
.form_button_bottom {
	float: none;
}
}

@media screen and (max-width: 1200px) {

.head img {
	width: 130px;
}

.head_tittle {
	font-size: 28px;
}

.top_menu li a {
	font-size: 15px;
	text-align: left;
	padding: 15px 15px !important;
}

.about_company img {
	padding-top: 140px;
}

.about_company {
	padding: 30px 0px;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 992px) {

.head {
	text-align: center;
}

.head_contact {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.head_tittle {
	font-size: 36px;
}

.top_menu li a {
	font-size: 14px;
}

.top_menu .container {
	width: 100%;
}

.thanks img {
	width: 80px;
}

.name_news p,
.h1_news_inside {
	text-align: center;
}

.news_inside img {
	margin-bottom: 30px;
}

.news_inside {
	text-align: center;
}

.news_inside p {
	text-align: left;
}

.data_news p {
	text-align: center;
}

.slider {
	width: 80%;
	margin: 0 auto;
}

.documents img {
	width: 100%;
}

label,
input,
textarea {
	width: 300px;
}

.block_partner {
	height: 300px;
}

.block_partner img {
	padding-top: 0px;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 904px) {

.top_menu li a {
	font-size: 14px;
	padding: 20px 7px !important;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 838px) {

.top_menu li a {
	font-size: 13px;
	padding: 20px 5px !important;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 768px) {

.top_menu li a {
	font-size: 16px;
	padding: 10px 6px !inmo;
}

.block_new {
	text-align: center;
	margin-bottom: 15px;
}

.block_new p {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.block_new h2 {
	margin: 20px 0px;
}

.block_new img {
	width: 300px;
	text-align: center;
}

.block_new {
	height: 500px;
	padding: 10px;
}

.thanks img {
	width: 60px;
}

.light_background .recall {
	padding-left: 50px;
}

.light_background .sign {
	padding-left: 50px;
}

.dark_background .sign {
	padding-right: 50px;
}

.dark_background .recall {
	padding-right: 50px;
}

.news_inside ul {
	padding-left: 0px;
}

.slider {
	width: 70%;
	margin: 0 auto;
}

.documents img {
	width: 100%;
	margin-bottom: 10px;
}

.documents {
	text-align: center;
}

.about img {
	width: 400px;
	margin-bottom: 10px;
}

.block_partner img {
	width: 200px;
	text-align: center;
}

.block_partner {
	height: 280px;
	text-align: center;
}

.text_little p {
	font-size: 14x;
	line-height: 16px;
	padding-top: 10px;
	text-align: center;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 480px) {

.block_new p {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

.block_new {
	height: 530px;
}

.thanks img {
	width: 40px;
}

.light_background .sign {
	width: 100%;
}

.dark_background .sign {
	width: 100%;
}

.light_background .recall {
	padding-left: 10px;
}

.light_background .sign {
	padding-left: 10px;
}

.dark_background .sign {
	padding-right: 10px;
}

.dark_background .recall {
	padding-right: 10px;
}

.news_inside img {
	width: 100%;
}

.h1_news_inside {
	font-size: 30px;
}

.slider {
	width: 70%;
	margin: 0 auto;
}

.documents img {
	width: 100%;
}

.about img {
	width: 300px;
	margin-bottom: 10px;
}

.block_partner {
	height: 320px;
}

.modal_form {
	width: 95%;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 420px) {

.services_row .services_div {
	display: inline-block;
	margin: 10px 5px;
	position: relative;
	width: 270px;
}

.services_row .services_div img {
	width: 270px;
}

.services h3 {
	background-color: #28699b;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 0px;
}

.services_hover h3 {
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.services_hover p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.block_partner {
	height: 340px;
}

label,
input,
textarea {
	width: 100%;
}

.textarea {
	width: 250px;
	margin-bottom: 5px;
}

.icon_textarea img {
	display: none;
}

}

@media screen and (max-width: 1200px) and screen and (max-width: 320px) {

.block_new img {
	width: 280px;
	text-align: center;
}

}
@media screen and (max-width: 768px) {
	.h1_uslug {
		font-size: 32px;
	}
}


.modal_form > .p_h2{
	color: white;
	padding-top: 0px;
}
.under_icon{
    font-size: 14px;
    text-align: center;
}
.balt_icon{
    width: 100px !important;
    height: 100px;
    margin-top: 20px;
}

/*****************Аудит безопасности **************************/

.container-auditing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-auditing-content-img img {
    width: 1118px;
    height: 426px;
}

.container-auditing-content-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #153249;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 41px;
}

.container-auditing-content-2 img {
    width: 458px;
    height: 308px;
    padding-top: 22px;
}

.container-auditing-content-2-head {
    color:  #153249;
    font-size: 36px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 24px;/* Приближение из-за подстановки шрифтов */
    text-align: left;
}

.container-auditing-hr {
    width: 100%;
    height: 1px;
   background: #153249;
    margin-top: 0;
}

.container-auditing-content-2-text {
    width: 59%;
    padding-left: 30px;
    padding-top: 25px;
}

.container-auditing-content-2-pad {
    padding-top: 15px;
}

.inside_dark-images-1  {
    width: 456px;
    height: 502px;
}

.inside_dark-images-2 {
    padding-top: 20px;
    width: 456px;
    height: 465px;
}

.inside_dark-images-3 {
    padding-top: 20px;
    width: 456px;
    height: 471px;
}

.inside_dark-images-4 {
    padding-top: 20px;
    width: 456px;
    height: 482px;
}

.inside-font {
    color:  #ffffff;
    line-height: 26px;
}

.auditing_h2 {
    color: #fff;
    text-align: left;
}
.container-auditing-hr-2{
 color: #fff;
    text-align: left;
}
.container-auditing-content-2-pad-2 {
    padding-right: 59px;
    padding-top: 20px;
}

.auditing-list {
    list-style-position: inside;
}

@media screen and  (max-width: 319px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .container-auditing-content-2 img {
        width: 100%;
        height: 100%;
        padding-top: 22px;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width:320px) and (max-width: 340px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .container-auditing-content-2 img {
        width: 100%;
        height: 100%;
        padding-top: 22px;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width:341px) and (max-width: 375px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .container-auditing-content-2 img {
        width: 100%;
        height: 100%;
        padding-top: 22px;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width:376px) and (max-width: 569px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
        width: 100%;
    }

    .container-auditing-content-2 img {
        width: 100%;
        height: 100%;
        padding-top: 22px;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width: 570px) and (max-width: 767px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        height: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        height: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        height: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        height: 100%;
    }

    .container-auditing-content-2-pad-2 {
        padding-right: 10px;
        padding-top: 20px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px){

    .container-auditing-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-auditing-content-2 {
        flex-wrap: wrap;
    }

    .container-auditing-content-2-text {
        width: 100%;
        padding: 21px 14px 0 3px;
    }

    .inside_dark-images-1 {
        width: 100%;
        height: 100%;
    }

    .inside_dark-images-2 {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }

    .inside_dark-images-3 {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }

    .inside_dark-images-4 {
        padding-top: 20px;
        width: 100%;
        height: 100%;
    }

}

/****************Установка тревожной кнопки******************************************/

.container-alarmbutton {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 45px;
}

.container-alarmbutton-content-img img {
    width: 1120px;
    height: 426px;
}

.container-alarmbutton-content-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 22px;
}

.container-alarmbutton-content-2 img {
    width: 458px;
    height: 308px;
}

.container-alarmbutton-content-2-head {
    color:  #153249;
    font-size: 36px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.container-alarmbutton-content-2-text {
    padding-left: 30px;
    padding-top: 2px;
}

.container-alarmbutton-content-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container-alarmbutton-content-3 img {
    width: 456px;
    height: 502px;
}

.container-alarmbutton-content-3-text {
    padding-right: 59px;
    padding-top: 15px;
}

.container-alarmbutton-content-3-list {
    list-style-position: inside;
}

@media screen and  (max-width: 319px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

    .container-alarmbutton-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-3 img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:320px) and (max-width: 340px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

    .container-alarmbutton-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-3 img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:341px) and (max-width: 375px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

    .container-alarmbutton-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-3 img {
        width: 100%;
        height: 100%;
    }


}
@media screen and (min-width:376px) and (max-width: 569px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

    .container-alarmbutton-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-3 img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 570px) and (max-width: 767px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px){

    .container-alarmbutton-content-img img {
        width: 100%;
        height: 100%;
    }

    .container-alarmbutton-content-2 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-2-text {
        padding: 10px 0 0 0;
    }

    .container-alarmbutton-content-3 {
        flex-wrap: wrap;
    }

    .container-alarmbutton-content-3-text {
        padding: 10px 0 0 0;
        order: 1;
    }

}

/***********************СКУД*****************/

.container-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 39px;
}

.container-control img {
    height: 426px;
    width: 1120px;
}

.container-control-content-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 22px;
}

.container-control-content-2 img {
    width: 458px;
    height: 308px;
}

.container-control-content-2-text {
    padding-left: 30px;
}

.container-control-content-2-pad {
    padding-top: 5px;
}

.container-control-list {
    list-style-position: inside;
}

.container-control-images-1 {
    width: 456px;
    height: 100%;
}

.container-control-images-2 {
    padding-top: 33px;
    width: 456px;
    height: 100%;
}

.container-control-images-3 {
    padding-top: 33px;
    width: 456px;
    height: 100%;
}

@media screen and  (max-width: 319px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

    .container-control-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-control-images-1 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-2 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-3 {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:320px) and (max-width: 340px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

    .container-control-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-control-images-1 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-2 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-3 {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:341px) and (max-width: 375px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

    .container-control-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-control-images-1 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-2 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-3 {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:376px) and (max-width: 569px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

    .container-control-content-2 img {
        width: 100%;
        height: 100%;
    }

    .container-control-images-1 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-2 {
        width: 100%;
        height: 100%;
    }

    .container-control-images-3 {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 570px) and (max-width: 767px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){

    .container-control-content-img img {
        height: 100%;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px){

    .container-control-content-img img {
        height: 426px;
        width: 100%;
    }

    .container-control-content-2 {
        flex-wrap: wrap;
    }

    .container-control-content-2-text {
        padding: 15px 0 0 0;
    }

}

/*****************Пожарная сигнализация************************/

.container-signaling {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 42px;
    font-size: 15px;
}

.signaling-font {
    color:  #ffffff;
    font-size: 15px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 25px;/* Приближение из-за подстановки шрифтов */
    text-align: left;
    transform: scaleX(1.0001);
}

.container-control-content-img img {
    width: 1120px;
    height: 426px;
}

@media screen and  (max-width: 319px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:320px) and (max-width: 340px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:341px) and (max-width: 375px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:376px) and (max-width: 569px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 570px) and (max-width: 767px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){

    .container-control-content-img img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px){

    .container-control-content-img img {
        width: 100%;
        height: 426px;
    }

}


.doc_margin__div_max-width {
	width: 100%;
}


.news_inside h1{
	color: #28699b;
}

.news_inside .row {
	margin-bottom: 10px;
}

.news_inside blockquote {
	color: #28699b;
}


.img_news img[src*="лого-04-2"] {
	margin-left: 5px;
}

.navbar-collapse {
	padding-left: 0!important;
	padding-right: 0!important;
	display: flex!important;
    justify-content: space-between;
}


.card {
    width: 354px!important;
    min-height: 190px;
}

.link-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    min-height: 250px;
    overflow: hidden;
    transition: .4s all ease;
}

.img-fiil-card {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s all ease;
}

.link-wrapper:hover .img-fiil-card {
    transform: scale(1.1);
}

.card-text-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 60px;
	color: #28699b;
    background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.container-text {
    z-index: 10;
    font-size: 16px;
    line-height: 24px;
    color: #28699b!important;
    margin-bottom: 0;
    text-decoration: none;
	font-weight: 600;
}

.link-wrapper:hover {
    text-decoration: none;
}

.custom-mt {
    margin-top: 40px;
}

.card {
	margin-left: auto;
	margin-right: auto;
    min-width: 410px;
    min-height: 250px;
}

.content-center {
    display: flex;
    justify-content: center
}

.custom-mt {
    margin-top: 40px;
}

.card {
	margin-top: 10px;
}

/*custom-nav-styles - delete later*/
.navbar-nav {
	float: none;
	display: flex;
	justify-content: center!important;
}


.blue-bg {
    background-color: #28699B;
    color: #fff;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.blue-bg::before {
    content: '';
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #28699B;
	z-index: -1;
}

.card-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}


.card:first-child {
    margin-bottom: 6%;
}


.transportation-safety-list li {
    margin-bottom: 10px;
}

.blue-bg p {
	color: #fff;
	font-size: 16px;
}

.blue-bg ul li {
	font-size: 16px;
}

.text-blue {
	color: #28699B;
}

.text-blue:last-child {
	margin-bottom: 50px;
}

.blue-bg .text-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: stretch;
	padding-top: 60px;
}

.blue-bg .text-container p:last-child {
	margin-bottom: 0;
}

.blue-bg .text-container, .blue-bg span, .blue-bg h1, .blue-bg h2, .blue-bg h3 {
	color: #fff;
}

.blue-bg h2 {
	padding-top: 0;
	padding-bottom: 10px;
}

/*new */
.card-fluid {
    max-width: 60%;
    max-height: 260px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.link-wrapper-fluid {
	display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    min-height: 200px;
    overflow: hidden;
    transition: .4s all ease;
}

.img-fiil-card-fluid {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s all ease;
}

.card-text-wrapper-fluid {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 60px;
	color: #fff;
    background-color: #28699b;
	padding-left: 10px;
	padding-right: 10px;
}

.container-text-blue {
    color: #fff;
    margin: 0;
	font-size: 18px;
}

.link-wrapper-fluid:hover .img-fiil-card-fluid {
    transform: scale(1.1);
}

.list-custom-margin {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 18px;
}

.list-custom-margin li {
	margin-bottom: 10px;
	font-size: 18px;
}

.container-column {
	padding-top: 50px;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.container-column p {
	width: 100%;
	font-size: 18px;
}

.margin-bottm-custom {
	margin-bottom: 55px;
}

.menu-hidden {
	visibility: visible;
}


.head-contacts {
	position:relative;
}

.superflag {
	position: absolute;
    width: 80px!important;
    height: 60px;
    left: -52px;
}


@media screen and (max-width: 768px) {
	.navbar-nav {
		flex-direction: column;
	}
	
	.superflag {
		left: 10px;
		
	}
	
	.menu-hidden {
	visibility: hidden;
}
}

@media screen and (max-width: 380px) {
	
	.superflag {
	position: absolute;
    width: 50px!important;
    height: 30px;
    
}
	
	
}


.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}


