@import url(./fonts/fonts.css);
@import url(./icons/icons.css);

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #e9eae4;
    overflow-y: scroll;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 14px/1.5em 'HelveticaNeueCyr', 'Minion Pro', Arial, sans-serif;
    height: 100%;
}

a {
    color: #d24a43;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input, button, textarea {
    outline: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.wrapper {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    min-width: 992px;
    width: 100%;
}

.inside {
    /*min-width: 100%;*/
    margin: 0 auto;
    max-width: 1180px; /* < 1200 */
    /* padding: 0 10px; */
}

@media (min-width: 1180px) {

    .bx-wrapper {
	width: 1180px;
    }	

    .showcase-item {
        width: 352px;
        height: 264px;
    }

    #ex-box .showcase-item {
        width: 224px;
        height: 234px;
    }

    #mvb .showcase-item {
        width: 196px;
        height: 110px;
    }

    .showcase-item_link {
      font-size: 14px;
    }
}

@media (max-width: 1200px) {

    .bx-wrapper {
	width: 970px;
    }	
}

@media (max-width: 1179px) {

    .showcase-item {
        width: 294px;
        height: 220px;
    }

    #ex-box .showcase-item {
        width: 224px;
        height: 234px;
    }

    #mvb .showcase-item {
        width: 196px;
        height: 110px;
    }

    .showcase-item_link {
      font-size: 12px;
    }
}

/* All
-----------------------------------------------------------------------------*/
.clear:after {
    clear: both;
    content:    ' ';
    display: block;
    height: 0;
    width: 100%;
}

/* FF */
@-moz-document url-prefix() {
    button span {
    position: relative;
    top: -1px;
    }
}

.txtleft     { text-align: left;     }
.txtcenter { text-align: center; }
.txtright    { text-align: right;    }

.relative {
    position: relative;
}

.dashed-link {
    display: table;
    position: relative;
}

.dashed-link:after {
    bottom: -1px;
    content: ' ';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed transparent;
}

.gradient-line {
    text-decoration: underline;
    background-image: -webkit-linear-gradient(left, #fff 0%, #d7d7d7 10%, #d7d7d7 85%, #fff 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, #d7d7d7 10%, #d7d7d7 85%, #fff 100%);
    background-image: -ms-linear-gradient(left, #fff 0%, #d7d7d7 10%, #d7d7d7 85%, #fff 100%);
    background-image: -o-linear-gradient(left, #fff 0%, #d7d7d7 10%, #d7d7d7 85%, #fff 100%);
    background-image: linear-gradient(left, #fff 0%, #d7d7d7 10%, #d7d7d7 85%, #fff 100%);
}

hr.gradient-line {
    border: none;
    height: 1px;
    margin: 20px 0 40px;
}

.hyphenation {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;

    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
}

.feature-wrap table {
    border-collapse: collapse;
    width: 100%;
}

.feature-wrap table th,
.feature-wrap table td {
    padding: 5px;
    border: 1px solid #b4b6b9;
}

.feature-wrap ul,
.feature-wrap ol {
    margin-left: 18px;
    margin-bottom: 15px;
}

.txt-decoration-none {
    text-decoration: none;
}

.relative {
    position: relative;
}

.footer-corp {
    text-align: left;
}

/* Grid
-----------------------------------------------------------------------------*/
[class^=column-] {
    float: left;
    position: relative;
    word-break: normal;
    text-align: justify;
}

.column {
    border-collapse: collapse;
    display: table;
    width: 100%
}

.column > * {
    display: table-cell;
    float: none !important
}

.column-0    { width: auto     }
.column-1    { width: 100%     }    /* 1    */
.column-2    { width: 50%    }    /* 1/2    */
.column-3    { width: 33.33% }    /* 1/3    */
.column-4    { width: 25%    }    /* 1/4    */
.column-5    { width: 20%    }    /* 1/5    */
.column-6    { width: 16.67% }    /* 1/6    */
.column-7    { width: 14.28% }    /* 1/7    */
.column-8    { width: 12.5%    }    /* 1/8    */
.column-9    { width: 11.11% }    /* 1/9    */
.column-10 { width: 10%    }    /* 1/10 */
.column-11 { width: 9.09%    }    /* 1/11 */
.column-12 { width: 8.333% }    /* 1/12 */
.column-13 { width: 7.692% }    /* 1/13 */

.column-space {
    content: ' ';
    display: block;
}

/*    Thus it is possible to add additional dimensions to the table
--------------------------------------------------------------------
    .column-{name} {...}
 */

.vertical-top,
.vertical-top-children > * {
    vertical-align: top;
}

.vertical-center,
.vertical-center-children > * {
    vertical-align: middle;
}

.margin-children {
    margin: 0 0 30px;
}

/* Form
-----------------------------------------------------------------------------*/
input[placeholder]::placeholder,
input[placeholder]::-ms-input-placeholder,
input[placeholder]::-moz-input-placeholder,
input[placeholder]::-webkit-input-placeholder {
    color: #ccc;
}

.placeholder {
    color: #ccc;
}

.label {
    display: table;
}

.theme-field-wrap {
    display: inline-block;
    max-width: 240px;
    position: relative;
    width: 95%;
}

.input-theme {
    background: #2c3239;
    border: 1px solid #ebeff2;
    color: #fff;
    padding: 11px 30px 11px 15px;
    margin-bottom: 4px;
    font-size: 13px;
    appearance: none;
    width: 100%;
    z-index: 1;
}

.input-theme + .label-theme {
    font-family: 'HelveticaNeueCyr', 'Minion Pro';
    color: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 1px;
    /*background: #2c3239;*/
    padding: 11px 32px 10px 15px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-theme:focus + .label-theme,
.input-theme.value-enable + .label-theme {
    color: #ebeff2;
    background: transparent;
    border-color: transparent;
}

.errorMessage {
    color: #d24a43;
    margin-bottom: 8px;
}

.theme-field-wrap .errorMessage {
    position: absolute;
    margin-top: 1px;
    color: #fc4b40;
    width: 96%;
    padding: 2px 5px;
}

.input,
.textarea {
    background: #fff;
    border: 1px solid #cecdcd;
    width: 85%;
    padding: 9px 9px;
    margin-bottom: 4px;
}

.textarea {
    width: 96.5%;
    height: 90px;
}

.standart-field {
    padding: 10px;
}

/* Button
-----------------------------------------------------------------------------*/
.btn {
    border: none;
    background-color: transparent;
    display: table;
    text-align: center;
    padding: 12px 0;
    font: 14px/1em 'HelveticaNeueCyr';
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

a.btn {
    display: inline-block;
}

.btn-auto {
    width: auto !important;
    padding: 12px 42px !important;
}

.btn-shadow:after {
    position: absolute;
    width: 100%;
    height: 21px;
    left: 0;
    bottom: -22px;
    content: ' ';
    visibility: hidden;
    background-repeat: no-repeat;
    background-position: 50% 0;
    /*background-image: url(../images/btn-shadow.png);*/
}

.btn-shadow:hover:after {
    visibility: visible;
}

.btn-orange {
    width: 234px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid #d05315;
    background: #f99614;
    background: -moz-linear-gradient(top, #f99614 0%, #da5513 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f99614), color-stop(100%, #da5513));
    background: -webkit-linear-gradient(top, #f99614 0%, #da5513 100%);
    background: -o-linear-gradient(top, #f99614 0%, #da5513 100%);
    background: -ms-linear-gradient(top, #f99614 0%, #da5513 100%);
    background: linear-gradient(top bottom, #f99614 0%, #da5513 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99614', endColorstr='#da5513', GradientType=0 );
}

.btn-orange:hover {
    background: #f99614;
    background: -moz-linear-gradient(top, #f99614 0%, #da5513 69%, #da5513 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f99614), color-stop(69%, #da5513), color-stop(100%, #da5513));
    background: -webkit-linear-gradient(top, #f99614 0%, #da5513 69%, #da5513 100%);
    background: -o-linear-gradient(top, #f99614 0%, #da5513 69%, #da5513 100%);
    background: -ms-linear-gradient(top, #f99614 0%, #da5513 69%, #da5513 100%);
    background: linear-gradient(top bottom, #f99614 0%, #da5513 69%, #da5513 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99614', endColorstr='#da5513', GradientType=0 );
}

/* BEGIN add alien */
.btn-pgstyle {
    width: 234px;
/*    height: 38px;*/
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ac3743;
    background: #d24a43;
    background: -moz-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d24a43), color-stop(100%, #b43743));
    background: -webkit-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -o-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -ms-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: linear-gradient(top bottom, #d24a43 0%, #b43743 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24a43', endColorstr='#b43743', GradientType=0 );
}

.btn-pgstyle:hover {
    background: #d24a43;
    background: -moz-linear-gradient(top, #d24a43 0%, #b43743 69%, #b43743 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f99614), color-stop(69%, #b43743), color-stop(100%, #b43743));
    background: -webkit-linear-gradient(top, #d24a43 0%, #b43743 69%, #b43743 100%);
    background: -o-linear-gradient(top, #d24a43 0%, #b43743 69%, #b43743 100%);
    background: -ms-linear-gradient(top, #d24a43 0%, #b43743 69%, #b43743 100%);
    background: linear-gradient(top bottom, #d24a43 0%, #b43743 69%, #b43743 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24a43', endColorstr='#b43743', GradientType=0 );
}
/* END add alien */

/* BTN FIX */
.btn-orange-products {
    width: 100%;
}
/* add alien */
.btn-pgstyle-products {
    width: 100%;
}
/* BTN END FIX */

.btn-process,
.btn-process:hover {
    background-image: none;
    border-width: 2px;
    border-color: #ebeff2;
    width: 40px;
    height: 40px;
}

[class^="btn-process"].btn-shadow:after,
[class*=" btn-process"].btn-shadow:after {
    display: none;
}

.btn-process-stop,
.btn-process-end,
.btn-process-end:hover {
    /*background-image: none;*/
    border-color: #f82516;
    height: 40px;
}

.btn-process-end:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -4px;
    width: 6px;
    height: 16px;
    border-right: 3px solid #ebeff2;
    border-bottom: 3px solid #ebeff2;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    background: #fff;
    height: 135px;
    position: relative;
}

.header .inside {
    height: 100%;
    position: relative;
}

.large-logo {
    background-repeat: no-repeat;
    background-image: url(../images/large-logo.png);
    display: block;
    height: 67px;
    position: relative;
    top: 10px;
    width: 248px;
}

.large-logo h1 {
    font-size: 14px;
    top: 76%;
    color: black;
    position: absolute;
    left: 68px;
    white-space: nowrap;
}

.large-while-logo {
    background-image: url(../images/large-while-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 70px;
    margin-bottom: 20px;
    width: 262px;
}

.general-nav {
    position: absolute;
    bottom: -8px;
    display: table;
    list-style: none;
    /*table-layout: fixed;*/
    width: 100%;
    border-collapse: collapse;
    z-index: 9;
}

.general-nav a {
    color: rgb(54, 61, 70);
    text-decoration: none;
}

.general-nav li:hover > a,
.general-nav li.active > a {
    color: #d24a43;
    text-decoration: none;
}

.general-nav > li {
    display: table-cell;
    position: relative;
    padding: 0 1.5em 1.75em;
    text-align: center;
/*    white-space: nowrap; */
}

.general-nav > li:after {
    border-right: 1px solid #abaeb1;
    content: ' ';
    display: block;
    height: 13px;
    position: absolute;
    right: 0;
    top: 1px;
}

/* Fix Cross Browser */
.general-nav > li:last-child:after,
.general-nav > li.last-child:after {
    border-right-color: transparent;
}

/* Fix Cross Browser */
.general-nav > li:last-child:after,
.general-nav > li.last-child:after {
    padding-right: 0;
}

/* Fix Cross Browser */
.general-nav > li:first-child,
.general-nav > li.first-child {
    padding-left: 8px;
}

.general-nav .sub > a:after {
/*    background-image: url(../images/general-nav-sub.png);*/
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    height: 5px;
    position: absolute;
    right: -15px;
    top: 5px;
    width: 8px;
}

.general-nav .sub:hover > a:after,
.general-nav .sub.active > a:after {
    background-position: -9px 0;
}

.general-nav > li > a {
    font: 14px/1em 'HelveticaNeueCyr';
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.general-nav > li > ul {
    background: #fff;
    left: 0;
    list-style: none;
    min-width: 200px;
    padding: 1em 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.general-nav > li:hover > ul {
    visibility: visible;
    top: 3.2em;
}

.general-nav > li > ul li {
    padding: .65em 0;
    position: relative;
    text-align: left;
    padding: 1em 2.8em;
}

.general-nav > li > ul li:after {
    border-bottom: 1px solid #abaeb1;
    bottom: 0;
    content: ' ';
    display: block;
    height: 0;
    left: 2.8em;
    position: absolute;
    width: 70%;
}

.general-nav li.sub > ul > li > a:before  {
    border-color: transparent transparent transparent #8b9db3;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    content: ' ';
    height: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    margin-top: -2px;
    display: block;
}

.general-nav li.sub > ul > li > a:only-child:before {
    display: none;
}

.general-nav > li > ul a {
    font: 15px/1em 'HelveticaNeueCyr';
}

.general-nav > li > ul li:last-child:after,
.general-nav > li > ul li.last-child:after {
    display: none;
}

.general-nav > li > ul ul {
    list-style: none;
    background: #f8f8f8;
    margin: .5em -2.8em;
    position: absolute;
    right: -88%;
    top: 0;
    width: 100%;
    visibility: hidden;
}

.general-nav > li li:hover ul {
    visibility: visible;
}

.header-info-box {
    display: table;
    position: absolute;
    right: 15px;
    top: 20px;
}

.header-info-box_phone,
.footer-info-box_phone {
    /*background-image: url(../images/phone-icon.png);*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #464646;
    font: 22px/1em 'HelveticaNeueCyr';
    margin-bottom: .4em;
}

.icon-auricular:before {
    font-size: 1.4em;
    position: relative;
    top: 3px;
}

.header-info-box_phone span,
.footer-info-box_phone span {
    font-size: 16px;
}

.header-info-box_callme {
    font: 16px/1em 'HelveticaNeueCyr';
    text-decoration: none;
}

.header-info-box_callme:after {
    border-bottom-color: #df2012;
}

.header-info-box_callme:hover {
    color: rgb(54, 61, 70);
}

.header-info-box_callme:hover:after {
    border-bottom-color: rgb(54, 61, 70);
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    padding: 0 0 250px;
    position: relative;
    width: 100%;
}

.middle:after {
    clear: both;
    content: ' ';
    display: table;
}

.container {
    float: left;
    overflow: hidden;
    width: 100%;
}

.content {
    padding: 35px 0 35px 300px;
}

.content-inside {
    background: #fff;
    padding: 0 55px 55px 55px;
}

.content-inside-section {
    margin-top: 20px;
    padding: 25px 55px;
}

.content-inside-section_circle {
    padding: 1px 55px;
}

.callme-box {
    background: rgb(54, 61, 70);
}

.callme-box_btn {
    padding-right: 2em;
}

.breadcrumbs {
    background: #f8f8f8;
    margin: 0 -55px 15px;
    padding: 10px 55px;
    font: 14px/1.2em 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
}

.breadcrumbs a {
    font: 14px/2em 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
    margin-right: 35px;
    position: relative;
}

.breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumbs a:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -25px;
    top: 6px;
    background-repeat: no-repeat;
    /*background-image: url(../images/breadcrumbs-arrow.png);*/
    width: 12px;
    height: 7px;
}

.breadcrumbs > span {
    position: relative;
    top: 1px;
}

/* Page
-----------------------------------------------------------------------------*/
[data-callme=hidden] {
    display: none;
}

.callme-box {
    overflow: hidden;
    padding: 0 10px;
}

.callme-box_form {
    height: 105px;
}

.callme-box_txt-orange {
    color: #ff7800;
    font: 34px/1em 'HelveticaNeueCyr';
}

.callme-box_txt-pgstyle {
    color: #d24a43;
    font: 34px/1em 'HelveticaNeueCyr';
}

.callme-box_txt-while {
    color: #fff;
    font: 24px/1em 'HelveticaNeueCyr';
}

.home-while {
    background: #fff;
    padding: 0 10px;
}

.home-page-content {
    color: rgb(54, 61, 70);
    font: 16px/1.5em 'HelveticaNeueCyr';
    padding: 30px 0;
}

.home-page-content p {
    margin-bottom: 18px;
}

/* Page - Title
-----------------------------------------------------------------------------*/
.title {
    color: rgb(54, 61, 70);
    font: 30px/1.1em 'HelveticaNeueCyr'; 
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title-small {
    color: rgba(54, 61, 70, .6);
    font: 20px/1.2em 'HelveticaNeueCyr'; 
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-left-line, .title-center-line {
    padding-bottom: 12px;
    position: relative;
}

.title-center-line {
    text-align: center;
}

.title-left-line:after {
    background: #d24a43;
    bottom: 0px;
    content: ' ';
    height: 3px;
    position: absolute;
    width: 100%;
}

.title-center-line:after {
    background: #d24a43;
    bottom: 0px;
    content: ' ';
    height: 3px;
    position: absolute;
    width: 56%;
}

.title-left-line:after {
    left: 0;
}

.title-center-line:after {
    left: 22%;
/*    margin-left: -25%;*/
}

.title-back {
    color: #fd2617;
    font: 14px/1.5em 'HelveticaNeueCyr';
    text-transform: none;
    float: right;
    position: relative;
    top: 15px;
}

.title-back:before {
    color: #fd2617;
    font-family: 'Icon' !important;
    position: absolute;
    left: -28px;
    font-size: 1.5em;
}

.home-bottom-text {
    font-size: .85em;
    margin: 40px 0 20px;
}

.home-bottom-text > * {
    padding-right: 20px;
}

.home-bottom-text > *:last-child, 
.home-bottom-text > *.last-child {
    padding: 0 0 0 20px;
}

/* Page - Branch
-----------------------------------------------------------------------------*/
.branch-box-wrap {
    position: relative;
    z-index: 1;
}

.branch-box-wrap > div:first-child,
.branch-box-wrap > div.first-child {
    padding-right: 10px;
}

.branch-box-wrap > div:last-child,
.branch-box-wrap > div.last-child {
    padding-left: 10px;
}

.branch-box {
    background: #e8eae4;
/*    color: rgba(0, 0, 0, .45);*/
    font: 14px/1.2em 'HelveticaNeueCyr';
    margin-top: 75px;
    margin: 0 auto 2em auto;
    padding: 75px 0 35px;
    position: relative;
    width: 100%;
}

.shadow-box:before,
.shadow-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
}

.shadow-box:after {
    right: 10px;
    left: auto;
}

.branch-box_icon {
    display: block;
    font-size: 2.7em;
    left: 25%;
    line-height: 2.1em;
    margin: 0 auto;
    position: absolute;
    right: 25%;
    text-align: center;
    top: -1.5em;
    width: 135px;
    height: 135px;
    background: #fff;
}

.branch-box_icon:before {
    color: #fff;
    display: block;
    width: 95px;
    height: 95px;
    margin: 15% auto;
}

.branch-box_icon:before,
.circle:hover:before {
    background: #d24a43;
    background: -moz-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d24a43), color-stop(100%, #b43743));
    background: -webkit-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -o-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: -ms-linear-gradient(top, #d24a43 0%, #b43743 100%);
    background: linear-gradient(to bottom, #d24a43 0%, #b43743 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24a43', endColorstr='#b43743', GradientType=0 );
}
/*
.branch-box:hover .branch-box_icon:before {
    background: #d72518;
}
*/
.branch-box_title {
    color: rgb(54, 61, 70);
    font: 17px/1.5em 'HelveticaNeueCyr';
        font-weight: bold;
    margin-bottom: 8px;
}

.branch-box_link {
    color: #d24a43;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    left: .5em;
    position: relative;
}

.branch-box_link:before {
    font: 2em/.8 'Icon';
    left: -1.3em;
    position: absolute;
}

/* Page - Showcase
-----------------------------------------------------------------------------*/
.showcase {
    width: 100%;
}

.showcase-cell {
    float: left;
    margin-bottom: 1em;
}

.showcase-item {
    margin: 0 auto;
    position: relative;
    padding-bottom: 62px;
    box-shadow: 2px 2px 5px rgba(54,61,70,0.5); 
}

.showcase-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-left : 1px solid rgba(54,61,70,0.5);
    border-top  : 1px solid rgba(54,61,70,0.5);
    border-right: 1px solid rgba(54,61,70,0.5);
}

.showcase-item img:hover {
    border-left : 1px solid rgba(210,74,67,0.5);
    border-top  : 1px solid rgba(210,74,67,0.5);
    border-right: 1px solid rgba(210,74,67,0.5);
}

.showcase-item:hover {
    top: -1px;
    left: -1px;
    box-shadow: 0px 0px 5px rgba(210,74,67,0.3), 2px 0px 5px rgba(210,74,67,0.3);
    box-shadow: 3px 3px 10px rgba(54,61,70,0.5);
}

.showcase-item:hover .showcase-item_link {
    color: #d24a43; 
}

.showcase-item:hover:before .showcase-item_link {
    background: #d24a43; 
}

.showcase-item_text {
    text-overflow: clip;
    text-align: center; 
    font: 14px/20px 'HelveticaNeueCyr';
}

.showcase-item_link {
    position: absolute;
    background: rgb(54, 61, 70);
    bottom: 0;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 20px;
    left: 0;
    padding: 21px 0 21px 0;
    right: -2px;
    text-align: center; 
    text-decoration: none;
    text-transform: uppercase;
}

.showcase-item_link:before {

/*    background: rgba(255, 255, 255, .8);*/
/*    color: rgb(54, 61, 70);*/
    display: block;
    font: 1.2em/1.25 'Icon';
    height: 23px;
    position: absolute;
    right: 15px;
    width: 23px;
    top: 18px;
    z-index: 2;
}

/*
.showcase-item_link:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.showcase-item_link:hover:after {
    width: 100%;
}

.showcase-item_link:hover {
    color: #d24a43; 
}

.showcase-item_link:hover:before {
    background: #d24a43; 
}

.showcase-item_link > span {
    z-index: 2;
    position: absolute;
}
*/

/* Page - Circle
-----------------------------------------------------------------------------*/
.circle-wrap {
    display: table;
    height: 125px;
    margin: 50px 0 70px;
    width: 100%;
}

.circle {
    display: table-cell;
    height: 105px;
    color: rgb(54, 61, 70);
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20%;
}

.circle:before {
    background: #e8eae4;
    display: block;
    font-size: 2.65em;
    height: 105px;
    line-height: 2.4;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 105px;
}

.circle:hover:before {
    color: #fff;
}

.circle .circle-title {
    font: 13px/1em 'HelveticaNeueCyr';
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    position: relative;
}

.circle .circle-title:hover:after {
    border-color: rgb(54, 61, 70);
    bottom: -3px;
}

.circle-wrap .icon-question:before,
.circle-wrap .icon-delivery:before {
    line-height: 2.5;
}

.circle-wrap .icon-graphic:before {
    line-height: 2.3;
}

.circle-wrap .circle:after {
    /*background-image: url(../images/arrow.png);*/
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    height: 20px;
    position: absolute;
    width: 22px;
    right: -4%;
    top: 28%;
}

.circle-wrap .circle:last-child:after,
.circle-wrap .circle.last-child:after {
    display: none;
}

.content-inside-section .circle {
    width: 33.3%;
}

.content-inside-section .circle:after {
    display: none;
}

.content-inside-section .circle:before {
    font-size: 44px;
}

.content-inside-section .circle-wrap {
    margin: 40px 0;
}

/* Projects
-----------------------------------------------------------------------------*/
.home-projects {
    height: 358px;
    /*margin: 0 10px 60px;*/
    background: #e8eae4;
    overflow: hidden;
}

.home-projects_image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home-projects_txt {
/*    padding: 0 70px;*/
    font-family: 'HelveticaNeueCyr';
    line-height: 1.2;
    position: relative;
}

.home-projects_txt-title {
    font: 18px/1.2em 'HelveticaNeueCyr';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home-projects_txt-description {
    margin-bottom: 40px;
    font-size: 15px;
    min-height: 57px;
}

.projects-all {
    text-decoration: none;
    color: rgb(54, 61, 70);
    display: inline-block;
    font-size: 13px;
}

.projects-all:hover {
    color: #d24a43;
}

.projects-all:after {
    border-bottom-color: rgb(54, 61, 70);
}

.projects-all:hover:after {
    border-bottom-color: #d24a43;
}

.projects .bx-next,
.projects .bx-prev {
    top: 8% !important;
}

.projects .bx-next {
    left: 45% !important;
}

.projects .bx-prev {
    left: 41% !important;
}

/* Static Page
-----------------------------------------------------------------------------*/
.page {
    background: #fff;
    margin: 35px 0;
    padding: 40px 80px;
}

.page .page-content {
    padding: 0;
}

.page-content {
    font-size: 14px;
    text-align: justify;
    color: rgb(54, 61, 70);
}

.page-content p {
    margin-bottom: 18px;
}

.page-content ul,
.page-content ol {
    margin-left: 20px;
}

.page-title {
    color: rgb(54, 61, 70);
    font: 17px/1.5em 'HelveticaNeueCyr';
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.page-paragraph p {
    text-indent: 25px;
}

.page-content-mb {
    margin-bottom: 35px;
}

.page--content {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.3;
}

/* Category Page
-----------------------------------------------------------------------------*/
.category-page {
    margin: 0 -25px;
    position: relative;
    z-index: 1;
}

.category-page .category-page-inside {
    float: left;
    width: 50%;
}

.category-page_cell {
    text-align: center;
    position: relative;
    max-width: 362px;
    margin: 0 auto 3em;
    min-height: 354px;
}

.category-page_cell img {
    display: block;
}

.category-page_cell-image {
    display: block;
}

.category-page_cell-txt {
    background: #f8f8f8;
    padding: 15px;
    color: rgb(54, 61, 70);
    font: 14px/1.2em 'HelveticaNeueCyr';
    position: absolute;
    bottom: 0;
    height: 108px;
    max-width: 362px;
    width: 92%;
}

.category-page_cell-title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 auto 15px;
}

/* Product List
-----------------------------------------------------------------------------*/
.product-list_cell {
    border: 1px solid #ebebeb;
    height: 185px;
    margin-bottom: 30px;
}

.product-list_cell img {
    display: block;
    margin: 0 auto;
}

.product-list_cell > * {
    padding: 15px;
}

.product-list_cell-title {
    border-bottom: 1px solid #cfcfcf;
    color: rgb(54, 61, 70);
    display: inline-block;
    font: 14px/1.2em 'HelveticaNeueCyr';
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.product-list_cell-txt {
    min-height: 72px;
    font: 13px/1.4em 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
}

.product-list_cell-link {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.product-list_cell-link:after {
    border-bottom-color: #dd5911;
    bottom: 0;
}

.product-list_cell-link:hover:after {
    border-bottom-color: transparent;
}

/* Product page
-----------------------------------------------------------------------------*/
.feature-wrap table {
    font: 14px/1.2em 'HelveticaNeueCyr';
}

.feature-wrap table td {
    padding: 8px;
    text-align: center;
    color: rgb(54, 61, 70);
}

.feature-wrap table tr.zebra,
.feature-wrap table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.feature-wrap table td:first-child {
    text-align: left;
}

.product-section {
    margin-bottom: 2.5em;
}

.product-section-txt,
.feature-wrap {
    font: 14px/1.5em 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
}

.column-product-image {
    width: 370px;
    padding-right: 6px;
    position: relative;
}

.column-product-image a {
    display: block;
    position: relative;
}

.column-product-image img {
    display: block;
}

.column-product-image > a:before {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3em;
    margin: -.55em 0 0 -.45em;
}

.product-section-form {
    background: #f8f8f8;
    margin-bottom: 10px;
}

.product-section-form > * {
    padding: 15px 10px;
}

.product-section-form-txt {
    font: 20px/1.15em 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
}

.product-section-form-txt > span {
    font-size: 23px;
    display: block;
    margin-bottom: 7px;
}

.similar-products-item {
    border: 1px solid #ebebeb;
}

.similar-products-item_image {
    display: block;
    background: #fff;
}

.similar-products-item_image img {
    width: 204px;
    height: 153px;
}

.similar-products-txt {
    background: #f8f8f8;
    text-align: center;
    color: rgb(54, 61, 70);
    font: 14px/1.15 'HelveticaNeueCyr';
    padding: 11px;
    min-height: 33px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.similar-products-item:hover .similar-products-txt {
    color: #e86626;
}

.similar-products .owl-prev,
.similar-products .owl-next {
    position: absolute;
    top: 35%;
    width: 25px;
    height: 25px;
    display: block;
    padding: auto;
    background: rgba(0, 0, 0, .05);
}

.similar-products .owl-prev:hover,
.similar-products .owl-next:hover {
    background: rgba(0, 0, 0, .2);
}

.similar-products .owl-prev {
    left: -6.5%;
}

.similar-products .owl-next {
    right: -6.5%;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.similar-products .owl-prev:after {
    top: 10px;
    left: 10px;
}

.similar-products .owl-next:after {
    top: 10px;
    left: 10px;
}


/* Servise
-----------------------------------------------------------------------------*/
.servise-page-item {
    margin-bottom: 35px;
    font-family: 'HelveticaNeueCyr';
    color: rgb(54, 61, 70);
    font-size: 14px;
}

.servise-page-item .circle:before {
    font-size: 44px;
}

.servise-page-item_title {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.servise-page-item_title:hover {
    text-decoration: underline;
}

.servise-page-item-offset {
    margin-left: 8%;
}

.servise-page-item-offset .column-0 {
    padding-right: 8%;
}

/* News
-----------------------------------------------------------------------------*/
.post-list {
    margin: 0 -20px 0 -10px;
}

.post-item {
    float: left;
    width: 50%;
    font-family: 'HelveticaNeueCyr';
    margin-bottom: 3em;
}

.post-item_date {
    width: 82px;
    height: 87px;
    border: 1px solid #dedede;
    position: relative;
    text-align: center;
    color: #888;
    font-size: 30px;
    line-height: 1.9em;
}

.post-item_date-month {
    border-top: 1px solid #dedede;
    height: 30px;
    position: absolute;
    bottom: 0;
    font: 10px/3 'HelveticaNeueCyr-Light';
    width: 100%;
    text-transform: capitalize;
}

.post-item_title {
    font: 24px/1.2em 'HelveticaNeueCyr';
    border-bottom: 1px solid #dedede;
    color: rgb(54, 61, 70);
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.post-item_title:hover {
    color: #dd5911;
}

.post-cell-content {
    padding-right: 29px;
    padding-left: 12px;
}

.post-cell-content > img {
    width: 100%;
}

.post-cell-content_txt {
    font: 16px/1.4em 'HelveticaNeueCyr';
    padding-top: 15px;
    color: rgb(54, 61, 70);
}

.post-page-txt {
    color: rgb(54, 61, 70);
    font: 16px/1.4em 'HelveticaNeueCyr';
}

.post-list2 {
    margin-right: -28px;
}

h1.news-title-hidden {
    position: absolute;
    top: 50px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

/*.post-list2 .post-cell-content {
    padding-right: 73px;
}*/


/* Other styles
-----------------------------------------------------------------------------*/
.map {
    margin: 20px -80px -40px;
    height: 331px;
}

.feedback {
    margin-bottom: 30px;
}

.contacts {
    list-style: none;
}

.contacts li {
    padding-bottom: 15px;
    color: rgb(54, 61, 70);
    font: 14px/1.3 'HelveticaNeueCyr-Light';
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: top left;
}

.contacts li span {
    color: #000;
    font-family: 'HelveticaNeueCyr';
}

#feedback select {
    width: 100%;
}

/*.contacts ._phone {
    background-image: url(../images/phone--icon.png);
}

.contacts ._email {
    background-image: url(../images/mail-icon.png);
}

.contacts ._map     {
    background-image: url(../images/map-icon.png);
}
*/

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    position: relative;
    width: 280px;
    margin: 35px 0 35px -100%;
    background: #f8f8f8;
}

.left-sidebar-title {
    background: #d24a43;

    color: #fff;
    font-family: 'HelveticaNeueCyr';
        font-weight: bold;
    font-size: 15px;
    padding: 20px 33px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    display: block;
    text-decoration: none;
}

.sidebar-nav,
.sidebar-nav ul {
    list-style: none;
}

.sidebar-nav a {
    color: rgb(54, 61, 70);
    display: block;
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    position: relative;
    text-decoration: none;
    padding: 20px 33px;
}

.sidebar-nav > li {
    border-bottom: 1px solid #e4e8ec;
    /*padding: 20px 33px;*/
    position: relative;
}

.sidebar-nav > li:last-child,
.sidebar-nav > li.last-child,
.sidebar-nav > li li:last-child,
.sidebar-nav > li li.last-child {
    border-bottom-color: transparent;
}

.sidebar-nav > li:hover {
    background: #d24a43;
    color: #fff;
}

.sidebar-nav > li:hover > a {
    color: #fff !important;
}

.sidebar-nav > li.sub > a:before {
    border-color: #8b9db3 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    content: ' ';
    display: block;
    height: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    margin-top: -2px
}

.sidebar-nav > li.sub > a:hover:before,
.sidebar-nav > li.sub:hover > a:before {
    border-top-color: #fff;
}

.sidebar-nav li.active > a {
    color: #ff8448;
}

.sidebar-nav > li ul {
    background: #f1f1f1;
    /*bottom: -20px;*/
    display: none;
    /*margin: 0 -33px;*/
    position: relative;
}

.sidebar-nav > li li {
    border-bottom: 1px solid #e4e8ec;
    /*padding: 20px 33px 20px 43px;*/
}

.sidebar-nav > li li > a:hover {
    color: #ff8448;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background: #363d47;
    border-top: 38px solid #363d47;
    font-family: 'HelveticaNeueCyr';
    height: 212px;
    margin: -250px auto 0;
    min-width: 992px;
    position: relative;
}

.footer a:not(.btn) {
    color: #c9c9c9;
}

.footer a:not(.btn):hover {
    color: #fa7a38;
    text-decoration: underline;
}

.footer-inside > * {
    /*padding: 38px 0;*/
    height: 135px;
    position: relative;
}

.footer-link {
    margin-top: 24px;
}

.footer-link td {
    padding-bottom: 10px;
}

.footer-link a {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-nav {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

.footer-nav a {
    font-size: 14px;
    margin-right: 0.8em;
}

.footer-nav a:last-child,
.footer-nav a.last-child {
    margin-right: 0;
}

.column-footer-cell {
    color: #7f8996;
    font-size: .94em;
    width: 29%;
}

.column-footer-cell > div {
    margin: 0 60px 10px 10px;
}

.footer-dev a {
    color: #7f8996 !important;
}

.footer-dev a:hover {
    color: #8aad6a !important;
    text-decoration: underline;
}

.footer-info-box_phone {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 6px 7px 0;
}

.footer-info-box_phone .icon-auricular:before {
    font-size: 1.2em;
    top: 6px;
    right: 2px;
}

/* Back to top
-----------------------------------------------------------------------------*/
#back-to-top {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 1000;
}


#back-to-top a {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .8);
    background-repeat: no-repeat;
    background-position: 49% 46%;
    /*background-image: url(../images/back-to.png);*/
    display: block;
    height: 49px;
    text-indent: -9999px;
    width: 49px;
}


/* Page Loading
-----------------------------------------------------------------------------*/
.page-loading {
    text-align: center;
    font-size: 26px;
    position: relative;
    top: -26px;
    width: 80px;
    margin: 40px auto -10px;
    display: none;
}

.page-loading > div {
    display: inline-block;
     width: 18px;
     height: 18px;
     border-radius: 100%;
     background-color: #363d47;
}

.page-error-data,
.page-error-data-st {
    background: rgba(236, 89, 21, .05);
    margin: 0 -55px;
    padding: 20px 55px;
}

.page-error-data-st {
    margin: 0 -80px;
}

/* Modal Content
 --------------------------------------------------------------------------*/

#question .box-modal-cotent {
    background: rgb(54, 61, 70);
    color: #fff;
}

.modal-title {
     text-transform: uppercase;
     font: 28px/1.8 'HelveticaNeueCyr';
}

.box-modal hr.line {
     width: 80%;
     display: block;
     height: 0;
     border: 0;
     margin: 10px auto 30px;
     border-bottom: 1px solid #ebebeb;
}

.box-modal .placeholder {
    color: #757575;
}

.modal-buttons-margin {
     margin-top: 15px;
}

.box-modal .errorMessage {
    margin-top: -3px;
    font-size: .9em;
    padding-left: 5px;
}

/* IE 10, IE 11 FIX */
@media all and (-ms-high-contrast:none) {
    .btn, *::-ms-backdrop, .btn {
        display: inline-block !important;
    }
}

.about-int {
    margin: auto;
    padding: 10px 10px 0;
    position: relative;
    text-align: center;
    border: 0;
    vertical-align: baseline;
/*
    min-width: 980px;
    max-width: 1920px;
    width: 960px;
*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mvb .branch-box_icon {
    display: block;
    font-size: 2.7em !important;
    line-height: 1.5em !important;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    left: 80%;
    top: 25%;
    width: 80px;
    height: 80px;
    background: #fff;
}

#mvb .branch-box_icon:before {
    color: #fff;
    display: block;
    width: 65px;
    height: 65px;
    margin: 10% auto;
}

#mvb .showcase-item_link {
    font-size: 12px;
    line-height: inherit;
/*    text-align: left !important; */
/*    padding: 21px 41px 21px 8px; */
}

/*
#mvb .showcase-item:hover {
    top: 0; 
    left: 0;
    box-shadow: 0px 0px 5px rgba(210,74,67,0.3), 2px 0px 5px rgba(210,74,67,0.3);
    box-shadow: 1px 1px 10px rgba(54,61,70,0.5);
}
*/

#ex-box strong { 
    color: #d24a43; 
    font: 30px/30px 'HelveticaNeueCyr';
    text-transform: uppercase;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    top: 20px;
}

.about-int:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    position: relative;
    visibility: hidden;
    width: 0;
}

.cifr { height: 434px; margin: auto; padding-bottom: 10px; position:relative; width: 839px }
.cifr div{position:absolute;width:153px}
.cifr strong{color:#d24a43;display:block;font:400 48px/50px 'HelveticaNeueCyr-Bold';white-space:nowrap;text-shadow: 1px 1px 1px rgba(180,55,67,0.7)}
.cifr strong b{font-size:18px}
.cifr strong em{font-style:normal}

.cifr .c1{left:124px;top:54px}
.cifr .c2{left:344px;top:54px}
.cifr .c3{left:564px;top:22px}
.cifr .c4{left:234px;top:244px}
.cifr .c5{left:454px;top:244px}
/*
.cifr .c6{left:344px;top:235px}
.cifr .c7{left:564px;top:235px}
*/
.cifr .mod1 { background:url(../images/about-int/mod-d.png) 0 0 no-repeat; height: 200px; left: 110px; top:   2px; width: 200px }
.cifr .mod2 { background:url(../images/about-int/mod-d.png) 0 0 no-repeat; height: 200px; left: 330px; top:   2px; width: 200px }
.cifr .mod3 { background:url(../images/about-int/mod-d.png) 0 0 no-repeat; height: 200px; left: 550px; top:   2px; width: 200px }
.cifr .mod4 { background:url(../images/about-int/mod-u.png) 0 0 no-repeat; height: 200px; left: 220px; top: 210px; width: 200px }
.cifr .mod5 { background:url(../images/about-int/mod-u.png) 0 0 no-repeat; height: 200px; left: 440px; top: 210px; width: 200px }
/*
.cifr .mod6 { background:url(../images/about-int/mod-u.png) 0 0 no-repeat; height: 200px; left: 330px; top: 210px; width: 200px }
.cifr .mod7 { background:url(../images/about-int/mod-u.png) 0 0 no-repeat; height: 200px; left: 550px; top: 210px; width: 200px }
*/