/* fonts
@import 'http://webfonts.ru/import/ubuntu.css';
@import "http://webfonts.ru/import/ubuntucondensed.css"; */
@charset "utf-8";
:root {
    --defaut-font: 'Ubuntu Condensed', fallback-font,  sans-serif;
    --helvetica-thin:'HelveticaNeueCyr-Thin', 'Arial',sans-serif;
}
@font-face {
    font-family: fallback-font;
    ascent-override: 95%;
    descent-override: 20%;
    line-gap-override: normal;
    advance-override: 10;
    src: local('Arial Narrow');
}
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed:400,500,700&subset=cyrillic&display=swap');*/
@font-face {
    font-family: 'HelveticaNeueCyr-Thin';
    src: url(../fonts/HelveticaNeueCyr-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Thin.otf) format("opentype"), url(../fonts/HelveticaNeueCyr-Thin.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Thin.ttf) format("truetype"), url(../fonts/HelveticaNeueCyr-Thin.svg#HelveticaNeueCyr-Thin) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot?ldlb66);
    src: url(../fonts/icomoon.eot?#iefixldlb66) format("embedded-opentype"), url(../fonts/icomoon.woff?ldlb66) format("woff"), url(../fonts/icomoon.ttf?ldlb66) format("truetype"), url(../fonts/icomoon.svg?ldlb66#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/
/* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-3fq8Ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Tfq8Ho.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-zfq8Ho.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Pfq8Ho.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-7fq8Ho.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntucondensed/v11/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* general styles */

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, img, ins, kbd, q, s, samp, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1;
    min-width:320px;
}
strong {
    color: #000;
}
.text ul {
    list-style: circle;
    margin: 0 0 20px 17px;
}
ol, ul {
    list-style: none;
}
ol {
    margin-top: 15px;
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 10px;
}
ol li {
    margin-bottom: 0;
    padding-left: 0;
    color: #999;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
blockquote, q {
    quotes: none;
}
em {
    font-style: italic;
}
section {
    min-width: 960px;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media (max-width: 768px){
table.overflow-mob{
        overflow-wrap: anywhere;
}
}
h1, .h1 {
    font-size: 30px;
    color: #024F82;
    font-family: var(--helvetica-thin);
    line-height: 30px;
    margin: 35px 0 25px;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
hr {
    border: 0;
    border-bottom: 1px solid #EAEAEA;
    margin: 20px 0 30px;
}
body {
    font: 15px/18px var(--defaut-font);
    width: 100%;
    height: 100%;
    color: #999;
}
a {
    color: #024f82;
}
.pointer {
    cursor: pointer;
}
.hidden {
    display: none;
}
.bx-wrapper {
    position: relative;
}
a.btn {
    display: inline-block;
    border: 2px solid #024F82;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 0 0;
}
a.btn:hover {
    background: #024F82;
    color: #fff;
}
/* sidebar */

.sidebar {
    width: 234px;
}
.sidebar .menu ul li {
    margin: 0 0 8px;
}
.sidebar .menu ul li a,
.sidebar .menu ul li .a {
    color: #6e91a8;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    background: #f6f6f6;
    text-decoration: none;
    height: 56px;
    display: block;
    padding: 0 0 0 80px;
}
.sidebar .menu ul li a span ,
.sidebar .menu ul li .a span {
    display: table-cell;
    height: 56px;
    vertical-align: middle;
}
.sidebar .menu ul li.active ul {
    display: block;
}
.sidebar .menu>ul>li.active>a ,
.sidebar .menu>ul>li.active>.a {
    background: #024f82;
    color: #fff;
}
.sidebar .menu ul li ul {
    margin: 20px 0;
    display: none;
}
.sidebar .menu ul li ul li a ,
.sidebar .menu ul li ul li .a {
    border: 0;
    font-size: 13px;
    height: auto;
    margin: 0;
    background: #fff;
    text-transform: uppercase;
    padding: 0 0 0 71px;
    background: none !important;
}
.sidebar .menu ul li ul li a:before ,
.sidebar .menu ul li ul li .a:before {
    content: "\203A";
    color: #999;
    margin: 0 5px 0 0;
    font-size: 15px;
    float: left;
    line-height: 15px;
}
.sidebar .menu ul li ul li.active a,
.sidebar .menu ul li ul li.active .a,
.sidebar .menu ul li ul li.active ul li.active a ,
.sidebar .menu ul li ul li.active ul li.active .a {
    color: #024f82;
}
.sidebar .menu ul li ul li.active a:before,
.sidebar .menu ul li ul li.active .a:before,
.sidebar .menu ul li ul li.active ul li.active a:before ,
.sidebar .menu ul li ul li.active ul li.active .a:before {
    color: #024F82;
}
.sidebar .menu ul li ul li.active ul li a ,
.sidebar .menu ul li ul li.active ul li .a {
    color: #6E91A8;
}
.sidebar .menu ul li ul li.active ul li a:before ,
.sidebar .menu ul li ul li.active ul li .a:before {
    color: #6E91A8;
}
.sidebar .menu ul li ul li a span ,
.sidebar .menu ul li ul li .a span {
    display: table;
    height: auto;
}
.sidebar .menu ul li ul li ul {
    margin: 4px 0 10px;
}
.sidebar .menu ul li ul li ul li {
    margin: 0;
}
.sidebar .menu ul li ul li ul li a ,
.sidebar .menu ul li ul li ul li .a {
    padding: 0 0 0 81px;
}
.sidebar .level1 {
    position: relative;
}
.sidebar .level1:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/sprite.png) -282px -28px;
    position: absolute;
    left: 10px;
    top: 21px;
}
.webp .sidebar .level1:before {
    background: url(../img/sprite.webp) -282px -28px;
}
.sidebar .level1.active:before {
    /* background: url(../img/sprite.webp) -280px -90px; */
    background: url(../img/sprite.png) -280px -90px;
}
.webp .sidebar .level1.active:before {
    background: url(../img/sprite.webp) -280px -90px;
}

.sidebar .menu.about ul li a ,
.sidebar .menu.about ul li .a {
    padding: 0 0 0 32px;
}
.sidebar .menu.about ul li.level1:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #A6CDE1;
    position: absolute;
    left: 13px;
    top: 27px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sidebar .menu.about ul li.level1.active a ,
.sidebar .menu.about ul li.level1.active>.a {
    background: #024f82;
    color: #FFF;
}
.sidebar .menu.about ul li.level1.active:before {
    background: #a6cde1;
}
.sidebar .menu.projects ul li a ,
.sidebar .menu.projects ul li .a {
    padding: 0 0 0 40px;
    background: #024f82;
}
.center {
    text-align: center;
}
section {
    padding: 36px 0;
}
section.wrapper {
    padding: 0;
}
section.grey {
    background: #F6F6F6;
}
section.consultation {
    background: #c5dcea;
}
section.solutions {
    padding: 60px 0;
}
h2 {
    font-size: 30px;
    color: #024f82;
    font-family:var(--helvetica-thin);
    line-height: 30px;
    margin: 0 0 40px;
}
h3,.h3 {
    font-family: var(--helvetica-thin);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 23px;
    margin: 0 0 30px;
}
h4, .h4 {
    font-size: 20px;
    color: #024F82;
    text-align: center;
    margin: 0 0 30px;
}
h5, .h5 {
    font-family:var(--helvetica-thin);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 30px;
}
.blue, .grey_block.solution h3 {
    color: #024f82;
}
.blue2 {
    color: #a5cce1;
}
.black {
    color: #555;
}
.gray {
    color: #999;
}
.breadcrumbs {
    padding: 23px 0;
    border-bottom: 1px solid #EAEAEA;
    text-transform: uppercase;
    font-size: 13px;
}
.breadcrumbs div {
    margin-left: 277px;
}
.breadcrumbs a {
    color: #9cb2c1;
}
ul.breadcrumb {
    padding: 10px 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:after {
    content: "\2192";
    padding: 10px;
}
.breadcrumb li.active:after {
    content: "";
}
.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.wrapper .discontinued_product {
    position: static;
    float: none;
    display: block;
}

@media (max-width: 1010px) {
    .wrapper .discontinued_product {
        display: inline-block;
        float: none;
        position: static;
    }
}

.clear {
    clear: both;
    float: none !important;
}
.left_ {
    float: left !important;
}
.right_ {
    float: right !important;
}
.inner {
    width: 960px;
    margin: 0 auto;
    position: relative
}
.block {
    width: 48%
}
.header {
    padding: 16px 0 24px;
    background: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.34);
    z-index: 10;
    color: #024F82;
    position: relative
}
.logo {
    width: 236px;
    height: 62px;
    margin: 6px 0 0
}
.header .right_.full {
    width: 663px
}
.header .top.row {
    height: 37px;
    line-height: 26px
}
.header .top.row .phone {
    margin: 0 0 0 38px;
}
.phone a
{
    text-decoration:none;
}
.podval a {color:#ffffff}
.header .menu {
    border-top: 1px solid #EBEBEB;
    padding: 13px 0 0
}
.header .menu ul li a {
    text-transform: uppercase;
    text-decoration: none
}
.header .menu ul li {
    margin: 0 27px 0 0;
    float: left;
    position: relative
}
.header .menu ul li.active:after {
    content: "";
    background: #024F91;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px
}
.header .menu ul li.last {
    margin: 0
}
.header .menu ul li ul {
    display: none
}
.slider {
    height: 549px
}
.slider li .wrap-slide {
    height: 549px;
    background-position: center center;
    position: relative;
    width: 100%;
    background-size: cover;
}
.slider .bx-viewport, .slider ul, .slider .bx-wrapper{
    height:100%;
    width:100%;
}
.slider li .wrap-slide img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit: cover;
}
.slider li .wrap-slide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}
.slider li .wrap-slide div.title {
    font-family: var(--helvetica-thin);
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    padding: 60px 0 0 120px
}
.slider li .wrap-slide div.description {
    width: 600px;
    color: #fff;
    font-size: 17px;
    padding: 30px 0 0 122px;
    line-height: 28px;
    text-shadow: 0px 0 3px #000;
    font-size: 22px;
    letter-spacing: 1px;
}
@media (max-width:768px){
    .slider li .wrap-slide div.description {
    width: 700px;
    }
}
.slider div.bx-controls-direction {
    width: 960px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 52
}
.slider .btn-slider {
    font-size: 17px;
    position: relative;
    z-index: 100;
    line-height: 47px;
    border-radius: 50px;
    padding: 0 33px;
    border: 2px solid #024F82;
    background: #024F82;
    color: #fff;
    margin: 40px 0 0 120px
}
.slider .btn-slider:hover {
    background: #fff;
    color: #024F82
}
.slider div.bx-controls-direction a {
    width: 51px;
    height: 51px;
    /* background-image: url(../img/sprite.webp); */
    background-image: url(../img/sprite.png);
    text-indent: -9999px;
    position: absolute
}
.webp .slider div.bx-controls-direction a {
    background-image: url(../img/sprite.webp);
}
.slider div.bx-controls-direction a.disabled {
    opacity: 0
}
.slider div.bx-controls-direction a.bx-prev {
    background-position: 0 -549px;
    left: 0
}
.slider div.bx-controls-direction a.bx-prev:hover {
    background-position: -102px -549px
}
.slider div.bx-controls-direction a.bx-next {
    background-position: -153px -549px;
    right: 0
}
.slider div.bx-controls-direction a.bx-next:hover {
    background-position: -51px -549px
}


.product-slider {
  width:100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100vw;
}
.product-slider .bx-wrapper,
.product-slider .bx-viewport{
    height:380px;
}
.content_block .product-slider ul{
height:300px;
    margin:0;
}
.content_block .product-slider>ul{
    display: flex;
    flex-wrap: nowrap;
}
.product-slider ul>li{

    height:300px;
}
.product-slider >ul>li{
    width:100%;
    display:none;
}
.product-slider ul>li:first-of-type{
    display: block;
}
.product-slider ul>li a{
	display:block;
	cursor: zoom-in;
}
.product-slider  ul.custom-bx-slider img{
  width: 100%;
  height: 100%!important;
  object-fit: contain
}
.product-slider .custom-bx-pager{
 margin: 0;
 padding: 0;
}
.product-slider .custom-bx-pager img{
  width: 100px;
  height: auto;
}
.product-slider .custom-bx-pager a {
  opacity: 0.7;
}
.product-slider .custom-bx-pager a:hover,
.product-slider .custom-bx-pager a.active {
  opacity: 1;
}
.product-slider   div.bx-controls-direction {
position:relative;
    width:100%;
}
.product-slider  div.bx-controls-direction a,
.product-slider  div.bx-controls-direction a:hover{
    font-size:0;
    background:none;
    position:absolute;
      left: -15px;
}
.product-slider .bx-controls{
 width: 100%;
    top: 150px;
    position: absolute;
    height: 0;
}
.product-slider   div.bx-controls-direction a:before{
    content: '';
    position: absolute;
    height: 0;
    top: 0;
    width: 0;
    border: 21px solid transparent;
    border-right: 18px solid #ccc;
}
.product-slider   div.bx-controls-direction a.bx-next{
    left:auto;
    right:-15px;

}
.product-slider div.bx-controls-direction a.bx-next:before{
         border: 21px solid transparent;
    border-left: 18px solid #ccc;
    right:0
}
.content {
    position: relative;
    padding: 0 20px 35px;
}
.content.nobottom {
    padding: 0 20px
}
#calculation {
    background: #024f82;
    color: #fff
}
#calculation h3 {
    color: #fff
}
#calculation p {
    font-size: 16px
}
.news.row {
    padding: 0 0 28px;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 28px
}
.news.row a.title {
    color: #055285;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 20px;
    display: block
}
.news.row .date {
    margin: 0 0 7px
}
.news.row .intro {
    line-height: 21px;
    text-align: justify;
    color: #999
}
li.news.row:last-child {
    border: 0;
    margin: 0
}
section.pagination {
    background: #f6f6f6
}
section.pagination.company div.inner div.pagination {
    margin: 0 0 0 284px;
    overflow: hidden
}
.pagination ul li:first-child span, .pagination ul li:last-child span, .pagination ul li:first-child a, .pagination ul li:last-child a {
    line-height: 46px;
    margin: 0;
    padding: 0 20px
}
.pagination ul li:first-child, .pagination ul li:last-child {
    margin: 0 5px
}
.pagination ul li:first-child {
    margin-right: 24px
}
.pagination ul li:last-child {
    margin-left: 24px
}
.pagination li a, .pagination li span {
    background: #FFF;
    border: 2px solid #A6CDE1;
    display: block;
    font-size: 15px;
    color: #85a1b4;
    text-decoration: none;
    float: left;
    line-height: 28px;
    padding: 0 11px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.pagination li {
    margin: 10px 5px 0;
    overflow: hidden;
    float: left
}
.pagination li.active a,
.pagination li.active span{
    background: #024f82;
    border-color: #024f82;
    color: #fff
}
.partners.img {
    width: 440px;
    /* height: 226px*/
}
.partners.img .partners.row {
    width: 110px;
    overflow: hidden;
    height: 80px;
    margin: 0
}
.partners.img .partners.row .img {
    width: 100px
}
.partners.img .partners.row .img img {
    max-width: 80px;
    height: auto;
}
.partners.img .partners.row .name, .partners.img .partners.row .desc {
    display: none
}
.partners_block {
    overflow: hidden;
    margin: 0 0 -104px
}
.partners.row {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 185px;
    margin: 0 12px 128px;
    /* float: left; */
}
.partners.row:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    background: #EAEAEA;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.partners.row .img {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 185px
}
.partners.row .name {
    font-size: 18px;
    margin: 10px 0 5px
}
.projects.row {
    background: #f9f9f9;
    margin: 0 0 20px;
    display: flex;
}
.projects.row .wrap {
    padding: 30px 24px;
    float: left;
    width: 504px
}
.projects.row .date {
    width: 30px;
    font-family: var(--helvetica-thin);
    color: silver;
    margin: 3px 20px 0 0
}
.projects.row .date i {
    font-size: 20px;
    display: block;
    margin: 0 0 1px
}
.projects.row .date span {
    font-size: 13px
}
.projects.row .info {
    width: 443px
}
.projects.row .intro{
    margin-bottom: auto;
}
.projects.row .info i.dash {
    width: 31px;
    height: 1px;
    background: #024F82;
    display: block;
    margin: 0 0 26px
}
.projects.row .info .title {
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    line-height: 23px;
    margin: 0 0 28px;
    display: block
}
.projects.row .info p {
    line-height: 20px
}
.projects.row .preview {
    /*background: #0486c2*/
}
.projects.row .preview div {
    width: 368px;
    height: 281px;
    opacity: .9;
    background-repeat: no-repeat;
    background-size: cover
}
.project_box {
    padding: 30px 40px;
    margin: 0 0 30px;
    background: #F6F6F6
}
.project_box .client {
    width: 350px;
    max-width: 100%;
}
.project_box .client p {
    margin: 0 !important
}
.project_box .client a {
    color: #8fb4ca
}
.project_box .logo {
    width: 180px;
    height: 76px;
    background: #fff
}
.project_box .logo div {
    width: 180px;
    height: 76px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.project_box .logo img {
    max-width: 180px;
    max-height: 76px
}
.project_box .client_wrap {
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0 22px;
    margin: 0 0 25px
}
.project_box label {
    font-size: 18px;
    display: block;
    margin: 0 0 23px
}
.project_box .task div.text {
    font-size: 18px;
    line-height: 23px;
    line-height: 27px
}
.project_footer {
    font-size: 18px;
    line-height: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    margin: 10px 0 25px
}
.category_header {
    background: #F6F6F6;
    padding: 11px
}
.category_header fieldset, .category_header fieldset .selected {
    position: relative;
    width: 304px;
    float: left
}
.category_header hr {
    margin: 0 0 10px
}
.category_header fieldset .selected {
    text-align: left;
    position: relative;
    margin: 0 0 10px;
    width: 280px;
    font-size: 15px;
    background: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 0 12px;
    line-height: 26px;
    border-radius: 50px;
    cursor: pointer
}
.category_header fieldset .selected:after {
    content: "";
    width: 11px;
    height: 6px;
    /* background: url(../img/sprite.webp) -169px -100px; */
    background: url(../img/sprite.png) -169px -100px;
    display: block;
    position: absolute;
    top: 11px;
    right: 13px
}
.webp .category_header fieldset .selected:after {
    background: url(../img/sprite.webp) -169px -100px;
}
ul.list li {
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 5px;
    padding: 3px 0
}
ul.list li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 3px 0 0
}
ul.list label.checkbox {
    position: relative;
    display: inline-block;
    margin: 0 0 5px;
    cursor: pointer
}
ul.list input[type=checkbox] {
    display: none
}
ul.list i {
    width: 23px;
    height: 23px;
    display: inline-block;
    z-index: -1;
    /* background: url(../img/sprite.webp) no-repeat -344px -88px; */
    background: url(../img/sprite.png) no-repeat -344px -88px;
    margin: 0 9px -6px 0
}
.webp ul.list i {
    background: url(../img/sprite.webp) no-repeat -344px -88px;
}
ul.list input[type=checkbox]:checked~i {
    /* background: url(../img/sprite.webp) no-repeat -374px -88px */
    background: url(../img/sprite.png) no-repeat -374px -88px
}
.webp ul.list input[type=checkbox]:checked~i {
    background: url(../img/sprite.webp) no-repeat -374px -88px
}
ul.list label .title {
    display: inline-block;
    color: #7a99ae
}
.category_header fieldset .list_filter {
    position: absolute;
    background: #FFF;
    top: 25px;
    display: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
    padding: 15px
}
sup {
    display: none !important
}
.category_header fieldset.active .list_filter {
    display: block;
    z-index: 999
}
span.opt {
    background: #5991B6;
    color: #FFF;
    position: relative;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    padding: 4px 32px 4px 12px;
    line-height: 16px;
    border-radius: 11px;
    margin: 0 10px 10px 0;
    display: block;
    float: left
}
span.opt i {
    width: 10px;
    cursor: pointer;
    height: 10px;
    /* background: url(../img/sprite.webp) -202px -98px; */
    background: url(../img/sprite.png) -202px -98px;
    display: block;
    position: absolute;
    top: 8px;
    right: 11px
}
.webp span.opt i {
    background: url(../img/sprite.webp) -202px -98px;
}
section.catalog .category_header .total {
    line-height: 26px
}
section.catalog .category_header .total span {
    color: #000
}
.ms2_product {
    margin: 0 0 20px;
    padding: 5px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    float: left;
    position: relative;
}
.ms2_product:hover {
    border: 2px solid #024f82
}
.ms2_product .discontinued {
    position: absolute;
    right: 5px;
    /* left: 165px;*/
    top: 0px;
    color: #333333;
    background: #eaeaea;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: normal;
}
.discontinued_product {
    position: absolute;
    top: 38px;
    right: 20px;
    color: #333;
    background: #eaeaea;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    float: right;
    width: 386px;
    max-width: 100%;
}
.ms2_product .img {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 203px;
    height: 122px;
    text-align: center;
    vertical-align: middle;
    display: table-cell
}
.ms2_product .img img {
    max-height: 100px;
    max-width: 170px;
}
.ms2_product a.title {
    font-size: 17px;
    height:52px;
    line-height: 19px;
    display: block;
    text-decoration: none;
    margin: 10px 0;
   /* height: 38px;*/
}
.ms2_product .desc {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    height:64px;
}
a.more,
.catalog_cat.row .more{
    font-size: 13px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    border: 2px solid;
    padding: 4px 22px 4px 13px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 10px;
    margin: 10px 0 0;
    display: inline-block;
    line-height: 14px
}
.ms2_product:hover a.more {
    background: #024f82;
    color: #fff;
}
.catalog_cat.row .more:after,
a.more:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #024f82;
    position: absolute;
    border-left: 1px solid #024f82;
    top: 8px;
    transform: rotate(
        135deg);
    right: 7px;
}
.ms2_product:hover a.more:after,
.catalog_cat:hover .more:after {
    border-color:#fff;
}
table {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}
.content .content_block table p {
    margin: 0 0 5px;
}
table tr {
    background: #fff;
}
table tr td {
    vertical-align: middle;
}
.project_equipment table tr:first-child {
    background: #024f82;
}
.project_equipment table tr:first-child td {
    color: #fff;
    padding: 6px 18px;
}
table tr td {
    padding: 13px 18px;
    border-right: 1px solid #eee;
    color: #666;
}
table tr td:first-child {
   /* border: 0 !important;*/
}
table tr:nth-child(even) {
    background: #eee
}
table tr:nth-child(even) td {
    border-right: 1px solid #eee
}
table td.price {
    min-width: 50px;
    text-align: center;
}
.spec table tr:nth-child(odd) td:nth-child(even) {
    background: #f4f9fc
}
.spec table tr:nth-child(even) td:nth-child(even) {
    background: #E6EBED
}
.spec table tr:nth-child(even) td {
    border-right: 1px solid #FFF !important
}
.modify table tr {
    background: #2c629a
}
.modify table tr:nth-child(even) {
    background: #1b5490
}
.modify table tr:nth-child(odd) td {
    border-bottom: 1px solid #537eab
}
.modify table tr td {
    color: #fff;
    border-right: 1px solid #FFF !important
}
.modify table tr td.art {
    color: #a6cde1;
    min-width: 86px
}
.modify table tr td:first-child {
    background: #4c7cab;
    border-bottom: 1px solid #6B92B8 !important
}
ul.dots li {
    float: left;
    text-align: center
}
ul.dots li .dot i {
    background: #C5DCEA;
    display: inline-block;
    margin: 0 0 10px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.content_block {
    width: 642px
}
.catalog a.solution {
    opacity: .3
}
.catalog .disabled {
    opacity: .3
}
.msProduct h1, h1.width_sidebar, h2.width_sidebar, .h1.width_sidebar {
    margin-left: 277px
}
.msProduct .side {
    width: 126px;
    font-size: 13px;
    line-height: 13px
}
.msProduct .side p {
    font-size: 13px;
    margin: 0;
    line-height: 15px
}
.msProduct .side ul {
    border-bottom: 1px solid #CCC;
    margin: 0 0 20px
}
.msProduct .side ul li {
    margin: 0 0 20px
}
.msProduct .side ul li span {
    display: block;
    text-transform: uppercase;
    margin: 0 0 9px
}
.msProduct .gallery {
    width: 500px
}
.thumb-holder {
    float: left;
    width: 67px
}
.wrapper.project .thumb-holder {
    margin: 0 0 25px
}
.thumb-holder .in {
    width: 100%
}
.insta label {
    display: block;
    margin: 0 0 5px;
    background: #517fa4;
    line-height: 35px;
    color: #fff;
    padding: 0 0 0 10px
}
#gallery {
    width: 500px;
    height: 360px
}
#bx-pager {
    overflow: hidden;
    padding: 20px 0 0;
    width: 500px
}
#bx-pager a {
    border: 2px solid #fff;
    position: relative;
    float: left;
    width: 55px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px 0 0
}
#bx-pager a.active {
    border: 2px solid #ccc
}
#bx-pager a div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    height: 45px
}
#bx-pager a img {
    max-width: 45px;
    max-height: 30px
}
#msProduct #gallery .bxslider a div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 500px
}
#msProduct #gallery .bxslider a div img {
    max-height: 400px;
    max-width: 400px
}
section.product_content .content_block {
    margin: 0 20px 0 0
}
.content_block ul, .content_block ol {
    margin: 0px 50px 30px 50px;
    /*list-style: circle;*/
}
section.grey.product_content+section.grey.product_content{
    padding-top:0;
    margin-top:-36px;
}
.dropwdown label.title {
    font-size: 18px;
    cursor: pointer;
    color: #6E91A8;
    font-family: var(--helvetica-thin);
    margin: 10px 0 14px;
    text-transform: uppercase;
    display: block
}
.dropwdown label.title i {
    content: "";
    width: 20px;
    height: 13px;
    /* background: url(../img/sprite.webp) -282px -28px; */
    background: url(../img/sprite.png) -282px -28px;
    display: inline-block
}
.webp .dropwdown label.title i {
    background: url(../img/sprite.webp) -282px -28px;
}
.dropwdown.active label.title i {
    /* background: url(../img/sprite.webp) -280px -91px */
    background: url(../img/sprite.png) -280px -91px
}
.webp .dropwdown.active label.title i {
    background: url(../img/sprite.webp) -280px -91px
}
.dropwdown .sep {
    background: #EAEAEA;
    width: 100%;
    height: 1px;
    margin: 0 0 15px
}
.dropwdown.active .hidden {
    display: block;
    margin: 0 0 20px;
    overflow-x: auto;
}
span.getprice, a.getprice {
    display: block;
    width: 107px;
    border: 2px solid #5B8ABA;
    line-height: 27px;
    color: #A1C8DE;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
span.getprice:hover, a.getprice:hover {
    color: #1b5490;
    background: #fff;
    border-color: #fff
}
span.getprice a {
    color: #A1C8DE;
}
span.getprice:hover a {
    color: #1b5490;
}
a.solution.active {
    opacity: 1
}
a.solution {
    float: left;
    text-align: center;
    width: 160px;
    font-size: 14px;
    text-decoration: none
}
a.solution div.img, .solution .img {
    width: 108px;
    height: 108px;
    border: 3px solid #024f82;
    display: block;
    -webkit-border-radius: 100px;
    margin: 0 auto 20px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
a.solution div.img:hover {
    background-color: #024F82
}
a.solution div.img i, .solution .img i {
    width: 50px;
    height: 50px;
    margin: 32px auto 0;
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    display: block
}
.webp a.solution div.img i, .webp .solution .img i {
    background-image: url(../img/sprite.webp);
}
.solution[data-id='10'] div.img i {
    background-position: -1120px -531px
}
.solution[data-id='14'] div.img i {
    background-position: -1057px -530px
}
.solution[data-id='11'] div.img i {
    background-position: -993px -531px
}
.solution[data-id='13'] div.img i {
    background-position: -930px -531px
}
.solution[data-id='15'] div.img i {
    background-position: -808px -528px
}
.solution[data-id='12'] div.img i {
    background-position: -864px -531px
}
#directions {
    width: 100%;
    height: 231px;
    background: url(../img/bg-directions.jpg) no-repeat center center;
    font-family: var(--helvetica-thin);
    font-size: 45px;
    line-height: 230px;
    color: #fff;
    overflow: hidden
}
.analogs .bx-wrapper {
    margin: 0 auto
}
.analog li .outer {
    border: 2px solid #fff;
    float: left;
    margin: 0 0 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}
.analog li .outer .preview {
    width: 257px;
    height: 142px;
    border: 1px solid #EAEAEA;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.analog li .outer .preview img {
    max-width: 100%;
    height:auto;
	    border-radius: 7px;
}
.analog li:hover .outer {
    border: 2px solid #024F82
}
.analog li:hover .outer .preview {
    border: 1px solid #024F82
}
.analog li a {
    font-size: 18px;
    text-decoration: none
}
.analog li a span {
    padding: 0 0 0 8px
}
.analogs .bx-controls-direction a {
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    width: 23px;
    height: 42px;
    position: absolute;
    top: 54px;
    text-indent: -9999px
}
.webp .analogs .bx-controls-direction a {
    background: url(../img/sprite.webp);
}
.analogs .bx-controls-direction a.bx-prev {
    left: -47px;
    background-position: -138px -367px
}
.analogs .bx-controls-direction a.bx-prev:hover {
    background-position: -138px -436px
}
.analogs .bx-controls-direction a.bx-next {
    right: -47px;
    background-position: -180px -367px
}
.analogs .bx-controls-direction a.bx-next:hover {
    background-position: -180px -436px
}
.content .content_block {
    color: #666;
    line-height: 18px;
    font-size: 14px
}
.content_block p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 22px
}
form.consultation {
    margin: 16px 0 0
}
input.big {
    background: #FFF;
    width: 308px;
    margin: 0 12px 0 0;
    font-size: 18px;
    padding: 0 21px;
    line-height: 42px;
    min-height: 42px;
}
button.big {
    padding: 0 54px 0 40px;
    line-height: 49px;
    border-radius: 50px;
    color: #FFF;
    font-size: 16px;
    border: 2px solid #FFF;
    text-transform: uppercase;
    background: #306f98;
    background: -moz-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306f98), color-stop(100%, #024f82));
    background: -webkit-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -o-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -ms-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: linear-gradient(to bottom, #306f98 0%, #024f82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306f98', endColorstr='#024f82', GradientType=0);
    box-shadow: 0 1px 10px rgba(9, 52, 80, 0.38)
}
button {
    cursor: pointer
}
.footer {
    border-top: 1px solid #134464;
    margin: 0 auto;
    background: #032c47;
    position: relative;
    min-width: 960px;
}
.footer div {
    color: #fff
}
.footer .row1 {
    background: #093450;
    border-bottom: 1px solid #134464;
    padding: 50px 0
}
.footer .contacts {
    margin: 0 0 0 79px
}
.footer .contacts div {
    line-height: 26px;
    float: left
}
.footer i, .header i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: red;
    float: left;
    margin: 0 8px 0 0
}
.footer .contacts div:hover i {
    filter: brightness(300%);
    -webkit-filter: brightness(300%)
}
.footer .social a:hover {
    filter: brightness(300%);
    -webkit-filter: brightness(300%)
}
.footer .social a, .footer .contacts div i, #mse2_form input, #mse2_form button {
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}
#mse2_form:hover input {
    border-color: #fff
}
#mse2_form:hover button {
    filter: brightness(300%);
    -webkit-filter: brightness(300%);
}
.footer .phone, .header .phone {
    font-size: 22px;
    margin: 0 4px 0 95px
}
.footer .mail, .header .mail {
    font-size: 18px;
    color: #fff;
    text-decoration: none
}
.footer .mail i, .header .mail i {
    /* background: url(../img/sprite.webp) 0 -88px */
    background: url(../img/sprite.png) 0 -88px
}
.footer .phone i, .header .phone i {
    /* background: url(../img/sprite.webp) -26px -88px */
    background: url(../img/sprite.png) -26px -88px
}
.footer .social a {
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 0 0 10px
}
.webp .footer .mail i, .header .mail i {
    background: url(../img/sprite.webp) 0 -88px;
}
.webp .footer .phone i, .header .phone i {
    background: url(../img/sprite.webp) -26px -88px;
}
.webp .footer .social a {
    background: url(../img/sprite.webp);
}

.footer .social a.vkontakte {
    background-position: -52px -88px
}
.footer .social a.facebook {
    background-position: -78px -88px
}
.footer .social a.twitter {
    background-position: -104px -88px
}
.footer .row2 {
    padding: 43px 0;
    line-height: 21px
}
.footer .row2 .inner div {
    float: left;
    margin: 0 39px 0 0
}
.footer .row2 .inner div.contacts {
    width: 150px;
    margin: 0
}
.footer .row2 .inner div.contacts p {
    color: #52768E
}
.footer .row2 label {
    margin: 0 0 12px;
    font-size: 18px;
    display: block
}
.footer .row2 li {
    max-width: 220px
}
.footer .row2 a {
    color: #8fb4ca;
    text-decoration: none
}
.footer .row2 a:hover {
    text-decoration: underline
}
.footer .row3 {
    background: #093450
}
.footer .copyright {
    color: #52768e;
    text-transform: uppercase;
    padding: 24px 0
}
.footer .by {
    height: 70px;
    line-height: 70px;
    display: block
}
.footer .by img {
    max-width: 80px;
    vertical-align: middle;
    opacity: .3;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}
.footer .by:hover img {
    opacity: 1
}
body.page5 .partners.row {
    width: 185px;
    margin: 0 12px 108px;
    height: 135px;
}
.footer input {
    border: 1px solid #6A8DA5;
    color: #FFF;
    width: 260px;
    min-height: 26px;
}
.footer button {
    /* background: url(../img/sprite.webp) -130px -94px; */
    background: url(../img/sprite.png) -130px -94px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 260px;
    top: 6px;
    z-index: 10;
    cursor: pointer
}
.webp .footer button {
    background: url(../img/sprite.webp) -130px -94px;
}
input, select {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: rgba(0, 0, 0, 0);
    padding: 0 12px;
    line-height: 24px;
    border-radius: 50px;
    outline: 0
}
select {
    background: #FFF;
    padding: 0 0 0 10px;
    height: 26px
}
li.solution {
    border: 1px solid #dfe4e8;
    position: relative;
    padding: 17px 21px 17px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}
li.solution .introtext {
    margin: 6px 0 0 48px;
    width: 250px;
    font-size: 15px;
    line-height: 19px;
    color: #999
}
li.solution .arrow {
    width: 145px;
    /*width:127px;*/
    height: 72px;
    position: relative;
    background-color: #f6f6f6;
    padding: 0 0 0 33px
}
li.solution .arrow span {
    font-size: 16px;
    /*font-size:18px;*/
    margin: 9px 0 0;
    display: block;
    color: #024f82;
    text-transform: uppercase;
    position: relative;
    line-height: 21px;
    word-wrap: break-word
}
li.solution .arrow span:after {
    content: "";
    width: 31px;
    position: absolute;
    height: 1px;
    background-color: #a6cde1;
    left: 0;
    bottom: -8px
}
li.solution .arrow:after, li.solution .arrow:before {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
li.solution .arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 0 36px 26px;
    border-color: transparent transparent transparent #F6F6F6;
    right: 0;
    left: 100%;
    top: 0
}
li.solution .arrow:before {
    border-color: rgba(223, 228, 232, 0);
    border-left-color: #dfe4e8;
    border-width: 13px;
    margin-top: -13px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
li.solution .overlay {
    opacity: 0;
    height: 106px;
    width: 517px;
    background-color: #024f82;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-border-top-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    -moz-border-radius-bottomright: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
li.solution .overlay div {
    width: 0;
    height: 0;
    border-top: 106px solid #024f82;
    border-left: 71px solid transparent;
    margin-left: -71px
}
li.solution:hover .introtext {
    color: #fff
}
li.solution:hover .arrow:before {
    border-left-color: #024F82
}
li.solution:hover .overlay {
    opacity: 1;
}
.solution-shadow {
    background: url(../img/shadow.png) no-repeat top center;
    height: 20px
}
li.solution a.more, li.catalog_cat.row  .more {
    border-color: #a5cce1;
    margin: 23px 0 0;
    background-color: #f6f6f6
}
li.solution:hover a.more {
    background-color: #024f82;
    color: #fff
}
body.page1 .solutions_block {
    width: 840px;
    margin: 0 auto
}
body.page1 .solutions_block a.solution {
    margin: 0 40px 50px;
    font-size: 20px;
    width: 200px;
    font-family: var(--helvetica-thin);
}
/*
.directions {
    background: #a5cce1;
    -webkit-border-radius: 30px;
    width: 898px;
    margin: 0 auto;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.directions a {
    display: block;
    width: 213px;
    height: 253px;
    background: #f6f6f6;
    float: left;
    margin: 1px 0 1px 1px;
    text-decoration: none;
    font-size: 18px
}

.directions a .wrap {
    width: 140px;
    margin: 0 auto
}

.directions a .wrap .img, section#catalog .catalog_category .img {
    width: 105px;
    margin: 40px auto 30px;
    height: 100px;
    background: url(../img/sprite.webp) 0 0
}

.directions a.first {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.directions a.four {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.directions a.first .img, section#catalog .catalog_category[data-id="17"] .img {
    background-position: -642px -358px
}

.directions a.second .img, section#catalog .catalog_category[data-id="26"] .img {
    background-position: -538px -358px
}

.directions a.third .img, section#catalog .catalog_category[data-id="57"] .img {
    background-position: -428px -357px
}

.directions a.four .img, section#catalog .catalog_category[data-id="29"] .img {
    background-position: -312px -358px
}

.directions a.first:hover .img {
    background-position: -784px -358px
}

.directions a.second:hover .img {
    background-position: -899px -358px
}

.directions a.third:hover .img {
    background-position: -1012px -358px
}

.directions a.four:hover .img {
    background-position: -1122px -358px
}

.directions a.second {
    width: 234px
}

.directions a.third {
    width: 220px
}

.directions a.four {
    width: 226px
}

.directions a:hover {
    background: url(../img/sprite.webp) 0 0;
    color: #fff
}

.directions a.first:hover {
    background-position: -651px -20px
}

.directions a.second:hover {
    background-position: -866px -20px
}

.directions a.third:hover {
    background-position: -1101px -20px
}

.directions a.four:hover {
    background-position: -1322px -20px
}*/

.directions {
    background: #a5cce1;
    -webkit-border-radius: 30px;
    width: 896px;
    margin: 0 auto;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.directions a {
    display: block;
    width: 178px;
    height: 253px;
    background: #f6f6f6;
    float: left;
    margin: 1px 0 1px 1px;
    text-decoration: none;
    font-size: 18px;
}
.directions a .wrap {
    width: 140px;
    margin: 0 auto
}
.directions a .wrap .img {
    width: 105px;
    margin: 40px auto 30px;
    height: 100px;
    /* background: url("/template/img/sprite__products2.webp") 0 0; */
    background: url("/template/img/sprite__products2.png") 0 0;
}
.webp .directions a .wrap .img {
    background: url("/template/img/sprite__products2.webp");
}
.directions a:nth-child(1) {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
}
.directions a:nth-child(5) {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}
.directions a:nth-child(6) {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}
.directions a:nth-child(10) {
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}
.directions a:nth-child(1) .img {
    background-position: -36px -552px
}
.directions a:nth-child(2) .img {
    background-position: -216px -552px
}
.directions a:nth-child(3) .img {
    background-position: -394px -550px
}
.directions a:nth-child(4) .img {
    background-position: -573px -550px
}
.directions a:nth-child(5) .img {
    background-position: -752px -550px;
}
.directions a:nth-child(6) .img {
    background-position: -36px -805px;
}
.directions a:nth-child(7) .img {
    background-position: -216px -805px;
}
.directions a:nth-child(8) .img {
    background-position: -394px -805px;
}
.directions a:nth-child(9) .img {
    background-position: -573px -805px;
}
.directions a:nth-child(10) .img {
    background-position: -752px -805px;
}
.directions a:nth-child(1):hover .img {
    background-position: -36px -1560px
}
.directions a:nth-child(2):hover .img {
    background-position: -216px -1560px
}
.directions a:nth-child(3):hover .img {
    background-position: -394px -1560px
}
.directions a:nth-child(4):hover .img {
    background-position: -573px -1560px
}
.directions a:nth-child(5):hover .img {
    background-position: -752px -1560px
}
.directions a:nth-child(6):hover .img {
    background-position: -36px -1815px;
}
.directions a:nth-child(7):hover .img {
    background-position: -216px -1815px;
}
.directions a:nth-child(8):hover .img {
    background-position: -394px -1815px;
}
.directions a:nth-child(9):hover .img {
    background-position: -573px -1815px;
}
.directions a:nth-child(10):hover .img {
    background-position: -752px -1815px;
}
.directions a:hover {
    /* background: url("/template/img/sprite__products2.webp") 0 0; */
    background: url("/template/img/sprite__products2.png") 0 0;
    color: #fff
}
.webp .directions a:hover {
    background: url("/template/img/sprite__products2.webp") 0 0;
}
.directions a:nth-child(1):hover {
    background-position: 0px 0px
}
.directions a:nth-child(2):hover {
    background-position: -180px 0;
}
.directions a:nth-child(3):hover {
    background-position: -359px 0;
}
.directions a:nth-child(4):hover {
    background-position: -538px 0;
}
.directions a:nth-child(5):hover {
    background-position: -717px 0;
}
.directions a:nth-child(6):hover {
    background-position: 0px -253px;
}
.directions a:nth-child(7):hover {
    background-position: -180px -253px;
}
.directions a:nth-child(8):hover {
    background-position: -359px -253px;
}
.directions a:nth-child(9):hover {
    background-position: -538px -253px;
}
.directions a:nth-child(10):hover {
    background-position: -717px -253px;
}
.input-big {
    background-color: #FFF;
    display: block;
    float: left;
    width: 200px;
    line-height: 43px;
    font-size: 18px;
    padding: 0 20px;
    min-height: 43px;
}
.input-file {
    background-color: #FFF;
    color: #000;
    display: block;
    float: left;
    min-height: 21px;
    margin-left: 5px;
    width: 205px;
}
.select-big {
    height: 43px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    border: 0;
    width: 200px;
    padding: 0 20px
}
.btn-submit {
    padding: 0 50px 0 39px;
    position: relative;
    margin: -3px 0 0;
    box-shadow: 0 0 20px rgba(58, 58, 58, 0.46);
    font-size: 17px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    height: 49px;
    background: #306F98;
    background: -moz-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306F98), color-stop(100%, #024F82));
    background: -webkit-linear-gradient(top, #306F98 0%, #024F82 100%);
    background: -o-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -ms-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: linear-gradient(to bottom, #306F98 0%, #024F82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306f98', endColorstr='#024f82', GradientType=0);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #FFF
}
.btn-submit:hover {
    color: #024f82;
    background: #bfdce9;
    border: 2px solid #bfdce9
}
.btn-order, a.getprice.btn-order {
    padding: 0 10px;
    position: relative;
    margin: -3px 0 0;
    box-shadow: 0 0 20px rgba(58, 58, 58, 0.46);
    font-size: 17px;
    cursor: pointer;
    color: #FFF !important;
    text-transform: uppercase;
    height: 49px;
    line-height: 49px !important;
    background: #306F98;
    background: -moz-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306F98), color-stop(100%, #024F82));
    background: -webkit-linear-gradient(top, #306F98 0%, #024F82 100%);
    background: -o-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: -ms-linear-gradient(top, #306f98 0%, #024f82 100%);
    background: linear-gradient(to bottom, #306F98 0%, #024F82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306f98', endColorstr='#024f82', GradientType=0);
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    border: 2px solid #FFF !important;
    text-decoration:none;
}
a.getprice.btn-order{
    border:none!important;
}
.btn-order:hover {
    color: #024f82 !important;
    background: #bfdce9 !important;
    border: 2px solid #bfdce9 !important;
}
.btn-submit:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    position: absolute;
    border-left: 2px solid #fff;
    top: 18px;
    transform: rotate(
        135deg);
    right: 30px;
}
.modal .btn-submit{
    margin:20px auto 0 auto!important;
    display: block;
}
#calculation_form {
    width: 903px;
    margin: 20px auto 0
}
.page1 .news.row {
    padding: 0
}
.page1 .news.row a.title {
    max-width: 360px
}
.page1 .news.row .intro {
    text-align: left;
    max-width: 410px
}
.spoiler-content {
    height: 64px;
    overflow: hidden
}
.spoiler-content.full {
    height: auto
}
#spoiler.active span.small {
    display: none;
}
#spoiler.active span.full {
    display: block;
}
#spoiler span.full {
    display: none;
}
#mse2_mfilter.empty {
    display: none !important;
}
#spoiler-shadow {
    width: 100%;
    height: 53px;
    margin: -56px 0 0;
    position: relative;
    background: url(../img/shadow-index.png)
}
.font18 {
    font-size: 18px;
    line-height: 27px
}
body.page9 .content, body.page16 .content {
    padding: 0 20px
}
section#solutions {
    padding: 0
}
#solutions .solution .inner {
    height: 204px;
    padding: 36px 0 0
}
#solutions .solution:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 1%, #eaeaea 46%, #024f82 46%, #024f82 46%, #024f82 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #eaeaea), color-stop(46%, #eaeaea), color-stop(46%, #024f82), color-stop(46%, #024f82), color-stop(100%, #024f82));
    background: -webkit-linear-gradient(left, #eaeaea 1%, #eaeaea 46%, #024f82 46%, #024f82 46%, #024f82 100%);
    background: -o-linear-gradient(left, #eaeaea 1%, #eaeaea 46%, #024f82 46%, #024f82 46%, #024f82 100%);
    background: -ms-linear-gradient(left, #eaeaea 1%, #eaeaea 46%, #024f82 46%, #024f82 46%, #024f82 100%);
    background: linear-gradient(to right, #eaeaea 1%, #eaeaea 46%, #024f82 46%, #024f82 46%, #024f82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#024f82', GradientType=1)
}
#solutions .solution .inner .img {
    margin: 0;
    background: #fff;
    position: relative;
    float: left
}
#solutions .solution .inner .img:after {
    content: "";
    position: absolute;
    width: 700px;
    background-color: #eaeaea;
    height: 1px;
    left: 110px;
    top: 54px
}
#solutions .solution .inner .info {
    float: left;
    width: 600px;
    margin: 20px 0 0 50px
}
#solutions .solution .inner .info .title {
    font-family:var(--helvetica-thin);
    margin: 0 0 35px;
    font-size: 20px;
    color: #024f82
}
#solutions .solution .inner .info a.more {
    border: 2px solid #a6cde1;
    background: #f6f6f6
}
#solutions .solution:hover .inner .info a.more {
    border: 2px solid #a6cde1;
    background: #024f82;
    color: #fff
}
#solutions .solution:hover .inner .info {
    color: #fff
}
#solutions .solution:hover .inner .info .title {
    color: #fff
}
#solutions .solution:hover .inner .img:after {
    background-color: #296790
}
#solutions .solution[data-id='10']:hover .inner {
    background: url(../img/solution-10.png) left top no-repeat
}
#solutions .solution[data-id='11']:hover .inner {
    background: url(../img/solution-11.png) left top no-repeat
}
#solutions .solution[data-id='12']:hover .inner {
    background: url(../img/solution-12.png) left top no-repeat
}
#solutions .solution[data-id='13']:hover .inner {
    background: url(../img/solution-13.png) left top no-repeat
}
#solutions .solution[data-id='14']:hover .inner {
    background: url(../img/solution-14.png) left top no-repeat
}
#solutions .solution[data-id='15']:hover .inner {
    background: url(../img/solution-15.png) left top no-repeat
}
.wrapper.solution .menu li.level1:after {
    content: "";
    height: 38px;
    width: 38px;
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    position: absolute;
    top: 10px;
    left: 31px
}

.webp .wrapper.solution .menu li.level1:after {
    background: url(../img/sprite.webp);
}

.wrapper.solution .menu li.level1[data-pageicon='10']:after {
    background-position: -1229px -534px
}
.wrapper.solution .menu li.level1[data-pageicon='11']:after {
    background-position: -1269px -534px
}
.wrapper.solution .menu li.level1[data-pageicon='12']:after {
    background-position: -1309px -534px
}
.wrapper.solution .menu li.level1[data-pageicon='13']:after {
    background-position: -1349px -534px
}
.wrapper.solution .menu li.level1[data-pageicon='14']:after {
    background-position: -1389px -534px
}
.wrapper.solution .menu li.level1[data-pageicon='15']:after {
    background-position: -1429px -534px
}
.wrapper.catalog .menu li.level1:after {
    content: "";
    height: 38px;
    width: 38px;
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    position: absolute;
    top: 10px;
    left: 31px
}
.webp .wrapper.catalog .menu li.level1:after {
    background: url(../img/sprite.webp);
}
.wrapper.catalog .menu li.level1[data-pageicon='1705']:after {
    background-position: -566px -141px;
}
.wrapper.catalog .menu li.level1[data-pageicon='17']:after {
    background-position: -511px -14px
}
.wrapper.catalog .menu li.level1[data-pageicon='26']:after {
    background-position: -511px -75px
}
.wrapper.catalog .menu li.level1[data-pageicon='57']:after {
    background-position: -512px -139px
}
.wrapper.catalog .menu li.level1[data-pageicon='29']:after {
    background-position: -509px -204px
}
.wrapper.catalog .menu li.level1[data-pageicon='1135']:after {
    background-position: -568px -16px
}
.wrapper.catalog .menu li.level1[data-pageicon='1670']:after {
    background-position: -565px -75px;
}
.catalog_cat.row {
    width: 198px;
    -webkit-border-radius: 15px;
    margin: 0 14px 18px 0;
    float: left;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #DFE4E8
}
.catalog_cat.row>a{
    display: block;
    text-decoration:none;

}
.catalog_cat.row .arrow {
    width: 155px;
    height: 104px;
    background: #F6F6F6;
    margin: 0 auto 40px;
    position: relative;
    padding: 16px 0 0
}
.catalog_cat.row .arrow span {
    display: table-cell;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    color: #024F82;
    font-size: 16px;
    vertical-align: middle;
    height: 90px;
    white-space: normal;
    overflow: hidden;
    max-width: 120px;
    word-wrap: break-word;
}
.catalog_cat.row .arrow span a {
    text-decoration: none;
}
.catalog_cat.row .introtext {
    width: 155px;
    height: 100px;
    text-align: center;
    color: #999;
    margin: 0 auto 5px;
}
.catalog_cat.row .more {
    margin: 10px 0 20px !important
}
.catalog_cat.row .title {
    width: 140px;
    display: table;
    margin: 0 auto;
    position: relative;
    height: 100px;
    text-align: center
}
.catalog_cat.row .arrow div.stripe {
    background: #A6CDE1;
    height: 1px;
    width: 31px;
    margin: 0 auto
}
.catalog_cat.row .arrow:before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 9px 10px 0;
    border-color: #DFE4E8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0
}
.catalog_cat.row .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 77.5px 0;
    border-color: #F6F6F6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    bottom: -27px;
    left: 0;
    position: absolute
}
.catalog_cat.row:hover .arrow:before {
    border-color: #024f82 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.catalog_cat.row:hover .overlay {
    background-color: #024F82;
    width: 100%;
    height: 225px;
    position: absolute;
    bottom: 0;
    z-index: -1
}
.catalog_cat.row:hover .introtext {
    color: #fff
}
.catalog_cat.row:hover .more {
    background-color: #024F82;
    color: #FFF
}
ol.big-numbers {
    list-style: none;
    counter-reset: point
}
ol.big-numbers li {
    margin-bottom: 30px;
    padding-left: 95px;
    color: #024F82;
    position: relative;
    font-size: 15px
}
ol.big-numbers li:before {
    content: counter(point);
    counter-increment: point 1;
    font-size: 24px;
    position: absolute;
    left: 18px;
    top: 0;
    background: #FFF;
    border: 2px solid #E2E6EA;
    width: 50px;
    height: 50px;
    color: #6E91A8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px
}
.ionTabs {
    position: relative
}
.ionTabs__head {
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1
}
.ionTabs__head:before, .ionTabs__head:after {
    content: "";
    display: table
}
.ionTabs__head:after {
    clear: both
}
.ionTabs__head {
    zoom: 1
}
.ionTabs__tab {
    position: relative;
    height: 66px;
    display: block;
    float: left;
    list-style-type: none;
    background: none;
    padding: 0;
    cursor: pointer;
    border: 1px solid #DFE4E8;
    width: 213px;
    margin: 0 -1px -1px 0
}
.ionTabs__tab:before {
    left: 0;
    top: 50%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(223, 228, 232, 0);
    border-left-color: #DFE4E8;
    border-width: 13px;
    margin-top: -13px
}
.ionTabs__tab.ionTabs__tab_state_active {
    cursor: default;
    background: #024f82
}
.ionTabs__tab.ionTabs__tab_state_active span {
    color: #fff
}
.ionTabs__tab.ionTabs__tab_state_active:after {
    content: "";
    background-color: #DFE4E8;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.ionTabs__tab span {
    font-size: 18px;
    max-width: 140px;
    color: #024F82;
    text-transform: uppercase;
    display: block;
    line-height: 21px;
    margin: 12px 24px
}
.ionTabs__body {
    position: relative;
    z-index: 2;
    border: 1px solid #DFE4E8;
    padding: 25px 25px 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden
}
.ionTabs__body .bottom {
    margin: 25px -25px 0;
    height: 98px;
    background: #dfe4e8;
    text-align: center;
    line-height: 93px
}
.ionTabs__body .bottom span {
    display: inline-block;
    line-height: 47px
}
.ionTabs__body .bottom span:after {
   /* top: 0*/
}
.ionTabs__body h4 ,
.ionTabs__body .h4 {
    font-family: var(--helvetica-thin);
}
.ionTabs__head li:first-child {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px
}
.ionTabs__head li:last-child {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px
}
.ionTabs__item {
    position: relative;
    display: none
}
.ionTabs__item.ionTabs__item_state_active {
    display: block
}
.ionTabs__preloader {
    position: relative
}
.projects_that_decision ul li {
    width: 274px !important;
    height: 191px;
    position: relative
}
.projects_that_decision ul li a {
    background: rgba(2, 79, 130, 0.71);
    display: block;
    position: absolute;
    bottom: 0;
    padding: 16px 21px;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    width: 232px
}
.projects_that_decision {
    width: 559px;
    margin: 0 auto
}
.projects_that_decision .bx-controls-direction a {
    width: 14px;
    height: 24px;
    display: block;
    /* background: url(../img/sprite.webp); */
    background: url(../img/sprite.png);
    text-indent: -9999px;
    position: absolute;
    top: 46%
}
.webp .projects_that_decision .bx-controls-direction a {
    background: url(../img/sprite.webp);
}
.projects_that_decision .bx-controls-direction a.bx-prev {
    background-position: -522px -275px;
    left: -30px
}
.projects_that_decision .bx-controls-direction a.bx-next {
    background-position: -539px -275px;
    right: -30px
}
.projects_that_decision .bx-controls-direction a.disabled {
    opacity: .3
}
.using_equipment .ms2_product {
    width: 100%;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    float: none;
    border: 0;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0 10px;
    margin: 0 0 10px;
    /*display: flex;*/
/*    align-items: flex-start;*/
display:grid;
grid-template-columns: 184px calc(100% - 340px) 154px;
}
.using_equipment .ms2_product a+span{
    display:none;
}
.using_equipment .ms2_product .desc {
    /* display: none */
}
.using_equipment .ms2_product .img {
    width: 163px;
   /* float: left;*/
    height: 82px;
    position: relative;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin: 0 20px 0 0;
	    grid-row: 1/3;
    grid-column: 1;
}
.using_equipment .ms2_product .img img {
    max-width: 130px;
    max-height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.using_equipment .ms2_product .title {
    display: flex;
    vertical-align: middle;
    width: 280px;
    /* height: 83px */
    height:auto;
	grid-row: 1;
    grid-column: 2;
}
.using_equipment .ms2_product .text-wrap{
    /*flex-basis:calc(100% - 300px);*/
	grid-row: 2;
    grid-column: 2;
}
.using_equipment .ms2_product a.more {
    flex-basis:115px;
    top: 19px;
    right: 0;
	    grid-column: 3;
    grid-row: 1/2;
    height: auto;
    align-self: center;
}
@media (max-width: 768px){
    .using_equipment .ms2_product {
		grid-template-columns: 185px calc(100% - 185px);
   /*     flex-wrap:wrap;*/
    }
	.using_equipment .ms2_product .img {
		grid-row: 1/4
	}
    .using_equipment .ms2_product .title{
        /*height:auto;*/
		grid-row:1;
    }
    .using_equipment .ms2_product .text-wrap{
       grid-row:2;
        min-width:0;
    }
	.using_equipment .ms2_product .text-wrap .desc{
		height:auto;
		min-width:0;
	}
    .using_equipment .ms2_product a.more{
        top:0!important;
	    grid-column: 2;
    grid-row: 3;
    }
}
@media (max-width: 460px){
	.using_equipment .ms2_product {
		display:block;
	}
}

section#catalog .inner {
    width: 896px
}
@media (max-width: 1010px) {
    section#catalog .inner {
        width: auto;
    }
}
section#catalog .circle {
    width: 148px;
    height: 148px;
    /* background: url(../img/sprite.webp) -1358px -337px; */
    background: url(../img/sprite.png) -1358px -337px;
    position: absolute;
    top: 368px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

.webp section#catalog .circle {
    background: url(../img/sprite.webp) -1358px -337px;
}
#projects,
.same-block.analogs .bx-wrapper{
    height: 316px;

}
@media (max-width: 1010px){
    #projects{
        height:auto;
    }
    #projects div{
        max-width: 100%;
    }
    #projects .wrapper{
        padding-top:0!important;
    }
}
#projects, .same-block.analogs{

    overflow:hidden;
}
#projects .projects_that_decision{
    width: 852px;
    height: 181px;

    overflow:hidden;
}
#projects .projects_that_decision ul,
.same-block.analogs ul{
    height: 181px;
    display:flex;
    flex-wrap: nowrap;
}
#projects .projects_that_decision ul>li,
.same-block.analogs ul>li{
    display:none;
}
.ico-svg{
    display: inline-flex;
    width: 25px;
    height: 25px;
    border: 1px solid #2d94ac;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.ico-svg svg{
    width:12px;
    height: 12px;
}
.same-block.analogs  ul>li:nth-of-type(1),
.same-block.analogs  ul>li:nth-of-type(2),
.same-block.analogs  ul>li:nth-of-type(3),
#projects .projects_that_decision ul>li:nth-of-type(1),
#projects .projects_that_decision ul>li:nth-of-type(2),
#projects .projects_that_decision ul>li:nth-of-type(3){
    display:block;
    float:left;
}
#projects .projects_that_decision .bx-viewport>ul>li,
.same-block.analogs .bx-viewport>ul>li{
    display:block;
}
#projects .projects_that_decision .bx-viewport ul,
.same-block.analogs .bx-viewport ul{
    display: block;
}
.catalog_category {
    width: 447px;
    height: 441px;
    background: #fff;
    border: 1px solid #EAEAEA;
    float: left;
    margin: 0 -1px -1px 0;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.catalog_category .text {
    width: 300px;
    margin: 0 auto;
    line-height: 21px;
    text-align: justify
}
.catalog_category:hover .text {
    color: #fff
}
.catalog_category a.btn {
    margin: 10px 0 40px
}
.catalog_category:hover a.btn {
    color: #fff;
    border: 2px solid #fff
}
.catalog_category:hover a.btn:hover {
    color: #024f82;
    background: #fff
}
.catalog_category:hover {
    background: #024f82
}
.catalog_category:hover:after {
    content: "";
    width: 88px;
    height: 88px;
    position: absolute;
    background-color: #a6cde1
}
.catalog_category.idx1:hover:after {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
    right: 0;
    bottom: 0
}
.catalog_category.idx2:hover:after {
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
    left: 0;
    bottom: 0
}
.catalog_category.idx3:hover:after {
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-bottom-left-radius: 100px;
    right: 0;
    top: 0
}
.catalog_category.idx4:hover:after {
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    border-bottom-right-radius: 100px;
    left: 0;
    top: 0
}
.catalog_category.idx1 {
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px
}
.catalog_category.idx2 {
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px
}
.catalog_category.idx3 {
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px
}
.catalog_category.idx4 {
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px
}
section#catalog .catalog_category[data-id="17"]:hover .img {
    background-position: -642px -482px
}
section#catalog .catalog_category[data-id="26"]:hover .img {
    background-position: -538px -482px
}
section#catalog .catalog_category[data-id="57"]:hover .img {
    background-position: -428px -482px
}
section#catalog .catalog_category[data-id="29"]:hover .img {
    background-position: -312px -482px
}
section#catalog .catalog_category[data-id="17"]:hover {
    background: #024f82 url(../img/catalog-17.png) no-repeat top left
}
section#catalog .catalog_category[data-id="26"]:hover {
    background: #024f82 url(../img/catalog-26.png) no-repeat top left
}
section#catalog .catalog_category[data-id="57"]:hover {
    background: #024f82 url(../img/catalog-57.png) no-repeat top left
}
section#catalog .catalog_category[data-id="29"]:hover {
    background: #024f82 url(../img/catalog-29.png) no-repeat top left
}
.promotions.row {
    padding: 0 0 30px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 30px
}
.promotions.row .title {
    color: #024F82;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 16px
}
.promotions.row .grey {
    background: #f6f6f6
}
.promotions.row .grey .img {
    width: 252px;
    height: 142px;
    background-size: cover
}
.promotions.row .grey .info {
    padding: 20px;
    width: 363px
}

.content_block.right_ .promotions.row .grey .info {
    padding: 20px;
    width: 350px
}
.promotions.row a.more {
    position: absolute;
    width: 80px;
    bottom: 40px;
    background-color: #FFF;
    right: 10px
}
@media (max-width: 550px){
    .promotions.row a.more{
          position: relative;
    width: 152px;
    bottom: auto;
    right: auto;
    display: block;
    float: none;
    }
}
.wrapper.promotion .content_block table tr:first-child td {
    background: #024F82;
    color: #FFF;
    padding: 5px 18px
}
.wrapper.solution .dropwdown {
    width: 100%
}
body.page70 section label {
    color: #9cb2c1;
    display: block
}
body.page70 section div.block.left_ {
    width: 200px
}
body.page70 section div.block.left_.address {
    margin: 0 40px 0 0
}
body.page70 h1.width_sidebar, h2.width_sidebar {
    margin-left: 277px
}
#map {
    padding: 0
}
#contacts-img {
    position: absolute;
    left: 0;
    top: -156px
}
.content_big_block {
    width: 642px
}
body.page70 table * {
    padding: 0;
    margin: 0;
    background: transparent
}
body.page70 table tr:nth-child(odd) td {
    color: #9cb2c1
}
body.page70 #contacts table {
    /*width: 400px*/
}
body.page70 #contacts table td {
    /*width: 200px;*/
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
}
.wrapper.promotion .content_block tr td {
    width: 1px;
    white-space: nowrap
}
.wrapper.solution .ionTabs__item ol li {
    color: #6e91a8;
    font-size: 20px;
    border-bottom: 1px dashed #eaeaea;
    padding: 0 0 20px;
    margin: 0 0 20px 40px
}
.wrapper.solution .ionTabs__item ol li:before {
    left: -30px;
    top: 1px;
    width: 15px;
    height: 19px;
    /* background: url(../img/sprite.webp) -346px -28px; */
    background: url(../img/sprite.png) -346px -28px;
    border: 0;
    content: ""
}
.webp .wrapper.solution .ionTabs__item ol li:before {
    background: url(../img/sprite.webp) -346px -28px;
}
.wrapper.promotion .content_block tr td:first-child {
    white-space: initial;
    width: 90%
}
ul.rows section.pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    margin: -87px 0px 0px 0px;
    right: 0;
}
.holder-pagination {
    width: 100%;
    height: 87px;
}
section.pagination .disabled {
    display: none
}
ul.bxslider a {
    pointer-events: none
}
.ionTabs__body ul li {
    width: 100%
}
.form_feedback .row {
    margin: 0 0 15px;
    overflow: hidden
}
.form_feedback .row .field {
    width: 50%;
    float: left
}
.form_feedback input:not([type="checkbox"]), .form_feedback textarea {
    border: 1px solid #EEE;
    line-height: 40px;
    width: 388px;
    padding: 0 20px
}
.form_feedback textarea {
    width: 847px;
    font-family: var(--defaut-font);
    font-size: 15px;
    height: 130px;
    border-radius: 20px;
    outline: 0;
    resize: none
}
.category_header fieldset.product_type {
    float: right
}
.modal {
    width: 920px;
    max-width:95%;
    display: none;
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
}
.modal input {
    background: #fff;
}
.modal .top {
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-family: var(--helvetica-thin);
    line-height: 30px;
    margin: 35px 0 25px;
}
.modal .top span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}
.modal .modal-close {
    position: absolute;
    display: inline-block;
    right: 30px;
    top: 25px;
    font-size: 38px;
    cursor: pointer;
}
.plainmodal-overlay {
    opacity: 0.5 !important;
    background-color: #000 !important;
}
input[type="file"] {
    line-height: 16px;
    padding: 11px 20px;
}
.nounder {
    text-decoration: none !important;
}
.ajax_form .error {
    color: #A52A2A;
    border-color: red;
}
#orphoman-confirm-dlg {
    position: inherit !important;
}
#orphography-button {
    padding: 10px;
}
.m0 {
    margin: 0 !important;
}
.p0 {
    padding: 0 !important;
}
ul.unstyled {
    margin: 0;
    list-style: none;
}
.nocaps {
    text-transform: none;
}
#SkypeButton_Call_OpenVizhn_1 {
    display: inline-block;
}
#SkypeButton_Call_OpenVizhn_1_paraElement a {
    background: none;
}
#SkypeButton_Call_OpenVizhn_1_paraElement img {
    margin: 0 !important;
    vertical-align: inherit !important;
}
#msGallery .span2 {
    float: left;
}
#msGallery .row {
    margin: 0 -50px 0 0;
}
select.custom {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.custom::-ms-expand {
    display: none;
}
.slider li .wrap-slide.walle .title {
    font-size: 32px;
    padding: 160px 500px 0 120px;
    color: #095689;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.slider li .wrap-slide.walle .description {
    width: 310px;
    font-size: 25px;
    color: #095689;
    font-weight: 600;
    text-transform: uppercase;
}
.slider li .wrap-slide.vks .title {
    padding: 80px 135px 0;
}
.slider li .wrap-slide.vks .btn {
    margin: 270px 0 0 140px;
}
.slider li .wrap-slide.center {
    text-align: center;
}
.slider li .wrap-slide.center .title {
    padding: 120px 120px 0;
}
.slider li .wrap-slide.center .description {
    margin: 0 auto;
    text-align: center;
    padding: 30px 122px;
}
.slider li .wrap-slide.center a {
    margin: 0;
}
strong.price {
    font-size: 20px;
    line-height: 24px;
}
/* main content (tinymce styles) */

.main-content__h1 {
    font-size: 36px;
    color: #024F82;
    font-family: var(--helvetica-thin);
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__h2 {
    font-size: 30px;
    color: #024f82;
    font-family: var(--helvetica-thin);
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__h3 {
    font-family:var(--helvetica-thin);
    font-size: 24px;
    color: #024f82;
    text-transform: none;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__h4 {
    font-family: var(--helvetica-thin);
    font-size: 18px;
    text-align: left;
    color: #024f82;
    text-transform: none;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__h5 {
    font-family:var(--helvetica-thin);
    font-size: 14px;
    color: #024f82;
    text-transform: none;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__h6 {
    font-family:var(--helvetica-thin);
    font-size: 13px;
    color: #024f82;
    text-transform: none;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-content__p {
    color: #666;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 22px;
}
.main-content__p strong {
    color: #666;
}
.main-content__p code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.main-content__p sup, .main-content__p sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    display: inline !important;
}
.main-content__p sup {
    top: -.5em;
}
.main-content__p sub {
    bottom: -.25em;
}
.main-content__ul {
    margin-top: 15px;
    list-style: circle;
    padding-left: 18px;
    margin-bottom: 10px;
}
.main-content__ul li {
    line-height: 24px;
}
.main-content__ol {
    margin-top: 15px;
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 10px;
}
.main-content__ol li {
    margin-bottom: 0;
    padding-left: 0;
    color: #999;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.main-content__ol li:before {
    display: none;
}
/* modal windows */

/* multimodal */

.multimodal-configurator {
    height: 50px !important;
    line-height: 22px !important;
    padding: 10px 20px !important;
}
.multimodal-modifications {
    height: 50px !important;
    line-height: 22px !important;
    padding: 10px 20px !important;
}
.preview_project {
    position: relative;
}
.preview_project img {
    display: block;
}
.preview_project span {
    display: block;
    padding: 10px!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 79, 130, .8);
    color: #fff;
}
input[name="workemail"] {
    display: none!important;
    opacity: 0!important
}
.container-static {
    margin: 0 auto;
    padding: 0 15px;
    width: 960px;
    max-width: 100%;
}
.container-static, .container-static *, #order-configurator *, .container-openvision * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.container-static h2 {
    margin-bottom: 15px
}
.text-center {
    text-align: center
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.configurator {
    color: #024f82;
    margin: 0 0 30px
}
.row:after, .row:before {
    display: table;
    content: " "
}
.row:after {
    clear: both
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.configurator label {
    font-size: 20px;
    font-weight: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
.container-static .form-control, #order-configurator .form-control {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.btn-openv:hover {
    color: #fff;
    background-color: #014f81;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?AiIHdpZHRoPSIxNzEiIGhlaWdodD0iNDkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .19) 0, rgba(77, 16, 11, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .19) 0, rgba(77, 16, 11, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .19) 0, rgba(77, 16, 11, 0) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, .19) 0, rgba(77, 16, 11, 0) 100%)
}
.btn-openv {
    /*margin-top:30px;*/
    color: #014f81;
    border: 3px solid #014f81;
    font-size: 17px;
    padding: 9px 30px;
    text-transform: uppercase;
    min-width: 171px;
    background-color: #fff;
    -moz-border-radius: 27px/28px;
    -webkit-border-radius: 27px/28px;
    border-radius: 27px/28px
}
.btn-openv.reverse {
    color: #fff;
    border: 3px solid #fff;
    background-color: #014f81
}
.btn-openv.reverse:hover {
    background: #fff;
    color: #014f81
}
#order-configurator textarea {
    font-family: var(--defaut-font);
    font-size: 15px;
    height: 130px!important;
    padding: 6px 12px;
    border-radius: 20px;
    outline: 0;
    resize: none
}
.configurator-border {
    padding: 15px;
    border: 1px solid #024f82
}
.form-openvision {
    padding: 0 21px;
    line-height: 42px;
    width: 100%;
    border: 1px solid #134464;
}
.formcontrol-openvision {
    margin-top: 10px;
    margin-bottom: 10px
}
.zakazat {
    font-size: 21px;
    margin-bottom: 5px;
}
#calculation_form a {
    color: #fff
}
.order_project.sidebar, .order_project.content_block {
    float: none;
    width: 100%
}
.order_project.sidebar .menu ul {
    border: 1px solid #024f82
}
.order_project.sidebar .menu ul li {
    display: table-cell
}
.order_project.sidebar .menu.about ul li.level1:before {
    display: none
}
.order_project.sidebar .menu.about ul li.level1:before {
    display: none
}
.order_project.sidebar .menu.about ul li a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    border-right: 1px solid #024f82;
}
.order_project.sidebar .menu.about ul li:last-child a {
    border-right: 0
}
.order_project.sidebar .menu.about ul li a span {
    text-align: center
}
.order_project.content_block, .order_project.content_block p {
    font-size: 18px
}
#order_project_configurator label:not(.f20) {
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}
#result-configurator {
    line-height: normal;
    margin: 15px 0;
    border: 2px dotted #999;
    padding: 10px;
}
#result-configurator>div {
    display: inline-block;
    font-size: 18px;
    color: #6e91a8;
    font-family: var(--helvetica-thin);
    margin: 10px 10px 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.price-configurator {
    margin: 10px 0;
    font-size: 25px;
    line-height: normal;
    color: #024f82;
    display: inline-block;
}
div#multimodal, #modalFree {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
}
.modal .top {
    color: #999;
}
.content .inner {
    width: 920px;
}
.content section {
    min-width: 920px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.af_poller {
    text-align: center;
}
.af_poller .af_poller_block {
    margin-bottom: 20px
}
.af_poller .af_poller_block p {
    margin-bottom: 20px;
    text-align: left
}
.af_poller .af_poller_block label {
    display: inline-block;
    margin-right: 15px;
}
.af_poller .af_poller_block textarea {
    width: 800px;
    height: 100px;
    max-width: 100%;
}
.open__modal__free {
    cursor: pointer;
}
.open__modal__free:hover {
    text-decoration: underline;
}
.pagetitle-icon:before {
    content: "";
    background-image: url(/assets/images/configserver/pagetitle-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 72px;
    height: 57px;
    margin-left: -80px;
    background-position: center;
    margin-top: -10px;
}
@media (max-width: 1010px){
    .pagetitle-icon{
        display:inline-block;
    }
    .pagetitle-icon:before{
        display:inline-block;
        position:relative;
        margin-left:0;
    }
}
.step-pagetitle {
    font-size: 24px;
    color: #024f91;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wrapperStepBlock {
    margin-top: 30px;
    margin-bottom: 30px;
}

.inputs-block {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.inputs-block div {
    font-size: 14px;
    float: left;
    padding-right: 20px;
}
.step-pagetitle img {
    margin-right: 30px;
}
.parameter {
/*     padding-top: 36px;
padding-bottom: 36px;
display: flex;
flex-wrap: wrap; */
    padding-top: 36px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.parameter .left {
    float: left;
    width: 330px;
    color: #024f91;
    font-size: 18px;
    padding-left: 73px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /*new*/
        display: flex;
    align-items: center;
    gap: 10px;
}
.parameter i:before {
    position: relative!important;
    /* margin: 0 0 0 20px !important; */
    display: inline-block;
}
 @media (max-width: 768px){
    .parameter i:before {
    margin: 0 0 0 -100px !important;
    }
    .parametr-input{
        margin-bottom:10px;
    }
}

.parameter .right {
    float: left;
    width: 517px;
}
.icon-korpus:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -10px;
    margin-top: -18px;
}
.icon-processor:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -80px;
    margin-top: -18px;
}
.icon-operativnaya:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -150px;
    margin-top: -18px;
}
.icon-hdd:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -225px;
    margin-top: -18px;
}
.icon-kontroller:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -295px;
    margin-top: -18px;
}
.icon-setevoyadapter:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -365px;
    margin-top: -18px;
}
.icon-blockpitaniya:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -435px;
    margin-top: -18px;
}
.icon-operacion-system:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -505px;
    margin-top: -18px;
}
.icon-ibp:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -575px;
    margin-top: -18px;
}
.icon-stoyka-shkaf:before {
    content: "";
    background-image: url(/assets/images/configserver/icons-konfserv.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 105px;
    height: 57px;
    margin-left: -124px;
    background-position: 0px -645px;
    margin-top: -18px;
}
.parametr-input {
    width: 300px;
    margin-right: 25px;
    max-width: calc(100% - 25px);
}
.block-step3 {
    /*background: url('/assets/images/configserver/fon-step3.jpg');*/
    background: url(../custom/images/calculating-bg.jpg) repeat;
}
.block-step3 button {
    background: #035083;
    color: white;
    font-size: 20px;
    border-radius: 50px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 300px;
    height: 50px;
    border: 2px solid #035083;
}
.block-step3 button:hover {
    background: white;
    color: #035083;
}
.block-step3 div{
    max-width:100%;
}
.step3input {
    background: white;
    width: 100%;
    max-width: 300px;
    height: 34px;
    border-radius: 5px!important;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.14);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.step3inputBlock {
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type=checkbox] {
    display: none;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type=checkbox]:checked+label:before {
    content: "";
    background: url('/assets/images/configserver/check.png');
    background-position: center;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}
.configlabel {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 100;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.configlabel:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url('/assets/images/configserver/box.png');
}
.parametr-input {
    border-radius: 2px;
    height: 33px;
}
.parametr-input2 {
    border-radius: 2px;
    height: 33px;
}
.pismook {
    font-size: 50px;
    text-align: center;
    padding-top: 100px;
    display: none;
    min-height: 300px;
}
.banner {
    display: flex;
    position: relative;
    height: 20vw;
    max-height: 262px;
    min-height: 191px;
}
.banner .banner-text-block {
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 0 5vw;
    background: rgba(2,79,130,.71);
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    font-family: var(--helvetica-thin);
    justify-content: center;
    flex-basis: 300px;
    z-index: 1;
}
.banner .banner-text-block .btn {
    color: #FFF;
    border-color: #FFF;
    font-size: 1.2em;
    border-radius: 50px;
    font-family: var(--defaut-font);
    padding: 5px 20px;
}
.banner .banner-text-block .btn:hover {
    background: #FFF;
    color: #024f91;
}
.banner .banner-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.content.videotorrent .main-content__h5 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.content.videotorrent li {
    margin: 20px;
}
.videotorrent-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.videotorrent-icons .item {
    width: 100px;
    height: 100px;
    margin: 50px 50px 0;
}
.videotorrent-icons .item img {
    max-width: 100%;
}
p.ty {
    margin-top: 50px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #024f91;
    font-size: 16px;
    font-weight: 600;
}
/*.videotorrent-icons .icon-hand {
    background: url(../img/hand-2.svg);
}
.videotorrent-icons .icon-truck {
    background: url(../img/shipped-2.svg);
}
.videotorrent-icons .icon-head {
    background: url(../img/support.svg);
}*/
h1.v3 {
    text-align: center;
    font-size: 30px;
    color: #024f82;
    font-family: var(--helvetica-thin);
    line-height: 30px;
    margin: 35px 0 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}


.btn_go_wrap {
    position: relative;
    height: 90px;
}
.btn_go_wrap .btn_go {
    top: 15px;
    right: 10px;
}
.btn_go{
    /* float:right; */
    position: absolute;
    top: 57px;
    right: 20px;
    margin:0px!important;
    background: #0a4f81;
    padding: 7px;
    border-radius: 32px 5px 5px 32px;
    color: white;
    text-decoration:unset;
    margin-bottom:10px;
}
.btn_go_inner {
    position: static;
    display: inline-block;
    border: 2px solid transparent;
    z-index: 1000;
}
.btn_go:after{
    content: '';
    position: absolute;
    width: 23px;
    height: 42px;
    background: url('/assets/images/btngo/right_white.png');
    margin-left: -24px;
    margin-top: 4px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon_btn_text{
    font-size: 16px!important;
    line-height: 1.2;
    font-family: sans-serif;
    float:left;
    margin-right:40px;
    padding-top: 6px;
}
.icon_btn_go{
    width:50px;
    height:50px;
    float:left;
    margin-right:15px;
    border-radius:50%;
}
.server_icon{
    background-image: url('/assets/images/btngo/server_blue.png');
    background-size: contain;
    background-color: white;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.webp .server_icon {
    background-image: url('/assets/images/btngo/server_blue.webp');
}
.videostena_icon{
    background: url('/assets/images/btngo/videostena_blue.png');
    background-size: contain;
    background-color: white;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.shd_icon{
    background: url('/assets/images/btngo/shd_blue.png');
    background-size: contain;
    background-color: white;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_go:hover{
    background:white;
    border:2px solid #0a4f81;
}
.btn_go:hover:after{
    content: '';
    position: absolute;
    width: 23px;
    height: 42px;
    background: url(/assets/images/btngo/right.png);
    margin-left: -24px;
    margin-top: 4px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.btn_go:hover .icon_btn_text{
    color:#0a4f81;
}


.btn_go:hover .server_icon{
    background: url('/assets/images/btngo/server_white.png');
    background-size: contain;
    background-color: #0a4f81;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_go:hover .videostena_icon{
    background: url('/assets/images/btngo/videostena_white.png');
    background-size: contain;
    background-color: #0a4f81;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_go:hover .shd_icon{
    background: url('/assets/images/btngo/shd_white.png');
    background-size: contain;
    background-color: #0a4f81;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.konf_serv{
    width:251px;
    height: 54px;
    background: url(/assets/templates/img/konf_serv_blue.png);
    border: 0px;
}
.webp .konf_serv {
    background: url(/assets/templates/img/konf_serv_blue.webp);
}
.konf_serv:hover{
    background: url(/assets/templates/img/konf_servera.png);
}
.webp .konf_serv:hover {
    background: url(/assets/templates/img/konf_servera.webp);
}
.konf_videosten{
    width:280px;
    height: 54px;
    border: 0px;
    background: url(/assets/templates/img/konf_videosten_blue.png);
}
.webp .konf_videosten{
    background: url(/assets/templates/img/konf_videosten_blue.webp);
}
.konf_videosten:hover{
    background: url(/assets/templates/img/konf_videosten.png);
}
.webp .konf_videosten:hover{
    background: url(/assets/templates/img/konf_videosten.webp)
}
.konf_shd{
    width:220px;
    height: 54px;
    border: 0px;
    background: url(/assets/templates/img/konf_shd_blue.png);
}
.webp .konf_shd{
    background: url(/assets/templates/img/konf_shd_blue.webp);
}
.konf_shd:hover{
    background: url(/assets/templates/img/konf_shd.png);
}
.webp .konf_shd:hover{
    background: url(/assets/templates/img/konf_shd.webp);
}
.col3{
    width:33%;
    float:left;
    text-align:center;
}
.config-btn-wrapper{
    margin-top:50px;
    margin-bottom:50px;
    padding-left:250px;
    padding-right:250px;
}

.ssilka_derektor{
    color:white!important;
    display:unset!important;
    border:0px!important;
    text-decoration:underline;
    font-size:18px;
}
.ssilka_derektor:hover{
    background:unset!important;
}
.search_button{
    /* background: url(/template/img/sprite.webp) -130px -94px; */
    background: url(/template/img/sprite.png) -130px -94px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    z-index: 10;
    cursor: pointer;
}
.webp .search_button{
    background: url(/template/img/sprite.webp) -130px -94px;
}

/* Responsive */

@media (max-width: 1010px) {
    /* main page and common layout */
    .header .menu ul li {
        margin-bottom: 10px;
    }
    .header .menu ul li.active:after {
        bottom: 0;
        height: 2px;
    }
    .slider div.bx-controls-direction {
        width: 100%;
    }
    .inner {
        width: auto;
        padding: 0 10px;
    }
    .logo {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .header .right_.full {
        width: 100%;
        float: none;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .header .mail.left_ {
        position: relative;
    }

    .config-btn-wrapper {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .config-btn-wrapper .col3 {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    body .solutions_block {
        width: auto !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body .solutions_block a.solution {
        width: auto !important;
        flex-basis: 33%;
        margin: 15px 0 !important;
        float: none !important;
    }
    #calculation_form {
        width: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    #calculation_form > * {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
    }
    section {
        width: auto;
        min-width: auto;
    }
    .directions {
        width: auto;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .directions a {
        width: auto;
        flex-basis: 20%;
        flex-grow: 1;
        border-radius: 0 !important;
        font-size: 14px;
        margin: 0;
        float: none;
        border: 1px solid #a5cce1;
        box-sizing: border-box;
    }
    .directions a .wrap {
        width: auto;
    }
    .directions a:hover {
        background-image: none;
        background-color: #084e86;
    }
    #projects .projects_that_decision {
        width: 100%;
    }
    .wrapper {
        width: auto;
    }
    .block {
        width: auto;
        float: none !important;
        margin-bottom: 15px;
    }
    .footer {
        width: auto;
        min-width: auto;
        padding: 15px;
    }
    .footer .row2 .inner div {
        float: none;
        margin-bottom: 15px;
    }
    .footer .row2 .inner div.contacts {
        width: auto;
    }
    .adminpanel {
        display: none;
    }
    .analogs .bx-controls-direction a.bx-next,
    .projects_that_decision .bx-controls-direction a.bx-next {
        right: 0;
    }

    /* catalog and inner pages */
    .projects.row .wrap {
        width: auto;
    }
    .content section {
        min-width: auto;
    }
    .projects.row {
        background: #f9f9f9;
        margin: 0 0 20px;
        display: flex;
        flex-direction: column-reverse;
    }
    .content .inner {
        width: auto;
    }
    .projects.row .info {
        width: auto;
    }
    .projects.row .preview div {
        width: auto;
    }
    .breadcrumb {
        padding-left: 0;
    }
    .msProduct h1, h1.width_sidebar, h2.width_sidebar {
        margin-left: 0 !important;
        clear: both;
    }
    .sidebar.left_ {
        width: 100%;
        margin-bottom: 30px;
    }
    .content_block {
        width: auto !important;
    }

    .content_block.right_ {
        float: none !important;
    }
    .catalog .content_block li:last-child {
        clear: both;
    }
    .msProduct .gallery {
        width: auto !important;
    }

    .wrapper {
        width: auto !important;
    }

    .consultation.ajax_form {
        padding: 15px;
    }

    .consultation.ajax_form .btn-submit {
        margin: 15px 0;
    }

    .consultation.ajax_form input.big {
        width: 100%;
        box-sizing: border-box;
    }
    section.pagination.company div.inner div.pagination {
        margin-left: 15px;
    }
    .content_big_block {
        width: auto;
        float: none !important;
    }
    #contacts-img {
        display: none;
    }

    #feedback .btn-submit {
        margin: 20px 0 !important;
    }

    .form_feedback .row .field {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .form_feedback .row {
        margin-bottom: 0;
    }
    .form_feedback input:not([type="checkbox"]), .form_feedback textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .category_header fieldset.product_type {
        float: none;
    }
    .content_block img {
        max-width: 100%;
        height: auto !important;
    }
    .works-block .bx-controls-direction a.bx-next {
        right: 0 !important;
    }

    .project-order .radio-block .col4 {
        width: 50% !important;
    }

    #solutions .solution .inner {
        height: auto;
        overflow: hidden;
    }
    #solutions .solution:hover,
    #solutions .solution .inner:hover {
        background: transparent none !important;
    }
    #solutions .solution .inner .img {
        float: none;
        margin-left: 15px;
    }
    #solutions .solution .inner .info {
        float: none;
        margin: 15px;
        width: auto !important;
    }
    #solutions .solution:hover .inner .info .title {
        color: #024f82;
    }
    #solutions .solution:hover .inner .info {
        color: #999;
    }
}

@media (max-width: 760px) {
    .header .top.row {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header .top.row > * {
        display: block;
        float: none !important;
        width: auto;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    body .solutions_block a.solution {
        width: auto;
        flex-basis: 50%;
        margin: 15px 0;
        float: none;
    }

    .partners.img {
        width: auto;
    }

    .slider li .wrap-slide div.title,
    .slider li .wrap-slide.center .title {
        font-size: 20px;
        line-height: 1.2;
        padding: 15px;
        padding-top: 100px;
    }
    .slider li .wrap-slide.center .description {
        width: auto;
        padding: 15px;
    }
    .left_,
    .right_ {
        float: none !important;
    }
    .footer .row1 {
        text-align: center;
    }
    .footer .contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
    }
    .footer .contacts div {
        margin-left: 0;
        display: inline-block;
        float: none !important;
    }
}

/* new styles for 'view more' button */
.catalog .content_block .view-more {
    margin-top: 0;
    margin-bottom: 40px;
    cursor: pointer;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.header-labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
}

.header-labels .btn_go_inner {
    margin-left: auto !important;
}

@media (max-width: 760px) {
    .header-labels {
        flex-wrap: wrap;
        display: block;
    }

    .header-labels .btn_go_inner {
        margin-left: 0 !important;
        margin-top: 15px !important;
    }
}


.show-sm {
    display: none;
}

@media (max-width: 760px) {
    .header ~ .slider {
        padding-top: 82px;
    }
    .show-sm {
        display: block;
    }
    .hide-sm {
        display: none !important;
    }

    .wrapper {
        padding-top: 82px !important;
        padding-left:10px;
        padding-right:10px;
    }
    section.wrapper{
        padding-left:10px;
        padding-top:10px;
    }

    .header {
        padding: 0;
        top: 0;
        z-index: 100;
        position: fixed;
        width: 100%;
    }

    .header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .top.row {
        display: flex;
        flex-direction: row;
    }
    .header .top.row>* {
        margin-bottom: 0 !important;
    }
    .header .right_.full {
        width: auto;
    }
    .logo {
        text-align: left;
        padding: 10px 0 10px 15px;
        max-width: 60%;
        margin: 0;
    }

    .logo img {
        max-width: 80%;
        height: auto;
        margin-top: 7px;
    }
    .header i {
        margin: 0 15px 0 0;
    }
}
.show-xs{
    display:none;
}
@media(max-width:500px){
    .show-xs {
        display: block;
    }
    .hide-xs {
        display: none !important;
    }

}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    position: relative;
    top: 18px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #2d94ac;

    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 300px;
    height: 100%;

    margin: 0;
    padding: 60px 15px;

    list-style: none;

    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

    transition-duration: .25s;
}

.menu__wrap {
    margin-top: 15px;
    margin-left: 12px;
}

.menu__item {
    display: block;
    padding: 4px 0;
    margin: 4px 0;

    color: #024f82;
    font-size: 15px;

    text-decoration: none;

    transition-duration: .25s;
}
.menu__item.active {
    border-left: 4px solid #024f91;
    padding-left: 10px;
    margin-left: -14px;
}

.text-content h3{
    text-transform:none;
}
.totop{
    position:fixed;
    box-sizing:border-box;
    z-index:100;
   cursor:pointer;
        bottom:10px;
        right:40px;
    height:60px;
    width:60px;
    border-radius:50%;
        border: 5px solid #024f82;
    display: none;
    background: #fff;
}
@media (max-width: 768px){
    .totop{
        right: auto;
        left: 40px;
    }
}
.totop:before,
.totop:after{
    content:"";
    position:absolute;
    height: 6px;
    width:43%;
    top:40%;
    border-radius:3px;
    background:#024f82;
    transform: rotate(45deg);
    right:15%;
}
.totop:after{
    transform: rotate(-45deg);
    left:15%;
    right:auto;
}
.totop:hover{
    border-color: #0e44a5
}
.totop:hover:before,
.totop:hover:after{
    background :#0e44a5
}
.sidebar .left_ .brand-sidebar .active li a{
    text-decoration:underline!important;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after{
    width: 60px;
    background: #fff center center no-repeat url(/assets/templates/img/fotorama-arrow-right.png);
}
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
/*Global variebles*/

/*CSS begin*/

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/Helvetica Neue Light.eot');
    src: url('../fonts/Helvetica Neue Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica Neue Light.woff2') format('woff2'), url('../fonts/Helvetica Neue Light.woff') format('woff'), url('../fonts/Helvetica Neue Light.svg#Helvetica Neue Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
        font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica Neue.eot');
    src: url('../fonts/Helvetica Neue.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica Neue.woff2') format('woff2'), url('../fonts/Helvetica Neue.woff') format('woff'), url('../fonts/Helvetica Neue.svg#Helvetica Neue') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
        font-display: swap;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}
.btn1 {
    font-size: 15px;
    color: #fff;
    background: #035083;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 20px;
    border: 2px solid #035083;
    outline: none;
}
.btn1:hover {
    background: transparent;
    color: #035083;
}
.clear {
    clear: both;
}
/* .project-order {
    font-family: 'Helvetica Neue';
}
.project-order h1, .project-order h2 {
    font-family: 'Helvetica Neue Light';
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.project-order p {
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
} */
.project-order .services-block {
    overflow: hidden;
    margin: 25px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content:center;
}
.project-order .services-block .btn {
    margin-top: 15px;
}
.project-order .services-block .item {
    width: 146px;
    display: block;
    float: left;
    margin: 0;
    background: #f2f2f2;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
}
.project-order .services-block .item p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
    text-decoration: none;
}
@media (max-width: 1010px){
    .project-order .services-block .item{
        width: calc(33% - 10px);
    }
    .project-order .services-block .item p{
        display:flex;
        align-items:center;
        justify-content:center;
        height:100%;
    }
}
@media (max-width: 520px){
    .project-order .services-block .item{
        width: calc(50% - 10px);
    }
}
.project-order .text-block {
    overflow: hidden;
    margin: 30px 0;
}
.project-order .text-block p.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
}
.project-order .text-block p,
.project-order .text-block ul{
    font-size: 14px;
    color: #666;
    margin: 25px 0;
}
.project-order .text-block p a {
    color: #035083;
    text-decoration: none;
    font-weight: bold;
}
.project-order .text-block p a:hover {
    text-decoration: underline;
}
.project-order .works-block {
    background: url(../images/works-block-bg.jpg) no-repeat;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.project-order .works-block h2 {
    margin: 0;
    text-align: left;
}
.project-order .works-block .item {
    width: 285px;
    /*margin: 30px 15px 10px 15px;*/
    margin: 0;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.project-order .works-block .item a {
    display: block;
}
.project-order .works-block .item a img {
    display: block;
    width: 100%;
    height: auto;
}
.project-order .works-block .item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
.project-order .radio-block {
    border-left: 1px solid #f2f2f2;
    margin: 30px 0;
    text-align: center;
}
.project-order .radio-block p.title {
    font-family: 'Helvetica Neue Light';
    font-weight: normal;
    font-size: 30px;
    color: #035083;
    text-align: center;
    margin-bottom: 15px;
}
.project-order .radio-block .btn1 {
    margin-top: 20px;
}
.project-order .radio-block .col4, .project-order .radio-block .col2 {
    text-align: left;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
}
.project-order .radio-block .col4 p, .project-order .radio-block .col2 p {
    font-size: 13px;
    color: #111;
}
.project-order .radio-block .col4 ul, .project-order .radio-block .col2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.project-order .radio-block .col4 ul li, .project-order .radio-block .col2 ul li {
    margin: 10px 0;
}
.project-order .radio-block .col4 ul li label, .project-order .radio-block .col2 ul li label {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    font-weight: initial;
}
.project-order .radio-block .col4 ul input[type=radio], .project-order .radio-block .col2 ul input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.project-order .radio-block .col4 {
    width: 25%;
}
@media (max-width: 1010px){

        .project-order .radio-block {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        border:none;
    }
    .project-order .radio-block .col2,
    .project-order .radio-block .col4{
        padding:0;
        width: 47%;
    }
}
.form-block, .calculating-block {
    background: url(../images/calculating-bg.jpg) repeat;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 50px 0;
}
.form-block h2, .calculating-block h2 {
    color: #035083;
    margin-top: 0;
}
.form-block p, .calculating-block p {
    font-size: 14px;
    color: #035083;
    margin: 10px 0;
}
.form-block .col3, .calculating-block .col3 {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.form-block select, .calculating-block select, .form-block input[type=text], .calculating-block input[type=text], .form-block input[type=email], .calculating-block input[type=email], .form-block input[type=password], .calculating-block input[type=password] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 272px;
    margin: 10px 15px;
    background: #fff;
    padding: 10px;
    display: inline-block;
    height: initial;
}
.form-block .btn1, .calculating-block .btn1 {
    margin-top: 15px;
}
.form-block label, .calculating-block label {
    font-family: 'Helvetica Neue Light';
    font-size: 14px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.form-block label a, .calculating-block label a {
    color: #333;
}
.form-block label a:hover, .calculating-block label a:hover {
    text-decoration: none;
}
.item-cart {
    font-family: 'Helvetica Neue';
}
.item-cart h1, .item-cart h2 {
    font-family: 'Helvetica Neue Light';
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.item-cart p {
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    margin: 14px 0;
}
.item-cart .image-block {
    width: 350px;
    float: left;
}
.item-cart .image-block img {
    max-width: 100%
}
.item-cart .image-block a {
    display: inline-block;
    text-decoration: none;
}
.item-cart .image-block .mini a {
    margin: 3px;
}
.item-cart .item-desc {
    width: 590px;
    float: right;
    margin-bottom: 20px;
}
.item-cart .item-desc p.title {
    font-size: 18px;
}
.item-cart .item-desc span {
    display: inline-block;
    width: 170px;
    font-weight: bold;
    color: #111;
}
.item-cart .item-desc span.x-ico {
    width: auto;
    font-size: 12px;
    color: #666;
    margin: 0 5px;
    font-weight: normal;
}
.item-cart .item-desc select {
    width: 415px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    height: initial;
    text-align: left;
}
.item-cart .item-desc select.small {
    width: 315px;
}
.item-cart .item-desc select.very-small {
    width: 75px;
}
.item-cart .item-desc input[type=text] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fff;
    padding: 12px;
    display: inline-block;
    width: 50px;
    text-align: center;
}
.item-cart .filter-info {
    padding: 25px;
    background: #f2f2f2;
    font-size: 12px;
    color: #333;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.item-cart .filter-info .choose {
    width: 550px;
    float: left;
}
.item-cart .filter-info .choose p.title {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    margin: 0 0 10px 0;
}
.item-cart .filter-info .choose ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.item-cart .filter-info .choose ul li {
    margin: 10px 0;
}
.item-cart .filter-info .choose ul li a, .item-cart .filter-info .choose ul li span {
    float: right;
    color: #d5d5d5;
    cursor: pointer;
}
.item-cart .filter-info .price {
    width: 340px;
    float: right;
}
.item-cart .filter-info .price p {
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.item-cart .filter-info .price p span {
    display: block;
    font-size: 12px;
    color: #999;
}
.item-cart .filter-info .price .btn1 {
    float: right;
}
.item-cart .text-block {
    overflow: hidden;
    margin: 0;
}
.item-cart .text-block p.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
}
.item-cart .text-block p {
    font-size: 14px;
    color: #666;
    margin: 25px 0;
}
.item-cart .text-block p a {
    color: #035083;
    text-decoration: none;
    font-weight: bold;
}
.item-cart .text-block p a:hover {
    text-decoration: underline;
}
.item-cart .mod-table {
    width: 100%;
    font-size: 12px;
    color: #333;
    margin: 20px 0;
}
.item-cart .mod-table tr:nth-child(even) td {
    background: #f2f2f2;
}
.item-cart .mod-table td {
    padding: 15px;
    border: 1px solid #e6e6e6!important;
}
.item-cart .mod-table td a {
    font-size: 12px;
    color: #035083;
}
.item-cart .mod-table td a:hover {
    text-decoration: none;
}
.item-cart .mod-table td a i {
    margin-right: 5px;
}
.item-cart .same-block {
    background: #f2f2f2;
    margin: 30px 0;
    padding: 30px 0;
}
.item-cart .same-block h2 {
    margin: 0;
}
.item-cart .same-block .item {
    width: 285px;
    /*margin: 30px 15px 10px 15px;*/
    /*margin: 0 15px;*/
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.item-cart .same-block .item a {
    display: block;
    text-decoration: none;
}
.item-cart .same-block .item a:hover {
    text-decoration: underline;
}
.item-cart .same-block .item a img {
    display: block;
    width: 100%;
    height: auto;
}
.item-cart .same-block .item p {
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.item-cart .decisions-block {
    margin: 30px 0 0 0;
    padding: 15px 0;
    overflow: hidden;
    background: url(../images/descisions-bg.jpg) no-repeat center;
}
.item-cart .decisions-block h2 {
    color: #fff;
    margin: 0 0 10px 0;
}
.item-cart .decisions-block .item {
    width: 120px;
    display: block;
    float: left;
    text-align: center;
    margin: 10px 20px;
}
.item-cart .decisions-block .item .ico-wrapper {
    display: block;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 60px;
}
.item-cart .decisions-block .item .ico-wrapper .ico {
    width: 32px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/descisions-ico.png);
    position: relative;
    top: 45px;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg1 {
    background-position: 0 0;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg2 {
    background-position: -32px 0;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg3 {
    background-position: -64px 0;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg4 {
    background-position: -96px 0;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg5 {
    background-position: -128px 0;
}
.item-cart .decisions-block .item .ico-wrapper .ico.bg6 {
    background-position: -160px 0;
}
.item-cart .decisions-block .item:hover .ico-wrapper {
    background: rgba(255, 255, 255, 0.85);
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg1 {
    background-position: 0 -30px;
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg2 {
    background-position: -32px -30px;
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg3 {
    background-position: -64px -30px;
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg4 {
    background-position: -96px -30px;
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg5 {
    background-position: -128px -30px;
}
.item-cart .decisions-block .item:hover .ico-wrapper .ico.bg6 {
    background-position: -160px -30px;
}
.item-cart .decisions-block .item a {
    text-decoration: none;
}
.item-cart .decisions-block .item p {
    font-family: 'Helvetica Neue Light';
    font-size: 16px;
    color: #fff;
}
.popup {
    font-family: 'Helvetica Neue';
    width: 600px;
    background: url(../images/calculating-bg.jpg) repeat;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.popup#big-dialog {
    width: 980px;
    background-color: #fff;
}

.popup .pop-info {
    float: left;
    width: 380px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    background: #f2f2f2;
    height: 406px;
}
.popup .pop-info p.title {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    margin: 0 0 10px 0;
}
.popup .pop-info ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.popup .pop-info ul li {
    margin: 10px 0;
    line-height: 1.6em;
}
.popup .pop-info ul li a {
    float: right;
    color: #d5d5d5;
}
.popup .pop-info .price {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.popup .pop-info .price span {
    display: block;
    font-size: 12px;
    color: #999;
}
.popup .pop-wrapper {
    padding: 30px;
    box-sizing: border-box;
}
.popup .pop-wrapper.right {
    float: right;
    width: 600px;
}
.popup h2 {
    font-family: 'Helvetica Neue Light';
    color: #035083;
    font-weight: normal;
    margin: 19px 0;
}
.popup p {
    font-size: 14px;
    color: #333;
}
.popup input[type=text], .popup input[type=email], .popup input[type=password] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 100%;
    margin: 10px 0;
    background: #fff;
    padding: 12px;
    display: inline-block;
    box-sizing: border-box;
}
.popup .btn1 {
    margin-top: 20px;
}
@media (max-width:1010px){
    .popup#big-dialog{
        max-width: 100%;
        display:flex;
        flex-wrap:wrap;
    }
    .popup .pop-info{
        width:100%;
        height:auto;
    }
    .popup .pop-wrapper.right{
        width:100%;
    }
}
/*mixed functions*/

/*border-radius*/

/*background-gradient*/

/*transition*/

/*box-shadow*/

/*box-shadow: 0 0 10px rgba(0,0,0,0.5)*/

/*text-shadow*/

/*text-shadow: 1px 1px 2px black*/

.item-cart .same-block.analogs h2 {
    margin-bottom: 30px
}
.item-cart .image-block .fotorama>a {
    display: none
}
.item-cart .image-block .fotorama>a:first-child {
    display: block
}
.works-block .bx-viewport {
    margin: 30px 0 10px
}
.works-block .bx-controls-direction a {
    background: url("/template/img/sprite.webp");
    width: 23px;
    height: 42px;
    position: absolute;
    top: 54px;
    text-indent: -9999px
}
.works-block .bx-controls-direction a.bx-prev {
    left: -47px;
    background-position: -138px -367px
}
.works-block .bx-controls-direction a.bx-prev:hover {
    background-position: -138px -436px
}
.works-block .bx-controls-direction a.bx-next {
    right: -47px;
    background-position: -180px -367px
}
.works-block .bx-controls-direction a.bx-next:hover {
    background-position: -180px -436px
}
.header .menu ul{
    display:flex;
    height:18px;
}
.header .menu ul li{
    white-space: nowrap;
}
ul.bxslider_index>li{
    display:none;
}
ul.bxslider_index>li:first-of-type{
    display:block!important;
}
#orphoman-confirm-dlg{display:none}.error-text{background-color:red;color:white}#error-text{color:red}#orphoman-confirm-dlg label{display:block;font-weight:normal;margin-bottom:5px}.orphoman-message-info{background-color:darkred !important}#orphoman-confirm-dlg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}#orphoman-confirm-dlg .modal-dialog{margin:auto auto;position:fixed;left:40%;top:30%;width:450px;z-index:1050}#orphoman-confirm-dlg .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:5px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}#orphoman-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;filter:alpha(opacity=50);opacity:.5}#orphoman-confirm-dlg .modal-header{min-height:15px;padding:10px 15px;border-bottom:1px solid #e5e5e5;border-radius:5px 5px 0 0;background-color:#EEE}#orphoman-confirm-dlg .modal-header .close{margin-top:-2px}#orphoman-confirm-dlg .modal-title{margin:0;font-size:16px;font-family:Arial,Helvetica,sans-serif;color:#555;line-height:1.5}#orphoman-confirm-dlg .modal-body{position:relative;padding:15px}#orphoman-confirm-dlg .modal-footer{background-color:#EEE;border-radius:0 0 5px 5px;padding:10px 15px;text-align:right;border-top:1px solid #e5e5e5}#orphoman-confirm-dlg .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}#orphoman-confirm-dlg .modal-footer .btn-group .btn+.btn{margin-left:-1px}#orphoman-confirm-dlg .modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}#orphoman-confirm-dlg .modal-footer:before,#orphoman-confirm-dlg .modal-footer:after{content:" ";display:table}#orphoman-confirm-dlg .modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}#orphoman-confirm-dlg .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#orphoman-confirm-dlg .btn:focus,#orphoman-confirm-dlg .btn:active:focus,#orphoman-confirm-dlg .btn.active:focus,#orphoman-confirm-dlg .btn.focus,#orphoman-confirm-dlg .btn:active.focus,#orphoman-confirm-dlg .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#orphoman-confirm-dlg .btn:hover,#orphoman-confirm-dlg .btn:focus,#orphoman-confirm-dlg .btn.focus{color:#333;text-decoration:none}#orphoman-confirm-dlg .btn:active,#orphoman-confirm-dlg .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#orphoman-confirm-dlg .btn.disabled,#orphoman-confirm-dlg .btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#orphoman-confirm-dlg .btn-default{color:#333;background-color:#fff;border-color:#ccc}#orphoman-confirm-dlg .btn-default:hover,#orphoman-confirm-dlg .btn-default:focus,#orphoman-confirm-dlg .btn-default.focus,#orphoman-confirm-dlg .btn-default:active,#orphoman-confirm-dlg .btn-default.active{color:#333;background-color:#e6e6e6;border-color:#adadad}#orphoman-confirm-dlg .form-group{margin-bottom:10px}#orphoman-confirm-dlg .form-group.last{margin-bottom:0}#orphoman-confirm-dlg .form-control{display:block;width:400px;padding:5px;font-size:14px;line-height:1.5;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#orphoman-confirm-dlg .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#orphography-button{bottom:7px;left:auto;position:fixed;right:7px;top:auto}#orphography-block{bottom:45px;position:fixed;right:7px;width:220px}#orphography-block.collapse{display:none}#orphography-block .well{background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05) inset;margin-bottom:10px;min-height:20px;padding:19px}#orphography-block kbd{background-color:#333;border-radius:3px;box-shadow:0 -1px 0 rgba(0,0,0,0.25) inset;color:#fff;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:90%;padding:2px 4px}
@media(max-width:1040px){
    #orphography-button{
        display: none!important;
    }
}

.thumbnail img {
      max-width: 60px;
      max-height: 40px;
    }
    #msGallery .row {
      margin: 0 -50px 0 0;
      width: 200px;
      float: left;
    }
    #msGallery #mainImage {
      margin-bottom: 10px;
      padding: 2px;
      border: 1px solid #ddd;
      max-width: 300px!important;
      max-height: 200px!important;
      float: left;
    }
    #msGallery .span2 {
      margin-left: 10px;
      width: 60px;
      padding: 2px;
    }
    .sidebar.right_ p {
  line-height: 24px;
  margin-bottom: 10px;
}
.sidebar .menu.about ul li.level1.active .level2 a{
    color:#999;
}
.sidebar .menu.about ul li.level1.active .level2.active a{
    text-decoration:underline;
}
/*Импортозамещение*/
.madeinrussia{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 30px;
    background: top left no-repeat url(/template/custom/images/madeinrussia.svg);
    background-size: contain;
}
#msProduct{
	position:relative;
}
#msProduct .madeinrussia{
	    top: 0;
    left: 20px;
    width: 87px;
    height: 43px;
	z-index:10;
}

.using_equipment .madeinrussia{
	z-index:2;
    top: 1px;
    left: 1px;
}

fieldset.russian{
	width:200px;
}

.category_header fieldset .checkbox-wrap{
text-align: left;
    position: relative;
    margin: 0 0 10px;
    font-size: 15px;
    background: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 0 12px;
    line-height: 26px;
    border-radius: 50px;
    cursor: pointer;
font-weight:normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category_header fieldset .checkbox-wrap .configlabel{
    margin: 0;
    width: 16px;
    height: 16px;
    padding: 0;
}
input[type=checkbox]:checked+.configlabel:before{
	    background: url(/assets/images/configserver/check.png);
    background-position: center;
    background-repeat: no-repeat;
}

#mse2_filters{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/*Карточки товаров - flex*/

.ms2_products-wrap .ms2_product+.clear {display: none!important;}

.ms2_products-wrap .ms2_product a.title{
	height:auto;
}

.ms2_products-wrap .ms2_product .img{
	display: flex;
    justify-content: center;
    align-items: center;
}

.ms2_products-wrap {display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;}

.ms2_products-wrap .ms2_product {display: flex;flex-direction: column;justify-content:;}

.ms2_products-wrap .ms2_product a.more {
	    width: auto;
    align-self: flex-start;
    justify-self: flex-end;
    margin-bottom: 0;
    margin-top: 0;
	}

.ms2_products-wrap .ms2_product .desc{
	margin-bottom:10px;
}
.ms2_products-wrap .ms2_product .text-wrap{
/*height: 92px;*/
    margin-top: auto;
    justify-self: flex-end;
}

.solutions .ms2_products-wrap .ms2_product .text-wrap{
	height: 74px
}

.ms2_products-wrap  .fix{
width:200px;
}

.service-projects__item {
    width: 31.5%;
}

.wrap.service-projects__wrap  {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
};
.service-projects__wrap {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    text-align: left;
}


.wrap.service-projects__wrap h4 {
    width: 100%;
    text-align: left;
    color: #024f82;
    text-transform: uppercase;
    font-size: 20px;
}

.wrap.service-projects__wrap img {

    height:100%!important;
    width:100%;
    object-fit:cover;
    position:absolute;
    top:0;
}
.wrap.service-projects__wrap .img-wrap{
    width:100%;
    padding-top:70%;
    position:relative;
    margin-bottom: 25px;
}
.wrap.service-projects__wrap a {
    text-decoration: none!important;
    display: flex;
    font-size: 20px;
    margin-bottom: 5px;
    height: 4em;

}
.intro {margin-bottom: 45px;}

@media (max-width: 1009px){
    .wrap.service-projects__wrap a {
        height: 3em;
    }
}
@media (max-width: 768px){
    .service-projects__item{
    width: 49%;
    }
}

@media (max-width: 500px){
    .service-projects__item{
    width: 100%;
    }
    .wrap.service-projects__wrap a {
        height: auto;
    }
}

.wrap.service-service__wrap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.wrap.service-service__wrap a {
    display: inline-flex;
    padding: 7px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #024f82;
    border-radius: 8px;
}

.wrap.service-service__wrap a:hover {
    opacity: 0.8;
}
.wrapper{
    box-sizing:border-box;
}
section.bg-grey {
    background: #f6f6f6;
    padding-bottom: 0;
    margin-bottom: 40px;
    padding-top: 71px;
}
.services-show-all{
        display: block;
    margin: 0 auto 40px;
    width: 100px;
    font-size: 18px;
}

.sidebar.left_.brand-sidebar .title {
    margin-top: 35px;
    font-size: 30px;
    margin-bottom:  32px;
    color: #333;
}

.sidebar.left_.brand-sidebar ul li {
    font-size: 17px;
    margin-bottom: 0.7em;
}

.sidebar.left_.brand-sidebar ul li a {
    color: #024F82;
    text-decoration: none;

}
div.brand-sidebar li.active a{
    text-decoration:underline!important;
}
.rekvizit td{
        border: 1px solid #eee!important;
}