/*
Theme Name: Sovplym Israel
Theme URI: https://sovplym.co.il
Author: Sovplym Marketing department
Author URI: http://sovplym.com
Description: Theme for Sovplym Israel.
Version: 2.0
*/

.font {
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.trans {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.trans-long {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.trans-move {
    -webkit-transition: left 0.35s ease-in-out;
    -moz-transition: left 0.35s ease-in-out;
    -o-transition: left 0.35s ease-in-out;
    transition: left 0.35s ease-in-out;
}

.translY {
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.translX {
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.rot {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.draggable .slick-slide {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

/* Reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    outline: none !important;
    max-height: 999999px;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    width: 100%;
    /*padding-bottom: 440px;*/
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #343434;
    display: flex;
    flex-direction: column;
}

body.promo-page {
    padding-bottom: 0;
}

body.promo-page .footer {
    position: static !important;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.production-page {
    padding-bottom: 0;
    background: url(img/production-page-bg.jpg) center bottom no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body.production-page .header.header-above {
    position: static !important;
}

body.production-page .breadcrumb-block {
    height: 160px;
    background: none;
}

body.production-page .page-title {
    padding-top: 35px;
}

body.production-page .content-wrap {
    color: #fff;
}

body.processes-page {
    padding-bottom: 0;
    background: url(img/processes-page-bg.jpg) center bottom no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body.processes-page .header.header-above {
    position: static !important;
}

body.processes-page .breadcrumb-block {
    height: 160px;
    background: none;
}

body.processes-page .page-title {
    padding-top: 35px;
}

body.processes-page .content-wrap {
    color: #fff;
}

body.solution-page {
    padding-bottom: 0;
    background: url(img/solution-page-bg.jpg) center top no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body.solution-page .header.header-above {
    position: static !important;
}

body.solution-page .breadcrumb-block {
    height: 160px;
    background: none;
}

body.solution-page .page-title {
    padding-top: 35px;
}

body.solution-page .content-wrap {
    color: #fff;
}

table {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 700;
}

ul {
    margin: 0;
    list-style-type: none;
}

ol {
    margin: 0;
}

p {
    margin-bottom: 20px;
}

small {
    display: block;
    margin-bottom: 20px;
    font-size: 0.86em;
}

b {
    font-weight: 700;
}

a {
    color: #343434;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:focus {
    text-decoration: none;
    color: #343434;
}

a:active {
    text-decoration: none;
}

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

input {
    border: none;
    font-family: 'Raleway', 'Roboto', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea {
    border: none;
    resize: none;
    font-family: 'Raleway', 'Roboto', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button {
    background: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', 'Roboto', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[placeholder]::-webkit-input-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[placeholder]::-moz-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[placeholder]:-moz-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[placeholder]:-ms-input-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input[placeholder]:focus::-moz-placeholder {
    opacity: 0.5;
}

input[placeholder]:focus:-moz-placeholder {
    opacity: 0.5;
}

input[placeholder]:focus:-ms-input-placeholder {
    opacity: 0.5;
}

textarea[placeholder]::-webkit-input-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea[placeholder]::-moz-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea[placeholder]:-moz-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea[placeholder]:-ms-input-placeholder {
    opacity: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

textarea[placeholder]:focus::-moz-placeholder {
    opacity: 0.5;
}

textarea[placeholder]:focus:-moz-placeholder {
    opacity: 0.5;
}

textarea[placeholder]:focus:-ms-input-placeholder {
    opacity: 0.5;
}

.disabled {
    pointer-events: none;
}

.form-group {
    margin-bottom: 10px;
}

textarea.form-control {
    height: auto;
}

.form-control {
    height: 42px;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 13px;
}

select.form-control {
    height: 46px;
    border: 1px solid #d7d7d7 !important;
}

.has-error .form-control {
    border: 1px solid #ef8d8f !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.has-success .form-control {
    border: 1px solid #cdd0d7;
}

.has-success .form-control:focus {
    border: 1px solid #cdd0d7;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    text-align: left;
    font-weight: 500;
    color: #ff4011;
}

label {
    margin-top: 8px;
    font-weight: 400;
}

.radio,
.checkbox {
    display: inline-block;
    margin: 0;
}

.radio label,
.checkbox label {
    padding-left: 0;
}

.radio input,
.checkbox input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.checkbox input:checked + .checkbox-style {
    background: url(img/checkbox-checked.png) center center no-repeat;
}

.checkbox input[checked] + .checkbox-style {
    background: url(img/checkbox-checked.png) center center no-repeat;
}

.checkbox-style {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 12px;
    margin: 0 2px 0 0;
    background: url(img/checkbox.png) center center no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.radio input:checked + .radio-style {
    background: url(img/radio-checked.png) center center no-repeat;
}

.radio input[checked] + .radio-style {
    background: url(img/radio-checked.png) center center no-repeat;
}

.radio-style {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: url(img/radio.png) center center no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn {
    display: inline-block;
    height: 46px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: center;
    background: #ffc800;
    box-shadow: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ffc800;
    color: #343434;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn:focus {
    background-color: #ffc800;
    color: #343434;
}

.btn:hover {
    background: none;
    color: #343434;
    border: 1px solid #ffc800;
}

.btn:active {
    background: none;
    color: #343434;
    border: 1px solid #ffc800;
}

.btn.btn-sm {
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
}

.btn.btn-hollow {
    background: none;
    border: 1px solid #ffc800;
}

.btn.btn-hollow:focus {
    background: none;
}

.btn.btn-hollow:hover {
    background: #ffc800;
}

.btn.btn-hollow:active {
    background: #ffc800;
}

.btn.btn-toggle {
    width: 42px;
    height: 42px;
    line-height: 44px;
    padding: 0;
    background: none;
    border: 1px solid #ffc800;
}

.btn.btn-toggle:focus {
    background: none;
}

.btn.btn-toggle:hover {
    background: #ffc800;
}

.btn.btn-toggle:active {
    background: #ffc800;
}

.btn.btn-toggle .fa {
    margin: 0;
    font-size: 20px;
}

.btn img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.btn .fa {
    position: relative;
    font-size: 17px;
    margin-right: 12px;
}

.btn .fa.fa-angle-left {
    top: 1px;
}

.btn .fa.fa-angle-right {
    top: 1px;
    margin-right: 0;
    margin-left: 12px;
}

.overflow {
    overflow: hidden;
}

/* Page */
.page {
    position: relative;
    width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    margin: 0 auto 0 auto;
    flex: 1;
}

.container {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Header */
.modal {
    font-size: 13px;
}

.modal.modal-login .modal-header {
    background: url(img/login-modal-header.jpg) center 0 no-repeat;
}

.modal.modal-login .modal-header:after {
    display: none;
}

.modal.modal-login .modal-title {
    color: #fff;
}

.modal.modal-order .modal-header {
    background: url(img/order-modal-header.jpg) center 0 no-repeat;
}

.modal.modal-order .modal-header:after {
    display: none;
}

.modal.modal-order .modal-title {
    color: #fff;
}

.modal .modal-dialog {
    width: 600px;
	margin-top: 15%;
}

.modal .modal-content {
    border: none !important;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal .modal-header {
    position: relative;
    padding: 40px 45px;
    border-bottom: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.modal .modal-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 510px;
    margin-left: -255px;
    height: 1px;
    background-color: #d7d7d7;
}

.modal .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 8px;
    color: #ffffff;
}

.modal .modal-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal .modal-body {
    padding: 40px 45px 45px 45px;
}

.modal .btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 35px;
    margin-bottom: 0;
}

.modal .btn + a {
    margin-left: 10px;
    margin-top: 15px;
}

.modal .btn + a + a {
    margin-top: 15px;
}

.modal .btn + p {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0 0;
}

.modal .has-error .form-control {
    border: 1px solid #ef8d8f !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.modal .form-error {
    display: inline-block;
    margin-top: 15px;
    vertical-align: middle;
    color: #9f0101;
}

.modal .form-control {
    height: 46px;
    border: 1px solid #d7d7d7 !important;
}

.modal .form-group {
    margin-bottom: 20px;
}

.modal .form-group .btn {
    margin: 0;
}

.modal a {
    display: inline-block;
    vertical-align: middle;
}

.modal a + a {
    margin-left: 45px;
}

.modal a .fa {
    margin-right: 5px;
}

.support-btn {
    z-index: 70;
    position: fixed;
    top: 123px;
    right: 0;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 121px;
    margin-right: -51px;
    background-color: rgba(255, 200, 0, 0.9);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(-90deg) translateX(50%);
}

.support-btn:focus {
    color: #fff;
    background-color: rgba(255, 200, 0, 0.75);
}

.support-btn:hover {
    color: #fff;
    background-color: #ffc800;
}

.support-btn.active {
    right: 350px;
    color: #fff;
    background-color: #ffc800;
}

.support-block {
    z-index: 70;
    position: fixed;
    top: 123px;
    right: -350px;
    width: 350px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    background: #fafafa;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.support-block.active {
    right: 0;
	border: 1px;
	border-style: solid;
	border-color: #fdb813;
}

.support-block ul {
    padding: 30px 0 20px 0;
    border-top: 1px solid #d7d7d7;
}

.support-block ul:first-child {
    padding-top: 0;
    border-top: none;
}

.support-block ul li {
    margin-bottom: 10px;
}

.support-block .btn {
    width: 100%;
    margin-bottom: 0;
}

.header {
    z-index: 60;
    position: relative;
}

.header.header-above {
    position: absolute;
    width: 100%;
    min-width: 1200px;
}

.header.header-above.header-above-slider .header-middle {
    background: url(img/header-gradient.png) 0 0 repeat-x;
}

.header.header-above .header-top {
    height: 40px;
    line-height: 39px;
    border-bottom: none;
    background: white;
}

.header.header-above .header-middle {
    max-width: 1920px;
    height: 110px;
    margin: auto;
    background: none;
}

.header.header-above .main-menu > ul > li > a {
    top: 0;
    color: #fff;
}

.header.header-above .main-menu > ul > li > a:hover {
    color: #ffc800;
}

.header.header-above-promo {
    position: absolute;
    width: 100%;
    min-width: 1200px;
}

.header.header-transparent .header-middle {
    background: none;
}

.header-top {
    overflow: hidden;
    height: 41px;
    line-height: 40px;
    /*background-color: white;*/
    border-bottom: 1px solid #efefef;
    font-size: 13px;
}

.header-top .fa {
    margin-right: 5px;
}

.header-top .phone {
    font-size: 1.2em;
}

.phone {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.phone .fa {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.search {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
    margin-left: 35px;
    text-align: center;
    background-color: #efefef;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search:hover {
    background-color: #f4f4f4;
}

.search:after {
    content: '';
    display: block;
    z-index: 30;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.search.active {
    width: 270px;
}

.search.active:after {
    display: none;
}

.search.active .form-control {
    display: block;
}

.search button {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-size: 13px;
}

.search button .fa {
    margin: 0;
}

.search .fa {
    margin: 0;
}

.search .form-control {
    display: none;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    background: #efefef;
}

.auth {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.lang {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lang:hover {
    color: #ffc800;
}

.lang.active ul {
    max-width: 1000px;
}

.lang.active .fa-angle-down {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.lang span {
    text-transform: uppercase;
}

.lang ul {
    overflow: hidden;
    position: relative;
    top: -1px;
    display: inline-block;
    min-width: 5px;
    max-width: 5px;
    height: 40px;
    vertical-align: top;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.lang ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-middle {
    height: 80px;
    line-height: 80px;
    /*background-color: #f9f9f9;*/
    background-color: rgba(0, 0, 0, 0.03);
}

.logo {
    display: inline-block;
}

.main-menu {
    display: inline-block;
}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.main-menu > ul > li:hover > ul {
    display: block;
}

.main-menu > ul > li:last-child > a {
    padding-right: 0;
}

.main-menu > ul > li.submenu-parent:hover > a {
    background: #fff;
    border: 1px solid #efefef;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #343434;
}

.main-menu > ul > li.submenu-parent:hover > a:hover {
    color: #ffc800;
}

.main-menu > ul > li.submenu-parent:hover > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #fff;
}

.main-menu > ul > li > a {
    z-index: 60;
    position: relative;
    top: -1px;
    display: block;
    padding: 0 18px;
    line-height: 79px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    color: #343434;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.main-menu > ul > li > a:hover {
    color: #ffc800;
}

.main-menu > ul > li > a .fa {
    margin-left: 4px;
}

.main-menu > ul > li > ul {
    display: none;
    z-index: 50;
    position: absolute;
    top: 100%;
    left: 0;
    width: 310px;
    padding: 20px 0;
    margin-top: -1px;
    text-align: left;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    font-size: 13px;
}

.main-menu > ul > li > ul > li > a {
    display: block;
    padding: 5px 25px;
    line-height: 1.4;
}

.main-slider-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 710px;
}

.main-slider {
	position: absolute;
    top: 40px;
    left: 50%;
    width: 1920px;
    height: 670px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.main-slider .btn {
    min-width: 178px;
    text-shadow: none;
}

.main-slider .btn:hover {
    background: #FFD12C;
}

.main-slider .container {
    height: 670px;
}

.main-slide {
    display: block;
    width: 100%;
    height: 670px;
}

.main-slide-content {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slide-title {
    position: absolute;
    left: 0;
    bottom: 88px;
    width: 1000px;
    margin: 0;
    line-height: 60px;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.main-slide-title.br {
    text-align: right;
	color: #212121;
    left: auto;
    right: 1px;
	bottom: 200px;
}

.main-slide-title.br .btn {
	display: inline-block;
    left: -10px;
    top: 80px;
	background-color: rgba(253,184,19,.7);
	color: black;
	font-size: 16px;
	border-radius: 4px;
	border-color: #3c3c3c;
}

.main-slide-title.tr {
    text-align: right;
    left: auto;
    right: 10px;
    top: 88px;
    bottom: auto;
	color: #212121;
}

.main-slide-title.tr .btn {
	display: inline-block;
	margin: 0;
	background-color: #FFD740;
	color: #212121;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #424242;
	right: 20px;
	padding: 4px 20px 4px 20px;
}

.main-slide-title.tl {
    top: 135px;
	left: 47px;
    bottom: auto;
}

.main-slide-title.tl .btn {
	background-color: #fdb813;
	color: white;
	border-radius: 4px;
}

.main-slide-title.bl {
    top: 345px;
	left: 110px;
    bottom: auto;
}

.main-slide-title.bl .btn {
	display: inline-block;
	margin: 0;
	background-color: #FFD740;
	color: #212121;
	font-size: 24px;
	border-radius: 2px;
	border: 1px solid #424242;
	right: 20px;
	padding: 4px 20px 4px 20px;
}

.main-slide-title-small {
    font-size: 26px;
    line-height: 1.3;
}

.main-slide-title span {
    color: #ffc800;
}

.main-slide-title .btn {
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.slick-arrow {
    overflow: hidden;
    z-index: 50;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    font-size: 0;
    text-indent: -99999px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slick-arrow.slick-prev {
    margin-right: 65px;
    background: url(img/prev.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.slick-arrow.slick-prev:hover {
    background-color: #ffc800;
}

.slick-arrow.slick-next {
    right: auto;
    left: 100%;
    margin-left: 65px;
    background: url(img/next.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.slick-arrow.slick-next:hover {
    background-color: #ffc800;
}

.prev {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(img/prev.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prev:hover {
    background-color: #ffc800;
}

.next {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(img/next.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.next:hover {
    background-color: #ffc800;
}

.slick-dots {
    z-index: 50;
    position: absolute;
    left: auto;
    right: 375px;
    bottom: 105px;
    width: 300px;
    text-align: right;
}

.slick-dots li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 0;
    text-indent: -99999px;
}

.slick-dots li.slick-active button {
    background: #ffc800;
}

.slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
}

.slick-slide {
    position: relative;
}

/* Front page Directions*/

.directions-front {
	position:relative;
	display: inline-block;
	min-height:1px;
	padding-right:10px;
	padding-left:10px
}

.direction-hor {
	position: relative;
    display: block;
    height: 176px;
    margin-bottom: 30px;
    color: #fff;
	transition: transform 0.5s;
}

.direction-hor:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.direction {
    position: relative;
    color: #fff;
}

.direction:hover {
    opacity: 0.8;
}

.direction-title {
    position: absolute;
	bottom: 0px;
    padding: 10px 10px;
    margin: 0 -20px 0 0;
    background-color: rgba(0, 0, 0, 0.4);
	height:100px;
	width: 216px;
	text-transform: uppercase;
	word-spacing: 1px;
	font-size: 22px;
}

.direction-title-hor {
	position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
    font-size: 16px;
}

/* Footer*/
.footer {
    /*z-index: 40;*/
    /*position: absolute;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    /*min-height: 440px;*/
    margin: auto;
    padding: 75px 0 35px 0;
    background: #242424;
    color: #fff;
    font-size: 13px;
    /*transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
}

/*.footer:after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*top: 0;*/
/*left: -3px;*/
/*width: 6px;*/
/*height: 100%;*/
/*background: #242424;*/
/*}*/
.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ffc800;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer .fa {
    margin-right: 5px;
    font-size: 14px;
}

.footer .phone {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.footer .location {
    margin-bottom: 8px;
    display: inline-block;
}

.footer .location .fa {
    font-size: 18px;
}

.footer .mail {
    font-size: 12px;
    margin-bottom: 6px;
}

.footer .auth {
    margin-left: 0;
}

.footer .auth .fa {
    margin-left: 2px;
    margin-right: 6px;
}

.footer .sitemap {
    display: inline-block;
}

.footer .sitemap + .auth {
    margin-left: 35px;
}

.footer .footer-contacts {
    position: relative;
    top: -18px;
    margin-bottom: -10px;
}

.footer .footer-contacts .copy {
    margin-top: 62px;
    color: #fff;
}

.footer .footer-contacts .phone {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    margin-top: 62px;
    font-size: 12px;
    font-weight: 400;
}

.footer .footer-contacts .mail {
    display: inline-block;
    margin-top: 62px;
}

.footer .footer-links ul {
    display: inline-block;
    margin-right: 100px;
    margin-bottom: 30px;
}

.footer .footer-links ul + ul {
    margin-right: 0;
}

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

.footer .footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer .form-feedback textarea.form-control {
    width: 185px;
}

.footer .form-feedback .form-group:last-child {
    margin-bottom: 0;
}

.footer .form-feedback .btn {
    float: right;
    width: 74px;
    margin: 0;
    padding: 0;
}

.footer-title {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-about {
    font-size: 14px;
    line-height: 18px;
	padding-bottom: 18px;
}

.footer-bottom {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #585858;
}

.copy {
    color: #8d8c8c;
    font-size: 12px;
}

.share a {
    display: inline-block;
    margin-right: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ffc800;
    border-radius: 2px;
}

.share a:hover {
    color: #242424;
    background: #ffc800;
}

.share a:last-child {
    margin-right: 0;
}

.share .fa {
    margin: 0 !important;
    font-size: 16px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li + li {
    margin-left: 20px;
}

.footer-menu li a {
    text-transform: capitalize;
}

/* Content */
.text-title {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-block-title {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-block-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 24px;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #d7d7d7;
}

.breadcrumb-block {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 190px;
    text-align: center;
    background: url(img/breadcrumb-bg.jpg) center 0 no-repeat;
    color: #fff;
}

.breadcrumb-block.breadcrumb-block-service {
    background: url(img/breadcrumb-service-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-404 {
    background: url(img/breadcrumb-404-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-contacts {
    background: url(img/breadcrumb-contacts-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-documents {
    background: url(img/breadcrumb-documents-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-implementations {
    background: url(img/breadcrumb-implementations-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-catalog {
    background: url(img/breadcrumb-production-bg.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.breadcrumb-block.breadcrumb-block-process-direction {
    background: url(img/breadcrumb-process-direction-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-pharm {
    background: url(img/breadcrumb-pharm-bg.jpg) center 0 no-repeat;
}

.breadcrumb-block.breadcrumb-block-light {
    background: #f2f2f2;
    color: #343434;
}

.breadcrumb-block.breadcrumb-block-light .page-title {
    text-shadow: none;
    color: #404040;
}

.breadcrumb-block.breadcrumb-block-light .breadcrumb li.active {
    text-shadow: none;
    color: #404040;
}

.breadcrumb-block.breadcrumb-block-light .breadcrumb li + li:before {
    color: #404040 !important;
}

.breadcrumb-block.breadcrumb-block-light .breadcrumb a {
    text-shadow: none;
    color: #404040;
}

.breadcrumb-block.breadcrumb-block-light .breadcrumb a:hover {
    color: #ffc800;
}

.breadcrumb-block .breadcrumb a {
    color: #fff;
}

.breadcrumb-block .breadcrumb a:hover {
    color: #ffc800;
}

.breadcrumb-block .breadcrumb > .active {
    color: #b3b3b3;
}

.breadcrumb-block .breadcrumb > li + li:before {
    color: #fff;
}

.breadcrumb-block .breadcrumb > li + li.active:before {
    color: #b3b3b3;
}

.breadcrumb-block .container {
    z-index: 20;
    position: relative;
}

.breadcrumb-block .breadcrumb-pic {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1920px;
}

.page-title {
    padding-top: 65px;
    margin-bottom: 15px;
    text-shadow: 4px 1px 20px #000;
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 2px;
}

.custom-title {
    padding-top: 65px;
    margin-bottom: 15px;
    text-shadow: 4px 1px 20px #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 2px;
}

.product-title {
	padding-top: 65px;
	margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    color: #fdb813;
    font-size: 44px;
    font-weight: 700;
	-webkit-text-stroke: 1px black;
	letter-spacing: 2px;
}

.page-subtitle {
	display: inline;
	padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0;
	color: white;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.breadcrumb {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    text-transform: capitalize;
}

.section {
    padding: 50px 0 50px 0;
}

.section-con3 {
    padding: 10px 0 20px 0;
}

.section.section-color {
    background-color: #ffc800;
}

.section.section-color .section-title:after {
    background: #fff;
}

.section.section-color .prev {
    background: url(img/prev-invert.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.section.section-color .prev:hover {
    background-color: #fff;
}

.section.section-color .next {
    background: url(img/next-invert.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.section.section-color .next:hover {
    background-color: #fff;
}

.section.section-color .circle {
    border-color: #fff;
}

.section.section-color .btn.btn-hollow {
    background: none;
    border: 1px solid #fff;
}

.section.section-color .btn.btn-hollow:focus {
    background: none;
}

.section.section-color .btn.btn-hollow:hover {
    background: #fff;
}

.section.section-color .btn.btn-hollow:active {
    background: #fff;
}

.section.section-light {
    background-color: #f7f7f7;
}

.section.section-dark {
    background-color: #242424;
    color: #fff;
}

.section.section-dark .btn:hover {
    color: #fff;
}

.title-design {
    position: relative;
}

.title-design:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 24px;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #d7d7d7;
}

.section-title {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 15px;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #d7d7d7;
}

.section-small-title {
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.section-small-title span {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}

.list {
    display: inline-block;
    margin-bottom: 20px;
}

.list li {
    color: #ffc800;
    list-style-type: disc;
    text-align: left;
}

.list li span {
    color: #343434;
}

.list li small {
    display: inline-block;
    margin: 0;
    font-size: 0.7em;
}

.pic-wrap {
    position: relative;
}

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

.section-figures {
    font-size: 16px;
    padding: 25px 0;
}

.section-figures .section-title {
    margin-bottom: 50px;
}

.section-figures p b {
    display: block;
}

.section-figures .circle {
    border-width: 2px;
}

.spincrement {
    opacity: 0;
}

.spincrement.active {
    opacity: 1;
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #ffc800;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.circle .infinity {
    font-family: Tahoma;
    font-size: 45px;
    font-weight: 400;
    line-height: 2;
}

.section-top-sellers {
    padding-bottom: 150px;
}

.error404 .section-top-sellers {
    padding-bottom: 0;
}

.section-top-sellers .product {
    display: block;
    text-align: center;
    margin-bottom: 55px;
}

.section-top-sellers .product img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    vertical-align: top;
}

.section-top-sellers .product p {
    margin-bottom: 0;
    font-size: 14px;
}

.section-top-sellers .product p b {
    margin-bottom: 0;
    font-size: 14px;
}

.section-top-sellers .product-pic-wrap {
    height: 250px;
    line-height: 250px;
    margin-bottom: 25px;
}

.product {
    display: block;
    text-align: center;
    margin-bottom: 55px;
}

.product:hover img {
    opacity: 0.75;
}

.product img {
    display: inline-block;
    max-width: 100%;
    max-height: 185px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product p {
    margin-bottom: 0;
    font-size: 13px;
}

.product p b {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.product-pic-wrap {
	position:relative;
	height: 185px;
    line-height: 185px;
    margin-bottom: 25px;
	z-index: 1;
}

.product-badge {
	position:absolute;
	bottom: 185px;
	left: 5px;
	z-index: 2;
}

.new-product-badge {
	position:absolute;
	top: 15px;
	left: 5px;
	z-index: 2;
	width: 90px;
	border: 18px solid #c62828;
	border-left: 0 solid;
	border-right: 18px solid rgba(0,0,0,0);
	font: normal 85%/normal Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 0px;
	text-align: center;
	padding: 0px 10px;
}

.discount-badge {
	position:absolute;
	top: 25px;
	right: 1px;
	width: 80px;
	background: url(img/discount-sov.png) no-repeat;
}

.product-badge-manufacturer {
	position: absolute;
	top: 140px;
	right: 10px;
	height: 30px;
	width: auto;
	background-color: rgba(253,184,19,.8);
    border-radius: 15px 1px 1px 15px;
    
 }
 
 .product-badge-manufacturer-text {
	position: relative;
	padding: 5px 10px;
	color: black;
	font-style: oblique;
	font-weight: bold;
    font-size: 14px; 
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .sidebar-label {
	position: relative;
    top: 100%;
    right: 100%;
 }
 
  .sidebar-text {
	position: relative;
 }
 
.section-regions {
    padding-bottom: 45px;
}

.section-regions ul b {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
}

.section-regions ul > li {
    margin-bottom: 20px;
}

.section-regions ul ul li {
    display: inline-block;
    margin-bottom: 0;
}

.section-regions ul ul li + li:before {
    content: '//';
    display: inline-block;
    padding: 0 5px 0 2px;
    color: #717171;
}

.section-regions .btn {
    position: relative;
    top: -1px;
}

.section-regions .map-pic {
    position: relative;
    top: 0;
    display: inline-block;
    margin-top: -175px;
    margin-bottom: -120px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.section-regions .map-pic:hover {
    top: -10px;
}

.section-partners {
    padding-top: 70px;
}

.partners-slider {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.partner {
    display: inline-block;
    vertical-align: middle;
}

.partner:hover {
    opacity: 0.75;
}

.section-latest-news {
    padding-top: 50px;
    padding-bottom: 10px;
}

.section-latest-news .section-small-title {
    margin: 0;
    line-height: 42px;
}

.section-latest-news .prev {
    position: static !important;
    margin-top: 0 !important;
    vertical-align: top;
}

.section-latest-news .next {
    position: static !important;
    margin-top: 0 !important;
    margin-left: 10px;
    vertical-align: top;
}

.section-latest-news .btn {
    margin-bottom: 0;
    margin-left: 30px;
    vertical-align: top;
}

.latest-news-slider {
    margin-top: 40px;
}

.latest-new {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.latest-new:hover {
    color: #000;
}

.latest-new:hover .pic-wrap:after {
    background: rgba(0, 0, 0, 0.2);
}

.latest-new .pic-wrap:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.latest-new .pic {
    margin-bottom: 15px;
}

.latest-new .new-title {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
}

.latest-new .date {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.section-news {
    padding-bottom: 0;
}

.section-news-list {
    padding-bottom: 70px;
}

.section-new .pic {
    margin-bottom: 30px;
}

.new-list-item {
    display: block;
    min-height: 250px;
    padding-bottom: 20px;
}

.new-list-item:hover .pic-wrap:after {
    background: rgba(0, 0, 0, 0.2);
}

.new-list-item .pic-wrap:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.new-list-item .pic {
    height: 109px;
    margin-bottom: 20px;
}

.new-list-item .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 9px 3px 9px;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
}

.new-list-item .new-title {
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
}

.new-list-item .noimage {
    height: 109px;
    line-height: 109px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f3f3f3;
}

.new-list-item .noimage img {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    margin: 0;
}

.pagination {
    margin: 0 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.pagination > li > a,
.pagination > li > span {
    float: none;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 0 3px;
    color: #343434;
    text-decoration: none;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    background-color: #ffc800;
}

.pagination > li > a.prev:hover,
.pagination > li > span.prev:hover {
    background-color: #ffc800;
}

.pagination > li > a.next:hover,
.pagination > li > span.next:hover {
    background-color: #ffc800;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #343434;
    cursor: default;
    background: none;
    border: 1px solid #d1d1d1;
}

.pagination > li {
    display: inline-block;
    vertical-align: top;
}

.pagination > li.arr {
    margin-left: 30px;
}

.pagination > li.arr + .arr {
    margin-left: 0;
}

.section-company {
    padding-bottom: 60px;
}

.section-company p {
    margin-bottom: 25px;
    line-height: 26px;
}

.section-company ul {
    margin-bottom: 25px;
    line-height: 26px;
}

.company-title-text {
    margin-bottom: 50px;
}

.company-main-text {
    margin-bottom: 80px;
}

.company-main-text p:first-child {
    margin-top: -5px;
}

.company-features {
    margin-bottom: 20px;
}

.company-features p + ul {
    margin-top: -20px;
}

.company-features .circle {
    margin-right: 30px;
}

.company-features .circle img {
    max-width: 37px;
    max-height: 37px;
}

.company-feature {
    margin-bottom: 35px;
}

.company-showroom {
    margin-bottom: 25px;
}

.section-about {
    padding-bottom: 55px;
}

.about {
    display: block;
    margin-bottom: 35px;
    text-align: center;
}

.about:hover .pic-wrap:after {
    background: rgba(0, 0, 0, 0.2);
}

.about .pic-wrap:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about img {
    margin-bottom: 20px;
}

.article-title {
    width: 400px;
    margin: 0 auto 75px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}

.article-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 24px;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: #d7d7d7;
}

.text-block {
    margin-bottom: 60px;
}

.text-block p {
    margin-bottom: 25px;
    line-height: 26px;
}

.text-block p a {
    color: #ffc800;
    text-decoration: underline;
}

.text-block p a:hover {
    text-decoration: none;
}

.text-block ul {
    margin-bottom: 25px;
    line-height: 26px;
}

.direction-bar {
    padding: 30px 0;
    background: #f7f7f7;
}

.direction-bar .btn {
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs + .tab-content {
    border: 1px solid #e6e6e6;
}

.media-items {
    padding: 55px 30px 0 30px;
}

.media-items .section-title {
    margin-bottom: 60px;
    font-size: 18px;
}

.media-item {
    display: block;
    margin-bottom: 55px;
}

.media-item:hover {
    opacity: 0.85;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: #343434;
}

.nav-tabs > li:first-child.active > a {
    border-left: 1px solid #e6e6e6 !important;
}

.nav-tabs > li:first-child > a {
    border-left: 1px solid rgba(230, 230, 230, 0) !important;
}

.nav-tabs > li > a {
    display: block;
    width: 195px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-right: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    background-color: #D2D3D5;
    border: 1px solid rgba(230, 230, 230, 0);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs > li > a:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-bottom-color: #E6E6E6;
    border-left: 1px solid #fff;
    color: #343434;
}

.table-well-wrap {
    margin: -30px;
}

.table-well {
    border-collapse: separate;
    border-spacing: 30px;
    font-size: 13px;
}

.table-well td {
    width: 33.33333333%;
    padding: 25px;
    vertical-align: top;
    background: #f7f7f7;
}

.table-well td p:last-child {
    margin-bottom: 0;
}

.well-title {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
}

.btns-row .btn {
    margin: 0 13px;
}

.section-service {
    padding-bottom: 90px;
}

.section-service .company-title-text {
    margin-bottom: 25px;
}

.section-service .text-block {
    margin-bottom: 30px;
}

.service-all-blocks {
    position: relative;
    min-height: 400px;
    margin-bottom: 60px;
}

.service-all-blocks.text-block {
    margin-bottom: 60px;
}

.service-block {
    display: none;
    z-index: 30;
    position: relative;
    min-height: 400px;
    margin-bottom: 0;
}

.service-block.well {
    margin-bottom: 0;
    padding-right: 90px;
}

.service-block .service-block-close {
    z-index: 20;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 22px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-block .service-block-close:hover {
    opacity: 0.5;
}

.service-block p:last-child {
    margin-bottom: 0;
}

.service-block ul:last-child {
    margin-bottom: 0;
}

.service-mini-blocks {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.service-block-mini {
    overflow: hidden;
    height: 185px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-block-mini:hover {
    background: #eaeaea;
}

.service-block-mini-content {
    overflow: hidden;
    height: 110px;
}

.well {
    margin-bottom: 30px;
    padding: 40px 30px 35px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f7f7f7;
}

.well .circle {
    margin-bottom: 0;
}

.well ul:last-child {
    margin-bottom: 0;
}

.well .text-title {
    margin-bottom: 15px;
}

.well .text-title .numeral {
    margin-right: 5px;
}

.numeral {
    font-family: 'Roboto', sans-serif;
}

.feedback-block {
    margin-bottom: 30px;
    padding: 30px 10px 30px 30px;
    background-color: #ffcd18;
}

.feedback-fields {
    text-align: justify;
}

.feedback-fields:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.feedback-block .btn {
    margin-bottom: 0;
}

.feedback-block .btn.btn-hollow {
    background: none;
    border: 1px solid #fff;
}

.feedback-block .btn.btn-hollow:focus {
    background: none;
}

.feedback-block .btn.btn-hollow:hover {
    background: #fff;
}

.feedback-block .btn.btn-hollow:active {
    background: #fff;
}

/*.feedback-block .form-control {*/
/*margin-right: 28px;*/
/*}*/
.feedback-block .form-control.feedback-name {
    width: 220px;
}

.feedback-block .form-control.feedback-email {
    width: 270px;
}

.feedback-block .form-control.feedback-comment {
    width: 435px;
}

.upload-block {
    margin-bottom: 30px;
    padding: 30px 10px 30px 30px;
    text-align: left;
    background-color: #ffcd18;
}

.upload-block .text-title {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}

.upload-block .btn {
    margin-bottom: 0;
}

.upload-block .btn.btn-hollow {
    background: none;
    border: 1px solid #fff;
}

.upload-block .btn.btn-hollow:focus {
    background: none;
}

.upload-block .btn.btn-hollow:hover {
    background: #fff;
}

.upload-block .btn.btn-hollow:active {
    background: #fff;
}

.upload-block .form-control {
    margin-right: 28px;
}

.upload-block .form-control.feedback-name {
    width: 220px;
}

.upload-block .form-control.feedback-email {
    width: 270px;
}

.upload-block .form-control.feedback-comment {
    width: 435px;
}

.upload-block .form-control.upload-field {
    width: 780px;
}

.manufacture-video-wrap {
    overflow: hidden;
    position: relative;
    height: 760px;
}

.manufacture-video-wrap .embed-responsive {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.section-representations {
    padding-bottom: 90px;
    background: #f7f7f7;
}

.section-representations .map {
    min-height: 1000px;
    background: url(img/map-big.png) 0 35px no-repeat;
}

.section-representations .well {
    padding: 25px 20px;
    font-size: 13px;
}

.section-representations .well p:last-child {
    margin-bottom: 0;
}

.section-representations .well ul {
    margin-bottom: 20px;
}

.section-representations .well ul:last-child {
    margin-bottom: 0;
}

.section-representations .well ul li {
    margin-bottom: 12px;
}

.section-representations .well ul li:last-child {
    margin-bottom: 0;
}

.section-representations .well ul .icon-wrap {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    text-align: center;
}

.section-representations .well ul .fa-map-marker {
    font-size: 14px;
}

.section-representations .well ul .fa-envelope {
    font-size: 11px;
}

.section-representations .well ul .fa-phone {
    font-size: 12px;
}

.sertificate {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.sertificate:hover {
    opacity: 0.75;
}

.sertificate img {
    width: 170px;
}

.representation {
    z-index: 20;
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #eaeaea;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.representation__hidden {
    display: none;
}

.representation__hidden.active {
    display: block;
}

.representation.active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.representation-markers {
    z-index: 10;
    position: absolute;
    top: 35px;
    left: 0;
    width: 1001px;
    height: 885px;
}

.representation-marker {
    position: absolute;
    width: 26px;
    height: 35px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.representation-marker--head {
    background: url(img/icon-marker-red.png) 0 0 no-repeat;
}

.representation-marker--branch {
    background: url(img/icon-marker.png) 0 0 no-repeat;
}

.representation-marker--dealer {
    background: url(img/icon-marker-small.png) 0 0 no-repeat;
    width: 17px;
    height: 23px;
}

.representation-marker:hover {
    background: url(img/icon-marker-active.png) 0 0 no-repeat;
}

.representation-marker--dealer:hover {
    background: url(img/icon-marker-small-active.png) 0 0 no-repeat;
}

.representation-marker.representation-marker-1 {
    top: 223px;
    left: 161px;
}

.representation-marker.representation-marker-2 {
    top: 243px;
    left: 216px;
}

.representation-marker.representation-marker-3 {
    top: 240px;
    left: 280px;
}

.representation-marker.representation-marker-4 {
    top: 288px;
    left: 233px;
}

.representation-marker.representation-marker-5 {
    top: 325px;
    left: 255px;
}

.representation-marker.representation-marker-6 {
    top: 330px;
    left: 450px;
}

.representation-marker.representation-marker-7 {
    top: 400px;
    left: 280px;
}

.representation-marker.representation-marker-8 {
    top: 440px;
    left: 285px;
}

.representation-marker.representation-marker-9 {
    top: 500px;
    left: 530px;
}

.representation-marker.representation-marker-10 {
    top: 805px;
    left: 220px;
}

.representation-info-item {
    display: inline-block;
    margin-right: 10px;
    color: #7e7e7e;
    font-size: 13px;
}

.representation-info-item:last-child {
    margin-right: 0;
}

.section-history .well {
    padding: 25px;
    font-size: 13px;
}

.section-history .well ul li {
    margin-bottom: 15px;
    line-height: 20px;
}

.section-history .well ul li:last-child {
    margin-bottom: 0;
}

.section-history .well-title {
    margin-bottom: 20px;
}

.timeline {
    height: 75px;
    line-height: 75px;
    margin-bottom: 70px;
    background-color: #ffc800;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.timeline .container {
    overflow: auto;
    height: 75px;
    line-height: 75px;
}

.timeline ul li {
    position: relative;
    display: inline-block;
    float: left;
}

.timeline ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
}

.timeline ul li a:hover {
    color: #fff;
}

.timeline ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5px;
    width: 10px;
    height: 5px;
    background: url(img/icon-arr.png) 0 0 no-repeat;
}

.timeline ul li.active a {
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timeline ul li + li {
    margin-left: 12px;
}

.timeline .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 11px;
}

.timeline .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.timeline .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.timeline .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.timeline .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 5px;
}

.timeline .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.timeline .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, 0);
}

.timeline .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.timeline .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1 !important;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.timeline .mCSB_dragger {
    width: 42px !important;
}

.timeline .mCSB_scrollTools {
    opacity: 1 !important;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.history-slider-wrap {
    overflow: hidden;
    margin-bottom: 55px;
    padding: 30px 15px;
    background: #f7f7f7;
}

.history-slider .slick-arrow.slick-prev {
    top: 0;
    width: 40px;
    height: 100%;
    margin-top: 0;
    margin-right: -55px;
    background: rgba(0, 0, 0, 0.25) url(img/arr-left.png) center center no-repeat;
}

.history-slider .slick-arrow.slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.history-slider .slick-arrow.slick-next {
    top: 0;
    width: 40px;
    height: 100%;
    margin-top: 0;
    margin-left: -55px;
    background: rgba(0, 0, 0, 0.25) url(img/arr-right.png) center center no-repeat;
}

.history-slider .slick-arrow.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.history-pic {
    position: relative;
    display: block;
    margin: 0 15px;
}

.history-pic:after {
    opacity: 0;
    content: '\f002';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.history-pic:hover:after {
    opacity: 1;
}

.history-pic .pic {
    height: 120px;
}

.text-item {
    padding-left: 18px;
    background: url(img/icon-text-item.png) 0 5px no-repeat;
}

.text-small-title {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
}

.text-item + .text-small-title {
    margin-top: 50px;
}

.text-list li {
    padding-left: 12px;
    background: url(img/icon-text-list-point.png) 0 9px no-repeat;
}

.section-contacts {
    font-size: 13px;
}

.section-contacts .pic {
    margin-bottom: 30px;
}

.contacts-block {
    height: 204px;
    margin-bottom: 30px;
    padding: 25px 25px 0 25px;
    background: #242424;
    color: #fff;
}

.contacts-block ul li {
    margin-bottom: 11px;
}

.contacts-block ul li:last-child {
    margin-bottom: 0;
}

.contacts-block .fa-wrap {
    float: left;
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.contacts-map {
    height: 204px;
    margin-bottom: 30px;
    pointer-events: none;
}

.section-contacts-countries {
    padding: 70px 0 60px 0;
}

.section-contacts-countries .section-small-title {
    margin-bottom: 0;
}

.section-contacts-countries ul {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.section-contacts-countries ul li {
    display: inline-block;
    margin-bottom: 0;
}

.section-contacts-countries ul li + li:before {
    content: '//';
    display: inline-block;
    padding: 0 7px 0 4px;
    color: #ffc800;
}

.section-contacts-countries .btn-toggle {
    margin-left: 50px;
    margin-top: -12px;
    margin-bottom: 0;
    vertical-align: top;
}

.documents-items {
    padding: 55px 30px 0 30px;
    text-align: center;
    font-size: 13px;
}

.file-item {
    display: block;
    margin-bottom: 60px;
    padding: 0 20px;
    text-align: center;
}

.file-item .fa {
    display: block;
    margin-bottom: 35px;
    font-size: 52px;
}

.section-documents .nav-tabs li {
    width: 10%;
}

.section-documents .nav-tabs li a {
    position: relative;
    width: 100%;
    line-height: 1.2;
}

.section-documents .nav-tabs li a span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.section-documents .tab-content {
    margin-top: -2px;
}

.hover-dark-effect {
    position: relative;
}

.hover-dark-effect:hover:after {
    background: rgba(0, 0, 0, 0.2);
}

.hover-dark-effect:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.production-direction {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.production-direction:focus {
    color: white;
}

.production-direction:hover {
    color: #FFD12C;
}

.production-direction:hover:after {
    background: transparent;
}

.production-direction:before {
    content: '';
    display: block;
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.production-direction:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.production-direction-title {
    z-index: 30;
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 33px;
    line-height: 39px;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-direction {
    padding: 0 0 65px 0;
}

.section-implementations .company-title-text {
    margin-bottom: 35px;
}

.section-implementations .company-title-text b {
    color: #ffc800;
}

.section-implementations .text-block {
    margin-bottom: 75px;
}

.section-implementations .pagination {
    margin-top: 40px;
}

.section-implementations .filters {
    margin-bottom: 20px;
}

.implementation-item {
    display: block;
    height: 285px;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.implementation-item:hover .pic-wrap:after {
    background: rgba(0, 0, 0, 0.2);
}

.implementation-item .pic-wrap {
    margin-bottom: 20px;
}

.implementation-item .pic-wrap:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.implementation-item-logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.implementation-item-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    max-height: 40px;
}

.catalog-item {
    display: block;
    height: 230px;
    padding-bottom: 20px;
    text-align: center;
}

.catalog-item:hover .pic-wrap:after {
    background: rgba(0, 0, 0, 0.2);
}

.catalog-item .pic {
    display: inline-block;
    vertical-align: middle;
}

.catalog-item .pic-wrap {
    height: 185px;
    line-height: 185px;
    font-size: 0;
}

.catalog-item .pic-wrap:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog-menu {
    font-size: 13px;
}

.catalog-menu > li {
    margin-bottom: 2px;
}

.catalog-menu > li.active > span {
    background: #9e9e9e;
	color: #ffffff;
	cursor: default;
}

.catalog-menu > li.active > span:hover {
    background: #9e9e9e;
	color: #ffffff;
}

.catalog-menu > li > span {
    display: block;
    padding: 12px 16px;
    background-color: #f2f2f2;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog-menu > li > span:hover {
    background: #bdbdbd;
    color: #000000;
}

.catalog-menu > li > ul {
    padding: 14px 16px 10px 16px;
	border-width: 1px;
	border-color: #9e9e9e;
	border-style: solid;    
}

.catalog-menu > li > ul > li.active > a {
    color: #fdb813;
}

.catalog-menu > li > ul > li.active > ul {
    display: block;
}

.catalog-menu > li > ul > li > a {
    display: block;
    padding-bottom: 10px;
}

.catalog-menu > li > ul > li > ul {
    display: none;
    padding-left: 10px;
    margin-bottom: 5px;
}

.catalog-menu > li > ul > li > ul > li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog-menu > li > ul > li > ul > li:hover {
    background: url(img/icon-text-list-point-hover.png) 0 9px no-repeat;
}

.catalog-menu > li > ul > li > ul > li.active {
    background: url(img/icon-text-list-point-hover.png) 0 9px no-repeat;
}

.catalog-menu > li > ul > li > ul > li.active > a {
    color: #ffc800;
}

.catalog-menu > li > ul > li > ul > li > a {
    display: block;
    padding-bottom: 10px;
}

.promo-block {
    position: relative;
    height: 100vh;
    padding: 0 0 0 0;
}

.promo-block.promo-block-2.fp-destroyed .promo-slide {
    display: none !important;
}

.promo-block.promo-block-2.fp-destroyed .promo-slide:first-child {
    display: none !important;
}

.promo-block.promo-block-2.fp-destroyed .promo-slide:last-child {
    display: block !important;
}

.promo-block.fp-destroyed {
    height: 100vh !important;
}

.promo-block.fp-destroyed .promo-slide {
    display: none !important;
}

.promo-block.fp-destroyed .promo-slide:first-child {
    display: block !important;
}

.promo-block-btns {
    z-index: 30;
    position: fixed;
    bottom: 15px;
    left: 20px;
    width: 100%;
    font-size: 13px;
}

.promo-block-btns .promo-block-btn {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.promo-block-click-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border: 4px dashed #ffe469;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAACJJREFUCJlj/H+JdSYDBKRDaQYmBiyA8f8lVgxBrCqxCgIAkxoEtUPi7FUAAAAASUVORK5CYII=');
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.promo-block-click-cursor {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 340px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promo-block-click-cursor:before {
    content: '';
    display: block;
    float: left;
    margin-right: 16px;
    background: url(img/promo-cursor.png);
    width: 32px;
    height: 47px;
}

.promo-block-btns .promo-block-btn:hover {
    color: #ffc800;
}

.promo-block-1 .promo-block-click-area {
    width: 35%;
    height: 70%;
}

.promo-block-1 .promo-slide:nth-child(1) .promo-title-1 {
    left: 0;
    font-size: 49px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-1 .promo-slide:nth-child(1) .promo-title-1 span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.promo-block-1 .promo-slide:nth-child(1) .promo-title-2 {
    right: 0;
    font-size: 64px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-1 .promo-slide:nth-child(1) .promo-title-2 span {
    font-family: 'Roboto', sans-serif;
}

.promo-block-1 .promo-slide:nth-child(2) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-1 .promo-slide:nth-child(3) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-1 .promo-slide:nth-child(3) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-1 .promo-slide:nth-child(4) .promo-title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.promo-block-1 .promo-slide:nth-child(4) .promo-title img {
    display: block;
    margin: 0 auto 25px;
}

.promo-block-1 .promo-slide:nth-child(4) .promo-title small {
    display: inline;
    font-size: 13px;
}

.promo-block-1 .promo-slide:nth-child(4) .promo-title-1 {
    left: 0;
}

.promo-block-1 .promo-slide:nth-child(4) .promo-title-2 {
    right: 0;
}

.promo-block-1 .promo-slide:nth-child(5) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-1 .promo-slide:nth-child(5) .promo-title-2 {
    right: 0;
    font-size: 42px;
    font-weight: 400;
}

.promo-block-1 .promo-slide:nth-child(6) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-1 .promo-slide:nth-child(6) .promo-title-2 {
    right: 0;
    font-size: 42px;
    font-weight: 400;
}

.promo-block-1 .promo-slide:nth-child(7) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-1 .promo-slide:nth-child(8) .promo-title {
    text-align: center;
}

.promo-block-1 .promo-slide:nth-child(8) .promo-title-1 {
    left: 0;
    font-size: 28px;
}

.promo-block-1 .promo-slide:nth-child(8) .promo-title-2 {
    right: 0;
    font-size: 26px;
    font-weight: 400;
}

.promo-block-1 .promo-slide:nth-child(9) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-2 .promo-block-click-area {
    width: 35%;
    height: 65%;
}

.promo-block-2 .promo-slide:nth-child(1) .promo-title-1 {
    left: 0;
    font-size: 49px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(1) .promo-title-1 span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.promo-block-2 .promo-slide:nth-child(1) .promo-title-2 {
    right: 0;
    font-size: 64px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(1) .promo-title-2 span {
    font-family: 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(2) .promo-title-1 {
    left: 0;
    font-size: 37px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(2) .promo-title-1 span {
    display: block;
    font-weight: 400;
    font-size: 35px;
}

.promo-block-2 .promo-slide:nth-child(4) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-2 .promo-slide:nth-child(4) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-2 .promo-slide:nth-child(5) .promo-title-1 {
    left: 0;
    text-align: center;
    font-size: 37px;
}

.promo-block-2 .promo-slide:nth-child(5) .promo-title-2 {
    right: 0;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
}

.promo-block-2 .promo-slide:nth-child(6) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-2 .promo-slide:nth-child(6) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-2 .promo-slide:nth-child(7) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-2 .promo-slide:nth-child(7) .promo-title-1 span {
    font-family: 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(8) .promo-title-1 {
    left: 0;
    font-size: 49px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-2 .promo-slide:nth-child(8) .promo-title-1 span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.promo-block-2 .promo-slide:nth-child(9) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-2 .promo-slide:nth-child(9) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-2 .promo-slide:nth-child(10) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-2 .promo-slide:nth-child(10) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-3 .promo-block-click-area {
    width: 25%;
    height: 65%;
}

.promo-block-3 .promo-slide:nth-child(1) .promo-title-1 {
    left: 0;
    font-size: 49px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-3 .promo-slide:nth-child(1) .promo-title-1 span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.promo-block-3 .promo-slide:nth-child(1) .promo-title-2 {
    right: 0;
    line-height: 1;
    font-size: 116px;
    font-family: 'Raleway', 'Roboto', sans-serif;
}

.promo-block-3 .promo-slide:nth-child(1) .promo-title-2 span {
    font-family: 'Roboto', sans-serif;
}

.promo-block-3 .promo-slide:nth-child(2) .promo-title-1 {
    left: 0;
    text-align: center;
    font-size: 37px;
}

.promo-block-3 .promo-slide:nth-child(2) .promo-title-1 span {
    font-family: 'Roboto', sans-serif;
}

.promo-block-3 .promo-slide:nth-child(2) .promo-title-2 {
    right: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(3) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(3) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-3 .promo-slide:nth-child(4) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(4) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-3 .promo-slide:nth-child(5) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(5) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-3 .promo-slide:nth-child(7) .promo-title-1 {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(7) .promo-title-1 span {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.promo-block-3 .promo-slide:nth-child(8) .promo-title {
    text-align: center;
}

.promo-block-3 .promo-slide:nth-child(8) .promo-title-1 {
    left: 0;
    font-size: 28px;
}

.promo-block-3 .promo-slide:nth-child(8) .promo-title-2 {
    right: 0;
    font-size: 26px;
    font-weight: 400;
}

.promo-block-3 .promo-slide:nth-child(9) .promo-title-1 {
    left: 0;
    font-size: 49px;
}

.promo-block-4 .promo-block-click-area {
    width: 48%;
    height: 78%;
}

.promo-block-5 .promo-block-click-area {
    width: 62%;
    height: 70%;
    left: 51%;
    top: 45%;
}

.promo-title {
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

.promo-title-black {
    padding: 25px;
    background: rgba(33, 33, 33, 0.5);
    font-size: 31px;
    color: #fff;
    font-weight: 400;
}

.promo-title-black span {
    font-weight: 900;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
}

.promo-title-right {
    text-align: right;
    right: 0;
}

.promo-title-big {
    font-size: 64px;
}

.promo-title-medium {
    font-size: 49px;
}

.promo-title-medium-small {
    font-size: 32px;
}

.promo-title-small {
    font-size: 24px;
}

.promo-title-medium span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.promo-title-content {
    z-index: 120;
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: 1170px;
    margin-left: -585px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#fp-nav ul li {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

#fp-nav ul li:hover .fp-tooltip {
    opacity: 1;
}

#fp-nav ul li:hover a.active span {
    width: 26px;
    height: 26px;
}

#fp-nav ul li:hover a span {
    width: 24px;
    height: 24px;
}

#fp-nav ul li .fp-tooltip {
    overflow: visible !important;
    top: 6px;
    width: auto !important;
    font-family: 'Roboto', sans-serif;
    color: #343434;
}

#fp-nav ul li a {
    height: 18px;
}

#fp-nav ul li a.active span {
    width: 26px;
    height: 26px;
}

#fp-nav ul li a span {
    display: block;
    width: 18px;
    height: 18px;
    border: 7px solid #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.promo-slide {
    background: #fff;
}

.promo-slide:last-child .promo-pic {
    z-index: 10;
}

.promo-slide .fp-tableCell {
    background: #fff;
}

.promo-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.promo-video-inner {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.promo-video-inner:before {
    content: '';
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    left: -10px;
    width: 15%;
    height: 100%;
    border-left: 10px solid #fff;
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.promo-video-inner:after {
    content: '';
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    right: -10px;
    width: 15%;
    height: 100%;
    border-right: 10px solid #fff;
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.promo-video {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.promo-video.reload {
    opacity: 0;
}

.promo-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.processes-direction {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.processes-direction:focus {
    color: white;
}

.processes-direction:hover {
    color: #FFD12C;
}

.processes-direction:hover:after {
    background: transparent;
}

.processes-direction:before {
    content: '';
    display: block;
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.processes-direction:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.processes-direction-title {
    z-index: 30;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 22px;
    line-height: 21px;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.section-process-direction .text-block {
    margin-bottom: 75px;
}

.solution-direction {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.solution-direction:focus {
    color: white;
}

.solution-direction:hover {
    color: #FFD12C;
}

.solution-direction:hover:after {
    background: transparent;
}

.solution-direction:before {
    content: '';
    display: block;
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.solution-direction:after {
    content: '';
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.solution-direction-title {
    z-index: 30;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 20px 0 22px;
    line-height: 21px;
    text-shadow: 0 1px 0 rgba(0, 1, 1, 0.3);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.section-direction-text {
    margin-top: 30px;
    line-height: 26px;
}

.text-border {
    position: relative;
    margin-bottom: 90px;
}

.text-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 45px;
    width: 370px;
    height: 1px;
    background-color: #d7d7d7;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.section-solution {
    padding-bottom: 0;
}

.section-solution .text-block ul {
    display: inline-block;
    text-align: left;
    font-size: 13px;
}

.section-solution .feedback-block {
    margin-bottom: 60px;
}

.solution-nav {
    margin-bottom: 55px;
    text-align: center;
}

.solution-nav li {
    display: inline-block;
    margin: 0 3px;
}

.solution-nav li.active a,
.solution-nav li.ui-tabs-active a {
    border: 1px solid #ffc800 !important;
}

.solution-nav li.active a:after,
.solution-nav li.ui-tabs-active a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 100%;
}

.solution-nav li a {
    position: relative;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(215, 215, 215, 0);
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
}

.solution-nav li a:hover {
    border: 1px solid #d7d7d7;
    color: #343434;
}

.news-nav {
    margin-bottom: 55px;
    text-align: center;
}

.news-nav li {
    display: inline-block;
    margin: 0 3px;
}

.news-nav li.active a {
    border: 1px solid #ffc800 !important;
}

.news-nav li.active a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 7px solid transparent;
    border-top: 7px solid #ffc800;
}

.news-nav li a {
    position: relative;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(215, 215, 215, 0);
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
}

.news-nav li a:hover {
    border: 1px solid #d7d7d7;
    color: #343434;
}

.solution-slider {
    margin-bottom: 30px;
}

.solution-slider-thumbs {
    margin: 0 -15px 0 -15px;
}

.solution-slider-thumbs .pic-wrap {
    margin: 0 10px;
}

.solution-slider-thumbs .pic {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

.solution-slider-thumbs .pic:hover {
    opacity: 0.8;
}

.solution-slider-thumbs .slick-current .pic {
    opacity: 1 !important;
    border: 2px solid #ffc800;
    cursor: default;
}

.solution-pic {
    margin-bottom: 75px;
}

.price {
    margin-top: 1px;
    margin-bottom: 20px;
}

.price .numeral {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 33px;
}

.section-product .section-title {
    font-size: 18px;
    letter-spacing: 1.3px;
}

.section-product-content .nav-tabs {
    margin-left: 0;
}

.section-product-content ul {
    margin-left: 20px;
    list-style: initial;
}

.section-product-content ul li {
    margin-bottom: 6px;
}

.section-product .nav-tabs > li > a {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.section-product .tab-content {
    margin-bottom: 55px;
}

.section-product .tab-pane {
    padding: 25px 28px;
}

.tab-content {
    margin-bottom: 40px;
}

.list-text-items {
    margin-bottom: 20px;
}

.list-text-items li {
    margin-bottom: 10px;
    padding-left: 18px;
    background: url(img/icon-text-item.png) 0 3px no-repeat;
}

.list-text-items li:last-child {
    margin-bottom: 0;
}

.product-slider-wrap {
    overflow: hidden;
}

.product-slider-wrap .product-slider {
    position: relative;
    width: 1600px;
    left: -365px;
    height: auto;
    margin-bottom: 40px;
}

.product-slider-wrap .product-slide {
    margin: 0 1px;
}

.product-slider-wrap .owl-item.center .product-slide {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.product-slider-wrap .owl-item.center .product-slide .pic {
    height: 344px;
    width: auto;
    top: 0;
}

.product-slider-wrap .owl-item .product-slide {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    height: 344px;
}

.product-slider-wrap .owl-item .product-slide .pic {
    position: relative;
    top: 45px;
    height: 250px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-slider {
    height: 380px;
}

.owl-controls {
    position: relative;
    width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.owl-prev {
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 0;
    text-indent: -9000px;
    cursor: pointer;
    width: 170px;
    height: 320px;
    opacity: 0;
    background: url(img/prev-white.png) 45% center no-repeat !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-prev:hover {
    opacity: 1;
}

.owl-next {
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    right: 0;
    text-indent: -9000px;
    cursor: pointer;
    width: 185px;
    height: 320px;
    opacity: 0;
    background: url(img/next-white.png) 55% center no-repeat !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-next:hover {
    opacity: 1;
}

.form-search {
    margin-bottom: 115px;
}

.form-search .form-control {
    width: 440px;
    background: #efefef;
}

.form-search .btn {
    margin: 0 0 0 30px;
}

.seach-results {
    margin-bottom: 60px;
}

.search-icon {
    margin-bottom: 30px;
}

.characteristics {
    text-align: center;
}

.characteristics img {
    display: block;
    margin: 0 auto;
}

.tax-catalog:before,
.single-products:before,
.single-processes:before,
.single-implementations:before,
.post-type-archive-implementations:before {
    content: '';
    position: fixed;
    background: url(img/smoke.jpg);
    background-size: cover;
    height: 100%;
    z-index: -1;
    right: 0;
    left: 50%;
    margin-left: 320px;
}

.ui-accordion-content {
    /*overflow: hidden;*/
}

.docs__block {
    border: 0px solid #e6e6e6;
    padding: 40px 40px 5px;
}

.docs__title {
    text-transform: uppercase;
}

.docs__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin: 20px 0;
}

.docs__content {
    line-height: 2;
}

.docs__doc {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.docs__type {
    font-weight: bold;
}

.docs__description {
    flex: 1;
    line-height: 1.55;
	font-weight: bold;
	padding-bottom: 1px;
}

.docs__description a {
    color: #ffc800;
	text-align: center;
}

.docs__description p {
    margin: 0 0 10px;
}

.doc_sub {
	margin-top: 2px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
}

.docs_box {
	position: relative;
	float: left;
	margin: 2px;
	width: 32.9%;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 10px;
	height: 275px;
}

.docs_title-doc {
	position: relative;
	float: left;
	margin: 2px;
	width: 100%;
	padding: 0px;
}

.docs__file {
    margin-left: 20px;
    text-align: center;
	margin: auto;
	width: 100%;
	height: 50%;
}

.docs__icon {
    font-size: 36px;
    display: block;
    margin: 0 auto;
    /*margin-right: 10px;*/
}

.docs__download {
    font-weight: bold;
}

.docs__buttons {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-left: 25px;
}

.docs__clear {
	font-style: italic;
    margin-right: -20px;
	float: right;
	margin-top: -40px;
}

.docs__apply {
    margin: 0;
}

.accordion h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height: 67px;
    line-height: 67px;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion h3:after {
    content: '';
    display: inline-block;
    border-top: 6px solid #333333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion h3:hover {
    border-bottom: 1px solid #ffc800;
}

.accordion h3:hover:after {
    border-top: 6px solid #ffc800;
}

.section-custom ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 8px 0;
}

.section-custom ol {
    padding-left: 20px;
    margin: 8px 0;
}

/* Representations PAGE */

.contact-3-background {
	background-image: url("/wp-content/themes/sovplym/img/kontakt-bg-v3.jpg"); 
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.wide-page-text {
	margin: 0 12px 0 12px;
}

.wide-page-text-3 {
	margin: 0 12px 0 12px;
}

.contacts-info {
	font: 14px Arial;
	color: #1e1e20;
}

.contacts-info h2 {
	color: #1e1e20;
	margin: 25px 0;
	font: 22px Arial;
}

.contacts-info p {
	margin: 10px 0;
}

.contacts-info a {
	color: #d49c1b;
}

.contacts-info .groups {
	font: 15px/25px Arial;
	color: #cecece;
}

.contacts-info .groups a {
	text-decoration: none;
}

.contacts-info .groups a:hover {
	text-decoration: underline;
}

.map-external {
	margin: 25px 0 45px 0;
	font: 15px Arial;
	color: #d49c1b;
}

#map-contacts {
	position: relative;
	width: 979px;
	height: 517px;
	overflow: visible;
	background: url('http://old.sovplym.ru/image/contacts/map.gif');
	margin-bottom: 30px;
}

#map-contacts-world {
	position: relative;
	width: 1088px;
	height: 740px;
	overflow: visible;
	background: url('/wp-content/themes/sovplym/img/world-map.png');
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#map-contacts-world-3 {
	position: relative;
	margin-left: 100px;
	width: 910px;
	height: 456px;
	overflow: visible;
	background: url('/wp-content/themes/sovplym/img/map-russia-cis.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}


.map-region {
	position: absolute;
	color: #666666;
	font: 12px/1 Arial;
}

.map-region-agency {
	
}

.map-agency, .map-dealer {
	display: inline-block;
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: right bottom;
	outline: none;
}

.map-agency-1 {
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background-color: #000
}

.map-agency {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url('/wp-content/themes/sovplym/img/sov-map.png');
	background-repeat: no-repeat;
}

.map-agency-text {
	padding-left : 1px;
	padding-top : 3px;
	color: #646464;
	width: 116px;
}

.map-agency-text:hover {
	font-size: 115%;
	transition: 0.1s;
}

.map-dealer {
	position: relative;
    display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 9999px;
	background-color: #666666;
}
/*
Used for hover show for dealers

.map-dealer .dealertext-1 {
    visibility: hidden;
    background-color: black;
    color: #fff;
	text-align: center;
    border-radius: 6px;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    margin-left: 10px
}


.map-dealer:hover .dealertext-1 {
    visibility: visible;
}

*/

.map-dealer .dealertext {
    color: #646464;
	position: absolute;
	margin-left: -15px;
	margin-top: 4px;
	font-size: 11px;
}

.map-dealer .dealertext:hover {
	font-size: 115%;
	transition: 0.2s;
}


.regional {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.regional > div {
	float: left;
}

.regional .city {
	width: 181px;
	height: 25px;
}

.regional .city > a {
	display: inline-block;
	padding-left: 18px;
	font: bold 14px Arial;
	color: #646464;
	text-decoration: none;
	background: url('/wp-content/themes/sovplym/img/dash.png') left 5px no-repeat;
}

.regional .city > a.active {
	color: #e4ac2d;
	background-image: url('/wp-content/themes/sovplym/img/arrow.png');
}

.agency-list {
	display: none;
	width: 100%;
	padding: 9px 0 27px 0;
}

.agency-list.active {
	display: block;
}

.agency {
	position: relative;
	padding: 28px 0;
	border-bottom: solid 1px #bcbcbc;
	overflow: hidden;
}

.agency:first-child {
	border-top: solid 1px #bcbcbc;
}

.agency a, .agency span {
	display: block;
	width: 171px;
	padding-right: 10px;
	float: left;
	font: 13px Arial;
	color: #000000;
}

/*
   Sonar effect in representations page
*/

.sonar-emitter {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: HSL(45,100%,50%)
}

.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: HSL(45,100%,50%);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.sonar-wave {
  animation: sonarWave 5s linear infinite;
}

@keyframes sonarWave {
  from {
	opacity: 0.3;
  }
  to {
    transform: scale(8);
    opacity: 0;
  }
}

/*
   Sonar effect end
*/

.section-rep {
    padding: 15px 0 75px 0;
}

.row-spacing {
  grid-row-gap: 10px;
}

.product-call{
	float: right;
	margin-right: 100px;
}

.mixed-multi {
	display: block;
	display: inline-block;
	float: left;
    padding: 1px;
	margin-left: 1px;
}

.buttons-pair-hor {
	display: flex;
}

.catalog-product-text {
	font-family: 'Roboto', sans-serif;
}

.picto_box {
	position: relative;
	float: left;
	margin: 2px;
	width: 24%;
	padding: 15px;
	height: 200px;
}

.picto-center {
	margin-left: 80px;
}

.region-tabs {
	text-align: center;
	border: none;
	font-size: 20px;
}

.region-tabs li {
	display: inline-block;
	padding: 1px;
}

.region-tabs > li.active > a {
	cursor: default;
}

.region-tabs > li.active > a,
.region-tabs > li.active > a:hover,
.region-tabs > li.active > a:focus {
	border-bottom: 2px solid #fdb813;
}

.region-tabs li+li:before {
  content: '//';
  color: #fdb813;
}

.grecaptcha-badge,
.tribe-events-nav-pagination {
  display: none;
}

#tribe-events-bar {
	display: none;
}

.youtube-top {
	padding-right: 50px;
}

.text-justify {
	text-align: justify;
	text-justify: inter-word;
	font-family: 'Roboto';font-size: 1.1em;
}


#cartridge-archive-table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#cartridge-archive-table td, #cartridge-archive-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#cartridge-archive-table tr {background-color: #F8F8F8;}

#cartridge-archive-table tr:hover {background-color: #E0E0E0;}

#cartridge-archive-table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #707070;
  color: #fdb813;
}
#cartridge-archive-table a
{
    display:block;
    text-decoration:none;
	color: black;
}