@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,800italic,700italic,700,600italic,600,400italic,300italic,300&subset=latin,cyrillic-ext,cyrillic);
/* clear */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}

a img, :link img, :visited img {
    border: 0 none;
}

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

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

/* end clear */

/* typography.css */
html {
    height: 100%;
}

body {
    background: #fff;
    color: #6c6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 87.5%;
    height: 100%;
    letter-spacing: -0.5px;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    line-height: 1.2;
}

h1, .h1 {
    color: #071e54;
    font-size: 1.71em;
    padding-bottom: 1.5em;
}

h1 span, .h1 span {
    text-transform: none;
}

.food_chemistry h1, .food_chemistry .h1 {
    border-left: 5px solid #2093c9;
    color: #2093c9;
    padding: 5px 15px;
    margin: 5px 0;
}

.industrial_chemistry h1, .industrial_chemistry .h1 {
    border-left: 5px solid #909090;
    color: #909090;
    padding: 5px 15px;
    margin: 5px 0;
}

.fire_technical h1, .fire_technical .h1 {
    border-left: 5px solid #d80100;
    color: #d80100;
    padding: 5px 15px;
    margin: 5px 0;
}

h2, .h2 {
    color: #071e54;
    font-size: 1.14em;
    font-weight: 600;
    padding-bottom: 1.5em;
}

h3, .h3 {
    color: #071e54;
    font-size: 1.14em;
    padding-bottom: 1.3em;
}

h4 {
    color: #071e54;
    font-size: 1em;
    padding-bottom: 1em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
    line-height: 1.5rem;
}

p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    color: #25336d;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #fdd20a;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    outline: none;
}

blockquote {
    border-left: 6px solid #071e54;
    margin: 1em 0;
    padding: 0 0 0 1em;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
    font-size: 0.7em;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

ul, ol {
    list-style-position: outside;
    list-style-type: none;
    padding: 0 0 1em 1.7em;
}

ul li, ol li {
    line-height: 1.2em;
    padding: 0.8em 0 0.8em 1.1em;
    position: relative;
}

ol {
    counter-reset: list 0;
}

ol li {
    padding-left: 1.4em;
}

ol > li::before, ul > li::before {
    color: #071e54;
    position: absolute;
    left: 0;
    top: 0.8em;
}

ol > li::before {
    counter-increment: list;
    content: counter(list) ".";
}

ul > li::before {
    content: "\203a";
    font-size: 18px;
    font-weight: 700;
    height: 8px;
    margin-top: -4px;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.5em;
    width: 100%;
}

thead th {
    background: #909090;
    color: #fff;
    text-align: center;
}

td {
    background: #f4f4f4;
    color: #000;
    font-weight: 300;

}

th, td, caption {
    border: 10px solid #fff;
    padding: 1em 0.5em;
    text-align: center;
    vertical-align: middle;
    width: 25%;

}

@media (max-width: 530px) {

    .table-wrap {
        overflow-y: scroll;
    }

    table {
        width: 100%;
    }

    th, td {
        /*width: 100%; */
    }
}



tfoot {
    font-style: italic;
}

hr {
    background: #d3d3d3;
    border: 0 none;
    height: 1px;
    margin: 25px 0 40px;
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.small {
    font-size: 0.85em;
}

.large {
    font-size: 1.16em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blue_text {
    color: #071e54;
}

.bg_blue {
    background: #071e54;
}

.noborder th, .noborder td, .noborder caption,
.adaptive th, .adaptive td, .adaptive caption {
    padding: 4px 10px 4px 5px;
    vertical-align: top;
}

.noborder, .noborder td, .noborder th,
.adaptive, .adaptive td, .adaptive th {
    background: none;
    border: none !important;
    text-align: left;
}

.breadcrumbs {
    padding: 25px 0 20px;
}

.breadcrumbs a {
    color: #c9c9c9;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #33333b;
}

.breadcrumbs .delim {
    color: #a2a2a2;
    padding: 0 12px;
}

.paginator, .search_links {
    border-top: 1px solid #d3d3d3;
    padding: 20px 10px 0;
}

.catalog_list .paginator, .search_links {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    margin: 0 0 10px;
}

.catalog_list .h1 {
    padding: 0 10px;
    margin: 0;
}

.search_links {
    padding: 15px 20px;
    margin: 0 -10px 30px;
}

.search_letter {
    padding: 0;
    margin: 0;
}

/*
.paginator span, .paginator a, .search_links a {
	border: 1px solid transparent;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	width: 28px;
}

.paginator .active, .search_links .active {
	border-color: #071e54;
}

.paginator a:hover, .search_links a:hover {
	color: #071e54;
	text-decoration: underline;
}

.paginator:before {
	content: 'Страницы: ';
	color: #959595;
	padding: 0 0.8em 0 0.25em;
}

.paginator .prev, .paginator .next {
	width: 20px;
	background: #959595;
	text-indent: -3000px;
	position: relative;
}

.paginator .prev:before, .paginator .next:before {
	content: '';
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAYCAYAAADH2bwQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTNGNDRCMDJDRjAxMTFFNEEwNDc4NTM4QzM5QzcxMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTNGNDRCMDNDRjAxMTFFNEEwNDc4NTM4QzM5QzcxMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBM0Y0NEIwMENGMDExMUU0QTA0Nzg1MzhDMzlDNzExRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBM0Y0NEIwMUNGMDExMUU0QTA0Nzg1MzhDMzlDNzExRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu41PG8AAAEPSURBVHjarJBBisJAEEWrw2TnxqWMO9fmCJK9nsEbzBUUBMG1niBX8AIKgvvkCJosx5W7YOL/bbepoG6GaXh0df1q6vOlrqphXddCBpN5CMS/wVAwsAUjN6BF9rYcOIAjiJXI+ggOBsJeRDqgBAsxBpfMQAiuX9IcNnqqtocDxtUb/E5cfQM/VsOKHZiq/R72dhwYvxE946AoipPfV+R5qDzxfQpwL1GM2Pju90slsrfkQBes0IiVyHpFzeTnczuHx/ljDvCQuBXPHOihAmsvOrOs11aDh485UAt+L5dnDlmWtXKgZnOAYHOIoqhUw+0c0IiV2OSQpuk/5gAPiVvxmoMXndkmB3j4mAO1uwADAJ6xBvwxnZOfAAAAAElFTkSuQmCC') no-repeat 100% 100%;
	width: 4px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 7px;
}

.paginator .prev:before {
	background-position: -4px 0;
}

.paginator .next:before {
	background-position: 0 0;
}

.paginator .prev:hover:before {
	background-position: -4px -8px;
}

.paginator .next:hover:before {
	background-position: 0 -8px;
}

.paginator .prev.disabled:before {
	background-position: -4px -16px;
}

.paginator .next.disabled:before {
	background-position: 0 -16px;
}
*/

.search_links a {
    margin: 0 2px 0 0;
}

/*form*/
.jq-selectbox {
    color: #6c6c6c;
    height: 40px;
    line-height: 40px;
    margin-right: 25px;
    width: auto;
}

.jq-selectbox__select {
    border: 1px solid #acacac;
    height: 100%;
    padding: 0 40px 0 10px;
    position: relative;
}

.jq-selectbox__trigger {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.jq-selectbox__trigger-arrow:before {
    content: "\e252";
    color: #071e54;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 15px;
}

.jq-selectbox__dropdown {
    background: #fff;
    border: 1px solid #acacac;
    border-top-color: transparent;
    width: 100%;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox__dropdown li {
    cursor: pointer;
    padding: 0.5em;
    margin: 0;
}

.jq-selectbox__dropdown li:before {
    content: '';
    display: none;
}

.jq-selectbox__dropdown li:hover {
    background: #ccc;
}

.jq-selectbox__select-text {
    width: auto !important;
    white-space: nowrap;
    overflow: hidden;
}

.filter .jq-selectbox__select {
    width: 375px;
}

.form_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 5px 20px;*/
    max-width: 440px;
    overflow: hidden;
}

.form_wrapper .jq-selectbox {
    width: 100%;
    margin: 0 0 0.6em;
}

.form_title {
    color: #071e54;
    font-size: 1.14em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}

.ie8 {
    display: none;
}

.alert {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    width: 100%;
}

.alert-error {
    background: #ce1d1d;
}

.alert-success {
    background: #37a13c;
}

.input_error input, .input_error textarea {
    border-color: #ce1d1d;
}

.input-set {
    margin-bottom: 30px;
}

.input {
    margin-bottom: 15px;
}

label {
    display: block;
    color: #6c6c6c;
    padding: 0.5em 0;
}

input[type="text"], select, textarea, input.input-text.lk-b-block-form__input {
    border: 1px solid #acacac;
    margin-bottom: 0.6em;
    padding: 0 10px;
    width: 100%;
}

textarea {
    padding: 10px;
    height: 80px;
    resize: none;
}

input[type="text"], select {
    height: 40px;
    line-height: 36px;
}

input[type="submit"], button[type="submit"] {
    background: #fff;
    border: 2px solid #071e54;
    color: #071e54;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans';
    font-size: 1.28em;
    letter-spacing: 0;
    line-height: normal;
    margin: 0.5em auto;
    max-width: 250px;
    padding: 0.55em 3em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

input[type="submit"]:hover, button[type="submit"]:hover {
    background: #071e54;
    color: #fff;
}

.required {
    color: #c92020;
}

.errors, .input.error label {
    color: #c92020;
}

.success {
    color: #398e3f;
}

/*//form*/

/*template*/
.clearfix:after, .row:after {
    content: '';
    display: table;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.col2 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
	margin-bottom:20px;
}

.col3, .col9, .col7, .col5, .col4 {
    display: inline-block;
    vertical-align: top;
}

.col3 {
    width: 33%;
}

.col9 {
    width: 66%;
}

.col7 {
    width: 58%;
}

.col5 {
    width: 41.5%;
}

.col4 {
    width: 24.5%;
}

.wrap {
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    table-layout: fixed;
    width: 1230px;
}

.row {
    margin: 0 -10px;
}

.main_wrap, .footer_wrap {
    display: table-row;
    width: 100%;
}

.footer_wrap {
    height: auto;
    min-height: 5%;
}

.content_wrap {
    padding: 20px 0;
}

.icon_before {
    position: relative;
}

.icon_before::before {
    content: '';
    background-image: url(img/sprite.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
}

.icon {
    background-image: url(img/sprite.svg);
    background-repeat: no-repeat;
}

.button, .footer .button {
    border: 2px solid #071e54;
    display: inline-block;
    font-size: 1.28em;
    letter-spacing: 0;
    line-height: normal;
    max-width: 250px;
    padding: 0.625em 2em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

a.button {
    color: #071e54;
}

.button:hover, .current .button {
    background: #071e54;
    color: #fff;
}

.more_link {
    color: #071e54;
    text-decoration: none;
}

.more_link:after {
    background: #fdd20a;
    border-radius: 50%;
    content: '\203A';
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 0.6em;
    text-align: center;
}

.more_link:hover {
    color: #071e54;
    text-decoration: underline;
}

.download_link {
    color: #174278;
    display: block;
    padding-left: 62px;
    margin: 0.7em 0;
    text-decoration: none;
}

.download_link:hover {
    color: #174278;
    text-decoration: underline;
}

.download_link:before {
    background: url(img/sprite.svg) no-repeat -69px -170px;
    display: block;
    height: 39px;
    margin: -19px 0 0 0;
    width: 42px;
}

/*header*/
.header {
    letter-spacing: 0;
    padding: 15px 0 10px;
}

.logo {
    float: left;
    padding-top: 0.5em;
    width: 348px;
}

.header_contacts {
    float: right;
}

.header_contacts_address, .header_contacts_phone, .header_contacts_write_me, .header_contacts_write_me_color {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 43px;
    vertical-align: middle;
    width: 49%;
}

.header_contacts_phone a, .header_contacts_address a, .header_contacts_write_me a, .header_contacts_write_me a.write_me {
    text-decoration: none;
    color: #000;
}

.header_contacts_address {
    width: 300px;
}

.header_contacts_phone {
    width: 310px;
    /*text-align: right;*/
    padding-left: 35px;
}

.header_contacts_write_me {
	padding-left: 0;
	width: auto;
}

.header_contacts_write_me a.write_me {
	border-bottom: 0;
}

.header_contacts_write_me_color {
	padding-left: 0;
	width: auto;
}

.header_contacts_write_me_color a.write_me_color {
	border-bottom: 0;
}

.header_contacts_address:before, .header_contacts_phone:before {
    margin-top: -19px;
    background-size: cover;
}

.header_contacts_address:before {
    background-image: url('img/icon_color_point.png');
    height: 32px;
    left: 0;
    width: 32px;
}

.header_contacts_phone:before {
    background-image: url('img/icon_phone-3.png');
    height: 37px;
    left: 0;
    width: 21px;
}

.header_social {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header_social_link {
    text-decoration: none;
    margin-right: 5px;
}

.header_social_link img {
    width: 35px;
}

.header_cont_tel {
	font-size: 13px;font-weight: 400;"
    }

@media (max-width: 580px) {
    .header_social_link {
        margin-left: 8px;
    }
}

/*//header*/

/*nav*/
.nav {
    position: relative;
    z-index: 999;
    min-height: 0;
    -webkit-transition: all 1s ease-in 0s;
    -o-transition: all 1s ease-in 0s;
    transition: all 1s ease-in 0s;
}

.nav li {
    margin: 0;
    padding: 0;
    position: static;
}

.nav li:before {
    content: '';
    display: none;
}

.nav_opening_button {
    display: inline-block;
    font-size: 10px;
    height: 100%;
    padding-left: 17px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 2;
}

.nav_opening_button:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.opened .nav_opening_button:before {
    content: "\d7";
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    height: 8px;
    line-height: 8px;
}

.sub_1, .sub_2, .sub_3, .lm_sub_1, .lm_sub_2, .lm_sub_3 {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sub_1 {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.sub_1 > li {
    display: block;
    height: 64px;
    float: left;
    line-height: 64px;
    vertical-align: top;
}

.sub_1 > li > a {
    border-right: 1px solid #314064;
    color: #4a4a4a;
    line-height: normal;
    padding: 0 8px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.sub_1 > li:first-child > a {
    border-left: 1px solid #314064;
}

.sub_1 > .opened > a {
    border-color: transparent !important;
}

.sub_1 > li.active, .sub_1 > li:hover, .sub_1 > .opened {
    background-color: #ebebeb;
}

.sub_1 > li.active > a, .sub_1 > li:hover > a, .sub_1 > .opened > a {
    color: #071e54;
}

/*
.sub_1 > li.menu_equipment{
    background-color: #25336d;
}
*/
.sub_1 > li.menu_equipment > a {
/*    color: #fff;*/
    color: #4a4a4a;
}
.sub_1 > li.menu_equipment:hover > a {
    color: #071e54;
}

.menu_section_1 {
    display: none;
}

.menu_section_opened {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 64px;
    width: 100%;
    min-height: 460px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 1050px) {
    .menu_section_opened {
        min-height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 1150px) {
    .opening:hover {
        background-color: #ebebeb;
    }

    .opening.is-active .menu_section_1 {
        background: #fff;
        display: block;
        left: 0;
        position: absolute;
        top: 64px;
        width: 100%;
        min-height: 460px;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
    }

    .opening.is-active .lm_sub_1 {
        width: 24.5%;
    }

    .opening.is-active .menu_section_2 {
        left: 24.5%;
        width: 75.5%;
    }
}

.menu_backdrop {
    display: none;
}

@media (max-width: 1150px) {
    .menu_backdrop.active {
        display: block;
        position: fixed;
        z-index: 1999;
        background-color: rgba(0, 0, 0, .4);
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
    }
}

/* @media ((max-width: 1150px) and (min-width: 580px)) {
    .opening:hover {
        background-color: #ebebeb;
    }

    .opening:hover .menu_section_1 {
        background: #fff;
        display: block;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        min-height: 460px;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
    }

    .opening:hover .lm_sub_1 {
        width: 100%;
    }

    .opening:hover .menu_section_2 {
        left: 0;
        width: 100%;
    }
} */

.menu_section_opened .sub_2, .menu_section_opened .lm_sub_1 {
    width: 24.5%;
}

.menu_section_1 .nav_opening_button {
    display: none;
}

.sub_2 > li, .lm_sub_1 > li {
    height: 66px;
    padding: 0 15px 0 30px;
    margin: 0;
}

.sub_2 > li.opened, .lm_sub_1 > li.opened, .sub_2 > li.active, .lm_sub_1 > li.active {
    background: #071e54;
}

.sub_2 > li.opened > a, .lm_sub_1 > li.opened > a, .sub_2 > .active > a, .lm_sub_1 > .active > a {
    border-color: transparent;
    color: #fff;
}

.sub_2 > li > a, .lm_sub_1 > li > a {
    border-bottom: 1px solid #dbdbdb;
    color: #868686;
    display: block;
    height: 66px;
    line-height: 64px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.sub_2 > li > a span, .lm_sub_1 > li > a span {
    display: inline-block;
    line-height: normal;
    max-height: 4em;
    overflow: hidden;
    vertical-align: middle;
}

.sub_2 > li > a:after, .lm_sub_1 > li > a:after {
    border: 33px solid transparent;
    border-left: 18px solid transparent;
    content: '';
    position: absolute;
    right: -66px;
    top: 0;
    z-index: 999;
}

.sub_2 > .active > a:after, .lm_sub_1 > .active > a:after {
    border-left-color: #071e54;
}

.sub_2 > li:hover > a, .lm_sub_1 > li:hover > a {
    color: #071e54;
}

.sub_2 > li.opening > a, .lm_sub_1 > li.opening > a {
    border-bottom: transparent;
}

.sub_2 > li.opening:hover > a, .lm_sub_1 > li.opening:hover > a, .sub_2 > li.active:hover > a, .lm_sub_1 > li.active:hover > a {
    border-bottom: transparent;
    color: #fff;
}

/*.sub_2 > li:first-child .menu_section_2, .lm_sub_1 > li:first-child .menu_section_2{ z-index:503;}*/

.menu_section_2 {
    background: #fff;
    display: none;
    left: 26%;
    line-height: normal;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    width: 74%;
    z-index: 502;
}

.sub_3, .lm_sub_2 {
    width: 72%;
}

.sub_3 > li, .lm_sub_2 > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.sub_3 > li > a, .lm_sub_2 > li > a {
    color: #6a6969;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
}

.sub_3 > li > a:hover, .lm_sub_2 > li > a:hover, .sub_3 > li.active > a, .lm_sub_2 > li.active > a {
    color: #071e54;
}

.sub_3 > li > img, .lm_sub_2 > li > img {
    display: none;
}

.sub_3 > li > a:hover:before, .lm_sub_2 > li > a:hover:before, .sub_3 > li.active > a:before, .lm_sub_2 > li.active > a:before {
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    left: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.lm_sub_1 > li.nav_food_chemistry {
    background: #d9f0fb;
}

.lm_sub_1 > li.nav_food_chemistry > a:after {
    border-left-color: #d9f0fb;
}

.lm_sub_1 > li.nav_food_chemistry.opened, .lm_sub_1 > li.nav_food_chemistry.active,
.lm_sub_1 > li.nav_food_chemistry:hover, .lm_sub_1 > li.nav_food_chemistry:focus {
    background: #2093c9;
}

.lm_sub_1 > li.nav_food_chemistry.opened > a:after, .lm_sub_1 > li.nav_food_chemistry.active > a:after,
.lm_sub_1 > li.nav_food_chemistry:hover > a:after, .lm_sub_1 > li.nav_food_chemistry:focus > a:after {
    border-left-color: #2093c9;
}

.lm_sub_1 > li.nav_industrial_chemistry {
    background: #f4f4f4;
}

.lm_sub_1 > li.nav_industrial_chemistry > a:after {
    border-left-color: #f4f4f4;
}

.lm_sub_1 > li.nav_industrial_chemistry.opened, .lm_sub_1 > li.nav_industrial_chemistry.active,
.lm_sub_1 > li.nav_industrial_chemistry:focus, .lm_sub_1 > li.nav_industrial_chemistry:hover {
    background: #909090;
}

.lm_sub_1 > li.nav_industrial_chemistry.opened > a:after, .lm_sub_1 > li.nav_industrial_chemistry.active > a:after,
.lm_sub_1 > li.nav_industrial_chemistry:focus > a:after, .lm_sub_1 > li.nav_industrial_chemistry:hover > a:after {
    border-left-color: #909090;
}

.lm_sub_1 > li.nav_fire_technical {
    background: #ffecec;
}

.lm_sub_1 > li.nav_fire_technical > a:after {
    border-left-color: #ffecec;
}

.lm_sub_1 > li.nav_fire_technical.opened, .lm_sub_1 > .nav_fire_technical.active,
.lm_sub_1 > li.nav_fire_technical:focus, .lm_sub_1 > .nav_fire_technical:hover {
    background: #d80100;
}

.lm_sub_1 > li.nav_fire_technical.opened > a:after, .lm_sub_1 > .nav_fire_technical.active > a:after,
.lm_sub_1 > li.nav_fire_technical:focus > a:after, .lm_sub_1 > .nav_fire_technical:hover > a:after {
    border-left-color: #d80100;
}

.lm_sub_1 > li.yellow {
    background: #FDEAC9;
}

.lm_sub_1 > li.yellow > a:after {
    border-left-color: #FDEAC9;
}

.lm_sub_1 > li.yellow.opened, .lm_sub_1 > .yellow.active,
.lm_sub_1 > li.yellow:focus, .lm_sub_1 > .yellow:hover {
    background: #EFA31F;
}

.lm_sub_1 > li.yellow.opened > a:after, .lm_sub_1 > .yellow.active > a:after,
.lm_sub_1 > li.yellow:focus > a:after, .lm_sub_1 > .yellow:hover > a:after {
    border-left-color: #EFA31F;
}

.lm_sub_1 > li.dark_blue {
    background: #B4BFD9;
}

.lm_sub_1 > li.dark_blue > a:after {
    border-left-color: #B4BFD9;
}

.lm_sub_1 > li.dark_blue.opened, .lm_sub_1 > .dark_blue.active,
.lm_sub_1 > li.dark_blue:focus, .lm_sub_1 > .dark_blue:hover {
    background: #071e54;
}

.lm_sub_1 > li.dark_blue.opened > a:after, .lm_sub_1 > .dark_blue.active > a:after,
.lm_sub_1 > li.dark_blue:focus > a:after, .lm_sub_1 > .dark_blue:hover > a:after {
    border-left-color: #071e54;
}

.lm_sub_1 > li.violet {
    background: #EFDEFC;
}

.lm_sub_1 > li.violet > a:after {
    border-left-color: #EFDEFC;
}

.lm_sub_1 > li.violet.opened, .lm_sub_1 > .violet.active,
.lm_sub_1 > li.violet:focus, .lm_sub_1 > .violet:hover {
    background: #B78BDA;
}

.lm_sub_1 > li.violet.opened > a:after, .lm_sub_1 > .violet.active > a:after,
.lm_sub_1 > li.violet:focus > a:after, .lm_sub_1 > .violet:hover > a:after {
    border-left-color: #B78BDA;
}

.lm_sub_1 > li.white {
    background: #fff;
}

.lm_sub_1 > li.white > a:after {
    border-left-color: #fff;
}

.lm_sub_1 > li.white.opened, .lm_sub_1 > .white.active,
.lm_sub_1 > li.white:focus, .lm_sub_1 > .white:hover {
    background: #ebebeb;
}

.lm_sub_1 > li.white.opened a, .lm_sub_1 > .white.active a,
.lm_sub_1 > li.white:focus a, .lm_sub_1 > .white:hover a {
    color: #868686 !important;
}

.lm_sub_1 > li.white.opened > a:after, .lm_sub_1 > .white.active > a:after,
.lm_sub_1 > li.white:focus > a:after, .lm_sub_1 > .white:hover > a:after {
    border-left-color: #ebebeb;
}

.lm_sub_1 > li.nav_food_chemistry .lm_sub_2 > li > a:hover, .lm_sub_1 > li.nav_food_chemistry .lm_sub_2 > .active > a {
    color: #2093c9;
}

.lm_sub_1 > li.nav_industrial_chemistry .lm_sub_2 > li > a:hover, .lm_sub_1 > li.nav_industrial_chemistry .lm_sub_2 > .active > a {
    color: #000;
}

.lm_sub_1 > li.nav_fire_technical .lm_sub_2 > li > a:hover, .lm_sub_1 > li.nav_fire_technical .lm_sub_2 > .active > a {
    color: #d80100;
}

.lm_sub_1 > li.yellow .lm_sub_2 > li > a:hover, .lm_sub_1 > li.yellow .lm_sub_2 > .active > a {
    color: #EFA31F;
}

.lm_sub_1 > li.dark_blue .lm_sub_2 > li > a:hover, .lm_sub_1 > li.dark_blue .lm_sub_2 > .active > a {
    color: #071e54;
}

.lm_sub_1 > li.violet .lm_sub_2 > li > a:hover, .lm_sub_1 > li.violet .lm_sub_2 > .active > a {
    color: #B78BDA;
}

.lm_sub_1 > li.white .lm_sub_2 > li > a:hover, .lm_sub_1 > li.white .lm_sub_2 > .active > a {
    color: #ebebeb;
}

.catalog_img, .sub_2 > li.opening > .catalog_img, .lm_sub_1 > li.opening > .catalog_img {
    background: #fff;
    display: none;
    height: 240px;
    width: 240px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sub_2 > li > .catalog_img, .lm_sub_1 > li > .catalog_img {
    display: block;
    height: 310px;
    text-align: right;
    width: 72.358%;
}

.sub_2 > li:first-child > .catalog_img, .lm_sub_1 > li:first-child > .catalog_img {
    z-index: 499;
}

.sub_3 > li.active > .catalog_img, .lm_sub_2 > li.active > .catalog_img,
.sub_2 > li.active > .catalog_img, .lm_sub_1 > li.active > .catalog_img,
.sub_2 > li.opened > .catalog_img, .lm_sub_1 > li.opened > .catalog_img {
    display: block;
    z-index: 501;
}

.sub_3 > li.active > .catalog_img, .lm_sub_2 > li.active > .catalog_img, .sub_2 > li.active > .catalog_img, .lm_sub_1 > li.active > .catalog_img {
    z-index: 500;
}

.sub_2 > li.active .menu_section_2, .lm_sub_1 > li.active .menu_section_2 {
    display: block;
    z-index: 504;
}

.sub_2 > li:hover > .catalog_img, .lm_sub_1 > li:hover > .catalog_img {
    display: block;
    z-index: 506 !important;
}

@media (min-width: 1150px) {
	.sub_2 > li:hover > .menu_section_2, .lm_sub_1 > li:hover > .menu_section_2 {
		display: block;
		z-index: 505;
		height: 100%;
	}
}

.lm_sub_1 > li.opened > .menu_section_2 {
    display: block;
    z-index: 505;
    height: 100%;
}

.menu_section_2:hover {
    z-index: 506 !important;
}

.sub_3 > li:hover > .catalog_img, .lm_sub_2 > li:hover > .catalog_img {
    display: block;
    z-index: 507 !important;
}

/*//nav*/

.search_block {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    max-height: 36px;
    margin-top: 1em;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    vertical-align: top;
    width: 20%;
}

.search_block form {
    border: 1px solid #959595;
    border-radius: 4px;
    height: 36px;
    position: relative;
    background-color: #fff;
}

.search_block input[type="search"], .search_block input[type="text"] {
    border: 0 none;
    background: transparent;
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 10px;
    width: 100%;
}

.search_block input[type="search"]::-webkit-input-placeholder, .search_block input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.search_block input[type="search"]:-ms-input-placeholder, .search_block input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.search_block input[type="search"]::-ms-input-placeholder, .search_block input[type="text"]::-ms-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.search_block input[type="search"]::placeholder, .search_block input[type="text"]::placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.btn_search, .search_block input[type="submit"], .search_block button[type="submit"] {
    border: 0 none;
    color: #071e54;
    cursor: pointer;
    font-size: 23px;
    font-weight: 400;
    height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 7px;
    width: 22px;
    z-index: 2;
}

.search_block input[type="text"] {
	padding: 0 40px 0 10px;
}

.search_block input[type="submit"] {
	height: 100%;
	right: 0;
	width: 40px;
	background-color: #959595;
}

.btn_search, .search_block input[type="submit"]:hover, .search_block button[type="submit"]:hover {
    background: transparent;
    border: 0 none;
}

.btn_abcsearch {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    color: #4a4a4a !important;
    display: block;
    font-size: 1em;
    letter-spacing: -0.2px;
    line-height: 1;
    margin: 10px 0;
    max-width: none;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
}

@media (max-width: 790px) {
    .btn_abcsearch {
        left: 10px;
        right: 10px;
    }
}

.btn_abcsearch:hover, .btn_abcsearch:focus {
    color: #fff !important;
}

.search_block:hover .btn_abcsearch {
    height: 38px;
    opacity: 1;
}

.footer {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #ebebeb;
    letter-spacing: 0;
    padding: 65px 10px 40px;
    justify-content: space-between;
}

.footer_logo {
    margin-bottom: 31px;
    width: 268px;
    height: 38px;
}

.footer_text {
    max-width: 360px;
    font-size: 13px;
    color: #8d8d8d;
}

.footer, .footer a {
    color: #000;
}

.footer .col2 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

.footer_menu {
    display: inline-block;
    vertical-align: top;
}

.footer_links {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0 15px 20px 65px;
}

.footer_links li {
    padding: 0.5em 0;
    margin: 0;
    text-transform: uppercase;
}

.footer_links li:before {
    content: '';
    display: none;
}

.footer_links li a {
    color: #5a5a5a;
    line-height: 18px;
    text-decoration: none;
}

.footer_links li a:hover {
    text-decoration: underline;
}

.footer_right_col {
    line-height: normal;
    padding-left: 65px;
}

.footer_buttons.col2 {
    margin: 0.8em 0 2em;
    vertical-align: middle;
}

.footer_social a {
    display: inline-block;
}
.footer_social a:not(:last-child) {
    margin-right: 8px;
}
.footer_social img {
    width: 25px;
}

a.write_me {
    position: relative;
    margin-left: 59px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid rgba(90, 90, 90, 0.6);
    padding: 0 1px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.write_me::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -59px;
    width: 40px;
    height: 37px;
    background-image: url('img/mail.svg');
}

a.write_me_color {
    position: relative;
    margin-left: 59px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid rgba(90, 90, 90, 0.6);
    padding: 0 1px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.write_me_color::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -45px;
    width: 40px;
    height: 37px;
    background-image: url('img/mail-3.png');
}


@media (max-width: 580px) {
    a.write_me {
       margin-bottom: 30px;
       margin-left: 65px;
    }
    .footer_links li {
        padding: 0.5em 0.3em;
    }
}

.copyrighted {
    font-size: 13px;
    color: #b4b4b4;
}

.development {
    float: right;
    font-size: 13px;
    color: #b4b4b4;
}

.development a {
    color: #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
}

.icon_tw, .icon_vk, .icon_fb {
    display: block;
    height: 32px;
    float: right;
    margin-left: 20px;
    width: 33px;
}

.icon_vk {
    background-position: -3px -45px;
}

.icon_tw {
    background-position: -50px -45px;
}

.icon_fb {
    background-position: -86px -45px;
}

.icon_vk:hover {
    background-position: -3px -85px;
}

.icon_tw:hover {
    background-position: -50px -85px;
}

.icon_fb:hover {
    background-position: -86px -85px;
}

.fb_link {
    background: #000;
    border-radius: 50%;
    color: #e5dfd1;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

/*TO DO*/
.fb_link:hover {
    color: #c92020;
    text-decoration: none;
}

.footer_important_info {
    display: inline-block;
    font-size: 0.8125em;
}

.madeby {
    padding: 2em 0 0;
}

.madeby a {
    text-decoration: none;
}

/*//template*/

/*slider*/

.main_slider_item, .category_medie {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -khtml-background-size: auto 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.category_top_medie {
    border: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category_top_medie__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

.category_top_medie__left-img {
    background-image: url(img/back_icon.svg);
    width: 144px;
    height: 144px;
    text-align: center;
    background-position: center;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
}

.category_top_medie__center {
    background-color: #fff;
    width: 200px;
    margin-left: -100px;
    margin-right: -100px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff)), -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: -webkit-linear-gradient(left, transparent, #fff), -webkit-linear-gradient(right, transparent, #fff);
    background: -o-linear-gradient(left, transparent, #fff), -o-linear-gradient(right, transparent, #fff);
    background: linear-gradient(to right, transparent, #fff), linear-gradient(to left, transparent, #fff);
    background-size: 100px 100%, 100px 100%;
    background-position: 0 0, 100px 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.category_top_medie__left-title {
    font-size: 20px;
    font-weight: 500;
    max-width: 50%;
    line-height: 25px;
    text-align: center;
    color: #6c6c6c;
}

.category_top_medie__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.category_top_medie__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-slider_category-item.active {
    border-color: #fdd20a;
}

@media (max-width: 790px) {
    .category_top_medie {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .category_top_medie__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .category_top_medie__left-title {
        max-width: 80%;
    }

    .category_top_medie__center {
        background-color: #fff;
        width: 100%;
        height: 100px;
        margin-top: -50px;
        margin-bottom: -50px;
        margin-left: 0;
        margin-right: 0;

        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));

        background: -webkit-linear-gradient(top, transparent, #fff), -webkit-linear-gradient(bottom, transparent, #fff);

        background: -o-linear-gradient(top, transparent, #fff), -o-linear-gradient(bottom, transparent, #fff);

        background: linear-gradient(to bottom, transparent, #fff), linear-gradient(to top, transparent, #fff);
        background-size: 100% 50px, 100% 50px;
        background-position: 0 0, 0 50px;
        background-repeat: no-repeat;
    }
}

.categories_row {
    width: 100%;
    padding: 65px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.categories_row__item-wrap {
    width: 23%;
	margin: 1%;
	padding: 20px;
    border: 1px solid #d3d3d3;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	/*flex: 1;*/
}

.categories_row__item-wrap:hover {
	border-color: #fdd20a;
}

.categories_row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*padding: 30px 35px;*/
    cursor: pointer;
    text-decoration: none;
    /*margin-bottom: 15px;*/
	height: 100%;
}

.categories_row__item:not(:last-child) {
    margin-right: 1.3%;
}

.categories_row__item img {
    margin-right: 20px;
}

.series_title {
    margin-top: 10px;
    text-transform: uppercase;
    color: #303D72;
}
.series_row {
    width: 100%;
    padding: 0 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.series_row__item-wrap {
    width: 23%;
    margin: 1%;
    padding: 20px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    /*flex: 1;*/
}

.series_row__item-wrap:hover {
    border-color: #fdd20a;
}

.series_row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*padding: 30px 35px;*/
    cursor: pointer;
    text-decoration: none;
    /*margin-bottom: 15px;*/
	height: 100%;
}

.series_row__item:not(:last-child) {
    margin-right: 1.3%;
}

.series_row__item img {
    margin-right: 20px;
}

.item-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-slider__slide {
    text-transform: none;
    text-decoration: none;
}

.item-slider__slide img {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.item-slider__slide:hover > img {
    border-color: #fdd20a;
}

.item-slider__slide-decription {
    color: #33333b;
    font-weight: bold;
}

.item-slider_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-slider_category-item {
    border: 2px solid #d3d3d3;
    padding: 10px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.item-slider_category-item:hover {
    border-color: #fdd20a;

}

.item-slider_category-item__new {
    color: #009fda;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    top: -7px;
}

.b-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90px;
}

.b-slider__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    position: relative;
    cursor: pointer;
}

.b-slider__arrow_prev:before {
    content: '\25c4';
    font-size: 20px;
    text-align: center;
    margin-left: 6px;
    margin-top: 8px;
    position: absolute;
    color: #fdd20a;
}

.b-slider__arrow_next:after {
    content: '\25ba';
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: 8px;
    position: absolute;
    color: #fdd20a;
}

@media (max-width: 580px) {
    .b-slider__arrow_prev {
        margin-right: 15px;
    }
}

.item-search__wrapper {
    margin-top: 40px;
}

.item-search__wrapper h1 {
    text-align: center;
    border: none;
}

.item-search_alph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-search_alph a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.item-search_alph a:hover {
    color: #fdd20a;
}

.feedback-form {
    margin-bottom: 50px;
}

.feedback-form__legend {
    background-color: #347cbb;
    margin: 0 auto;
    width: 80%;
    display: block;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.feedback-form__from {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #a6a6a6;
}

.feedback-form__from input[type="text"], .feedback-form__from textarea {
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.feedback-form__from-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
}

.feedback-form__from-column {
    margin: 0 5px;
    width: 100%;
    text-align: center;
}

.feedback-form label {
    display: inline-block;
    color: #a6a6a6;
}

.feedback-form__from-symbols {
    background-color: #c8c8c8;
    padding: 10px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    margin: 0 10px;
}

.feedback-form__send {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fdd20a;
    border-radius: 20px;
    font-weight: bold;
    color: #1e1e1e;
    width: 150px;
}

.feedback-form__capcha-icon {
    margin: 0 10px;
}

.feedback-form__capcha {
    display: inline;
    width: 30% !important;
    margin-bottom: 0 !important;
}

.feedback-form__capcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main_slider_descr, .category_medie_descr {
    background: #071e54;
    color: #fff;
    font-size: 2.28em;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5625em;
    padding: 15px 90px 15px 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -khtml-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
}

.category_medie_descr {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
}

.main_slider_descr p {
    padding-bottom: 0.5em;
    margin: 0;
}

.main_slider_descr_blue {
    background: #2093c9;
}

.main_slider_descr_grey {
    background: #909090;
}

.main_slider_descr_red {
    background: #d80100;
}

.main_slider .owl-dots {
    height: 40px;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 200;
}

.main_slider .owl-dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    height: 10px;
    width: 10px;
}

.main_slider .owl-dot.active {
    background: #071e54;
}

/*//slider*/

/*start*/
.questions_title {
    margin-bottom: 40px;
    padding-top: 65px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: lighter;
    text-align: center;
    color: #1e1e1e;
}

.questions_sections {
    padding: 10px 0 26px;
    width: 100%;
}

.questions_sections_item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 24px;
    text-align: left;
}

.questions_sections_item a {
    position: relative;
    display: block;
    min-height: 136px;
    max-width: 400px;
    padding-left: 146px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-decoration: none;
    line-height: 1.71em;
}

.questions_sections_item.tar a {
    padding-top: 7px;
}

.questions_sections_item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 112px;
    background-image: url('img/back_icon.svg');
}

.questions_sections_item:hover a::before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.questions_sections_item img {
    position: absolute;
    top: 34px;
    left: 12px;
}

.questions_sections_item.tar img {
    top: 4px;
    left: 3px;
}

.questions_sections_item:nth-child(3) img {
	top: 1px;
	left: 35px;
}

.questions_sections_item span {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.3;
    color: #1e1e1e;
}

.questions_sections_item img {
    margin-right: 15px;
}

.questions_sections_item a:hover {
    color: #071e54;
}

.questions_sections_item .more_link {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    color: #252d56;
    font-size: 13px;
}

/*advantages*/
/*.advantages_item {
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    height: 228px;
    margin: 20px auto 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    width: 264px;
}
.advantages_item:before, .advantages_item:after {
    border-top: 114px solid #fff;
    border-bottom: 116px solid #fff;
    content: "";
    height: 0;
    top: 0;
    position: absolute;
    width: 0;
    z-index: 100;
}
.advantages_item:before { border-right: 68px solid transparent; left: 0;}
.advantages_item:after { right: 0; border-left: 68px solid transparent;}

.advantages_text{ background-color: rgba(0, 0, 0, 0); line-height: 228px; height: 100%; opacity: 0; transition: all 0.4s ease 0s; width: 100%;}
.advantages_text span{display: inline-block; line-height: 1.4285em; padding: 40px; text-align:center; vertical-align: middle;}
.advantages_item:hover .advantages_text{background-color: rgba(0, 0, 0, 0.75); opacity: 1; transform: scale(1);}*/
.advantages {
    border-top: 1px solid #d3d3d3;
    padding-top: 45px;
}

.advantages_item {
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.advantages_item:hover, .advantages_item:focus {
    color: #000;
    text-decoration: underline;
}

.advantages_img {
    height: 125px;
    line-height: 125px;
    text-align: center;
}

.advantages_img img {
    display: inline;
    max-height: 100%;
    vertical-align: middle;
    width: auto;
}

.advantages_img + .advantages_text {
    margin-top: 35px;
}

.advantages_text {
    font-size: 1.14em;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
}

.pluse_title_img {
    float: left;
    margin-right: 1em;
    max-height: 25px;
    max-width: 20px;
}

/*//advantages*/

/*//start*/

/*news*/
.news_item {
    display: inline-block;
    padding: 0 20px 45px 10px;
    vertical-align: top;
    width: 49.5%;
}

.news_item_img {
    max-height: 150px;
    float: left;
    margin: 0 20px 10px 0;
    width: 190px;
}

.news_item_img a {
    display: block;
}

.news_item_img img {
    height: auto;
    max-height: 150px;
    max-width: 100%;
    width: auto;
}

.news_item_img + .news_item_info {
    margin-left: 210px;
}

@media (max-width: 580px) {
    .news_item_img + .news_item_info {
        margin-left: 0;
    }
}

.news_item_info .h3 {
    padding-bottom: 1em;
}

.news_item_info .news_title {
    font-size: 1.4286em;
    display: block;
    padding-bottom: 0.5em;
    text-decoration: none;
}

.news_title:hover {
    color: #071e54;
    text-decoration: underline;
}

.news_item_text {
    line-height: 1.4285em;
    max-height: 4.2855em;
    margin-bottom: 1.2em;
    overflow: hidden;
}

.news_item .more_link {
    font-size: 1.14em;
}

/*//news*/

/*contacts*/
.contact_address, .contact_phone, .contact_mail, .contact_map {
    padding: 0 30px 0 55px;
}

.main_contacts .contact_address,
.main_contacts .contact_phone,
.main_contacts .contact_mail,
.main_contacts .contact_map {
    margin: 0 0 25px;
}

.contact_address:before {
    background-position: -3px -136px;
    height: 30px;
    margin-top: -15px;
    margin-left: 18px;
    width: 18px;
}

.contact_phone {
    white-space: nowrap;
}

.contact_phone:before {
    background-position: -26px -136px;
    height: 30px;
    margin-top: -15px;
    margin-left: 18px;
    width: 18px;
}

.contact_mail:before {
    background-position: -48px -136px;
    height: 26px;
    margin-top: -13px;
    margin-left: 14px;
    width: 26px;
}

.contact_map:before {
    background-position: -76px -138px;
    height: 26px;
    margin-top: -12px;
    margin-left: 14px;
    width: 26px;
}

.contact_mail a, .contact_map a {
    text-decoration: none;
}

.contact_mail a:hover, .contact_map a:hover {
    text-decoration: underline;
}

.contacts-buttons {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0.5em 1em;
}

.cb__button {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

.cb__button .button {
    max-width: 100%;
    vertical-align: middle;
}

.cb__button:before {
    background: url(img/contacts_sprite.png) no-repeat 100% 100%;
    content: '';
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    vertical-align: middle;
}

.cb__button_map:before {
    background-position: 0 0;
    width: 43px;
}

.cb__button_list:before {
    background-position: -43px 0;
    width: 44px;
}

.contacts-tab {
    display: none;
    padding: 20px 0;
}

.contacts-tab h1 {
    padding-bottom: 0.5em;
}

.contacts-tab.show {
    display: block;
}

.contacts-map_wrap {
    overflow-x: auto;
}

.contacts-map {
    background: url(img/bg_map.jpg) no-repeat center 5px;
    background-size: contain;
    height: 740px;
    margin: 40px 0;
    padding-top: 0;
    position: relative;
    width: 1210px;
}

.contacts-map__svg {
    display: block;
    height: 100%;
    width: 100%;
}

.cm__svgelement {
    fill: #fff;
    stroke: #071e54;
    stroke-width: 875px;
}

.cm__svgtextg {
    cursor: pointer;
}

.cm__svgtextwrap {
    fill: #ebebeb;
    stroke: #071e54;
    stroke-width: 3500;
}

.cm__svgtext {
    fill: #071e54;
    font-size: 50000px;
    font-weight: 600;
}

.cm__svgelement_country {
    stroke-width: 2000;
}

.fil6 {
    fill: #9F9F9F
}

.cm__svgregion[data-name] {
    cursor: pointer;
}

.cm__svgcircle {
    display: none;
}

.cm__svgregion:hover .cm__svgcircle, .cm__svgregion:focus .cm__svgcircle {
    display: block;
}

.cm__svgredion_main .cm__svgcircle {
    display: block;
}

.cm__svgredion_main .cm-svg__capital-out {
    fill: #ebebeb;
}

.cm__svgredion_main:hover .cm-svg__capital-out, .cm__svgredion_main:focus .cm-svg__capital-out {
    fill: #fff;
}

.cm__svgregion .cm__svgelement {
    cursor: pointer;
}

.cm__svgregion:hover .cm__svgelement {
    -webkit-filter: url(#dropShadow);
    filter: url(#dropShadow);
}

.cm__svgregion:hover .cm__svgelement, x:-moz-any-link {
    filter: drop-shadow(17500px 17500px 17500px rgba(0, 0, 0, 0.8));
}

.cm__svgregion:hover .cm__svgelement,
.cm__svgregion:hover .cm__svgcircle,
.cm__svgregion:hover .cm__svgelement_none {
    -webkit-transform: translate(-17500px, -17500px);
    -ms-transform: translate(-17500px, -17500px);
    transform: translate(-17500px, -17500px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.cm__svgelement_hover {
    fill: #fff;
}

.cm-svg__capital-out {
    fill: #fff;
}

.cm-svg__capital-in {
    fill: #071e54;
}

.cm__svgdescr {
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);*/
    display: none;
    margin-left: 21px;
    max-width: 100%;
    padding: 15px;
    position: absolute;
    width: 240px;
    font-family: 'Myriad Pro';
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}

.cm__svgdescr_right {
    margin-left: 0;
    margin-right: 21px;
}

.cm__svgdescr:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    border-top: 9px solid rgba(255, 255, 255, 0.9);
    border-right: 10px solid rgba(255, 255, 255, 0.9);
    border-bottom: 9px solid transparent;
    border-left: 10px solid transparent;
}

.cm__svgdescr_right:before {
    background-position: -112px 0;
    left: auto;
    right: -20px;
}

.cm__svgdescr a, .cm__svgdescr a:hover, .cm__svgdescr a:focus {
    color: #fff;
}

.cm__svgdescr.bg_blue {
    background: #071e54;
}

.cm__svgdescr.bg_blue:before {
    background-position: -89px -30px;
}

.cm__svgdescr_right.bg_blue:before {
    background-position: -112px -30px;
}

.cm__svgdescr .contact_address:before {
    background-position: -3px -218px;
}

.cm__svgdescr .contact_phone:before {
    background-position: -26px -218px;
}

.cm__svgdescr .contact_mail:before {
    background-position: -48px -218px;
}

.cm__svgdescr .contact_map:before {
    background-position: -76px -220px;
}

.cm__contact + .cm__contact {
    margin-top: 30px;
}

.cm__contact {
    padding: 0 0 0 30px;
}

.cm__contact:before {
    margin-left: 0;
}
.map-tooltip {
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0 ,0 , 0, 0.33);
    padding: 12px;
    position: absolute;
    transform: translate(16px, 16px);
    z-index: 10;
}
.map-tooltip__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.66em;
}
.map-tooltip__actions {
    text-align: center;
}
.map-tooltip__btn {
    border: 1px solid #fdd20a;
    background-color: #fdd20a;
    border-radius: 26px;
    box-shadow: 0 5px 25px rgba(241, 189, 32, .15);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
}
.map-tooltip__btn:hover {
    color: #ffffff;
    text-decoration: none;
}

/* accordion */
.contacts-accordion {
    margin-bottom: 40px;
}

.contacts-accordion:last-child {
    margin-bottom: 0;
}

.ca-item {
    margin-bottom: 15px;
}

.ca-item__title {
    background: #ebebeb;
    color: #575757;
    cursor: pointer;
    font-size: 1.14em;
    font-weight: 600;
    line-height: 1;
    padding: 1em;
    text-transform: uppercase;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.ca-item__title:hover, .open .ca-item__title {
    background: #071e54;
    color: #fff;
}

.ca_allopen .ca-item__title {
    cursor: default;
}

.ca_allopen .ca-item__title:hover {
    background: #ebebeb;
    color: #575757;
}

.ca-item__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
}

.open .ca-item__body, .ca_allopen .ca-item__body {
    max-height: 1500px;
    padding: 30px 0 10px;
}

.contacts_main_production {
    padding: 0 11% 0 25px;
}

.contacts_main_production .col3 {
    padding: 0 0 30px;
    vertical-align: middle;
    width: 32.5%;
}

.contacts-table {
    margin: 2.5em 0 0;
    table-layout: fixed;
    width: 100%;
}

.contacts-table td {
    padding: 0 35px 40px 0;
}

.contacts-list__title {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.contacts-list__title_dealers {
    padding: 10px 0 15px 80px;
    position: relative;
}

.contacts-list__title_dealers:before {
    background: url(img/contacts_sprite.png) no-repeat 0 -50px;
    content: '';
    height: 40px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 60px;
}

.contacts-region {
    border-bottom: 1px solid #d3d3d3;
    display: table;
    line-height: 1.86em;
    table-layout: fixed;
    width: 100%;
}

.contacts-region:last-child {
    border-bottom: 0 none;
}

.contacts-region__name {
    border-bottom: 1px solid #d3d3d3;
    color: #071e54;
    font-size: 1.14em;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 30px;
    padding: 0 1em 1em;
    text-transform: uppercase;
}

.contacts-region + .contacts-region {
    margin-top: 30px;
}

.cr__td, .cr__column {
    display: table-cell;
    vertical-align: top;
}

.cr__td {
    padding: 0 20px 35px;
}

.cr__name {
    white-space: nowrap;
    width: 21%;
}

.cr__name-img, .cr__name-name {
    display: inline-block;
    vertical-align: top;
}

.cr__name-img {
    margin: -3px 15px 0 0;
    width: 60px;
}

.cr__name-img img {
    height: auto;
    max-height: 50px;
    max-width: 100%;
}

.cr__row-company {
    display: table;
    table-layout: fixed;
    width: 100%
}

.cr__company {
    padding: 0;
    width: 78%;
}

.cr__column_big {
    width: 55%;
}

.cr__column_small {
    width: 45%;
}

.cr__address {
    display: block;
    line-height: 1.4285em;
    padding: 0.1em 10px 0;
    width: 45%;
}

.cr__companyname {
    color: #071e54;
    display: block;
    float: right;
    font-size: 1.14em;
    padding: 0 10px 30px;
    width: 55%;
}

.cr__phone, .cr__mail {
    display: inline-block;
    margin: 0 -2px;
    width: 50%;
}

.cr__phone {
    white-space: nowrap;
}

.contacts-region .contact_address,
.contacts-region .contact_phone,
.contacts-region .contact_mail {
    margin: 0;
    padding-left: 30px;
}

.contacts-region .contact_address:before {
    top: 0.5em;
}

.contacts-region .contact_address:before,
.contacts-region .contact_phone:before,
.contacts-region .contact_mail:before {
    margin-left: 0;
    top: 0.93em;
}

/*//contacts*/

/*catalog*/
.catalog_list {
    margin-left: -11px;
    margin-right: -11px;
}

.catalog_item {
    border: 4px solid transparent;
    display: inline-block;
    margin: 0 1px;
    padding: 10px 10px 20px;
    vertical-align: top;
    width: 240px;
}

.catalog_item a {
    text-decoration: none;
}

.catalog_item:hover a {
    color: #071e54;
}

.catalog_item_img {
    border: 3px solid #e1e1e1;
    height: 220px;
    line-height: 212px;
    margin-bottom: 0.8em;
    text-align: center;
    width: 220px;
}

.catalog_item:hover, .catalog_item:focus {
    border-color: #a3bfd9;
    -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, .26);
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .26);
}

.catalog_item:hover .catalog_item_img, .catalog_item:focus .catalog_item_img {
    border-color: transparent;
}

.catalog_item:hover .catalog_item_title, .catalog_item:focus .catalog_item_title {
    color: #2a2929;
    font-weight: 600;
}

.catalog_item_img img {
    display: inline;
    height: auto;
    max-height: 212px;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

.catalog_item_title {
    max-height: 4.2em;
    padding: 0 15px;
    overflow: hidden;
}

.catalog_descr {
    padding: 2em 0 0;
}

.catalog_descr .col2 {
    padding-right: 35px;
}

.publications_title {
    margin-top: 40px;
}

.button_question_icon {
    background-position: -2px -170px;
    /*display: inline-block;*/
    display: none;
    height: 50px;
    margin: 0 20px 0 0;
    vertical-align: top;
    width: 55px;
}

.filter {
    padding: 25px 0 10px;
}

.catalog_search {
    margin: 50px 0 -20px;
}

.catalog_search .search_links {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.catalog_search .h1 {
    border-left-color: #071e54;
    color: #071e54;
    margin-bottom: 1em;
}

/*//catalog*/

/*prom-him	*/
.prom-him {
    padding-top: 0;
}

.prom-him__medie {
    position: relative;
    margin-bottom: 60px;
    border: 1px solid #c9c9c9;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.prom-him__medie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #fff 350px, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fff 350px, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, #fff 350px, rgba(255, 255, 255, 0) 70%);
}

.prom-him__medie-info {
    position: relative;
    z-index: 2;
    width: 300px;
    min-height: 260px;
    padding-top: 170px;
    padding-left: 80px;
    padding-bottom: 20px;
    background-color: #fff;
}

.prom-him__medie-info::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 135px;
    z-index: -1;
    width: 128px;
    height: 113px;
    background-image: url('img/back_icon.svg');
    background-repeat: no-repeat;
}

.prom-him__logo {
    position: absolute;
    top: 60px;
    left: 150px;
    max-width: 106px;
    max-height: 106px;
}

@media (max-width: 580px) {
    .prom-him__logo {
        position: relative;
        top: 0;
        left: 0;
    }
    .prom-him__text_medie {
        margin-bottom: 1rem;
    }
}

.prom-him__text_medie {
    display: inline-block;
    max-width: 220px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #33333b;
}

.prom-him__cont {
    border: 1px solid #c9c9c9;
    font-size: 0;
    margin-bottom: 50px;
}

.prom-him__cont-box {
    width: 66%;
    float: right;
}

.prom-him__wrap-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 50%;
    font-size: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.prom-him__wrap-box:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.prom-him__box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 40px;
    background: -webkit-gradient(linear, left top, right bottom, from(#d4d4d4), color-stop(70%, #ffffff));
    background: -webkit-linear-gradient(top left, #d4d4d4 0%, #ffffff 70%);
    background: -o-linear-gradient(top left, #d4d4d4 0%, #ffffff 70%);
    background: linear-gradient(to bottom right, #d4d4d4 0%, #ffffff 70%);
    background-repeat: no-repeat;
    background-size: cover;
}

.prom-him__title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #33333b;
}

.prom-him__text {
    color: #888894;
    font-size: 16px;
    line-height: 24px;
}

.prom-him__news {
    float: left;
    width: 34%;
    padding: 40px 40px 30px;
}

.prom-him__box_white {
    background: #252d56;
    background-repeat: no-repeat;
    background-size: cover;
}

.prom-him__box_white .prom-him__title {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.prom-him__box_white .prom-him__text {
    color: #ffffff;
}

.prom-him__item-news {
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #888894;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.prom-him__item-news:hover {
    color: #888894;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.prom-him__item-news:hover .prom-him__title-news {
    color: #000;
}

.prom-him__item-news:hover .prom-him__text-news {
    color: #000;
}

.prom-him__item-news img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.prom-him__news-cont {
    padding-top: 15px;
}

.prom-him__title-news {
    margin-bottom: 4px;
}

.prom-him__text-news {
    margin-bottom: 0;
}

.prom-him__data-news {
    margin-bottom: 0;
    font-size: 14px;
}

.prom-him__btn_more {
    margin: 0 auto;
    border: 1px solid #fdd20a;
    border-radius: 17px;
    display: block;
    width: 150px;
    padding: 6px 24px 7px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}

.prom-him__contact {
    padding: 20px 10px 45px;
    text-align: center;
}

.prom-him__title_contact {
    margin-bottom: 75px;
    text-align: center;
    font-size: 30px;
    color: #33333b;
}

.prom-him__phone, .prom-him__mail {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1e;
}

.prom-him__phone {
    margin-right: 40px;
    padding-left: 62px;
    padding-right: 10px;
}

.prom-him__mail {
    padding-left: 88px;
}

.prom-him__phone:hover, .prom-him__mail:hover {
    color: #1e1e1e;
}

.prom-him__phone::before, .prom-him__mail::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.prom-him__phone::before {
    top: -17px;
    left: 0;
    width: 30px;
    height: 52px;
    background-image: url('img/icon_phone.png');
}

.prom-him__mail::before {
    left: 0;
    top: -17px;
    width: 56px;
    height: 51px;
    background-image: url('img/icon_mail.png');
}

.prom-him__add_contacts {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}
.prom-him__add_contacts p{
    margin: 0 0 1em;
    text-align: center;
}
.prom-him__add_contacts a {
    text-decoration: none;
}
.prom-him__add_contacts strong {
    color: #1e1e1e;
}

/*product*/
.product_img_wrap {
    float: right;
    padding-left: 55px;
    width: 503px;
}

.product_descr_wrap {
    margin-right: 503px;
}

.product_params {
    padding-bottom: 0;
}

.product_params li:before {
    display: none;
}

.product_params li {
    padding: 0.2em 0 1.5em;
}

.other_products {
    background: #ececec;
    margin: 40px -10px 20px;
    padding: 25px 20px 15px;
}

.other_products .col4 {
    padding-left: 25px;
}

.other_products .col4.first {
    padding-left: 0;
}

.other_products .h3 {
    color: #000;
}

.other_product_link {
    color: #174278;
    display: block;
    padding: 5px 0 15px;
    text-decoration: none;
}

.other_product_link:hover {
    color: #174278;
    text-decoration: underline;
}

.product_big_img, .product_previews_item {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
}

.product_big_img {
    height: 448px;
    line-height: 414px;
    margin-bottom: 35px;
    width: 448px;
}

.product_previews {

}

.product_previews_item {
    display: block;
    float: left;
    height: 130px;
    line-height: 96px;
    margin: 15px 10px;
    width: 130px;
}

.product_big_img img, .product_previews_item img {
    display: inline;
    max-height: 100%;
    vertical-align: middle;
}

.product_img_wrap h3 {
    padding-bottom: 0.5em;
}

.variants_item {
    border: 2px solid #071e54;
    color: #071e54;
    display: inline-block;
    font-size: 1.28em;
    height: 50px;
    line-height: 46px;
    margin: 10px 0 10px 15px;
    min-width: 50px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.variants_item:first-child {
    margin-left: 0;
}

.variants_item.active {
    background: #071e54;
    color: #fff;
    text-decoration: none;
}

/*//product*/

/* module calendar */
#calendar {
    margin-bottom: 20px;
    font-size: 11px;
}

#calendar a, #calendar a:hover {
    color: #2b2a29;
    text-decoration: none;
}

#calendar div#years {
}

#calendar div#years a {
    padding: 0 8px;
    line-height: 20px;
}

#calendar div#years a.selected, #calendar #months a.selected {
    background: #DBE7F9;
    text-decoration: none;
    font-weight: bold;
}

#calendar #months a {
    padding: 0 3px;
    line-height: 15px;
}

/* module opros */
.opros .question {
    font-weight: bold;
}

.opros .itogi {
    width: 100%;
}

.opros .itogi td {
    border-bottom: 1px solid #E6E0CF !important;
    border-right: none !important;
    padding: 2px 5px;
}

.itogi td.proc {
    width: 50px;
}

.opros_submit input {
    background: url('img/bg_opros_button.png') no-repeat left top;
    width: 98px;
    height: 38px;
    line-height: 30px;
    color: #5e0405;
    border: none;
    font-size: 12px;
    text-align: center;
    padding-bottom: 6px;
}

.opros_submit {
    margin: 0 auto;
    width: 98px;
}

/* module map */
.map_ov_site {
    border-collapse: collapse
}

.map_ov_site td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.map_ov_site A {
    text-decoration: none;
}

.v_line, .no_v_line {
    background: url(/pic/map_v.png) left top;
    width: 15px;
    padding-top: 4px;
}

.v_line {
    background-repeat: repeat-y;
    vertical-align: top;
}

.no_v_line {
    background-repeat: no-repeat;
    vertical-align: top;
}

/* yandex map */
#YMapsID table {
    margin: 0;
}

#YMapsID td, #YMapsID th {
    border: none !important;
}

/* debug - IMPORTANT */
.debug {
    position: absolute;
    top: 0;
    right: 10px;
    border: 1px dotted #C1D2FB;
    padding: 15px;
    background: #fff;
    color: #000;
    z-index: 5;
}

.debug a {
    display: block;
    width: 100%;
    text-align: right;
}

.debug p {
    display: none;
}

/* captcha */
#captcha_reload {
    cursor: pointer;
    vertical-align: middle;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

@media (max-width: 1260px) {
    .wrap {
        width: 100%;
    }

    .contacts-region + .contacts-region {
        margin-top: 20px;
    }

    .cr__td {
        padding: 0 10px 20px;
    }

    .cr__name {
        width: 20%;
    }

    .cr__name-name {
        line-height: 1;
        max-width: 50%;
        white-space: normal;
    }
}

@media (max-width: 1150px) {
    .hamburger {
        cursor: pointer;
        left: 10px;
        padding: 0;
        position: absolute;
        top: 15px;
        -webkit-transition: left 0.5s ease 0s;
        -o-transition: left 0.5s ease 0s;
        transition: left 0.5s ease 0s;
    }

    .hamburger span {
        background: #000;
        display: block;
        height: 5px;
        margin: 10px auto;
        width: 40px;
    }

    .hamburger_close {
        background: transparent;
        height: 57px;
        left: 50%;
        padding: 0;
        position: fixed;
        top: 0;
        width: 57px;
        z-index: 2000;
    }

    .hamburger_close .first_line {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 30px auto;
    }

    .hamburger_close .second_line {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: -35px auto 30px;
    }

    .hamburger_close .third_line {
        display: none
    }

    .logo {
        margin-left: 75px;
    }

    .nav {
        min-height: 0 !important;
        position: static;
    }

    .sub_1 {
        background: #fff;
        left: -50%;
        position: fixed;
        overflow: auto;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 50%;
        z-index: 2000;
        height: 100%;
    }

    .menu_open {
        left: 0;
    }

    .sub_1 li {
        float: none;
        height: auto;
    }

    .sub_1 > .opening > a {
        border: 0 none;
    }

    .sub_1 a {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .nav_opening_button {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 8px;
    }

    .sub_2 > li, .lm_sub_1 > li { /*height: 66px;*/
        line-height: 66px;
        padding: 0 18px;
    }

    .sub_2 > li a, .lm_sub_1 > li a {
        display: inline-block;
        height: auto;
        line-height: 1em;
        vertical-align: middle;
    }

    .menu_section_opened {
        position: static;
    }

    .menu_section_opened .sub_2, .menu_section_opened .lm_sub_1, .sub_3, .lm_sub_2, .sub_3 > li, .lm_sub_2 > li {
        width: 100%;
    }

    .menu_section_2 {
        display: none;
        margin: 0 -18px;
        min-height: 100% !important;
        position: static;
        width: auto;
    }

    .sub_2 > li > a:after, .lm_sub_1 > li > a:after {
        display: none;
    }

    .sub_2 > li > a, .lm_sub_1 > li > a {
        border: 0 none;
        padding-right: 5px;
    }

    .catalog_img, .menu_section_1_img {
        display: none !important;
    }

    .menu_section_1 .nav_opening_button {
        display: inline;
        font-size: 10px;
        height: 100%;
        padding-left: 0;
        width: auto;
        z-index: 2;
        right: -5px;
    }

    .menu_section_1 .nav_opening_button:before {
        content: "\e252";
        position: relative;
        top: 3px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: 1em;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .menu_section_1 .opened .nav_opening_button:before {
        content: "\e253";
    }

    /*.lm_sub_1 > .nav_food_chemistry:hover > a, .lm_sub_1 > .nav_industrial_chemistry:hover > a, .lm_sub_1 > .nav_fire_technical:hover > a*/
    .opened > .menu_section_2 {
        display: block;
    }

    .search_block {
        float: right;
        margin: 0 10px 15px;
    }

    .catalog_list {
        text-align: center;
        margin: 0 -10px;
    }

    /*contacts*/
    .cr__column_big {
        width: 40%;
    }

    .cr__column_small {
        width: 60%;
    }

    .cr__companyname {
        float: none;
        padding-bottom: 10px;
    }

    .cr__companyname, .cr__address {
        width: 100%;
    }

    .questions_sections_item {
        width: 49%;
        margin-bottom: 35px;
    }

    /*.questions_sections_item.tar {
        display: block;
        width: 100%;
        text-align: center;
    }*/

    .questions_sections_item a {
        display: inline-block;
    }

    .footer_links {
        margin-left: 10px;
    }
}

@media (max-width: 1080px) {
    .advantages .col4 {
        text-align: center;
        width: 49.5%;
    }

    .feedback-form__from {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .footer_links {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 990px) {
    .footer_buttons.col2 {
        width: 100%;
    }

    .icon_tw, .icon_vk, .icon_fb {
        float: left;
        margin: 0 10px;
    }

    .news_item {
        width: 100%;
    }

    .categories_row__item-wrap {
        width: 31%;
    }

    .series_row__item-wrap {
        width: 31%;
    }
}

@media (max-width: 950px) {
    .categories_row {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .questions_sections_item, .questions_sections_item.tar {
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 930px) {
    .categories_row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .logo {
        float: none;
        margin: 0;
        padding-left: 75px;
        width: 100%;
    }

    .header_contacts {
        float: none;
        padding: 30px 0 20px;
    }

    .nav {
        overflow: visible;
    }

    .search_block {
        /*margin: -70px 10px 0;*/
        width: 100%;
    }

    .questions_sections_item {
        display: block;
        padding: 0;
        margin: 20px 0;
        text-align: left;
    }

    .catalog_descr .col2 {
        padding: 0;
        width: 100%;
    }

    .contacts_main_production, .main_contacts {
        width: 100%;
    }

    .contacts_main_production {
        padding: 30px 0;
    }

    .product_img_wrap {
        float: none;
        width: 100%;
    }

    .product_descr_wrap {
        margin-right: 0;
    }

    .product_img_wrap, .product_descr_wrap {
        padding: 15px 50px;
    }

    .cr__td {
        padding-bottom: 10px;
    }

    .cr__row-company + .cr__row-company {
        margin-top: 30px;
    }

    .cr__name, .cr__column_big, .cr__column_small {
        width: 33.333%;
    }

    .cr__phone, .cr__mail {
        display: block;
        width: 100%;
    }

    .prom-him__news {
        float: none;
        width: 100%;
        padding-bottom: 40px;
    }

    .prom-him__cont-box {
        float: none;
        width: 100%;
    }

    .prom-him__news-cont {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    .prom-him__item-news {
        display: table;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media (max-width: 790px) {
    .categories_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .categories_row__item-wrap {
        max-width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        width: auto;
    }

    .series_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .series_row__item-wrap {
        max-width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        width: auto;
    }

    .header_contacts, .search_block {
        width: 100%;
    }

    .search_block {
        float: none;
        margin: 0 0 20px;
        padding: 0 10px;
    }
}

@media (max-width: 720px) {
    .food_chemistry > .col2, .industrial_chemistry > .col2, .fire_technical > .col2 {
        width: 100%;
    }

    .button_question {
        padding: 20px 0;
        text-align: left;
    }

    .filter .jq-selectbox {
        margin-bottom: 15px;
    }

    .other_products .col4 {
        width: 49.5%;
        padding: 0 0 0 25px;
    }

    .other_products .col4.first {
        padding: 0 0 0 25px;
    }

    .cb__button {
        margin: 0 0 20px 0;
        padding-left: 50px;
        position: relative;
    }

    .cb__button:before {
        left: 0;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 640px) {
    .header_contacts_phone {
        text-align: left;
    }

    .contacts-table tr {
        display: block;
        margin-bottom: 2em;
    }

    .contacts-table td, .contacts-table th {
        display: block;
        margin-bottom: 1em;
        padding-bottom: 0;
        width: 100% !important;
    }

    .cr__column {
        display: block;
        width: 100%;
    }

    .prom-him__medie-info {
        width: auto;
        height: 190px;
        padding-top: 65px;
        padding-left: 40%;
        background-color: #fff;
        text-align: center;
    }

    .prom-him__medie-info::before {
        left: calc(30% - 64px)
    }

    .prom-him__medie-info::after {
        left: calc(30% - 53px)
    }

}

@media (max-width: 630px) {
    .footer_buttons {
        float: none;
        margin-top: 50px;
    }

    .footer_important_info {
        margin-bottom: 20px;
    }
}

@media (max-width: 580px) {
    .main_slider_descr, .category_medie_descr {
        font-size: 1.8em;
        max-width: 98%;
        padding: 20px 50px 20px 25px;
    }

    .category_medie_descr {
        max-width: 100%;
        width: 100%;
    }

    .questions_sections_item {
        display: block;
        padding: 0;
        margin: 15px 0 35px;
        text-align: left;
    }

    .advantages .col4 {
        width: 100%;
    }

    .hamburger_close {
        left: 80%;
    }

    .sub_1 {
        left: -80%;
    }

    .menu_open {
        left: 0;
        width: 80%;
    }

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

    .footer_right_col {
        padding-left: 0;
    }

    .footer_links {
       margin: 0 auto;
    }

    .footer_menu {
        text-align: center;
    }

    .icon_tw, .icon_vk, .icon_fb {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }

    .footer_important_info, .madeby {
        text-align: center;
    }

    .madeby {
        padding: 50px 0;
    }

    .contacts_main_production .col3 {
        padding: 0;
        width: 100%;
    }

    .contact_address, .contact_phone, .contact_mail, .contact_map {
        margin: 15px 0;
    }

    .cr__name {
        padding-bottom: 30px;
    }

    .cr__name, .cr__company {
        display: block;
        width: 100%;
    }

    .news_item_img {
        float: none;
    }

    .news_item {
        padding: 20px 20px 45px 10px;
    }

    .news_item_info {
        margin-left: 0;
        float: none;
        width: 100%;
    }

    .product_big_img {
        height: 280px;
        line-height: 244px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .variants {
        margin: 0 -10px;
    }

    .variants_item, .variants_item:first-child {
        margin: 10px;
    }

    .product_img_wrap, .product_descr_wrap {
        padding: 15px 10px;
    }

    .button_question .button {
        padding: 0.625em 1em;
    }

    .other_products .col4 {
        width: 100%;
    }

    .prom-him__news-cont {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .prom-him__wrap-box {
        width: 100%;
        padding-top: 100%;
    }

    .prom-him__phone, .prom-him__mail {
        display: inline-block;
        margin: 0 auto 50px;
    }

    .prom-him__title_contact {
        margin-bottom: 60px;
    }
}

@media (max-width: 352px) {
    .footer_links li {
        text-align: center;
    }
}

@media (max-width: 490px) {
    .logo {
        height: 55px;
        padding: 0 0 0 65px;
        margin: 0;
        max-width: 100%;
    }

    .logo a {
        display: block;
        height: 55px;
        line-height: 55px;
    }

    .logo img {
        vertical-align: middle;
    }

    .header_contacts_address, .header_contacts_phone {
        margin: 1em 0;
        width: 100%;
    }

    .header_contacts_phone {
        padding-left: 43px;
    }

    .header_contacts_phone:before {
        left: 0;
    }

    .header_contacts_phone-link {
        margin-bottom: 5px;
    }

    .highslide-html-content {
        width: auto !important;
    }

    .draggable-header .highslide-header .highslide-close {
        right: 8px;
        top: 3px;
    }

    input[type="submit"], button[type="submit"] {
        max-width: 100%;
    }

    .product_previews {
        padding: 10px 0;
    }

    .product_previews_item {
        padding: 10px;
        height: 100px;
        line-height: 74px;
        width: 100px;
    }

    .questions_sections_item span {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .prom-him__medie {
        margin-bottom: 30px;
    }

    .prom-him__medie-info {
        padding: 25px 10px 0;
        height: auto;
    }

    .prom-him__medie-info::before {
        display: none;
    }

    .prom-him__medie-info::after {
        display: none;
    }

    .prom-him__news {
        padding: 25px 25px 30px;
    }
}

#ajax_loader {
    background: url('img/ajax-loader.gif') no-repeat scroll left top transparent;
    display: none;
    width: 44px;
    height: 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -6px;
    z-index: 100;
}

/*company*/
.company {
    margin-bottom: 30px
}

.company__medie {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    border: 1px solid #c9c9c9;
    min-height: 262px;
    padding: 40px 50px 20px;
    background-image: url(img/bg_company.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover
}

.company__medie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%)
}

.company__medie-title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #33333b
}

.company__medie-descr {
    max-width: 460px;
    color: #33333b;
    font-size: 16px;
    line-height: 1.3
}

.company__cont {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company__cont-p {
	position: relative;
	background-position: top right;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company__cont-p::before {
    position: absolute;
	font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company__box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.company__box:hover {
    border-color: #5a93c6;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

.company__news {
    margin-right: 2%;
    width: 49%;
    min-height: 280px;
    padding: 45px 0 20px 40px;
    font-size: 0
}

.company__img-box, .company__news-box {
    display: inline-block;
    vertical-align: top;
    padding-right: 35px
}

.company__news-box {
    width: 49%;
    font-size: 14px
}

.company__news-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #33333b
}

.company__news-text {
    margin-bottom: 0;
    color: #888894;
    font-size: 16px;
    line-height: 24px
}

.company__date {
    color: #888894;
    font-size: 14px;
    line-height: 28px
}

.company__img-box {
    width: 50%;
    float: right;
    font-size: 14px
}

.company__img-box img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.company__box_2 {
    width: 49%;
    padding-top: 24.5%;
    font-size: 16px
}

.company__box_3 {
    width: 32%;
    padding-top: 32%;
    font-size: 16px;
    min-height: 389px;
}

.company__box_6 {
    width: 100%;
    padding-top: 32%;
    font-size: 16px;
    min-height: 389px;
}

.company__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 40px
}

.company__title {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #33333b
}

.company__text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0 0 10px #fff;
	/*font-weight: 600;*/
}

@media (max-width: 768px) {
    .company__medie::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(75%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%)
    }

    .company__cont {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .company__news {
        width: 100%;
        margin-right: 0
    }

    .company__box_2 {
        width: 100%;
        padding-top: 50%;
        min-height: 389px;
    }

    .company__box_3 {
        width: 50%;
        padding-top: 50%
    }
}

@media (max-width: 520px) {
    .company__medie::before {
        background: #fff
    }

    .company__medie {
        padding-right: 20px;
        padding-left: 20px
    }

    .company__box_3 {
        width: 100%;
        padding-top: 100%
    }

    .company__img-box {
        float: none;
        width: 100%
    }

    .company__news-box {
        width: 100%
    }

    .company__content {
        padding: 40px
    }
}

/*contacts*/
.contacts-page {
    margin-bottom: 60px
}

.contacts__title {
    margin-bottom: 35px;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    color: #33333b
}

.contacts__link-box {
    padding-left: 3px;
    margin-bottom: 40px
}

.contacts__link {
    position: relative;
    display: inline-block;
    margin-right: 65px;
    margin-left: 70px;
    margin-bottom: 20px;
    border: 1px solid #828282;
    border-radius: 25px;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1e1e1e;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
}

.contacts__link::before {
    content: '';
    position: absolute;
    left: -70px
}

.contacts__link_list::before {
    top: 0;
    width: 35px;
    height: 52px;
    background-image: url(img/icon_list.png)
}

.contacts__link.current {
    border-color: #fdd20a
}

.contacts__link_map::before {
    top: -2px;
    width: 36px;
    height: 52px;
    background-image: url(img/icon_point.png)
}

.contacts__title-item {
    padding: 14px 16px;
    background-color: #8f97a8;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.contacts__box {
    position: relative;
    z-index: 2;
    min-height: 270px;
    overflow: hidden;
    padding: 23px 20px 0;
    background-size: auto 270px;
    background-repeat: no-repeat;
    background-position: 320px top
}

.contacts__box::after, .contacts__box::before {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    content: ''
}

.contacts__box::before {
    left: 0;
    z-index: -1;
    width: 310px
}

.contacts__box::after {
    left: 200px;
    z-index: -2;
    /*width: 220px;*/
    -webkit-transform: skewX(-36.5deg);
    -ms-transform: skewX(-36.5deg);
    transform: skewX(-36.5deg);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, .1)
}

.contacts__box_1 {
    background-image: url(img/image-contacts-1.png)
}

.contacts__box_2 {
    background-image: url(img/image-contacts-2.png)
}

.contacts__box_3 {
    background-image: url(img/image-contacts-3.png)
}

.contacts__box_4 {
    background-image: url(img/image-contacts-4.png)
}

.contacts__box_5 {
    background-image: url(img/image-contacts-5-1.png)
}

.contacts__box_6 {
    background-image: url(img/image-contacts-6-1.png)
}

.contacts__box_7 {
    background-image: url(img/image-contacts-7-1.png)
}

.contacts__box_8 {
    background-image: url(img/image-contacts-8-1.png)
}

.contacts__box_9 {
    background-image: url(img/image-contacts-9.png)
}

.contacts__contact {
    position: relative;
    margin-left: 50px;
    margin-bottom: 23px;
    display: block;
    max-width: 220px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111
}

.contacts__contact::before {
    content: '';
    position: absolute;
    background-size: cover
}

.contacts__contact a {
    text-decoration: none;
    color: #111
}

.contacts__contact_address::before {
    top: calc(50% - 17px);
    left: -43px;
    width: 22px;
    height: 33px;
    background-image: url(img/icon_point.png)
}

.contacts__contact_phone::before {
    top: calc(50% - 17px);
    left: -42px;
    width: 19px;
    height: 33px;
    background-image: url(img/icon_phone.png)
}

.contacts__contact_mail {
    margin-bottom: 33px
}

.contacts__contact_mail::before {
    top: calc(50% - 13px);
    left: -46px;
    width: 29px;
    height: 26px;
    background-image: url(img/icon_mail.png)
}

.contacts__contact_map::before {
    top: calc(50% - 11px);
    left: -45px;
    width: 28px;
    height: 22px;
    background-image: url(img/icon_shema.png)
}

@media (max-width: 900px) {
    .contacts__box {
        background-position: 220px 0
    }
}

@media (max-width: 768px) {
    .contacts__box::after {
        display: none
    }

    .contacts__box {
        background-position: 80px 0
    }
}

@media (max-width: 530px) {
    .contacts__link_map span {
        display: none
    }

    .contacts__box::before {
        width: 100%;
        background-color: rgba(255, 255, 255, .8)
    }

    .contacts__box {
        background-position: center 0
    }
}

/*contacts-map*/
.contacts-head {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + 8px);
    min-height: 110px;
    padding: 30px 10px 5px;
    -webkit-box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, .35);
    box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, .35);
    background-color: rgba(255, 255, 255, .9)
}

.contacts-item {
    max-width: 1210px;
    margin: 0 auto 10px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-box {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-left: 40px;
    font-size: 14px
}

.contacts-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

.contacts-box p {
    margin-bottom: 0;
    max-width: 250px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #3c3c3c
}

.contacts-box_address::before {
    width: 17px;
    height: 25px;
    background-image: url(img/icon_point.png)
}

.contacts-box_phone::before {
    width: 15px;
    height: 26px;
    background-image: url(img/icon_phone.png)
}

.contacts-box_mail::before {
    width: 24px;
    height: 22px;
    background-image: url(img/icon_mail.png)
}

@media (max-width: 1240px) {
    .contacts-head {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 530px) {
    .contacts-head {
        max-height: 150px;
        overflow: auto
    }

    .contacts-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-box {
        width: 100%
    }
}

/*Hello*/
.hello__sey-box, .hello__text-box {
    display: inline-block;
    vertical-align: top
}

.hello__person {
    position: relative;
    margin-bottom: 45px;
    border-bottom: 2px solid #dcdcdc
}

.hello__photo {
    position: absolute;
    top: 0;
    left: 7%;
    z-index: 3
}

.hello__caption {
    position: relative;
    z-index: 2;
    min-height: 260px;
    padding: 50px 30px 40px 42%;
    line-height: 1.33;
    color: #fff
}

.hello__caption::after, .hello__caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%
}

.hello__caption::after {
    opacity: .05;
    background-image: url(img/bg-hello.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.hello__caption_blue::before {
    background-color: #4f5880
}

.hello__caption_grey::before {
    background-color: #939496
}

.hello__note {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600
}

.hello__position {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 2.5rem;
}

.hello__sign {
    padding: 35px 30px 35px 42%;
    line-height: 1.33;
    color: #252d56
}

.hello__post {
    margin: 0;
    font-size: 13px
}

.hello__name {
    margin: 0;
    font-weight: 700;
    font-size: 18px
}

.hello__content {
    margin-bottom: 50px;
    font-size: 0;
    color: #33333b
}

.hello__sey-box {
    width: 42%;
    padding-right: 60px
}

.hello__text-box {
    width: 58%
}

.hello__sey {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px
}

.hello__title {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.hello__text {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 1150px) {
    .hello__photo {
        left: 20px
    }

    .hello__sey-box {
        padding-right: 30px
    }
}

@media (max-width: 1000px) {
    .hello__caption {
        padding: 50px 30px 40px 50%
    }

    .hello__sign {
        padding: 35px 30px 35px 50%
    }

    .hello__sey-box, .hello__text-box {
        width: 50%
    }
}

@media (max-width: 850px) {
    .hello__caption {
        margin: 0 -10px;
        min-height: 500px;
        padding: 50px 10px 35px
    }

    .hello__photo {
        /* display: none */
        margin-top: 300px;
    }

    .hello__sign {
        padding: 35px 30px 35px 0;
        margin-top: 100px;
    }

    .hello__name, .hello__post {
        text-align: right
    }

    .hello__sey-box {
        width: 100%;
        padding-right: 0
    }

    .hello__text-box {
        width: 100%;
        padding-right: 10px
    }
}

@media (max-width: 600px) {
    .hello__sey, .hello__title {
        line-height: 1.5
    }

    .hello__note {
        font-size: 20px
    }

    .hello__position {
        font-size: 22px
    }

    .hello__sign {
        padding: 30px 0
    }

    .hello__sey {
        font-size: 20px
    }
}

/*history*/
.history__medie::before, .history__item::before, .history__text-box p::before {
    content: ''
}

.history__medie {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    border: 1px solid #c9c9c9;
    min-height: 262px;
    padding: 40px 50px 20px;
    background-image: url(img/bg-history.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover
}

.history__medie::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%)
}

.history__medie-title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #33333b
}

.history__medie-descr {
    max-width: 460px;
    color: #33333b;
    font-size: 16px;
    line-height: 1.3
}

.history__tabs {
    margin-bottom: 50px;
    font-size: 0
}

.history__tab {
    list-style-type: none;
    margin-right: 30px;
    display: inline-block;
    border: 1px solid #828282;
    border-radius: 25px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1e1e1e;
    cursor: pointer
}

.history__tab::before {
    display: none
}

.history__tab a {
    display: inline-block;
    text-decoration: none;
    padding: 14px 20px
}

.history__tab_active {
    border-color: #fdd20a
}

.history__item {
    margin-bottom: 70px;
    position: relative;
    padding-top: 60px
}

.history__item::before {
    position: absolute;
    top: 70px;
    bottom: -15px;
    left: 300px;
    width: 3px;
    background-color: #edebec
}

.history__year {
    position: absolute;
    top: 0;
    left: 270px;
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #1e1e1e
}

.history__img-box {
    display: inline-block;
    vertical-align: top;
    width: 240px
}

.history__img-box img {
    width: 100%;
    height: auto;
    display: block
}

.history__text-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 160px;
    width: 50%;
    width: calc(100% - 250px);
    max-width: 900px
}

.history__text-box p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #4c4c50
}

.history__text-box p::before {
    position: absolute;
    top: 0;
    left: -106px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background-color: #252d56;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

@media (max-width: 768px) {
    .history__medie::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(75%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%)
    }

    .history__text-box {
        padding-left: 80px
    }

    .history__year {
        left: 250px
    }

    .history__item::before {
        left: 280px
    }

    .history__text::before {
        left: -46px
    }
}

@media (max-width: 530px) {
    .history__img-box, .history__tab {
        display: block
    }

    .history__medie::before {
        background: #fff
    }

    .history__medie {
        padding-right: 20px;
        padding-left: 20px
    }

    .history__tab {
        margin: 0 0 10px;
        text-align: center
    }

    .history__item {
        padding-left: 35px;
        margin-bottom: 50px
    }

    .history__text-box {
        padding: 25px 0 0;
        width: auto
    }

    .history__year {
        left: 2px
    }

    .history__item::before {
        left: 10px;
        bottom: 0
    }

    .history__text::before {
        left: -28px
    }
}

/*news-inner*/
.news-inner__cont {
    margin-bottom: 60px
}

.news-inner__title {
    margin-bottom: 40px;
    padding: 0;
    font-size: 36px;
    line-height: 44px;
    color: #333
}

.news-inner__img {
    margin-bottom: 30px;
    max-width: 50%
}

.news-inner__img img {
    width: 100%;
    height: auto
}

.news-inner__img_left {
    float: left;
    margin-right: 30px
}

.news-inner__img_right {
    float: right;
    margin-left: 30px
}

.news-inner__img_center {
    margin: 0 auto 30px;
    width: auto;
    max-width: 780px
}

.news-inner__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d51
}

.news-inner__nav {
    margin-bottom: 50px
}

.news-inner__next, .news-inner__prew {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #232323
}

.news-inner__prew {
    float: left;
    padding-left: 44px
}

.news-inner__next {
    float: right;
    padding-right: 44px
}

.news-inner__next::before, .news-inner__prew::before {
    content: '';
    position: absolute;
    top: -1px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-color: #f1d133
}

.news-inner__prew::before {
    left: 0
}

.news-inner__next::before {
    right: 0
}

.news-inner__next::after, .news-inner__prew::after {
    content: '';
    position: absolute;
    top: 7px;
    border: 4px solid transparent
}

.news-inner__prew::after {
    left: 5px;
    border-right-color: #fff
}

.news-inner__next::after {
    right: 5px;
    border-left-color: #fff
}

@media (max-width: 520px) {
    .news-inner__img {
        float: none;
        max-width: 100%;
        margin: 0 0 30px
    }

    .news-inner__prew {
        padding-left: 34px
    }

    .news-inner__next {
        padding-right: 34px
    }

    .news-inner__next span, .news-inner__prew span {
        display: none
    }
}

/* owl-carusel */
.news-inner__cont-slider {
    max-width: 770px;
    margin: 0 auto;
}

.news-inner__slider {
    width: 100%;
}

.news-inner__slider .owl-item {
    max-height: 360px;
}

/*dots*/
.news-inner__slider .owl-controls {
    text-align: center;
}

.news-inner__slider .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    background: #fff;
    display: block;
}

.news-inner__slider .owl-dot {
    display: inline-block;
}

.news-inner__slider .owl-dots {
    display: inline-block;
    position: relative;
    bottom: 23px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 0 8px;
}

.news-inner__slider .owl-dot.active span, .news-inner__slider .owl-dot:hover span {
    background: #b9b6b4;
}

/*news-main*/
.news-main__medie {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    border: 1px solid #c9c9c9;
    min-height: 262px;
    padding: 190px 50px 20px;
    background-image: url(img/bg_news.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover
}

.news-main__medie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%)
}

.news-main__medie-icon::after, .news-main__medie-icon::before {
    position: absolute;
    background-repeat: no-repeat;
    content: ''
}

.news-main__medie-icon {
    position: absolute;
    top: 50px;
    left: 120px
}

.news-main__medie-icon::before {
    top: 0;
    left: 0;
    width: 126px;
    height: 112px;
    background-image: url(img/back_icon.svg)
}

.news-main__medie-icon::after {
    top: 21px;
    left: 28px;
    height: 71px;
    width: 71px;
    background-image: url(img/news_icon.png)
}

.news-main__medie-title {
    max-width: 265px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #33333b
}

.news-main__filter {
    margin-bottom: 40px
}

.news-main__select {
    position: relative;
    max-width: 530px;
    padding-left: 100px
}

.news-main__select-title {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    color: #33333b
}

.news-main__button, .news-main__select option, .news-main__select select {
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 700
}

.news-main__select select {
    text-transform: uppercase;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 50px;
    padding-left: 20px;
    outline: 0
}

.news-main__select option {
    text-transform: uppercase
}

.news-main__button-box {
    float: right
}

.news-main__button {
    display: inline-block;
    border: 1px solid #fdd20a;
    border-radius: 25px;
    padding: 14px 20px;
    cursor: pointer;
    background-color: transparent
}

.news-main__list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0
}

.news-main__item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding-bottom: 55px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.news-main__item:hover {
    border-color: #fddb3c
}

.news-main__image {
    margin-bottom: 10px
}

.news-main__cat, .news-main__news-title {
    margin-bottom: 7px;
    line-height: 28px;
    margin-right: 10px;
    margin-left: 27px
}

.news-main__image img {
    display: block;
    width: 100%;
    height: auto
}

.news-main__cat {
    display: block;
    color: #888894
}

.news-main__news-title {
    display: inline-block;
    color: #33333b;
    font-size: 18px;
    font-weight: 700
}

.news-main__news-title-link {
    text-decoration: none;
}

/*заголовок как ссылка*/
.news-main__news-title-link:hover {
    color: #33333b;
}

/*заголовок как ссылка при наведении*/
.news-main__date {
    margin-right: 10px;
    margin-bottom: 19px;
    margin-left: 27px;
    display: block;
    color: #888894
}

.news-main__text {
    margin-right: 15px;
    margin-left: 27px;
    display: block;
    color: #4c4c50;
    line-height: 22px
}

.news-main__more {
    position: absolute;
    bottom: 32px;
    margin-left: 27px;
    display: inline-block;
    padding-right: 37px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #1e1e1e;
    cursor: pointer
}

.news-main__dot, .news-main__numb {
    padding-top: 7px;
    font-size: 18px;
    line-height: 20px;
    color: #1e1e1e
}

.news-main__more::before {
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fdd20a
}

.news-main__next, .news-main__prev {
    width: 30px;
    height: 40px;
    background-position: center center;
    cursor: pointer
}

.news-main__more::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    border: 4px solid transparent;
    border-left-color: #fff
}

.news-main__more:hover {
    color: #1e1e1e;
    text-decoration: underline
}

.news-main__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.news-main__prev {
    margin-right: 30px;
    display: inline-block;
    background-image: url(img/arrow_left.png)
}

.news-main__next {
    margin-left: 30px;
    display: inline-block;
    background-image: url(img/arrow_right.png)
}

.news-main__numb {
    margin: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.news-main__numb_active {
    border-color: #fdd20a;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    font-weight: 700
}

.news-main__dot {
    margin: 0 9px 0 13px;
    display: inline-block;
    letter-spacing: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media (max-width: 900px) {
    .news-main__item {
        width: 49%
    }
}

@media (max-width: 768px) {
    .news-main__medie::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(75%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%)
    }
}

@media (max-width: 620px) {
    .news-main__button-box {
        margin-bottom: 20px;
        float: none;
        text-align: center
    }
}

@media (max-width: 530px) {
    .news-main__medie::before {
        background: #fff
    }

    .news-main__medie-icon {
        display: none
    }

    .news-main__medie {
        margin-bottom: 40px;
        min-height: 112px;
        padding-top: 45px
    }

    .news-main__medie-title {
        max-width: 100%
    }

    .news-main__item {
        width: 100%
    }

    .news-main__prev {
        margin-right: 10px
    }

    .news-main__next {
        margin-left: 10px
    }

    .news-main__numb {
        margin: 7px
    }
}

/*novelties*/
.novelties__caption {
    margin-bottom: 50px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #33333b
}

.novelties__cont {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-size: 0
}

.novelties__product {
    margin: 0 4px 30px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    font-size: 16px
}

.novelties__link {
    display: inline-block;
    text-decoration: none;
}

.novelties__product:hover .novelties__image {
    border: 1px solid #fdd20a;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.novelties__product:hover .novelties__name { /*font-weight:700;*/
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.novelties__image {
    margin-bottom: 15px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    width: 100%;
    min-height: 188px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.novelties__picture {
    display: block;
    width: 100%;
    height: auto
}

.novelties__title {
    margin: 0 30px 2px 1px;
    font-size: 0;
    line-height: 1.5rem;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.novelties__descr {
    display: inline-block;
    margin: 0 20px 2px 1px;
    line-height: 1.5rem;
    color: #33333b;
    font-weight: 600;
    /*height: 50px;*/
}

.novelties__descr span {
    margin: 0;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.novelties__applying {
    margin: 0 20px 0 1px;
    font-size: 0.88em;
    color: #909090;
    height: 45px;
}

.novelties__applying span {

    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.novelties__button {
    margin-top: 10px;
}

.novelties__name {
    display: inline-block;
    vertical-align: top;
    color: #33333b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.novelties__new {
    margin-top: -1px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    color: #009fda
}

@media (max-width: 900px) {
    .novelties__product {
        width: 30%
    }
}

@media (max-width: 650px) {
    .novelties__product {
        width: 48%
    }

    .novelties__caption {
        text-align: center
    }
}

@media (max-width: 480px) {
    .novelties__product {
        width: 100%
    }

    .novelties__name {
        max-width: 100%
    }
}

/*product*/
.product {
    font-weight: 400;
    line-height: 1.33
}

.product__head {
    font-size: 0;
    margin-bottom: 45px
}

.product__info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
    font-size: 14px
}

.product__title {
}

.product__name {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    font-weight: 400;
    color: #33333b
}

.product__new {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #009fda
}

.product__descr {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 22px;
    color: #4c4c50
}

.product__list {
    margin: 0 0 23px;
    padding: 0
}

.product__point {
    position: relative;
    padding: 0 0 0 36px;
    font-size: 14px;
    line-height: 22px;
    color: #4c4c50
}

.product__point::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 1px;
    width: 20px;
    background-color: #4c4c50
}

.product__varieties {
    margin-bottom: 15px;
    font-size: 0;
    font-weight: 700;
    line-height: 22px
}

.product__varietie {
    display: none;
}

.product__varietie.active {
    display: block;
}

.product__option {
    margin-right: 7px;
    margin-bottom: 7px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    font-size: 16px;
    color: #1e1e1e
}

.product__option_title {
    margin-right: 10px;
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: top;
    padding: 11px 0;
    font-size: 16px;
    color: #33333b
}

.product__technical {
    position: relative;
    display: inline-block;
    padding: 8px 0 5px 55px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #33333b
}

.product__technical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-image: url(img/icon_product.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.product__descr-col {
    display: flex;
}

.product__descr-col-props {
    min-width: 345px;
    max-width: 400px;
    padding-right: 30px;
}
.product__descr-col-cats {
}

@media (max-width: 1000px) {
    .product__descr-col {
        flex-direction: column;
    }

    .product__descr-col-props {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: none;
    }
}

.product__categories {
    font-size: 14px;
    line-height: 22px;
    color: #4c4c50;
}

.product__categories-title {
    font-weight: 700;
    color: #33333b;
}

.product__categories-list {
    margin-bottom: 5px;
}

.product__categories-link {
    text-decoration: none;
}

.product__image-box {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 50%;
    font-size: 14px
}

.product__picture {
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 470px;
    height: 470px;
    overflow: hidden;
    padding: 9px;
    background-color: #fff
}

.product__picture.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    -o-object-fit: contain
}

.product__notes {
    position: absolute;
    top: 35px;
    left: 0
}

.product__note {
    margin-bottom: 1px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    padding: 13px 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.product__note_1 {
    background-color: #25336d
}

.product__note_2 {
    background-color: #347cbb
}

.product__note_3 {
    background-color: #959595
}

.product__tabs {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 50px
}

.product__nav {
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0
}

.product__tab-name {
    position: relative;
    margin-right: 33px;
    display: inline-block;
    vertical-align: top;
    padding: 12px 0;
    color: #83838a;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product__tab-name_active {
    font-weight: 700;
    color: #33333b
}

.product__tab-name_active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #fdd20a
}

.product__tab {
    display: none
}

.product__tab_active {
    display: block
}

.product__slide {
    margin-bottom: 50px;
    position: relative;
    padding-top: 30px
}

.product__slide-title {
    position: relative;
    padding-right: 120px;
    /*margin-bottom: 40px;*/
    font-size: 24px;
	line-height: 28px;
    color: #33333b
}

.product__slide-control {
    position: absolute;
    top: 0;
    border: 1px solid #828282;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product__slide-control:hover {
    border-color: #fdd20a;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.product__slide-control::before {
    content: '';
    position: absolute;
    top: 13px;
    border: 6px solid transparent
}

.product__slide-control_prev {
    right: 55px
}

.product__slide-control_prev::before {
    left: 9px;
    border-right-color: #fdd20a
}

.product__slide-control_next {
    right: 0
}

.product__slide-control_next::before {
    right: 9px;
    border-left-color: #fdd20a
}

.product__slide-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product__slide-item {
    display: inline-block;
    vertical-align: top;
    width: 24%
}

.product__slide-img {
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    overflow: hidden
}

.product__slide-descr {
    margin-left: 1px;
    font-size: 16px;
    line-height: 24px;
    color: #33333b
}

.product__slide-item_active .product__slide-img {
    border-color: #fdd20a;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

.product__button {
    margin-top: 20px;
}
.product__button .btn{
    display: inline-block;
}

@media (max-width: 1000px) {
    .product__picture {
        width: 360px;
        height: 360px
    }
}

@media (max-width: 750px) {
    .product__image-box {
        margin: 0 0 30px;
        float: none;
        width: 100%;
        text-align: center
    }

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

@media (max-width: 550px) {
    .product__tab-name {
        margin-right: 15px;
        font-size: 14px
    }

    .product__slide-title {
        /*margin: 0 0 80px;*/
        padding: 0;
        text-align: left;
    }

    .product__slide-control {
        top: auto;
        bottom: -60px
    }

    .product__slide-control_prev {
        right: auto;
        left: 0
    }
}

/*vacancies*/
.vacancies__medie {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    border: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 262px;
    padding: 30px 50px 30px;
    background-image: url(img/bg_vacancies-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%
}

.vacancies__medie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 70%)
}

.vacancies__caption {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    color: #33333b
}

.vacancies__cont {
    margin-bottom: 40px;
    font-size: 0
}

.vacancies__element {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-height: 155px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 300px;
    font-size: 18px
}

.vacancies__element::before {
    content: '';
    position: absolute;
    top: 0;
    left: 270px;
    bottom: 0;
    width: 3px;
    background-color: #edebec
}

.vacancies__element::after {
    content: '';
    position: absolute;
    top: 0;
    left: 267px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background-color: #252d56
}

.vacancies__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px
}

.vacancies__place {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #1e1e1e
}

.vacancies__list {
    padding: 0
}

.vacancies__item {
    padding: 0 0 0 20px
}

.vacancies__item::before {
    top: 4px;
    font-weight: 400
}

.vacancies__link {
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    color: #4c4c50;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.vacancies__link:hover {
    text-decoration: none;
    border-bottom: 1px solid #4c4c50
}

@media (max-width: 1050px) {
    .vacancies__element {
        width: 100%
    }
}

@media (max-width: 850px) {
    .vacancies__medie {
        background-position: center center
    }
}

@media (max-width: 550px) {
    .vacancies__medie {
        background: none;
        min-height: 50px;
        padding-left: 29px
    }

    .vacancies__element {
        padding-left: 30px;
        min-height: 135px
    }

    .vacancies__element::before {
        left: 0
    }

    .vacancies__element::after {
        left: -3px
    }

    .vacancies__picture {
        display: none
    }
}

/*write-to-us*/
.write-to-us {
    max-width: 970px;
    margin: 0 auto
}

.write-to-us__head {
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 25px;
    background-color: #347cbb;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #fff
}

.write-to-us__form {
    margin: 0 auto;
    max-width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

input[type="text"].write-to-us__input {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 44px;
    width: 48%;
    background-color: #fff;
    font-size: 14px
}

input[type="text"].write-to-us__input::-webkit-input-placeholder {
    color: #a0a0a0
}

input[type="text"].write-to-us__input:-ms-input-placeholder {
    color: #a0a0a0
}

input[type="text"].write-to-us__input::-ms-input-placeholder {
    color: #a0a0a0
}

input[type="text"].write-to-us__input::placeholder {
    color: #a0a0a0
}

.write-to-us__select {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 44px;
    width: 48%;
    padding-left: 7px;
    background-color: #fff;
    font-size: 14px;
    color: #33333b
}

.write-to-us__textarea {
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    font-size: 14px;
    font-family: OpenSans, Arial;
    line-height: 20px
}

.write-to-us__textarea::-webkit-input-placeholder {
    color: #a0a0a0
}

.write-to-us__textarea:-ms-input-placeholder {
    color: #a0a0a0
}

.write-to-us__textarea::-ms-input-placeholder {
    color: #a0a0a0
}

.write-to-us__textarea::placeholder {
    color: #a0a0a0
}

.write-to-us__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.write-to-us__text {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 11px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #a0a0a0
}

.write-to-us__image {
    margin-right: 10px;
    margin-top: 7px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 25px;
}

.write-to-us__refresh {
    margin: 12px;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url(img/icon_refresh.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 1px
}

.write-to-us__refresh:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.write-to-us__captcha input[type="text"].write-to-us__input {
    margin-left: 10px;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.write-to-us__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.write-to-us__checkbox {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.write-to-us__checkbox:checked + .write-to-us__name::before {
    content: '✓'
}

.write-to-us__name {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a0a0a0;
    cursor: pointer
}

.write-to-us__name::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 21px;
    line-height: 22px
}

.write-to-us__link {
    color: #1e9ef7;
    text-decoration: underline
}

button[type="submit"].write-to-us__button,
input[type="submit"].write-to-us__button {
    border: 1px solid #fdd20a;
    background-color: #fdd20a;
    width: 200px;
    height: 52px;
    -webkit-box-shadow: 0 5px 25px rgba(241, 189, 32, .15);
    box-shadow: 0 5px 25px rgba(241, 189, 32, .15);
    padding: 0;
    text-align: center;
    border-radius: 26px
}

@media (max-width: 520px) {
    input[type="text"].write-to-us__input {
        width: 100%
    }

    .write-to-us__select {
        width: 100%
    }

    .write-to-us__captcha {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .write-to-us__text {
        width: 100%
    }

    .write-to-us__captcha input[type="text"].write-to-us__input {
        width: 100%;
        margin-left: 0
    }
}

/* popup */
.popup {
    background: #fff;
    border-radius: 10px;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 585px;
    z-index: 1999;
}

.popup_overlay {
    background: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.popup__title {
    height: 33px;
    position: relative;
}

.popup_close {
    border: 2px solid #33333b;
    border-radius: 50%;
    color: #33333b;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 21px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 3px;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    width: 25px;
    z-index: 1003;
}

.popup_close:before {
    content: 'X';
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
}

.popup_close:hover {
    background: #33333b;
    color: #fff;
}

.popup_content {
    padding: 30px 40px;
}

.popup .input {
    font-size: 17px;
    margin-bottom: 10px;
}

.popup .input-text {
    height: 39px;
    line-height: 37px;
    padding: 0 13px;
}

.popup .input_submit {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
}

.popup .input_submit .btn {
    height: 39px;
    line-height: 37px;
    padding: 0 0.5em;
    width: 220px;
}

.popup .form-title {
    font-size: 2.0625em;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}

/* попдпункты в столбцы */
.lm_sub_2.isAsmall > li {
    display: block;
}

.lm_sub_2.isAbig > li {
    display: inline-block;
}

.lm_sub_2.isAsmall > li > .catalog_img,
.lm_sub_1 > li.opening > .catalog_img.isAsmallImg,
.lm_sub_1 > li.isAsmall > .catalog_img {
    width: auto;
}

.body-nooverflow {
    overflow: hidden;
}

.publications_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/**/

#ya-site-results td {
    background: none;
    text-align: left;
}

.b-partners {
    line-height: normal;
}
.b-partners .wrap{
    max-width: 1210px;
}
.b-partners__hero {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}
.b-partners__hero > .wrap {
    text-align: center;
}
.b-partners__title {
    color: #fff;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.62);
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-left: auto;
    line-height: normal;
}
.b-partners__title span {
    font-weight: bold;
    font-size: 30px;
}
.b-partners__desc p {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 0;
}
.b-partners__desc_centred {
    padding: 36px 0;
    font-weight: bold;
}
.b-partners__desc_centred p {
    text-align: center;
}
.b-partners__article {
    padding: 36px 0;
}
.b-partners__article_gray {
    background-color: #f0f0f0;
}
.b-partners__sub-title {
    font-weight: bold;
    color: #263776;
    font-size: 20px;
    margin-bottom: 12px;
}
.b-partners__sub-title_centred {
    text-align: center;
}
ul.b-partners__list {
    padding: 0 0 0 12px;
}
.b-partners__list {
    list-style: none;
}
.b-partners__list li {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 18px;
}
.b-partners__list li:not(:last-child) {
    margin-bottom: 12px;
}
.b-partners__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('img/check.png') no-repeat center;
    background-size: contain;
    margin-top: 0;
}
@media (min-width: 631px) {
    .b-partners__hero > .wrap {
        text-align: right;
    }
    .b-partners__title {
        font-size: 20px;
    }
    .b-partners__title span {
        font-size: 40px;
    }
    .b-partners__sub-title {
        font-size: 26px;
    }
    ul.b-partners__list {
        padding: 0 0 0 24px;
    }
    .b-partners__list li {
        padding: 0 0 0 40px;
    }
    .b-partners__list li:before {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 951px) {
    .b-partners__title {
        font-size: 30px;
    }
    .b-partners__title span {
        font-size: 50px;
    }
}
@media (min-width: 1151px) {
    .b-partners__title {
        font-size: 40px;
    }
    .b-partners__title span {
        font-size: 60px;
    }
}


/*grid*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*end grid*/


.b-products .col-xs-12 {
    padding-bottom: 30px;
}
.b-products .breadcrumbs {
    padding: 10px 0 20px;
}
.b-products__title {
    font-weight: 600;
}
.b-sidebar__title {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #33333b;
}
.b-sidebar__list {
    padding: 0;
}
.b-sidebar__list .b-sidebar__list {
    padding-left: 25px;
}
.b-sidebar__list li {
    padding: 0;
}
.b-sidebar__list li:before {
    content: none;
}
.b-sidebar__link {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    /*padding: 15px 15px 15px 35px;*/
    padding: 5px 15px 5px 35px;
    font-weight: 600;
    background: transparent;
    border: 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: #6c6c6c;
    position: relative;
    line-height: 1.3;
    font-family: 'Open Sans';
}
.b-sidebar__link:before {
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    position: absolute;
    left: 15px;
    /*top: 17px;*/
    top: 8px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.b-sidebar__link.is-active {
    background: #ebebeb;
    color: #071e54;
}

.b-accordion__btn {
    outline: none;
    cursor: pointer;
}
.b-accordion__btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #ebebeb;
    -webkit-transition: .25s ease-out .1s;
    -o-transition: .25s ease-out .1s;
    transition: .25s ease-out .1s;
}
.b-accordion__btn.is-active {
    background: transparent;
}
.b-accordion__btn.is-active:after {
    width: 100%;
}
.b-accordion__btn.is-active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.b-accordion__content {
    display: none;
}

.b-product-item {
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    background: white;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
}
.b-product-item:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    border-color: #fdd20a;
}
.b-product-item:hover .b-product-item__btn {
    background: #fdd20a;
    color: black;
}
.b-product-item__img {
    display: block;
}
.b-product-item__content {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b-product-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-decoration: none;
}
.b-product-item__title:hover {
    color: black;
}
.b-product-item__table table {
    margin: 0;
    border-collapse: unset;
    width: 100%;
}
.b-product-item__table td {
    border: 0;
    text-align: left;
    background: transparent;
    color: #6c6c6c;
    line-height: 1.2;
    border-top: 1px solid #ebebeb;
    padding: 8px 0;
}
.b-product-item__table td:last-child {
    text-align: right;
}
.b-product-item__btn {
    text-align: center;
    text-decoration: none;
    background: #ebebeb;
    color: #071e54;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.b-product-item__btn:hover {
    color: #071e54;
}

@media (min-width: 992px) {
    .b-sidebar {
        border-right: 1px solid #ebebeb;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .b-sidebar__title {
        padding: 25px 15px 25px 0;
    }
    .b-column {
        margin-top: 25px;
    }
    .b-products .breadcrumbs {
        padding: 25px 0 20px;
    }
}


.contacts__box1 {
    position: relative;
    z-index: 2;
    min-height: 270px;
    overflow: hidden;
    padding: 23px 20px 0;
    /*background-size: auto 270px;*/
    background-repeat: no-repeat;
/*    background-position: 320px top;*/
    background-position: 320px;
}

.contacts__box1::after, .contacts__box1::before {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    content: ''
}

.contacts__box1::before {
    left: 0;
    z-index: -1;
    width: 310px
}

.contacts__box1::after {
    left: 200px;
    z-index: -2;
    /*width: 200px;*/
    -webkit-transform: skewX(-36.5deg);
    -ms-transform: skewX(-36.5deg);
    transform: skewX(-36.5deg);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, .1)
}

.contacts__box1_1 {
    background-image: url(img/image-contacts-6.png)
}

.contacts__box1_2 {
    background-image: url(img/image-contacts-5.png)
}

.contact-block-d {
    display: inline-block;
    /*padding: 0 20px 45px 10px;*/
    vertical-align: top;
    width: 35%;}

.contact-block-d p {

		line-height: 1.2rem;

	}
.contact-block-d a {
	text-decoration:none;
	color: #111;
	}


@media (max-width: 900px) {
    .contacts__box1 {
        background-position: 220px 0
    }
}

@media (max-width: 768px) {

	.contacts__box1::before {

	/*width: 100%;	*/
	height: 100%;
	 }

    .contacts__box1::after {
       /* display: none*/
    }

    .contacts__box1 {
        background-position: 40px 0
    }

	.contact-block-d {
    width: 33%;}
}

@media (max-width: 530px) {

    .contacts__box1::before {
        width: 100%;
        background-color: rgba(255, 255, 255, .8)
    }

    .contacts__box1 {
        background-image:none
    }

	.contact-block-d {
    width: 100%;}
}

/* Форма авторизации*/

.lk-b-block-form {
    margin: 0 auto 100px;
    max-width: 570px;
}

.lk-b-block-form__title {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    margin-bottom: 14px;
}

.lk-b-block-form__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #737373;
    text-align: center;
    margin-bottom: 36px;

}


.lk-b-block-form__form {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

input[type="text"].lk-b-block-form__input, input.input-text.lk-b-block-form__input {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 44px;
    width: 297px;
    background-color: #fff;
    font-size: 14px
}

input[type="text"].lk-b-block-form__input::-webkit-input-placeholder, input.input-text.lk-b-block-form__input::-webkit-input-placeholder {
    color: #a0a0a0
}

input[type="text"].lk-b-block-form__input:-ms-input-placeholder, input.input-text.lk-b-block-form__input:-ms-input-placeholder {
    color: #a0a0a0
}

input[type="text"].lk-b-block-form__input::-ms-input-placeholder, input.input-text.lk-b-block-form__input::-ms-input-placeholder {
    color: #a0a0a0
}

input[type="text"].lk-b-block-form__input::placeholder, input.input-text.lk-b-block-form__input::placeholder {
    color: #a0a0a0
}


.lk-b-block-form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.lk-b-block-form__box label {
    padding: 0;
}

.lk-b-block-form__checkbox {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.lk-b-block-form__checkbox:checked + .lk-b-block-form__name::before {
    content: '✓'
}

.lk-b-block-form__name {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #a0a0a0;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.lk-b-block-form__name::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

button[type="submit"].lk-b-block-form__button,
input[type="submit"].lk-b-block-form__button {
    background: #20306D;
    border-radius: 3px;
    color: #fff;
    max-width: 297px;
    width: 297px;
    height: 36px;
    padding: 0;
    text-align: center;
    text-transform: none;
    font-size: 14px;
}


/* Рейтинг */


/* Блоки */

.lk-b-block {
    display: flex;
    justify-content: space-between;
}

.lk-b-block-ratings {
    display: flex;
    flex-direction: column;
    width: 68%;
}

.lk-b-block-rating {
    display: flex;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-right: 20px;

}

.lk-b-block-rating__block {
    align-items: stretch;
    background: #EBEBEB;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 15px 8px;
    position: relative;
    width: 30%;
}


.lk-b-block-rating__lists {
    width: 70%;
    background: #fff
}

.lk-b-block-rating__block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #20306D;
    padding: 6px 0;
}

.lk-b-block-rating__block-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.lk-b-block-rating__block-year {
    color: #20306D;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin: auto 0 0;
    text-align: center;
    width: 100%;
}


.lk-b-block-rating__lists{
    padding: 16px;
}/*
.lk-b-block-rating__lists-list {
    width: 383px;
    padding: 3px 16px 7px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000000;
    margin-bottom: 8px;
}

.lk-b-block-rating__lists-list:hover {
    border: 1px solid #000;
    cursor: pointer;
}

.lk-rating_first {
    background: #8E9AFF;
}

.lk-rating_second {
    background: #83ED9B;
}*/


ul.lk-rating-list{
    padding: 0;
    color: #000000;
}

.lk-rating-list li {
    list-style-type: none;
    padding: 6px 16px 5px;
    margin-bottom: 8px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000000;
    width: 100%;
    position: relative;
}

.lk-rating-list li:hover {
    border: 1px solid #000;
    cursor: pointer;
}
ul.lk-rating-list > li::before {
    content:none;
}
.lk-rating-list li:first-child {
    background: #8E9AFF;
}
.lk-rating-list li:nth-child(2) {
    background: rgb(131,237,155);
    background: linear-gradient(to right, rgba(131,237,155,1) var(--var-percent, 97%), rgba(255,255,255,1) var(--var-percent, 97%));
}
.lk-rating-list li:nth-child(3) {
    background: rgb(255,231,117);
    background: linear-gradient(to right, rgba(255,231,117,1) var(--var-percent, 80%), rgba(255,255,255,1) var(--var-percent, 80%));
}
.lk-rating-list li.current {
    background: #ebebeb;
    background: linear-gradient(to right, #ebebeb var(--var-percent, 100%), rgba(255,255,255,1) var(--var-percent, 100%));
    border: 1px solid #20306D;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}


/* 3 колонка рейтинга */

.lk-block-col {
    width: 32%;
}


.lk-block-info {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}


.lk-block-info__info {
    border: 1px solid #20306D;
    box-sizing: border-box;
    border-radius: 3px;
    min-height: 48px;
    text-align: center;
    padding: 3px 15px;
}

.lk-block-info__info:first-child {
    flex: 1;
}
.lk-block-info__info:last-child {
    margin-left: 12px;
    min-width: 86px;
}

.lk-block-info__info-text {
    font-size: 14px;
    line-height: 19px;
    text-align: center;

}

.info-text__blue {
    color: #20306D;
}

.info-text__gray {
    color: #737373;
}


/* 3 колонка, блок менеджер */

.lk-block-manager {
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
}

.lk-block-manager__title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}

.lk-block-manager__block {
    display: flex;
}

.lk-block-manager__block img {
    width: 82px;
    height: 86px;
    margin-right: 12px;
}

.lk-block-user__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}

.lk-block-user__tel {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 4px;
}

.lk-block-user__tel:before  {
    content: "";
    background-image: url(./img/lk-tel.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
}


.lk-block-user__email {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.lk-block-user__email a {
    text-decoration: none;
    color: #000000;
}

.lk-block-user__email:before  {
    content: "";
    background-image: url(./img/lk-email.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
}

/* 3 колонка блок кредит */

.lk-block-credit__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}

ul.lk-block-credit__block {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.lk-block-credit__block li {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    width: 48%;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;
}

.lk-block-credit__block li div {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
}

ul.lk-block-credit__block > li::before {
    content:none;

}

.lk-block-credit__block li:nth-child(odd) {
    margin-right: 10px;

}

.lk-block-credit__block li:last-child {
    width: 100%;
    padding: 13px 65px;
    background: #E04444;
    color: #fff;
    margin-right: 0
}

/* лк аккордеони */



ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
  }
  ul.accordion-list li {
    position: relative;
    display: block;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 -15px 15px -30px;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
  }

  ul.accordion-list > li:before {
    content:none;
  }

  ul.accordion-list li.active h3:after {
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.17);
      transform: translateY(-50%) rotate(180deg);
  }
  ul.accordion-list li h3 {
    box-sizing: border-box;
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 48px 0 10px;
    margin: 0 0 16px;
    font-size: 16px;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
  ul.accordion-list li h3:after {
      background: #FCD30B url(./img/accordion-arrow.svg) center center no-repeat;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      color: #fff;
      transform: translateY(-50%) rotate(0);
      transition: all 0.3s ease-in-out;
      font-size: 18px;
    width: 28px;
    height: 28px;
    /*background: #Fcc110;
    border-radius: 20px;
    padding: 1px 8px 5px 10px;*/
  }
  ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 10px;
    cursor: pointer;
    line-height: 150%;
    font-size: 16px;
    color: #737373;
  }



/* Поиск */


.lk-search-block {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    max-height: 36px;
    /*margin-top: 1em;*/
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    vertical-align: top;
    width: 100%;
}

.lk-search-block form {
    border: 1px solid #959595;
    border-radius: 4px;
    height: 36px;
    position: relative;
    background-color: #fff;
}

.lk-search-block input[type="search"], .lk-search-block input[type="text"] {
    border: 0 none;
    background: transparent;
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 10px;
    width: 100%;
}

.lk-search-block input[type="search"]::-webkit-input-placeholder, .lk-search-block input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.lk-search-block input[type="search"]:-ms-input-placeholder, .lk-search-block input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.lk-search-block input[type="search"]::-ms-input-placeholder, .lk-search-block input[type="text"]::-ms-input-placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.lk-search-block input[type="search"]::placeholder, .lk-search-block input[type="text"]::placeholder {
    font-size: 16px;
    color: #a0a0a0;
}

.btn_search, .lk-search-block input[type="submit"], .lk-search-block button[type="submit"] {
    border: 0 none;
    color: #071e54;
    cursor: pointer;
    font-size: 23px;
    font-weight: 400;
    height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 7px;
    width: 22px;
    z-index: 2;
}

.lk-search-block input[type="text"] {
	padding: 0 40px 0 10px;
}

.lk-search-block input[type="submit"] {
	height: 100%;
	right: 0;
	width: 40px;
	background-color: #959595;
}

.btn_search, .lk-search-block input[type="submit"]:hover, .lk-search-block button[type="submit"]:hover {
    background: transparent;
    border: 0 none;
}



/* документы */

.lk-doc {
    width: 65%;
}


ul.lk-doc__tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.lk-doc__tabs > li.lk-doc__tab:before {
    list-style-type: none;
    content: none;
    padding: 0;
    margin: 0;
}

li.lk-doc__tab {
    width: 48%;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 25px;
    text-align: center;
}


li.lk-doc__tab:nth-child(odd) {
    margin-right: 10px;
}

li.lk-doc__tab a {
    text-decoration: none;
    color: #20306D;
}


li.lk-doc__tab a:before {
    content: "";
    background-image: url(./img/icon-doc-tab.svg);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 15px;
    right: 5px
}

li.lk-doc__tab a .span {
    margin-top: 10px;
}

/* табы */

.lk-block__tabs {
    padding-bottom: 50px;
    margin-top: 22px;
}

.lk-block__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 0
}

.lk-block__tab-name {
    display: flex;
    align-items: center;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #20306D;
    cursor: pointer;
    padding: 30px 10px;
    width: 49%;
    margin-bottom: 10px;

}

.lk-block__tab-name:before {
    background-image: url(./img/icon-doc-tab.svg);
    display: inline-block;
    width: 48px;
    height: 48px;
}

.lk-block__tab-name:hover {
    border: 1px solid #20306D;
}

.lk-block__tab-name:hover .lk-block__tab-name-icon {
    background-image: url(./img/icon-doc-tab-1.svg);
    width: 48px;
    height: 48px;
}

.lk-block__tab-name-icon {
    background-image: url(./img/icon-doc-tab.svg);
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
.lk-block__tab-name-text {
    display: block;
    flex: 1;
}

.lk-block__tab {
    display: none
}

.lk-block__tab_active {
    display: block
}

/* Список документов в табах */


ul.lk-block-doc-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.lk-block-doc-item li {
    list-style-type: none;
    padding-left: 50px;
}

ul.lk-block-doc-item li a {
    text-decoration: none;
}

ul.lk-block-doc-item li a:hover {
    text-decoration-line: underline;
    color: #20306D;
}

ul.lk-block-doc-item  > li:before {
    content:'';
    background-image: url(./img/icon-pdf.svg);
    width: 36px;
    height: 36px;
    margin-top: -10px;

}


  /* Новости */

  .lk-news {
    width: 68%;
  }

  .lk-new-item {
      display: flex;
      margin-bottom: 50px;
  }

  .lk-news_item_img {
      margin-right: 20px;

  }

  .lk-news_item_img img {
      width: 300px;
  }

  .lk-news_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #20306D;
    text-decoration: none;
  }

  a.h3.lk-news_title {
    margin-bottom: 20px;
  }


  .lk-news-data {
      margin-top: 20px;
      color: #20306D;

  }

  .lk-news__text p {
    color: #737373;
    margin-top: 8px;
  }

@media screen and (max-width:1024px) {
    .lk-block-credit__block li {
        width: 47%;
    }

    .lk-block-info__info {
        padding: 5px;
    }

    .lk-block-credit__block li:nth-child(odd) {

    }

    .lk-block-credit__block li:last-child {
        padding: 10px;
    }

    .lk-block-manager__block img {
        width: 70px;
        height: 70px;
    }

    .lk-block-user__tel:before, .lk-block-user__email:before {
        margin-right: 0;
    }
}


@media screen and (max-width:768px) {
    .lk-b-block-ratings {
        width: 100%;
    }

    .lk-rating-list li:nth-child(2) {
        background: rgb(131,237,155);
        background: linear-gradient(90deg, rgba(131,237,155,1) 87%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%);
    }
    .lk-rating-list li:nth-child(3) {
    background: rgb(255,231,117);
    background: linear-gradient(90deg, rgba(255,231,117,1) 67%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 86%);
    }

    .lk-b-block {
        flex-direction: column;
    }

    .lk-b-block-rating {
        width: 100%;
    }

    .lk-block-col {
        width: 100%;
        order: -1;
    }

    .lk-block-info__info:first-child {
        width: 48%;
    }

    .lk-block-info__info:last-child {
        width: 48%;
    }

    .lk-doc {
        width: 100%;
    }
}

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

    .lk-b-block-ratings {
        position: relative;
        width: 100%;
        padding-right: -15px;
        padding-left: -15px;
    }
    .lk-rating-list li:nth-child(2) {
        background: rgb(131,237,155);
        background: linear-gradient(90deg, rgba(131,237,155,1) 67%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
    }
    .lk-rating-list li:nth-child(3) {
    background: rgb(255,231,117);
    background: linear-gradient(90deg, rgba(255,231,117,1) 47%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 86%);
    }

    .lk-b-block-rating {
        flex-direction: column;
    }


    .lk-b-block-rating__block {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 15px;
        width: 100%;
    }

    .lk-b-block-rating__block-year {
        margin: 2px 0 0;
        text-align: left;
        width: 100%;
    }
    .lk-b-block-rating__block-title {
        padding: 0;
    }

    .lk-b-block-rating__block-text {
        flex: 1;
        margin-left: 24px;
    }

    .lk-b-block-rating__lists {
        width: 100%;
    }

    .lk-block-info {
        justify-content: flex-start;
    }

    .lk-block-info__info {
        padding: 3px 22px;
    }

    .lk-block-info__info:first-child {
        width: 70%;
    }

    .lk-block-info__info:last-child {
        width: 28%;
    }

    ul.accordion-list li {
        margin: 0;
    }

    .lk-news {
        width: 100%;
    }

    .lk-new-item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .lk-news_item_img {
        margin: 0;
    }

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

    .lk-block__nav {
        flex-direction: column;
    }

    .lk-block__tab-name {
        width: 100%;
    }

    ul.lk-block-doc-item {
        width: 100%;
    }


}

.btn {
    display: block;
    padding: 0.625em 2em;
    text-align: center;
    text-decoration: none;
    background: #347cbb;
    color: #fff;
    border: 2px solid #347cbb;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.btn:hover {
    background: #fff;
    color: #347cbb;
    text-decoration: none;
}

.get_popup {
    position: relative;
	z-index: 1998;
}

/* reviews */

.b-block-reviews {
    margin-bottom: 1%;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    display: flex;
}

.b-block-review__img  {
    width: 3%;
}

.b-block-review__img img {
    width: 30px;
}

.b-block-review {
    margin-left: 20px;
    width: 94%;
}


.b-block-review__name {
    color: #071e54;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.b-block-review__date {
    margin-bottom: 10px;
}

.b-block-reviews:last-child {
    margin-bottom: 5%;
}

@media screen and (max-width:480px) {
    .b-block-review__img  {
        width: 10%;
    }

    .b-block-review {
        margin-left: 20px;
        width: 90%;
    }
    .b-block-reviews {
        margin-bottom: 3%;
    }
}