/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h2 {
    font-size: 1.5em;
    margin: .83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: .83em;
    margin: 1.67em 0;
}
h6 {
    font-size: .67em;
    margin: 2.33em 0;
}

/* скрываем выпадающие списки по умолчанию
			 * и задаем абсолютное позиционирование */
.menu_side ul {
display: none;
position: absolute;
list-style: none;
margin-left: 0 !important;
padding-left: 0 !important;
top: 34px;
left: 267px;
z-index: 99;
}
			
/* отображаем выпадающий список при наведении */
.menu_side li:hover > ul {
display:inherit;
}

/* первый уровень выпадающего списка */
.menu_side ul li {
min-width:170px;
float:none;
display:list-item;
position: relative;
}
			
.menu_side ul li {
min-width: 170px;
float: none;
display: list-item !important;
position: relative;
background-color: #387da6;
text-align: left !important;
}

.menu_side ul li a {
display: block;
padding: 0 10px;
color: #FFF;
font-size: 16px;
line-height: 20px;
text-decoration: none !important;
border-bottom: none !important;
}

.menu_side ul li ul {
top: 0;
}

form#request {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 30px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: '';
    visibility: hidden;
}
* html .clr {
    zoom: 1;
}
*:first-child + html .clr {
    zoom: 1;
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}
/*.hidden { display: none !important; }*/

.dashed {
    border-bottom-style: dashed !important;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.w254 {
    width: 254px;
}

.w255 {
    width: 89%;
}
input[type="text"], input[type="password"], textarea {
    background: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 0;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
textarea {
    padding: 3px 7px;
    resize: none;
}
.plh::-webkit-input-placeholder {
    font-style: italic;
}
.plh:-moz-placeholder {
    font-style: italic;
}
.plh::-moz-placeholder {
    font-style: italic;
}
.plh:-ms-input-placeholder {
    font-style: italic;
}
.input-m {
    padding: 0 7px;
    height: 26px;
    line-height: 26px;
}
.input-l {
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
}
.bdr {
    border: 1px solid #e3e3e3 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bdr:focus {
    border-color: #4ca2d4 !important;
    -webkit-box-shadow: 0 0 12px rgba(76, 162, 212, 0.6);
    -moz-box-shadow: 0 0 12px rgba(76, 162, 212, 0.6);
    box-shadow: 0 0 12px rgba(76, 162, 212, 0.6);
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}
h1, h2, h3 {
    margin: 1em 0 .6em;
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
h1 + p, h2 + p, h3 + p {
    margin-top: .7em;
}
h1 {
    margin-bottom: 1em;
}
h1 img {
    vertical-align: middle;
}
h1 + h2 {
    margin-top: -0.2em;
}
a {
    color: #00619a;
}
a:hover {
    color: #0087d6;
}
a.more {
    text-decoration: none;
    border-bottom: 1px solid;
}
a.download_link {
    position: relative;
    margin-left: 30px;
    text-decoration: none;
    border-bottom: 1px solid;
}
a.download_link:before, a.download_link .before {
    display: block;
    position: absolute;
    top: -5px;
    left: -30px;
    width: 23px;
    height: 30px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAYAAADHJYVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyNEVCQTg3RDJCQzExRTNBOEYxQTYwNTBERjI1RjVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyNEVCQTg4RDJCQzExRTNBOEYxQTYwNTBERjI1RjVEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI0RUJBODVEMkJDMTFFM0E4RjFBNjA1MERGMjVGNUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI0RUJBODZEMkJDMTFFM0E4RjFBNjA1MERGMjVGNUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4q0rduAAABc0lEQVR42mJkSJyVxMDA0APEggykgf9AXATEE3ApYGYw9N1HhsEgwAjEHkD8GYiPY1PABMQCULY1VAOxGAZ6gbgEl+EwcIyBfNANxGX4DKcUdAJxBa0MB4F2IK6ileEg0ArENSAGCwNtQDPI4UwMtAONlLickUAGY6ClywfGcFBx8BTqvb9AHIskFw3E/6Byj4GYn1TD3wNxCpKaiUAsBcWTkcI7DYg/4jIcX4RuB+IFQJwA9clMqEWwQm4BVA2eGE+c9R9P7IMMugzE0mjiT4BYB4+riUotoOBJxSKONzhISS0gr19B4l8hFBykGJ4ADQIYALFjqGE4KHX0YREHpR5JSg2fgZY6FkLZQtDUQ7bh8UDsC2U/hVbGhUD8DCrmSyh4mPAERz8SXwSIbwOxMRBnoAWPFKmGtyMlRRD+BlULqgh2APF8pOCZRm4mIhcMoyLXkkpmGiOXireAWI3CRhE2cAPkck8gPkBlg/cAsTdAgAEAE11Dqg10IQAAAAAASUVORK5CYII=') 0 no-repeat transparent;
    content: '';
}
a[href$='.jpg'], a[href$='.png'], a[href$='.gif'], a[href$='.JPG'], a[href$='.PNG'], a[href$='.GIF'] {
    border: 0 !important;
    text-decoration: none;
}
h1 a, h2 a, h3 a {
    color: #000 !important;
}
p {
    margin: 1.4em 0;
    line-height: 20px;
}
blockquote {
    margin: 0;
    padding: 20px 20px 20px 47px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzRjkyRjc5RDI5MTExRTM4QzI2RDQyQTJDQUI5M0U0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzRjkyRjdBRDI5MTExRTM4QzI2RDQyQTJDQUI5M0U0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDNGOTJGNzdEMjkxMTFFMzhDMjZENDJBMkNBQjkzRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDNGOTJGNzhEMjkxMTFFMzhDMjZENDJBMkNBQjkzRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5C3rVFAAAAy0lEQVR42mK0qF3GgAOUQ+lOJDEXqLgrCx5NHUh8kGZjIF4FxIJAvJsJi6Y0JE3vgXgPECshaQKBWeg2hgLxTCR+GBDfA9kA1QwCFUC8mgXN/avQNIFsOwN1JszJYD/DnGqMpOk9VNNqqBiypgqYqSwwzyK5XxmquRzqdAxNMBvfowX5blgAQOVgoWyMrhFdkTE0ZNENTMOmEV1RORYD05BCloEJLZLvQdlKhGxFTwCdWBIEsq1KyKGKrigUGoJnkbyxGsqfBVMIEGAAhJgy9o9YlyQAAAAASUVORK5CYII=') 23px 22px no-repeat transparent;
    color: #387da6;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-weight: 700;
    font-size: 16px;
    border: 3px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.container {
    width: 940px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.main {
    position: relative;
    width: 980px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.content_wrapper {
    padding: 0px 0;
}
.content_wrapper.has_sidebar {
    /*margin-left: 240px;*/
}
.sider {
    width: 220px;
}
.sider.side_left {
    float: left;
    margin-left: -240px;
}
.content a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.content img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.content ul {
    line-height: 20px;
}
.content ul li {
    padding: 2px 0;
    list-style-image: url("../images/bullet.png");
}
.btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    border: 0;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btn-lg {
    width: 200px;
    height: 36px;
    line-height: 35px;
    font-size: 16px;
    letter-spacing: .08em;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.btn-search {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNzRDQUU4RDFEOTExRTM5REE3OUFEREYxQTZCRjczIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBNzRDQUU5RDFEOTExRTM5REE3OUFEREYxQTZCRjczIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUE3NENBRTZEMUQ5MTFFMzlEQTc5QURERjFBNkJGNzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUE3NENBRTdEMUQ5MTFFMzlEQTc5QURERjFBNkJGNzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44qKcrAAABVUlEQVR42pzTPyxDURQG8PvaJwTFYjMxNCYLSTepiUFDDDazWrxKTGWQ6EgrhFmHJk0M/iXoULsYuhqEWG0ixMR3ku8mLy/ncfUkv9zTvNvv3r7e62U2ayZUKViBeUhDJzzDFezBi4kpP9RnoQ6DkTmjJAusw4EWlOA4Aw2GXMAUd5difwldsA/LcUF9cMzdbUAObuGdpJ/lM6kKjGhBee5EVi2Z+Cpxt/LeVrWgOfa75u8qc5zWgsbY3zsE2TnDWlCHca9vjh9a0BP7cYegCY4PWtA1+4JDkJ1zogXJif3iX1z8JaTIOfKzjrSgx9BK23DGU95D0p/zmVQ3bMVdEVkhCTs8kDllR6/QhEUIoq8jOTS5YPs7qIIHA9ALn9CCQ1gCueH9kCGZdyNf9iK336U8Ht4gdGUKvvl/yVlaYx/QW8K0Vzasws9p37RfNuxU3u+PAAMAk+1A5n01zeoAAAAASUVORK5CYII=') left center no-repeat transparent;
}
.btn-blue {
    width: 200px;
    background: #428bb6;
    color: #fff;
}
.btn-blue:hover {
    background: #4ca2d4;
    color:#fff;
}
.btn-blue:active {
    background: #428bb6;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.btn-lightgrey{
    border-bottom: 4px solid #909293 !important;
    color: #2c6282;
    background-color: #e4e4e4;
}
.btn-lightgrey:hover{
    color: #2c6282;
    border-bottom: 2px solid #909293 !important;
    margin-top: 2px;
}
.btn-lightgrey:active{
    border-bottom: 1px solid #909293 !important;
    margin-top: 3px;
}
.btn-block {
	display: block;
	width: auto;
	text-align: center;
}
.slide-ctl, .slide-ctl2, .slide-ctl3, .slide-ctl4 {
    position: absolute;
    top: 50%;
    background-color: #00000000;
    width: 29px;
    height: 29px;
    margin-top: -15px;
    background: url("../images/image321.png") no-repeat transparent;
    z-index: 1;
}
.slide-ctl.prev, .slide-ctl2.prev2, .slide-ctl3.prev3, .slide-ctl4.prev4 {
    left: 10px;
    background-color:#00000000;
    background-position: left center;
}
.slide-ctl.next, .slide-ctl2.next2, .slide-ctl3.next3, .slide-ctl4.next4 {
    right: 10px;
    background-color:#00000000;
    background-position: right center;
}
.header {
    position: relative;
    padding-top: 8px;
    padding-bottom: 15px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
    font-weight: 400;
    overflow: hidden;
    z-index: 2;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    background: #2c6282;
    overflow: hidden;
}
.header.fixed .search_form {
    margin-top: 4px;
}
.header.fixed .logo {
    width: 200px;
    margin-top: 2px;
    margin-left: 20px;
}
.header.fixed .logo img {
    width: 100%;
}
.header.fixed .logo .slogan {
    display: none;
}
.header.fixed .contacts_block {
 float: left !important;
    width: 460px;
    margin-left: 80px;
    font-size: 0;
    white-space: nowrap;
    margin-top: 0;
}
.header.fixed .contacts_block p {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 14px;
	margin-top: 0;
    margin-left: 20px;
}
.header.fixed .contacts_block .fixnone {display: none;}
.header.fixed .search_form .fixnone {display: none;}
.header.fixed .search_form  .fixbut {    text-align: left;
    margin-top: -10px;}
.fixnone2 {display: none;}

.header.fixed .contacts_block p:first-child {
    /*margin-top: 6px;*/
    margin-left: 0;
}
.header p {
    margin: 1em 0;
	    text-align: right;
}
.header .search_form {
    position: relative;
    width: 220px;
   /* margin-top: 34px;*/
    margin-top: 10px;
	    margin-left: 34px;
}
.header .search_form .input {
    width: 189px;
    padding-right: 24px;
}
.header .search_form .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 26px;
}
.header .logo {
    width: 324px;
    /*margin-left: 90px;*/
    color: #b3e1fe;
    text-align: center;
    text-transform: uppercase;
}
.header .logo a {
    display: block;
    color: #b3e1fe;
    border: 0;
}
.header .logo .slogan {
    position: relative;
    display: block;
    width: 269px;
    padding-top: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ0AAAAICAYAAADjqKoPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNzRDQUU0RDFEOTExRTM5REE3OUFEREYxQTZCRjczIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBNzRDQUU1RDFEOTExRTM5REE3OUFEREYxQTZCRjczIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0VBQTQ4MDlEMUM4MTFFMzlEQTc5QURERjFBNkJGNzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0VBQTQ4MEFEMUM4MTFFMzlEQTc5QURERjFBNkJGNzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5lx9t6AAAAzElEQVR42uyZOwrCQBRFnWChnYVbEPch6V2ASxB0AelEROwE92DrAgRbtyCpxQWIYBEY74QRHlMotuYcOOQ31SXc8DLOe98CMAzkWubx+iCXsiQaCDhKAwxDeZY9c28j+/F4ISLIiAAMq6QwAh05k3PigUCbCMCQm/On3MuFfMiKeOBdGswnDR1NPzw7yYm8fVnPu9PQ0nDEAJGjHMmxvCcjivuxeOBP4Z8GWAp5TUaRrtzKHfFA/aVg9wQSwg7K1IweWSwMdk6g5iXAAOMrIbJXd9N0AAAAAElFTkSuQmCC') center 1px no-repeat;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: .07em;
}
.header .contacts_block {
    /*width: 160px;
    margin-left: 76px;*/
	width: 310px;
    margin-left: 50px;
	text-align: right;
}
.header .contacts_block p {
    margin: .8em 0;
	    text-align: center;
		line-height: 12px;
}
.header a, .foot_top a {
    color: #81cdff;
    text-decoration: none;
    border-bottom: 1px solid;
}
.header a:hover, .foot_top a:hover {
    color: #b7e3ff;
}
.animated_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 380px;
    background: #4cb7ef;
    overflow: hidden;
    z-index: 0;
}
.animated_bg:before, .animated_bg .before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNjI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(44, 98, 130, 1) 30%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(44, 98, 130, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(44, 98, 130, 1) 30%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(44, 98, 130, 1) 30%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(44, 98, 130, 1) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(44, 98, 130, 1) 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c6282', endColorstr='#00000000', GradientType=0);
}
.bubble-container {
    position: absolute;
    bottom: 0;
    -webkit-animation: bubblerise 4s infinite ease-in;
    -moz-animation: bubblerise 4s infinite ease-in;
    -ms-animation: bubblerise 4s infinite ease-in;
    animation: bubblerise 4s infinite ease-in;
}
.bubble {
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 0 auto;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 5%, #ffffff 100%);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 5%, #ffffff 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 5%, #ffffff 100%);
    background-image: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 5%, #ffffff 100%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.bubble:before, .bubble .before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC41KSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    content: '';
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
@-webkit-keyframes bubblerise {
    0% {
        bottom: 0;
    }
    5% {
        bottom: 0;
    }
    100% {
        bottom: 100%;
    }
}
@-moz-keyframes bubblerise {
    0% {
        bottom: 0;
    }
    5% {
        bottom: 0;
    }
    100% {
        bottom: 100%;
    }
}
@-ms-keyframes bubblerise {
    0% {
        bottom: 0;
    }
    5% {
        bottom: 0;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes bubblerise {
    0% {
        bottom: 0;
    }
    5% {
        bottom: 0;
    }
    100% {
        bottom: 100%;
    }
}
.muted {
    color: #aeaeae;
}
.muted:hover {
    border-bottom-color: transparent !important;
    color: #a3a3a3;
}
.dotted {
    border-bottom-style: dotted !important;
}
ul.menu {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: normal;
}
ul.menu li {
    display: block;
    padding: 0;
}
ul.menu li a {
    text-decoration: none;
    border-bottom: 1px solid;
}
ul.menu.menu_side {
    padding: 10px;
    background: #387da6;
    color: #fff;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
ul.menu.menu_side li {
    padding: 10px;
    text-align: center;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    display: inline-block;
}
ul.menu.menu_side li:first-child {
    margin-top: 0;
}
ul.menu.menu_side li.active {
    background: #2c6282;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
ul.menu.menu_side a {
    color: #fff;
    border-bottom-color: #d9e3eb;
}
ul.menu.menu_side a:hover {
    color: #bae0ff;
}
ul.menu.tags li {
    margin-top: 7px;
}
ul.menu.tags li:first-child {
    margin-top: 0;
}
ul.menu.tags li.more {
    margin-top: 20px;
}
ul.menu.tags li.more a {
    margin-left: 15px;
}
ul.menu.tags li.more span {
    position: relative;
}
ul.menu.tags li.more span i {
    position: absolute;
    top: 2px;
    left: -19px;
}
ul.menu.tags.is_hide {
    margin-top: -14px;
}
ul.submenu {
    margin: 0;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    list-style: none;
	    margin: 0 auto;
    text-align: center;
}
ul.submenu li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    /*vertical-align: auto;*/
    zoom: 1;
    /*display: inline;*/
    /*width: 122px;
    height: 67px;*/
	/* width: 115px;*/
	 width: 17%;
    height: auto;
  /* line-height: 67px;*/
    margin-left: 5px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #aeaeae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
ul.submenu li:first-child {
    margin-left: 0;
}
ul.submenu li.active, ul.submenu li:hover{
    border-color: #387da6;
}

ul.submenu li.active a {
    border: 0;
    color: #00619a;
    cursor: default;
}
ul.submenu li span {
	display: block;
	height: 34px;
}
ul.submenu li a {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    line-height: 1.2em;
    *zoom: 1;
	border: 0;
}
ul.submenu li.active:after, ul.submenu li.active:before, ul.submenu li.active .after, ul.submenu li.active .before {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    content: '';
    border: solid transparent;
    pointer-events: none;
}
ul.submenu li.active:after, ul.submenu li.active .after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}
ul.submenu li.active:before, ul.submenu li.active .before {
    border-color: rgba(56, 125, 166, 0);
    border-top-color: #387da6;
    border-width: 11px;
    margin-left: -11px;
}
ul.submenu a {
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
}
ul.med_links {
    margin: 20px 0 0;
    padding: 0;
}
ul.med_links li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 0 0 2px;
	max-width: 200px;
	font-size: 13px;
	font-weight: bold;
	color: #00619A;
}
ul.med_links li img {
    margin-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.med_links li.content_btn a {
	width: 145px;
}
.product-text ul.med_links {
    margin: 5px 0 0;
	display: inline-block;
} 

/*++NEW 27.10.2021*/

.menu_side ul {
    padding: 10px 0;
    margin: 10px 0;
}
.menu_side ul ul {
    margin: 0;
    padding: 0;
}
ul.menu.menu_side ul li {
    padding: 0;
}
ul.menu.menu_side ul a {
    padding: 10px;
}
.menu_side ul li:hover > a {
    background: #185d86;
}
ul.menu.menu_side ul ul {
    left: 100%;
}

.menu_side > li > ul{
	left:0;
}
.menu_side ul li:nth-child(6) ul > li:nth-child(3):hover .secondsub{
	top: auto;
    bottom: 0;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
}
.menu_side ul li:nth-child(6) ul > li:nth-child(3) .secondsub li{
	width: 50%;
}
/*.menu_side .secondsub li a{
	font-size:10px;
}*/
/*.menu_side .firstsub .secondsub li a {
    font-size: 10px;
}*/
.menu_side ul ul ul a {
    font-size: 10px !important;
}
.menu_side ul li:nth-child(6) ul > li:nth-child(3){
	position:static;
}
.menu_side > li > ul > li:nth-child(1) > ul > li:before,
.menu_side > li > ul > li:nth-child(6) > ul > li:before,
.menu_side > li > ul > li:before{
	content:'+';
	position:absolute;
	top:0;
	bottom:0;
	right:4px;
	margin:auto 0;
	height:17px;
	color:#fff;
	display:block;
	font-weight:700;
}
.menu_side > li > ul > li:nth-child(1) > ul > li:hover:before,
.menu_side > li > ul > li:nth-child(6) > ul > li:hover:before,
.menu_side > li > ul > li:hover:before{
	content:'\2212';
}
ul.menu.menu_side > li > ul > li > a{
	padding-right:15px;
}

/*.slider-for.videos{
	position: relative;
}
.slider-for.videos .prev,
.slider-for.videos .next{
	top: 0;
	bottom:0;
	margin:auto 0;
}*/

.menu_side .firstsub {
    width: 240px;
}
ul.menu.menu_side{
	max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    right: 0;
    border-radius: 0;
    left: 0;
}

/*--NEW 27.10.2021*/

/*.product_price {
	font-weight: bold;
	color: #00619A;
	display: inline-block;
	
	font-size: 16px;
}*/
.product_price {
	    font-weight: bold;
    color: #00619A;
    display: block;
    margin: 20px 0 0 0px;
    font-size: 16px;
}


/*ul.bubble_menu { position: absolute; display: block; margin: 0; padding: 0; list-style: none; }
ul.bubble_menu li { display: block; width: 104px; height: 104px; margin: 0; padding: 0; background: #fff; line-height: 104px; text-align: center; border: 3px solid #e1e1e1; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
*/

ul.gallery_lists {
    margin-top: 0;
    padding: 0;
}
ul.gallery_lists h3, ul.gallery_lists h4 {
    margin: 0;
}
ul.gallery_lists li {
    list-style: none;
}
ul.gallery_lists li ul {
    margin: 0;
    padding-left: 30px;
}
ul.gallery_lists li ul li {
    list-style-image: url("../images/bullet.png") !important;
}
/*
.product_bubble_menu { position: relative; }
.product_bubble_menu .bubble_menu__item { width: 104px; text-align: center; }
.product_bubble_menu .bubble_menu__item .img { position: relative; width: 104px; height: 104px; line-height: 104px; border: 0 !important; }
.product_bubble_menu .bubble_menu__item .title { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 3px solid #e1e1e1; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
*/

.slider_wrapper {
    position: relative;
	margin-top: 20px;
    margin-bottom: 20px;
}
.caroufredsel_wrapper {
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.main_slider {
    height: 340px;
    background: #ffffff;
    color: #fff;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.main_slider .main_slider__item {
    float: none;
    position: relative;
    width: 700px;
    height: 340px;
    margin: 0 auto;
}
.main_slider .main_slider__item img {
	width: 100%;
}
.main_slider .main_slider__item footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 0 20px;
    background: #0e1d32;
    background: rgba(14, 29, 50, 0.75);
    line-height: 60px;
}
.news_wrapper.on_page {
	margin-top: 30px;
}
.news_wrapper.on_page .news_list {
    overflow: hidden;
}
.news_wrapper.on_page .news_item {
    float: left;
    width: 220px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.news_wrapper.on_page .news_item:first-child {
    margin-left: 0;
}
.news_wrapper a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.news_item {
    margin-bottom: 20px;
    overflow: hidden;
}
.news_item .time {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-right: 5px;
    background: #fff;
    color: #7b7b7b;
    font-size: 12px;
    white-space: nowrap;
}
.news_item .time:before, .news_item .time .before {
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
    content: '';
    z-index: -1;
}
.news_img {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #bbb;
    overflow: hidden;
}
.news_img img {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news_text {
    margin-left: 120px;
}
.news_img a {
    border: 0;
}
.news_item a {
    line-height: 20px;
}
.news_item p {
    margin: 1em 0;
}
.news_item header {
    position: relative;
}
.news_item footer {
    padding: 10px 0;
}
.news_item__single header {
    margin-top: -12px;
}
.news_item__single a {
    line-height: normal;
}
.news_item__single p {
    margin: 1.4em 0;
}
.breadcrumbs {
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #aeaeae;
    font-size: 0;
    letter-spacing: 0;
}
.breadcrumbs li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-top: 1.4em;
    margin-right: 5px;
    padding: 0;
    font-size: 14px;
}
.breadcrumbs a {
    color: #aeaeae;
    text-decoration: none;
    border-bottom: 1px solid;
}
.side_widget {
    margin-top: 40px;
}
.photo_ajax {
    display: block;
    position: relative;
    line-height: 0 !important;
    overflow: hidden;
}
.photo_ajax:before, .photo_ajax .before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzMkE5NUQxRDQzMjExRTM5N0VCQTBBQzNFMDI3QUM0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzMkE5NUQyRDQzMjExRTM5N0VCQTBBQzNFMDI3QUM0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTMyQTk1Q0ZENDMyMTFFMzk3RUJBMEFDM0UwMjdBQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTMyQTk1RDBENDMyMTFFMzk3RUJBMEFDM0UwMjdBQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz47AyirAAAB70lEQVR42ryWTUsCQRjHXbOEiowMwigKA8FDUASBtwiy6CxBh9LvEaTeomNfwIgKsj5AHYK6VBIdCorqIhQEVmZQEUK6/QdGeFj2ZWZ1feDHzrjz7M+Z3XlRVFV1mcQQmObXPlAGj+AE3LnqCSbWYRwcgqpqHJdgziDfEu0PLWAdVDSSH5AHbzp/YA901iNm0m2NbA2MapJGwAp4J23PQLtdcZI86AIMWCT3gCOSk7UjDoIyf8AN8Ak+gI3SMZFHZcUZnsjkIcn35QdFnp+TEbeBT56YsfmVrpJeB0Vy3JhREeDjsytrNvNM7h2QclRkGjNxiNTvbS4HD6DCy2FRsZfUPwx6quqUaTDpNy+3iopfSd2v00bhaMs0mKxDZoiYOE/qEZtDPQk8vFwWFV+BAq8vm7RVTO7FSflFVFwFO+SLnJfs7RhIkPqtzO7US+Yyu4YF52+Abx61KACv7FqdIA8ogZhF8hR41uxUcdFFx0M6vwkGQRp0g31wDnZBDhT5QjMOFsCszgAO13MQWARfqv1I2jkI1OgHG2Tx14s/cApmQEpWrlicudirmOBDGAC/nCdwDUqkbQokNfW07JnLLsI9b7RYWO6EWEjulNhS7qTYVO602FDeDLGePOZ2NSe0c7rLagFpdCzxfX3rX4ABAEJm/peJw/xbAAAAAElFTkSuQmCC') center no-repeat rgba(14, 29, 50, 0.5);
    content: '';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.photo_ajax:hover:before, .photo_ajax:hover .before {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.items_block {
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.items_block .items_block__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 220px;
    height: 160px;
    margin-left: 20px;
    overflow: hidden;
}
.items_block .items_block__item:first-child {
    margin-left: 0;
}
.items_block img {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.videoframe {
    margin: 30px 0 1.4em;
}
.order_form {
    display: block;
    width: 380px;
}
.order_form label, .cons_form label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100px;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
}
.form_callback {
    display: block;
    width: 100%;
	text-align: center;
    margin: 0
}
.form_callback label, .cons_form label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100px;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
}
.required {
    color: #387da6;
}
.form_row {
    margin-top: 8px;	
}
.form_row:first-child {
    margin-top: 0;
}
.form_row.has_btn {
    margin-top: 20px;
    padding-left: 140px;
}


.form_row_call {
    margin-top: 8px;
	float: left;
	width: 33%;
}
.form_row_call:first-child {
    margin-top: 0;
}
.form_row_call.has_btn {
    margin-top: 20px;
}



.cons_form h3 {
    margin-top: 0;
}
.cons_form .has_btn {
    padding-left: 110px;
}
.mess {
    margin-top: 12px;
    padding: 12px 0 12px 120px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.catalog_items {
    font-size: 0;
    letter-spacing: 0;
}
.catalog_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    /*vertical-align: auto;*/
    zoom: 1;
   /*display: inline;*/
    width: 270px;
    margin: 0 30px 30px 0;
    font-size: 14px;
    text-align: center;
    font-family: "PT Sans", sans-serif;

   /* padding: 20px 0;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F7F7F7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog_item:hover {
    background: #E4E4E4;
}
.catalog_item header {
   /* background: #387da6;*/
    width: 100px;
    height: 100px;
    padding: 2px; 
    text-align: center;
    border: 3px solid #bbb;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	border: 10px solid #DBD9D9;
}


.catalog_item:hover header {
/*    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);*/
    /*border:10px solid #DBD9D9;*/
}
.catalog_item:hover footer a {
    color: #387da6;
}


.catalog_item header a {
    border: 0;
}
.catalog_item header img {
    width: 100%;
    height: 100%;
}
.catalog_item > span {
    line-height: 124px;
    margin: 0 auto;
}
.catalog_item > span > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: normal;
    border: 0;
    position: relative;
    *top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}
/*
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 50%;
    height: 50%;
}
.catalog_item header a img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}*/
/*.catalog_item header img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 164px;
    height: 164px;
}*/

.gall_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 130px;
    margin-right: 40px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-weight: 700;
}
.gall_item a {
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid;
}
.gall_item img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.gall_item header {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    line-height: 130px;
}
.gall_item header a {
    display: block;
}

.product_item {
    margin-bottom: 24px;
    overflow: hidden;
	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.product_item:first-child {
    margin-top: 50px;
}
.product_item header {
    float: left;
    width: 140px;
}
.product_item footer {
    margin-left: 160px;
}
.product_item_title {
    font-size: 16px;
}
.product_item .product_item__image {
    width: 134px;
    max-width: 100%;;
    /*height: 174px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.product_item .product_item__image a {
    border: 0;
}
.product_item .product_item__image img {
    max-width: calc(100% - 5px);
    max-height: 100%;
    border: 2px solid #bbb;
}
.product_item a {
    text-decoration: none;
    border-bottom: 1px solid;
	font-size: 14px;
}
.product_item h2, .product_item h3 {
    margin-top: 0;
    margin-bottom: .4em;
}
.product_item p {
    margin: .7em 0;
}
.prod_items {
    margin-bottom: 30px;
}
.prod_item {
    margin-top: 40px;
}
.prod_item .items_block__item {
    height: 180px;
}
.gallery_wrapper {
    position: relative;
    width: 700px;
    overflow: hidden;
}
.gallery_items {
    width: 740px;
    /*font-size: 0;*/
    letter-spacing: 0;
    font-size: 0;
}
.gallery_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
/*.gallery_item a { display: block; width: 140px; height: 200px; border-bottom: 0; overflow: hidden; } */

.videogallery_name {
    display: inline-block;
    width: 160px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
.gallery_item__photo {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #bbb
    border-radius: 7px;
    /*margin-right: 40px;
    margin-bottom: 40px;*/
}
.gallery_item__photo img {
	width: 120px;
}
.gallery_item__photo .photo_ajax {
	height: 120px;
	overflow: hidden;
}
	/*display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}*/
.gallery_item__video {
    display: block;
    /*width: 340px; height: 220px; margin-right: 20px; margin-bottom: 20px; background: #ddd;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.gallery_item__video a {
    display: block;
    position: relative;
    border: 0 !important;
}
.gallery_item__video a .video-arrow {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 38%;
    left: 50%;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    margin-left: -30px;
    content: '';
    background: #000;
    color: #fff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    transition: all 0.12s linear;
}
.gallery_item__video a:hover .video-arrow {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
table.contacts h4 {
    margin: 0;
}
table.contacts p {
    margin: 1em 0;
}
.roll table td{
    padding: 3px;
    border: 1px solid #e4e4e4;
}
.pager ul {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 0 0 4px;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    line-height: 26px;
}
.pager ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 26px;
    height: 26px;
    margin: 0 1px;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
.pager ul li.current {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #00619a;
    color: #fff;
}
.pager ul li a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.footer {
    line-height: 20px;
}
.footer .container {
    padding-left: 20px;
    padding-right: 20px;
}
.footer .container.clr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .menu2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0!important;
}
.footer .menu2 li {
    width: 50%;
    margin: 0 0 20px!important;
}
.footer .menu li {
    margin-top: 14px;
}
.footer .menu li:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}
.footer .menu li.vk {
    position: relative;
    padding-left: 24px;
}
.footer .menu li.vk i {
    position: absolute;
    top: 1px;
    left: 0;
}
.footer .menu li.inst {
    position: relative;
    padding-left: 24px;
}
.icon-instagram-rect:before {
	content: '';
    width: 15px;
    height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/instragram.png');
}
.footer .foot_top {
    padding: 25px 0 30px;
    background: #2c6282;
    color: #fff;
}
.footer .foot_top h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.footer .foot_bottom {
    padding: 23px 0;
    line-height: 33px;
}
.footer .foot_bottom a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.footer .counters {
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
}
.footer .counters li {
    float: left;
    width: 88px;
    height: 33px;
    margin-left: 15px;
    background: #eee;
    overflow: hidden;
}
.footer .counters li:first-child {
    margin-left: 0;
}
.footer .share {
    float: left;
    width: 390px;
    margin-left: 20px;
}
.footer .share a {
	border: 0;
}
.footer .webmaster {
    float: right;
    width: 220px;
    white-space: nowrap;
}
.product_bubble_block {
    /*margin-top: 200px;*/
    margin-bottom: 10px;
}
.error_form {
    border-color: red !important;
}
.product_bubble_menu {
    position: relative;
}
.product_bubble_menu .bubble_menu__item_c {
    float: left;
    width: 33.3%
}
.product_bubble_menu .bubble_menu__item {
    width: 104px;
    margin: 0 auto;
    text-align: center
}
.product_bubble_menu .bubble_menu__item .img {
    position: relative;
    width: 104px;
    height: 104px;
    line-height: 104px;
    border: 3px solid #e1e1e1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.product_bubble_menu .bubble_menu__item .img.active {
    background: #e1e1e1
}
.product_bubble_menu .bubble_menu__item .title {
    display: none
}
ul.bubble_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    margin-left: -43px;
    margin-top: -43px;
    padding: 0;
    list-style: none;
    z-index: 0
}
ul.bubble_menu li {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 80px;
    text-align: center;
    border: 3px solid #e1e1e1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
ul.bubble_menu li:hover {
	-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.noborder {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.news-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 1em 2em 1em;
    text-transform: uppercase;
}
.slider-for-wrap {
	
	
}
.content_btn {
    float: right;
    margin: 0 0 10px 0;
	max-width:371px;
}
.h3_right{
	    margin: 1em 0 .6em;
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.menu .socseti a{
	border-bottom: none;
}
.menu .foot_tel{
	    font-size: 20px;
    text-decoration: none;
    border-bottom: none;
}
.foot-contact-menu{
	text-align: right;
}
.menu .but_order, .but_order_header{
	background-color: #b3e1fe;
    padding: 12px;
    display: inline-block;
    text-align: center;
    color: #2d6283!important;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    border-bottom: none!important;
    width: 80%;
}
.header_tel{
	font-size: 20px;
    border-bottom: none!important;
}
.img_cat{
	width: 100%;
	/*height: 70px;*/
	height: 160px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.block_form_order{
	    background-color: #f2f2f2;
    padding: 15px 15px 15px 15px;
}
.col-xl-6, .col-md-6, .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.formcallback_label{
	    text-align: right!important;
    width: 69px!important;
}
.list_cat_a{
	display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    border-bottom: none!important;
}
.list_cat_span{
display: block;
    width: 124px;
    height: 124px;
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.slider-for {
    clear: both;
}
.list_cat_fot_a{
	padding-bottom: 15px;
    display: block;
    border-bottom: none!important;
    font-size: 16px;
}

.main_menu_fixed {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 2;
    left: 0;
}
.price_list{
	    color: #387da6;
    font-weight: bold;
    margin-top: 20px;
}



.slider-for a:after {
content: "";
    background: url(../icons/zoom-icon.png) no-repeat;
    position: absolute;
    width: 55px;
    height: 60px;
    background-position: 10px center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -90px;
    opacity: 0.6;
}
.slider-for .next {
position: absolute;
    margin-top: -260px;
    right: 31px;
    z-index: 9999;
    height: 67px;
    width: 34px;
    cursor: pointer;
        padding-left: 40px;
}
.slider-for .prev {
    position: absolute;
    margin-top: -260px;
    left: 31px;
    z-index: 9999;
    height: 67px;
    width: 34px;
    cursor: pointer;
        padding-right: 40px;
}
.block__cont{
	height: 260px;
}
.menu_side .firstsub{
	top:0px;
}
.menu_side .firstsub li {
    border-bottom: 1px solid white;
}
.menu_side .firstsub li a{
    font-size:14px;
}
.menu_side .secondsub{
	top:0px;
	left: 185px;
}
.menu_side .firstsub .secondsub li a{
	font-size:10px;
}
.product-text .content_btn {
    border: 4px solid #40649c;
    border-radius: 27px;
	background: #fbfbfb;
}
@media all and (min-width:980px){
	.product-text .content_btn{
		margin-left: 25px;
	}
}
.product-text .content_btn p{
   padding-left:15px;
   padding-right:1px;
}
.product-text .content_btn p.content_btn_button{
   text-align:center;
}

.content_btn a{
	border-bottom:unset;
}
@media (max-width: 980px) {
    .footer .container.clr {
        flex-direction: column;
    }
    .footer .menu2 li {
        width: 100%;
    }
}