.advantages

@charset "UTF-8";
#wrapper,
.center {
    margin: 0 auto;
    position: relative
}

body,
h1,
h2,
html {
    color: #000
}

#wrapper,
.center,
.orderForm input,
section {
    position: relative
}

.mainMenu li ul li a:after,
.mainMenu li ul:before,
header .headerMenu li ul:before,
header .headerMenu li.parent:after {
    content: ''
}

/* General styles */
html, body {
    width: 100%;
    min-width: 1200px;
    font: 400 14px/30px 'Tahoma', sans-serif;
    color: black;
    background: #EFFAFF url('../images/bg.jpg') no-repeat 50% 259px;
    background-attachment: fixed;
}

#wrapper {
    width: 1215px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

section {
    width: 100%;
    float: left;
    position: relative;
}

#container {
    width: 960px;
    min-height: 100%;
    float: left;
    background-color: white;
    box-shadow: 0 0 15px rgba(9, 35, 53, 0.15);
    overflow: hidden;
}

.sort a,
button.btn {
    -webkit-box-shadow: .5px .9px 3px rgba(0, 0, 2, .2);
    cursor: pointer
}

.center {
    width: 1215px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

.empty {
    height: 129px;
}

a {
    color: #004fa4;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

h1 {
    margin: 0 0 30px 99px;
    color: black;
    font: 400 25px/29px 'Tahoma', sans-serif;
}

h1 span {
    display: inline-block;
    margin-left: 12px;
    color: #b1b1b1;
    font-size: 18px;
    line-height: 41px;
}

h2 {
    color: black;
    font: 700 18px/22px 'Tahoma', sans-serif;
}

button.btn {
    height: 26px;
    padding: 0 41px;
    border: none;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: white;
    font: 400 14px/18px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

button.btn:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

button.btn:disabled {
    background: #E2E2E2;
    box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.2);
}

/* Form Style */

.orderForm input,
.orderForm textarea,
.searchBlock input {
    box-shadow: inset .5px .9px 3px rgba(0, 0, 2, .2)
}

.orderForm label {
    font: 400 14px/29px 'Tahoma', sans-serif;
}

.orderForm input {
    display: inline-block;
    position: relative;
    width: 345px;
    height: 23px;
    top: -1px;
    margin-bottom: 14px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    font: 400 13px/14px 'Tahoma', sans-serif;
    padding: 0 5px;
}


.orderForm textarea {
    width: 345px;
    height: 86px;
    margin: 2px 0 27px 1px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    padding: 5px;
    font: 400 13px/17px 'Tahoma', sans-serif;
}

.orderForm input:focus,
.orderForm textarea:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.orderForm .file {
    float: left;
    color: #005eb0;
    font-size: 12px;
    line-height: 42px;
}

.orderForm button {
    float: right;
    margin-top: 8px;
    padding: 0 30px;
    margin-right: 73px;
}

/* Header */
header {
    width: 100%;
    height: 97px;
    float: left;
}

header .logo,
header .logoeng {


    width: 269px;

    float: left;
    margin: 36px 0 0 40px;
    display: block;


    text-decoration: none;
    text-indent: -200000px
}

header .logo {
    height: 41px;
    background: url(../images/logo.png) no-repeat
}

header .logoeng {
    height: 47px;
    background: url(../images/logo-eng.png) no-repeat
}

/* Header Language */
header .lang {
    float: right;
    margin: 15px 20px 0 0;
}

header .lang li {
    float: left;
    margin-left: 8px;
    opacity: 0.3;
}

header .lang li.active {
    opacity: 1;
}

header .lang li a {
    display: block;
    width: 23px;
    height: 16px;
    float: left;
}

header .lang li.ru a {
    background: url('../images/rus.png') no-repeat 0 0;
}

header .lang li.en a {
    background: url('../images/eng.png') no-repeat 0 0;
}

/* Header Menu */
header .headerMenu {
    display: block;
    float: right;
    clear: right;
    margin: 31px 20px 0px 0;
}

header .headerMenu li {
    display: inline-block;
    margin-left: 19px;
    color: #a2a2a2;
    font-size: 13.5px;
    line-height: 17px;
    position: relative;
    letter-spacing: 0.2px;
    vertical-align: top;
}

header .headerMenu li.parent:hover {
    padding-bottom: 15px;
}

header .headerMenu li.parent:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid #a2a2a2;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    position: absolute;
    top: 8px;
    right: -11px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header .headerMenu li.parent:hover:after {
    display: none;
}

header .headerMenu li a {
    color: #a2a2a2;
    text-decoration: none;
}

header .headerMenu li a:hover {
    text-decoration: underline;
    color: #ef2c33;
}

header .headerMenu li.parent > a:hover {
    text-decoration: none;
}

header .headerMenu li ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -81px;
    width: 162px;
    padding: 10px 5px 9px 16px;
    background-color: white;
    border: 1px solid #ebebeb;
    box-shadow: 0.5px 0.9px 5px rgba(0, 0, 2, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 5;
}

header .headerMenu li:last-of-type ul {
    margin-left: -115px;
}

header .headerMenu li:hover ul {
    display: block;
}

header .headerMenu li ul:before {
    content: '';
    display: block;
    width: 22px;
    height: 13px;
    background: url('../images/submenu-bg.png') no-repeat 0 0;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -11px;
}

header .headerMenu li:last-of-type ul:before {
    margin-left: 25px;
}

header .headerMenu li ul li {
    display: block;
    margin: 0 0 3px;
}

header .headerMenu li ul li a {
    color: #a2a2a2;
    text-decoration: none;
}

header .headerMenu li ul li a:hover {
    text-decoration: underline;
}

/* Main Menu */
.mainMenu {
    width: 100%;
    height: 55px;
    float: left;
    background: url('../images/menu-bg.png') repeat-x 0 0;
    border-bottom: 5px solid #FD0C01;
}

.mainMenu > ul {
    margin: 12px 0 0;
    /*display: flex;*/
}

.mainMenu > ul > li {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    flex-grow: 1;
    flex-basis: auto;
}

.mainMenu > ul > li > a {
    display: inline-block;
    height: 26px;
    margin: 0 10px;
    padding: 0 8px;
    color: #414141;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.mainMenu > ul > li:hover > a,
.mainMenu > ul > li > a:hover {
    background-color: #0d63b4;
    border-radius: 6px;
    color: #fff;
}

.mainMenu li ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -88px;
    padding: 19px 0 20px;
    width: 210px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(0, 0, 2, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 5;
}

.mainMenu li:hover ul {
    display: block;
}

.mainMenu li ul:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url('../images/main-submenu-bg.png') no-repeat 0 0;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -10px;
}

.mainMenu li ul li {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

.mainMenu li ul li a {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 0px;
    padding: 4px 1px 7px 17px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: black;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainMenu li ul li a:hover {
    background: #0067BE;
    color: #fff;
}

.mainMenu li ul li a:after {
    content: '';
    display: none;
    width: 4px;
    height: 6px;
    background: url('../images/menu-arr.png') no-repeat 0 0;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.mainMenu li ul li a:hover:after {
    display: inline-block;
}


/* Submenu */
.subMenu {
    width: 100%;
    height: 47px;
    float: left;
    margin-bottom: 2px;
    border-bottom: 1px solid #ededed;
}

.subMenu span {
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: black;
    margin: 11px 0 0 40px;
}

.subMenu ul {
    float: left;
    margin: 8px 0 0 22px;
}

.subMenu li {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    /* letter-spacing: 0.3px; */
}

.subMenu li a {
    display: inline-block;
    height: 26px;
    margin: 0 18px;
    /* padding: 0 1px; */
    color: #0d5bae;
    font-weight: 400;
    text-decoration: underline;
    line-height: 24px;
    /* letter-spacing: 0px; */
}

.subMenu li a:hover {
    text-decoration: none;
}

.subMenu li.active a, .subMenu li:hover a {
    height: 26px;
    margin: 0 5px;
    padding: 0 13px;
    background-color: #fd0c01;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    /* font-weight: 700; */
    text-decoration: none;
}

/* Breadcrumbs */
.breadcrumbs ul {
    margin: 29px 145px 6px 99px;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #d4d4d4;
}

.breadcrumbs ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 4px 0 8px;
}

.breadcrumbs ul li a {
    color: #d4d4d4;
    text-decoration: none;
}

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

/* Search Block */
.searchBlock {
    float: right;
    margin: 0 39px 0 0;
}

.searchBlock input {
    width: 131px;
    height: 26px;
    float: left;
    margin-top: 5px;
    padding: 0 0 1px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: #bdbdbd;
    font: 400 12px/18px 'Tahoma', sans-sefif;
}

.searchBlock input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.searchBlock input::-moz-placeholder {
    color: #bdbdbd;
}

.searchBlock input:-moz-placeholder {
    color: #bdbdbd;
}

.searchBlock input:-ms-input-placeholder {
    color: #bdbdbd;
}

.searchBlock button {
    width: 36px;
    height: 26px;
    float: left;
    margin: 5px 0 0 8px;
    background: #e3e3e3 url('../images/search.png') no-repeat 50% 50%;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    border: none;
    cursor: pointer;
}

/* Sorting */
.sort {
    float: left;
    margin: 51px 0 0 35px;
    line-height: 0;
}

.sort li {
    display: inline-block;
    margin-right: 15px;
}

.sort a {
    display: inline-block;
    min-width: 80px;
    height: 26px;
    padding: 3px 20px 0;
    border: none;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    text-decoration: none;
    text-align: center;
    color: white;
    font: 400 14px/18px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.products,
.productsShort {
    border-right: 1px solid #E1E1E1
}

.cardRight .price span,
.products .item .price span {
    font-family: PTRoubleSans, sans-serif
}

.products .item,
.productsShort .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    position: relative


}

.sort a:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

.sort .active a, .sort .active a:hover {
    background: #E2E2E2;
    box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.2);
    color: black;
    cursor: default;
}


/* Button Order */
#container .orderBtn {
    float: right;
    margin: 48px 36px 0 0;
    padding: 0 20px 2px;
    clear: right
}

.sort + .orderBtn {
    width: 359px;
    margin: 48px 36px 0 0;
    padding: 0 0 2px;
    text-align: center;
}

/* Content */
.content {
    width: 100%;
    float: left;
    margin-top: 22px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

/* Products */
.products {
    width: 695px;
    margin-left: 35px;
    padding-bottom: 132px;
    border-right: 1px solid #E1E1E1;
}

.products .item {
    display: block;
    width: 230px;
    height: 305px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding-bottom: 1px;
}

.products .item:hover {
    width: 246px;
    height: 370px;
    margin: -1px -5px -64px -11px;
    padding: 1px 5px 0px 11px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 14px rgba(0, 0, 2, 0.2);
    z-index: 2;
}

.products .item .image {
    width: 100%;
    height: 210px;
    line-height: 210px;
    margin: 12px 0 15px;
    text-align: center;
}

.products .item .image img {
    max-width: 220px;
    max-height: 220px;
    vertical-align: middle;
}

.products .item p {
    margin: 0 5px 6px;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 16px;
}

.products .item .title {
    margin-bottom: 2px;
    color: black;
    font-size: 14px;
    line-height: 17px;
}

.products .item .price {
    margin-bottom: 0;
    color: #7d1814;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2px;
}
.products .item .price  .card_preview_price{
    font-family: 'Tahoma',  sans-serif;
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 10px;

}

.products .item .price span {
    font-family: 'PTRoubleSans', sans-serif;
    font-style: normal;
}

.products .item .icon {
    width: 26px;
    height: 26px;
    float: right;
    margin: 18px 16px 0 0;
    background: transparent url('../images/icon-metods.png') no-repeat 0 100%;
    background-size: 486%;
}

.products .item .icon.oil {
    background-position: -33px 100%;
}

.products .item .icon.gas {
    background-position: -67px 100%;
}

.products .item .icon.electr {
    background-position: 0 100%;
}

.products .item .icon.fan {
    background-position: -101px 100%;
}
.products .item  .narrow-btn{
    display: none;
    
    font-size: 14px;
    color: #a3a3a3;
    background: transparent;
    border: 1px solid #a3a3a3;
    margin-top: 2px;
    margin-bottom: 5px;
    padding: 0 20px;
}
.products .item:hover .narrow-btn{
    display: inline-block;   
}
.products .item:hover .narrow-btn:hover{
    display: inline-block;
    background-color: #a3a3a3; 
    color: #fff;  
}
.products .item .params {
    display: block;
    height: 45px;
    float: right;
    margin: -2px 16px 0 0;
    opacity: 0;
}

.products .item:hover .params {
    opacity: 1;
}

.products .item:hover .params p {
    margin: 0;
    color: #949494;
    font-size: 12px;
    line-height: 19px;
}

.products .item:hover .params p span {
    float: left;
}

.products .item .params strong {
    float: right;
    margin-left: 7px;
    font-weight: 700;
}

/* Products short */
.productsShort {
    width: 695px;
    margin-left: 35px;
    border-right: 1px solid #E1E1E1;
    padding-bottom: 44px;
}

.productsShort .item {
    display: block;
    float: left;
    width: 100%;
    height: 77px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.productsShort .item:hover {
    box-shadow: 0 0 14px rgba(0, 0, 2, 0.2);
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px;
}

.productsShort .item .image {
    float: left;
    width: 62px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    margin-right: 19px;
}

.productsShort .item .image img {
    vertical-align: middle;
}

.productsShort .item p {
    float: left;
    height: 76px;
    line-height: 77px;
    color: black;
    font-size: 11px;
}

.productsShort .item p.title {
    color: #0d5bae;
    font-size: 14px;
    line-height: 76px;
    margin-right: 4px;
    text-decoration: underline;
}

.productsShort .item:hover p.title {
    color: #ef0a00;
}

.productsShort .item p.price {
    float: right;
    color: #7d1814;
    font-size: 16px;
    line-height: 72px;
    font-weight: normal;
    margin-right: 19px;
}
.productsShort .item p.price .preview_priceText{
    font-family: 'Tahoma',  sans-serif;
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 10px;

}
.productsShort .item .narrow-btn{
    display: none;
    
    font-size: 14px;
    color: #a3a3a3;
    background: transparent;
    border: 1px solid #a3a3a3;
    margin-top: 25px;
    margin-left: 25px;
    padding: 0 20px;
}
.productsShort .item:hover .narrow-btn{
    display: inline-block;
    
}


.productsShort .item p.price span {
    font-family: 'PTRoubleSans';
}

.contentFankoily .productsShort .item:hover,
.fans .productsShort .item:hover {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px;
    width: calc(100% + 30px);
}

/* Filter */
.filter {
    width: 229px;
    float: right;
    z-index: 1000;
}

.filter .title {
    color: #ed000a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 17px 25px 13px 15px;
}

.filter .tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #c6c6c6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    color: black;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    margin: -2px 0px 0px 3px;
    vertical-align: middle;
    padding-left: 1px;
    cursor: pointer;
}

.filter .tooltip:before {
    content: '?';
}

.filter .param {
    padding: 3px 15px 1px;
    background: #f6f6f6;
}

.filter .param:nth-of-type(2n + 1) {
    background: #fff;
}

.filter .param .name {
    color: black;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

.filter .param label {
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 11px;
    padding-left: 18px;
}

.filter .param label .inline {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.filter .param .icheckbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.15);
    margin-top: -3px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -18px;
    margin-right: 2px;
}

.filter .param .icheckbox.checked {
    background: url('../images/check.png') no-repeat 50% 50%, linear-gradient(to top, #a5a5a5 0%, #e7e7e7 100%);
    border: 1px solid #989898;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px #fdfefe;
}

.filter .param .iradio {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.15);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -18px;
    margin-right: 2px;
}

.filter .param .iradio.checked:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #686868;
    border-radius: 50%;
    margin: 2px;
}

.filter .methods label {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('../images/icon-metods.png') no-repeat 0 0;
    margin-right: 5px;
    padding: 0;
}

.filter .methods label .icheckbox {
    display: none;
}

.filter .methods label.checked,
.filter .methods label:hover {
    background-position-y: -38px;
}

.filter .methods .electr {
    background-position: 0 0;
}

.filter .methods label.checked.electr,
.filter .methods label.electr:hover {
    background-position: 0 100%;
}

.filter .methods .oil {
    background-position: -42px 0;
}

.filter .methods label.checked.oil,
.filter .methods label.oil:hover {
    background-position: -42px 100%;
}

.filter .methods .gas {
    background-position: -84px 0;
}

.filter .methods label.checked.gas,
.filter .methods label.gas:hover {
    background-position: -84px 100%;
}

.filter .methods .fan {
    background-position: -126px 0;
}

.filter .methods label.checked.fan,
.filter .methods label.fan:hover {
    background-position: -126px 100%;
}

.filter .range .name {
    margin-bottom: 4px;
}

.filter .range input[type=text] {
    width: 60px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    padding-left: 10px;
    color: black;
    font-family: Tahoma;
    font-size: 12px;
    margin-right: 6px;
}

.filter .range input[type=text]:last-of-type {
    margin-left: 5px;
}

.filter .range .rangeSlider {
    width: 152px;
    height: 4px;
    background-color: #ebebeb;
    box-shadow: inset 0.5px 0.9px 1px rgba(0, 0, 2, 0.3);
}

.filter .param.half label {
    display: inline-block;
    width: 44%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter .reset {
    padding-left: 14px;
    padding-top: 11px;
}

.filter .reset span {
    display: inline-block;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    border-bottom: 1px dotted #aaa;
    cursor: pointer;
}

.filter .reset span:hover {
    border-color: transparent;
}

.filter .group {
    display: none;
}

.filter form .group {
    display: block;
}

/* Page Navigation */
.pageNavigation {
    height: 101px;
    /* margin-bottom: -48px; */
}

.pageNavigation nav {
    float: left;
    margin: 21px 0 0 40px;
}

.pageNavigation nav li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.pageNavigation nav li a {
    color: black;
}

.pageNavigation nav li.active, .pageNavigation nav li:hover {
    border-color: #c9c9c9;
}

.pageNavigation nav li.active a {
    color: #b0b0b0;
    text-decoration: none;
}

/* Page Count */
.pageCount {
    float: right;
    margin: 23px 240px 0 0;
    line-height: 0;
    text-align: right;
}

.pageCount li {
    display: inline-block;
    height: 25px;
    margin-left: 6px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    font: 400 12px/24px 'Tahoma', sans-serif;
}

.pageCount a {
    color: #005eb0;
    text-decoration: underline;
}

.pageCount a:hover {
    text-decoration: none;
}

.pageCount .active, .pageCount :hover {
    border-color: #d7d7d7;
    /* padding: 0 9px; */
}

.pageCount .active a {
    color: #a3a3a3;
    text-decoration: none;
}

/* Inform Block */
.infoBlock {
    width: 239px;
    float: right;
    background: #fff;
    box-shadow: 0 0 15px rgba(4, 51, 120, 0.2);
    overflow: hidden;
}

.infoBlock .fix {
    position: relative;
    z-index: 1000;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.orderBtn {
    height: 41px;
    margin: 0 0 4px;
    padding: 0;
    background-image: linear-gradient(to top, lightgrey 0%, #d9d9d9 100%);
    border: none;
    text-align: left;
    color: white;
    font: 400 11px/34px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
    text-decoration: none;
    cursor: default;
}

.infoBlock .orderBtn {
    display: block;
    width: 100%;
}

.infoBlock .orderBtn:before {
    content: '';
    display: block;
    width: 19px;
    height: 25px;
    float: left;
    margin: 6px 8px 0 19px;
    background: transparent url('../images/order-btn.png') no-repeat 0 0;
}

.orderBtn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.orderBtn span strong {
    font-size: 13px;
}

.orderBtn.active {
    background: #0d5bae;
    background: -moz-linear-gradient(top, #0d5bae 0%, #0a4891 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d5bae), color-stop(100%, #0a4891));
    background: -webkit-linear-gradient(top, #0d5bae 0%, #0a4891 100%);
    background: -o-linear-gradient(top, #0d5bae 0%, #0a4891 100%);
    background: -ms-linear-gradient(top, #0d5bae 0%, #0a4891 100%);
    background: linear-gradient(to bottom, #0d5bae 0%, #0a4891 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5bae', endColorstr='#0a4891', GradientType=0);
    cursor: pointer;
}

.orderBtn.active span {
    text-decoration: underline;
}

.orderBtn.active:hover span {
    text-decoration: none;
}

.loginBlock {
    width: 41px;
    height: 39px;
    border: 1px solid #c8c8c8;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url('../images/login.png') no-repeat 0 0;
    z-index: 5;
}

.topinfoblock .loginBlock {

}

.profileMenu {
    display: none;
    position: absolute;
    color: #939393;
    font-size: 12px;
    line-height: 15px;
    top: 46px;
    right: 0px;
    width: 142px;
    border: 1px solid #c8c8c8;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 9px 7px;
}

.profileMenu:before {
    content: '';
    display: block;
    width: 21px;
    height: 16px;
    position: absolute;
    top: -16px;
    right: 12px;
    background: url('../images/arrow.png');
}

.profileMenu .name {
    font-size: 12px;
    color: #0b509d;
    margin-bottom: 14px;
}

.profileMenu li {
    display: block;
    padding: 0 8px;
    line-height: 14px;
    margin-bottom: 12px;
    position: relative;
}

.profileMenu li a {
    font-size: 13px;
    color: #535353;
    text-decoration: none;
}

.profileMenu li a:hover {
    color: #004fa4;
}

.profileMenu li a span {
    position: absolute;
    right: 12px;
    bottom: 0px;
}

/* Contact Block */
.contactBlock {
    padding-bottom: 14px;
}

.contactBlock p {
    color: #878787;
    font-size: 12px;
    line-height: 28px;
    margin: 12px 5px 0 19px;
    letter-spacing: 0.2px;
}

.contactBlock p strong {
    color: #ed000a;
    font-size: 20px;
    font-weight: 400;
}

.contactBlock .links {
    text-align: right;
    margin: 3px 18px 0 0;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.2px;
}

.contactBlock .links a:hover {
    text-decoration: underline;
    color: #ef0a00;
}

/* Dealer Block */
.dealerBlock {
    padding: 13px 0 4px;
    /* background: url('../images/menu-bg.png') repeat-x 0 0; */
}

.dealerBlock p {
    margin: 0 5px 8px 19px;
    color: #6d6d6d;
    font-size: 12px;
    line-height: 17px;
}

.dealerBlock p strong {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.dealerBlock .links {
    text-align: right;
    margin-right: 17px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: -0.3px;
}

.dealerBlock .links a:hover {
    text-decoration: underline;
    color: #ef0a00;
}

/* Designers Block */
.designersBlock {
    padding-bottom: 5px;
    background: #E9E9E9;
}

.designersBlock img {
    width: 100%;
}

.designersBlock h3 {
    margin: 4px 5px 12px 19px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.designersBlock p {
    margin: 2px 19px 17px;
    color: #797979;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.designersBlock .links {
    text-align: right;
    margin-right: 17px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.designersBlock .links a:hover {
    text-decoration: underline;
    color: #ef0a00;
}

/* Top infoblock */
.topinfoblock {
    display: none;
    height: 52px;
    margin-top: -2px;
}

.topinfoblock .region {
    float: left;
    font-size: 13px;
    line-height: 15px;
    color: #868686;
    font-weight: 400;
    padding: 0 103px 0 39px;
    margin-top: -3px;
}

.topinfoblock .region span {
    display: block;
    background: #fff;
    color: black;
    font-size: 16px;
    margin-top: 8px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    z-index: 26;
}

.topinfoblock .region span:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 4px solid #868686;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: 8px;
    right: -16px;
}

.topinfoblock .region .addresses {
    display: none;
    width: 212px;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    position: absolute;
    top: 51px;
    left: 18px;
    z-index: 25;
}

.topinfoblock .region:hover .addresses {
    display: block;
}

.topinfoblock .region .addresses ul {

    margin: 11px 0 17px 20px;
}

.topinfoblock .region .addresses ul li {
    margin-bottom: 7px;
    color: black;
    font-size: 14px;
    line-height: 22px;
}

.topinfoblock .region .addresses ul li i {
    font-style: normal;
}

.topinfoblock .region .addresses ul li a {
    color: #0151a6;
}

.topinfoblock .region .addresses ul li.default a {
    color: #b7b7b7;
    text-decoration: none;
    cursor: default;
}

.topinfoblock .phone {
    float: left;
    font-size: 13px;
    line-height: 15px;
    color: #868686;
    font-weight: 400;
    margin-top: -2px;
    padding-right: 53px;
}

.topinfoblock .phone span {
    display: block;
    color: #ef121b;
    font-size: 20px;
    margin-top: 6px;
}

.topinfoblock .call {
    float: left;
    color: #0151a6;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 19px;
}

.topinfoblock .orderBtnH {
    float: right;
    width: 239px;
    height: 41px;
    margin: 0;
    padding: 0;
    /* background-image: linear-gradient(to top, lightgrey 0%, #d9d9d9 100%); */
    border: none;
    text-align: left;
    color: white;
    font: 400 11px/40px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
}

.topinfoblock .orderBtnH:before {
    content: '';
    display: block;
    width: 19px;
    height: 25px;
    float: left;
    margin: 8px 8px 0 19px;
    background: transparent url('../images/order-btn.png') no-repeat 0 0;
}

/* News */
.news {
    padding-bottom: 11px;
}

.news .itemNews {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.news .date {
    margin: 0 18px 4px;
    color: #e7020c;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.news .category {
    display: inline-block;
    height: 19px;
    margin: 0 0 14px 19px;
    padding: 0 15px 0 13px;
    background: #505050;
    color: white;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
}

.news p {
    margin: 0 19px 21px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.news button {
    display: block;
    margin: 0 auto 13px;
    clear: right;
}

.news .links {
    text-align: right;
    margin-right: 17px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.news .links a:hover {
    text-decoration: underline;
    color: #ef0a00;
}

/* Footer */
footer {
    width: 100%;
    float: left;
    position: relative;
    /*height: 129px;*/
    background: transparent url('../images/footer-bg.png') repeat-x 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.newfooter{
    padding: 20px 30px;
}
.newfooter__links{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}
.newfooter__links .col-6{
    flex: 1;
    padding-right: 15px;
}
.newfooter__links a,
.newfooter__links span{
    display: block;
    line-height: 18px;
    font-size: 14px;
    color: #a7d2ff;
    text-decoration: none;
}
.newfooter__links a:hover{
    color: #fff;
}
.newfooter__links a:first-child,
.newfooter__links span:first-child{
    display: block;

    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.newfooter__links a:first-child:hover,
.newfooter__links span:first-child:hover{
    color: #a7d2ff;
}
.newfooter__line{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}
.newfooter__bottom{
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.newfooter__copyright{
    font-size: 12px;
    line-height: 16px;
    color:#a7d2ff;
    flex: 2;
}
.newfooter__download{
    flex: 1;
    color:#fff;
    text-decoration: none;
    padding: 0 15px  0 30px;
    font-size: 12px;
    line-height: 16px;
    min-height: 28px;
    background: url(../images/pdf1.png) no-repeat left bottom;
}
.newfooter__download:hover{
    background: url(../images/pdf2.png) no-repeat left bottom;
}
.newfooter__download_png:hover{
    background: url(../images/pdf2.png);
}
.newfooter__download_img{
    flex: 1;
    color:#fff;
    text-decoration: none;
    padding: 0 15px  0 30px;
    font-size: 12px;
    line-height: 16px;
    min-height: 28px;
}
footer .copy {
    margin: 29px 0 0 39px;
    color: #a7d2ff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08px;
}

/* Footer Menu */
footer .footerMenu {
    margin: 7px 0 0 40px;
}

footer .footerMenu ul li {
    float: left;
    margin-right: 24px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.3px;
}

footer .footerMenu ul li a {
    color: white;
}

footer .footerMenu ul li a:hover {
    color: #69afff;
    text-decoration: underline;
}

/* Page Cart */
.cart {
    padding: 35px 0 156px;
}

/* Cart Header */
.cart .cartHeader {
    margin: 0 0 0 240px;
    height: 29px;
}

.cart .cartHeader div {
    float: left;
    margin-left: 244px;
    color: black;
    font-size: 14px;
    line-height: 16px;
}

.cart .cartHeader div:first-of-type {
    margin: 0;
}

.cart .cartHeader div:last-of-type {
    margin-left: 54px;
}

/* Cart Content */
.cart .cartContent {
    margin-left: 100px;
}

.cart .cartContent .item {
    width: 786px;
    height: 120px;
    margin-bottom: -2px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.cart .cartContent .item:hover {
    background-color: white;
    box-shadow: 0 0 14px rgba(0, 0, 2, 0.2);
    z-index: 2;
}

.cart .cartContent .item .image {
    width: 105px;
    height: 105px;
    float: left;
    line-height: 105px;
    margin: 0 22px 0 14px;
    text-align: center;
}

.cart .cartContent .item .image img {
    max-width: 105px;
    max-height: 105px;
    vertical-align: middle;
}

.cart .cartContent .item .name {
    width: 309px;
    float: left;
    margin: 41px 10px 0 0;
    color: black;
    font-size: 11px;
    line-height: 14px;
}

.cart .cartContent .item .name .title {
    margin-bottom: 3px;
    color: #005eb0;
    font-size: 14px;
    line-height: 18px;
}

.cart .cartContent .item .price {
    width: 85px;
    float: left;
    margin: 44px 40px 0 0;
    text-align: right;
    color: #7d1814;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.2px;
}

.cart .cartContent .item .price span {
    font-family: 'PTRoubleSans';
}

.cart .cartContent .item .amount {
    width: 100px;
    float: left;
    margin: 49px 0 0;
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.cart .cartContent .item .amount span {
    display: inline-block;
    width: 36px;
    color: black;
    font-size: 14px;
    line-height: 24px;
}

.cart .cartContent .item .amount button {
    display: none;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1px;
    background-color: #e3e3e3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    color: #5e5e5e;
    font: 400 15px/17px 'Tahoma', sans-serif;
    text-align: center;
    position: relative;
    top: -1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cart .cartContent .item .amount button:disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #b5b5b5;
    padding-left: 0;
}

.cart .cartContent .item:hover .amount button {
    display: inline-block;
}

.cart .cartContent .item .delete {
    display: none;
    float: left;
    margin: 51px 0 0 15px;
    background: none;
    border: none;
    color: #9a9a9a;
    font: 400 12px/16px 'Tahoma', sans-serif;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.cart .cartContent .item:hover .delete {
    display: block;
}

.cart .cartContent .item .delete:hover {
    color: #ef0a00;
}

.cart .cartContent .item .delete:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #9a9a9a url('../images/delete.png') no-repeat 50% 50%;
    margin-right: 7px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.cart .cartContent .item .delete:hover:before {
    background-color: #ef0a00;
}

/* Cart Total */
.cart .total {
    margin: 2px 75px 0 99px;
    padding-top: 15px;
    border-top: 1px solid #EDEDED;
}

.cart .total .links {
    float: left;
    margin-top: 7px;
    font-size: 12px;
    line-height: 15px;
}

.cart .total .links a {
    color: #005eb0;
    display: inline-block;
    margin: 0 18px 0 0;
}

.cart .total p {
    width: 250px;
    float: left;
    text-align: right;
    margin-left: 127px;
    color: black;
    font-size: 14px;
    line-height: 24px;
}

.cart .total p strong {
    color: #7d1814;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cart .total p strong span {
    font-family: PTRoubleSans;
}

.cart .warning {
    display: inline-block;
    margin: 30px 0 0 101px;
    color: black;
    font-size: 12px;
    line-height: 18px;
}

#container .cart .orderBtn {
    width: auto;
    float: right;
    margin: 28px 74px 0 0;
    padding: 0 34px;
}

#container .cart .orderBtn:before {
    display: none;
}

/* Cart Order Form */
.cart .orderForm {
    display: none;
    width: 100%;
    float: left;
    margin: 62px 0 -94px;
}

.cart .orderForm h2 {
    margin-bottom: 20px;
}

.cart .orderForm form {
    margin: 0 6px 0 99px;
}

.cart .orderForm form > div {
    float: left;
    margin-right: 70px;
    width: calc(50% - 70px);
}

/* Categories Page */
.categories {
    padding: 53px 0 52px;
}

.categoriesItems {
    margin-left: 99px;
}

.categoriesItems .item {
    display: block;
    width: 246px;
    height: 240px;
    float: left;
    margin: 0 9px 9px 0;
    background-color: white;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.categoriesItems .item:hover {
    height: 398px;
    margin-bottom: -149px;
    background-color: white;
    border-color: white;
    box-shadow: 1.5px 2.6px 10px rgba(0, 0, 2, 0.15);
    z-index: 2;
}

.categoriesItems .item .image {
    width: 100%;
    height: 145px;
    line-height: 145px;
    margin: 7px 0 7px;
}

.categoriesItems .item .image img {
    max-width: 200px;
    max-height: 145px;
    vertical-align: middle;
}

.categoriesItems .item .title {
    margin: 0 15px;
    color: #0a4588;
    font-family: Tahoma;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}

.categoriesItems .item .descr {
    display: none;
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 248px;
    height: 161px;
    background-color: #ebebeb;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    line-height: 161px;
}

.categoriesItems .item:hover .descr {
    display: block;
}

.categoriesItems .item .descr p {
    display: inline-block;
    margin: 0 19px;
    vertical-align: middle;
    color: #797979;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

@media (max-width: 1280px) {
    #wrapper {
        width: 960px;
    }

    .infoBlock {
        display: none;
    }

    .topinfoblock {
        display: block;
    }
}

/* Product Page */
/* Top Buttons */
.topButtons {
    float: right;
    margin: -30px 49px 0 0;
    position: relative;
}

.topButtons button {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    cursor: pointer;
}

.topButtons button:hover {
    border-color: #0d58a9;
}

.topButtons button.print {
    background: transparent url('../images/print.png') no-repeat 5px 7px;
}

.topButtons button.print:hover {
    background-position: 5px -35px;
}

.topButtons button.share {
    background: transparent url('../images/share.png') no-repeat 8px 6px;
}

.topButtons .shareBlock {
    position: absolute;
    display: none;
    top: 30px;
    right: 0px;
    border: 1px solid #b7b7b7;
    background: #fff;
    border-top: none;
    border-radius: 2px;
    width: 32px;
    padding: 3px 1px 0;
    box-sizing: border-box;
}

.topButtons button.share:hover {
    background-position: 8px -36px;
}

.productContent {
    width: 100%;
    float: left;
    margin-top: 33px;
    border-bottom: 1px solid #ededed;
}

/* Card Left */
.cardLeft {
    float: left;
    width: 414px;
    padding-bottom: 62px;
}

.cardLeft .bigImage a {
    float: left;
    width: 414px;
    height: 394px;
    line-height: 394px;
    position: relative;
}

.cardLeft .bigImage a img {
    vertical-align: middle;
}

.cardLeft .bigImage a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(243, 242, 236, 0.5) url('../images/zoom.png') no-repeat 50% 50%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cardLeft .bigImage a:hover:after {
    opacity: 1;
}

.cardLeft .images {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.cardLeft .images .item {
    display: block;
    float: left;
    width: 92px;
    height: 92px;
    border: 1px solid #ededed;
    margin: 0 5px 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
}

.cardLeft .images .item:hover,
.cardLeft .images .item.slick-active {
    border: 1px solid #0d63b4;
}

.cardLeft .images .item img {
    vertical-align: middle;
}

.cardLeft .videos {
    float: left;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 31px;
}

.cardLeft .videos a {
    float: left;
    width: 160px;
    line-height: 56px;
    margin-right: 21px;
}

.cardLeft .videos a span {
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 8px;
    position: relative;
}

.cardLeft .videos a span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 18px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.cardLeft .videos a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, 0.5);
}

.cardLeft .videos a span img {
    width: 58px;
    height: 58px;
}

.cardLeft .videos a p {
    display: inline-block;
    width: 94px;
    vertical-align: middle;
    color: #0d63b4;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
    vertical-align: middle;
}

.cardLeft .docs {
    float: left;
    width: 100%;
    padding-right: 19px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 45px;
}

.productContent h3 {
    padding-left: 60px;
    color: #1269b9;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.cardLeft .docs h3 {
    padding-left: 60px;
    margin-bottom: 8px;
}

.cardLeft .docs a {
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ededed;
}

.cardLeft .docs a:hover {
    background-color: #fafafa;
}

.cardLeft .docs a .type {
    float: left;
    width: 59px;
    color: #FF0000;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 2px;
}

.cardLeft .docs a .info {
    float: left;
    width: 296px;
    color: black;
    font-size: 14px;
    line-height: 17px;
}

.cardLeft .docs a .info span {
    display: block;
    color: #c5c5c5;
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
}

.cardLeft .docs a .info p {
    font-size: 12px;
    line-height: 14px;
}

/* Card Right */
.cardRight {
    float: left;
    width: 545px;
    border-left: 1px solid #ededed;
}

.cardRight .price {
    float: left;
    margin: 7px 0 0 34px;
    color: #7d1814;
    font-size: 29px;
    line-height: 24px;
}

.cardRight .price span {
    font-family: 'PTRoubleSans', sans-serif;
}
.cardRight .price .card_price_text{
    font-family: 'Tahoma',  sans-serif;
    font-size: 24px;
    color: #a3a3a3;
    margin-right: 15px;

}

.cardRight .links {
    float: right;
    margin: 47px 31px 0 0;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
}

.cardRight .links a {
    color: #0d63b4;
}

.cardRight button {
    margin: 26px 0 0 40px;
    padding: 0 25px;
}

.cardRight .block {
    width: 507px;
    float: left;
    margin: 3px 0 9px 22px;
    padding: 14px 30px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.cardRight .block:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #d0d0d0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 11px;
    bottom: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cardRight .block.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cardRight .block h3 {
    padding: 0;
    margin-bottom: 0;
}

.cardRight .block p {
    margin-bottom: 14px;
    line-height: 19px;
}

.cardRight .block .readMore {
    display: none;
}

.cardRight .block.open .readMore {
    display: block;
}

.cardRight .tabsBlock {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.cardRight .tabs .tab {
    min-width: 207px;
    float: left;
    height: 43px;
    margin-right: 11px;
    margin-bottom: -1px;
    padding: 0 18px;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    text-align: center;
    color: black;
    font-size: 16px;
    line-height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.cardRight .tabs .tab:first-of-type {
    background-color: #FAFAFA;
    border-color: #FAFAFA;
    color: #1166b7;
}

.cardRight .tabs .tab.active {
    border: none
}

.cardRight .tabsContent {
    width: 100%;
    float: left;
    background-color: #FAFAFA;
    position: relative;
    z-index: 1000;
}

.cardRight .tabsContent .tab {
    display: none;
    width: 100%;
    float: left;
    padding-bottom: 24px;
    background-color: #f2f2f2;
}

.cardRight .tabsContent .tab:first-of-type {
    background-color: #FAFAFA;
}

.cardRight .tabsContent .tab.active {
    display: block
}

/* Subproducts */
.cardRight .subproducts {
    float: left;
    width: 100%;
    height: 623px;
    margin-top: 0px;
    padding: 35px 37px 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cardRight .subproducts .item {
    float: left;
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 2px;
}

.cardRight .subproducts .item .image {
    float: left;
    width: 51px;
    height: 51px;
    line-height: 46px;
    text-align: center;
    background-color: white;
    margin-right: 8px;
}

.cardRight .subproducts .item .image img {
    max-width: 51px;
    max-height: 51px;
    vertical-align: middle;
}

.cardRight .subproducts .item p {
    float: left;
    max-width: 200px;
    height: 51px;
    line-height: 49px;
    color: #b1b1b1;
    font-size: 12px;
}

.cardRight .subproducts .item p.title {
    margin-right: 4px;
}

.cardRight .subproducts .item p.title a {
    color: #0d63b4;
    font-size: 14px;
}

.cardRight .subproducts .item p.title span {
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.cardRight .subproducts .item p.price {
    color: black;
    font-size: 14px;
    float: right;
    margin: 0 16px 0 0;
}

.cardRight .subproducts .item p.price span {
    line-height: 20px;
}

.cardRight .subproducts .item button {
    float: right;
    margin: 14px 0 0;
    padding: 0;
    width: 73px;
    height: 23px;
    font-size: 12px;
    line-height: 15px;
}

/* Card Table */
.tbl {
    width: 515px;
    float: left;
    margin: 18px 0 0 15px;
}

.tbl .itemTbl {
    width: 100%;
    min-height: 28px;
    float: left;
    margin-bottom: 0px;
    padding: 2px 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl .itemTbl:nth-of-type(2n+1) {
    min-height: 26px;
    margin-bottom: 2px;
    background-color: white;
}

.tbl .itemTbl > div {
    width: 177px;
    float: left;
    color: black;
    font-size: 13px;
    line-height: 18px;
}

.tbl .itemTbl > div:first-of-type {
    width: 308px;
    margin-right: 4px;
}

.tbl .itemTbl > div:first-of-type strong {
    font-weight: 700;
    color: #646464;
}

.tbl .itemTbl > div img {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-right: 2px;
}

.tbl .itemTbl > div .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: transparent url('../images/icon-metods.png') no-repeat 0 100%;
    background-size: 486%;
}

.tbl .itemTbl > div .icon.oil {
    background-position-x: -34px;
}

.tbl .itemTbl > div .icon.gas {
    background-position-x: -67px;
}

.tbl .itemTbl > div .icon.electr {
    background-position-x: 0;
}

.tbl .itemTbl > div .icon.fan {
    background-position-x: -101px;
}

.tbl .itemTbl .readMore {
    width: 100%;
    padding: 6px 0 16px;
    display: none;
}

.tbl .itemTbl.open .readMore {
    display: block;
}

.tbl .itemTbl .readMore h4 {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.tbl .itemTbl .readMore p {
    color: #969696;
    font-size: 12px;
    line-height: 17px;
}

.tbl .itemTbl .readMore p strong {
    color: black;
}

.tbl .itemTbl .readMore table {
    width: 498px;
    margin: 4px 0 0 -2px;
    background-color: white;
    border: 1px solid #dcd8d9;
    border-radius: 3px;
    color: #646464;
    font-size: 11px;
    line-height: 14px;
}

.tbl .itemTbl .readMore table td {
    padding: 4px 6px 8px 4px;
    vertical-align: bottom;
    text-align: center;
}

.tbl .itemTbl .readMore table td strong {
    letter-spacing: -0.2px;
}

.tbl .itemTbl .readMore table td:first-of-type {
    font-size: 12px;
    text-align: left;
    padding-left: 7px;
    padding-right: 0;
}

.tbl .itemTbl .readMore table td:last-of-type {
    /* padding-right: 6px; */
}

.tbl .itemTbl .readMore table tr:nth-of-type(2n+1) {
    background: #fff;
}

.tbl .itemTbl .readMore table tr:nth-of-type(2n) {
    background: #FAFAFA;
}

.tbl .itemTbl .readMore table tr:last-of-type td {
    padding-bottom: 11px;
}

/* Card Announcement */
.announcement {
    padding: 46px 0 28px;
    text-align: center;
}

.announcement > div {
    display: inline-block;
    width: 289px;
    height: 150px;
    margin: 0 0 0 2px;
    vertical-align: top;
    color: black;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

.announcement > div a {
    color: black;
    text-decoration: none;
}

.announcement > div img {
    width: 100%;
    height: 114px;
    margin-bottom: 8px;
}

/* Page Fankoily */
.contentFankoily {
    margin-top: 37px;
}

.contentFankoily .productsShort {
    padding-bottom: 0px;
    margin-bottom: -1px;
}

.contentFankoily .productsShort .item .image {
    margin-right: 25px;
}

.contentFankoily .productsShort .item p.price {
    margin-right: 36px;
}

.contentFankoily .productsShort .item p.title {
    letter-spacing: 0.3px;
}

.contentFankoily .filter .title {
    padding: 22px 25px 12px 11px;
}

.contentFankoily .filter .param {
    padding: 15px 10px 3px;
    background: #f6f6f6;
}

.contentFankoily .filter .power {
    background: #fff;
    padding-top: 11px;
}

.contentFankoily .filter .range .name {
    margin-bottom: 13px;
    letter-spacing: 1px;
    line-height: 20px;
}

.pageFankoily .pageNavigation {
    height: 54px;
}

.pageFankoily .pageNavigation nav {
    margin: 26px 0 0 100px;
}

/* Page Archive */
.pageArchive .breadcrumbs {
    width: 825px;
    float: left;
}

.pageArchive .topButtons {
    float: right;
    margin: 15px 49px 40px 0;
}

.pageArchive .searchBlock {
    float: left;
    margin: 42px 0 29px 100px;
}

.pageArchive .searchBlock p {
    margin-bottom: 21px;
    color: black;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}

.pageArchive .searchBlock div {
    width: 762px;
    height: 80px;
    background-color: #f1f1f1;
    background-image: linear-gradient(to top, #eaeaea 0%, #f8f8f8 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pageArchive .searchBlock input {
    width: 544px;
    margin: 27px 0 0 44px;
    padding: 0 0 1px 10px;
    background-color: white;
    border: 1px solid #cccdce;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    letter-spacing: 0.2px;
}

.pageArchive .searchBlock button {
    width: 105px;
    margin: 27px 0 0 24px;
    padding-bottom: 4px;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    color: white;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

/* Inner Menu */
.innerMenu {
    margin: 0 0 0 91px;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 24px;
    color: #0d5bae;
}

.innerMenu li {
    float: left;
    margin: 0 5px 0 8px;
    padding: 0 15px 0 12px;
    border: 1px solid transparent;
}

.innerMenu .active, .innerMenu li:hover {
    height: 26px;
    margin: 0 5px 0 8px;
    padding: 0 15px 0 12px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    text-align: center;
}

.innerMenu .active a {
    color: black;
    text-decoration: none;
}

.pageArchive .content {
    width: 760px;
    margin: 30px 0 0 100px;
    border: none;
}

.pageArchive .content .productsShort {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-right: none;
}

.pageArchive .content .productsShort .item .descr {
    width: 554px;
    float: left;
    margin-top: 14px;
}

.pageArchive .content .productsShort .item p {
    float: none;
    height: auto;
    color: black;
    font-size: 12px;
    line-height: 20px;
}

.pageArchive .content .productsShort .item .title {
    margin-bottom: 1px;
    color: #0d5bae;
    font-size: 16px;
    line-height: 24px;
}

.pageArchive .content .productsShort .item:hover .title a {
    color: #ef0a00;
}

.pageArchive .content .productsShort .item .link {
    float: right;
}

.pageArchive .content .productsShort .item:hover .link a {
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    color: #fff;
}

.pageArchive .content .productsShort .item .link a {
    display: block;
    width: 117px;
    height: 26px;
    float: right;
    margin: 25px 0 0;
    background-color: #e3e3e3;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    color: #616161;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

.pageArchive .pageNavigation nav {
    margin: 32px 0 0 100px;
}

.pageArchive .announcement {
    padding: 20px 0 28px;
}

/* Main Page */
/* Main Slider */
.mainSlider {
    width: 960px;
    height: 431px;
    float: left;
    border-bottom: 5px solid #EF0A00;
}

.mainSlider .item {
    width: 960px;
    height: 426px;
    float: left;
    position: relative;
}

.mainSlider .item .desrc {
    position: absolute;
    top: 40px;
    left: 53px;
    width: 300px;
    z-index: 10;
}

.mainSlider .item .desrc p {
    color: white;
    font-size: 20px;
    line-height: 26px;
}

.mainSlider .item .desrc .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 11px;
}

.mainSlider .item .desrc .link {
    display: block;
    width: 174px;
    height: 26px;
    margin-top: 25px;
    background-color: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(15, 16, 20, 0.18);
    text-align: center;
    color: #606060;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
}

.mainSlider .item .desrc .link:hover {
    background-color: #eee;
}

.mainSlider .slick-dots {
    width: auto;
    left: 34px;
    bottom: 4px;
}

.mainSlider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 15px 0 0;
}

.mainSlider .slick-dots li button {
    width: 12px;
    height: 12px;
    float: left;
    padding: 0;
    background: #fff;
    border: 2px solid #9C9C9C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

.slick-dots li button:before {
    display: none;
}

/* Catalog Menu */
.catalogMenu {
    width: 100%;
    float: left;
    margin-top: 9px;
    margin-bottom: 9px;
}

.catalogMenu ul {
    margin-left: 42px;
}

.catalogMenu ul li {
    float: left;
}

.catalogMenu ul li {
    display: block;
    width: 220px;
    height: 200px;
    float: left;
    background-color: white;
    text-align: center;
    position: relative;
    color: #0a4588;
    font-size: 19px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.catalogMenu ul li:hover {
    height: 459px;
    margin-bottom: -259px;
    box-shadow: 1.5px 2.6px 10px rgba(0, 0, 2, 0.15);
    -webkit-box-shadow: 1.5px 2.6px 10px rgba(0, 0, 2, 0.15);
    -moz-box-shadow: 1.5px 2.6px 10px rgba(0, 0, 2, 0.15);
    z-index: 2;
}

.catalogMenu ul li > a {
    text-decoration: none;
}

.catalogMenu ul li > a:hover {
    color: #ef0a00;
}

.catalogMenu ul li .image {
    width: 100%;
    height: 160px;
    line-height: 160px;
    margin: 11px 0 7px;
}

.catalogMenu ul li .image img {
    vertical-align: middle;
}

.catalogMenu ul li:nth-of-type(1) .image img {
    margin: 18px 0 0 2px;
}

.catalogMenu ul li:nth-of-type(2) .image img {
    margin: 8px 0 0 5px;
}

.catalogMenu ul li:nth-of-type(3) .image img {
    margin: 10px 0 0 0px;
}

.catalogMenu ul li:nth-of-type(4) .image img {
    margin-left: 9px;
}

.catalogMenu ul li .descr {
    display: none;
}

.catalogMenu ul li:hover .descr {
    display: block;
}

.catalogMenu ul li .images {
    width: 100%;
    height: 60px;
    margin: 12px 0 15px;
    line-height: 60px;
}

.catalogMenu ul li .images img {
    margin: 0 7px;
    vertical-align: middle;
}

.catalogMenu ul li .txt {
    width: 100%;
    height: 176px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 7px 0 14px;
    background-color: #ebebeb;
    text-align: left;
}

.catalogMenu ul li .txt p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #797979;
}

.catalogMenu ul li .txt p a {
    color: #0c5cb1;
    text-decoration: underline;
}

.catalogMenu ul li .txt p a:hover {
    color: #ef0a00;
}

/* Press Room */
.pressroom {
    width: 100%;
    float: left;
    margin-top: 31px;
    background: url('../images/gradient.png') repeat-x 0 0;
}

.pressroom h3 {
    margin: 18px 0 0 40px;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.pressroom .tabs {
    width: 130px;
    float: left;
    margin: 17px 0 0 51px;
    line-height: 18px;
}

.pressroom .tabs .tab {
    color: #0a4588;
    font-size: 15px;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin-bottom: 23px;
}

.pressroom .tabs .tab:hover {
    color: #ef0a00;
}

.pressroom .tabs .tab.active,
.pressroom .tabs .tab.active:hover {
    font-weight: 700;
    color: #0a4588;
    cursor: default;
}

.pressroom .tabs .tab span {
    border-bottom: 1px dotted #0A4588;
}

.pressroom .tabs .tab:hover span {
    border-color: #ef0a00;
}

.pressroom .tabs .tab.active span {
    border: none;
}

.pressroom .tabsContent {
    width: 615px;
    float: left;
    margin: 6px 0 0 25px;
}

.pressroom .tabsContent .tab {
    display: none;
}

.pressroom .tabsContent .tab.active {
    display: block
}

.pressroom .tabsContent .tab .item {
    width: 100%;
    float: left;
    padding: 17px 0;
    border-bottom: 1px solid #EAEAEA;
}

.pressroom .tabsContent .tab .item img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 18px;
    margin-bottom: 3px;
}

.pressroom .tabsContent .tab .item .descr {
    display: inline-block;
    width: 578px;
    vertical-align: middle;
}

.pressroom .tabsContent .tab .item .descr h4 {
    margin: 6px 0 9px;
    color: #0d5bae;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.pressroom .tabsContent .tab .item .descr h4 a {
    color: #0d5bae;
}

.pressroom .tabsContent .tab .item .descr h4 a:hover {
    color: #ef0a00;
    text-decoration: underline;
}

.pressroom .tabsContent .tab .item .descr p {
    color: black;
    font-size: 13px;
    line-height: 18px;
}

.pressroom .tabsContent .tab button {
    height: 26px;
    margin-top: 16px;
    padding: 0 20px;
    background-color: #e3e3e3;
    border-radius: 7px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 2, .3);
    text-align: center;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    cursor: pointer;
}

.pressroom .tabsContent .tab button:hover {
    background-color: #eee;
}

.pressroom .date {
    display: none;
}

/* Block About */
.blockAbout {
    margin: 46px 0 45px;
}

.blockAbout img {
    float: left;
    margin: 0 30px 0 41px;
}

.blockAbout .descr {
    width: 216px;
    float: left;
}

.blockAbout .descr h4 {
    margin: 2px 0 15px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.blockAbout .descr p {
    margin-bottom: 7px;
    color: black;
    font-size: 12px;
    line-height: 17px;
}

.blockAbout .descr p a {
    color: #0d5bae;
}

.blockAbout .descr p a:hover {
    color: #ef0a00;
    text-decoration: underline;
}

/* Download */
.download {
    width: 290px;
    float: right;
    margin: 28px 25px 0 0;
    color: #a7d2ff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.download ul {
    margin-top: 3px;
}

.download li {
    font-size: 13px;
    line-height: 22px;
    position: relative;
}

.download li a {
    color: white;
    text-decoration: none;
}

.download li a span {
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 1px;
    left: -27px;
}

.download li a span img {
    max-width: 16px;
    max-height: 16px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url('grayscale.svg#greyscale');
    filter: gray;
}

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

.download li a:hover span img {
    filter: none;
    -webkit-filter: grayscale(0%);
}


/* Page News */
.newsPage {
    width: 821px;
    margin: 25px 0 0 99px;
    padding-top: 1px;
    border-top: 1px solid #EAEAEA;
}

.newsPage .item {
    width: 100%;
    float: left;
    padding: 17px 0;
    border-bottom: 1px solid #EAEAEA;
}

.newsPage .item img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 35px;
    margin-bottom: 3px;
}

.newsPage .item .descr {
    float: right;
    width: 676px;
    vertical-align: middle;
}

.newsPage .item .descr h4 {
    margin: 3px 0 10px;
    color: #0d5bae;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.newsPage .item .descr h4 a {
    color: #0d5bae;
}

.newsPage .item .descr h4 a:hover {
    color: #ef0a00;
    text-decoration: underline;
}

.newsPage .item .descr p {
    color: black;
    font-size: 13px;
    line-height: 16px;
}

.newsPage .item .descr .date {
    margin-top: -5px;
    color: #c3c3c3;
    font-size: 14px;
    line-height: 20px;
}

.newsPage + .pageNavigation {
    margin-bottom: -48px;
}

.newsPage + .pageNavigation nav {
    margin-left: 98px;
}

/* Article */
.article article {
    margin: 27px 85px 0 100px;
}

.article article h2 {
    margin-bottom: 13px;
}

.article article h3 {
    margin-bottom: 6px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.article article p {
    margin-bottom: 18px;
    line-height: 21px;
}

.article article blockquote {
    width: 919px;
    float: right;
    clear: left;
    margin: 3px -85px 21px 0;
    padding: 16px 180px 18px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #aaa;
    font: italic 16px/24px 'Georgia', serif;
}

.article article img.left {
    float: left;
    position: relative;
    margin: 21px 27px 21px -100px;
}

.article table {
    width: 714px;
    margin: 39px 0 3px;
}

.article table tr td {
    padding: 7px 0 6px;
    color: #2f2f2f;
    line-height: 17px;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
}

.article table tr:last-of-type td {
    border-bottom: none;
}

.article table tr:first-of-type td {
    padding: 7px 0 3px;
    font-size: 12px;
    font-weight: 700;
}

.ventilyator h1,
.ventilyator h2,
.ventilyator h3,
.ventilyator h4,
.ventilyator h5,
.ventilyator h6 {
    padding-top: 10px;
}

.ventilyator ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ventilyator article {
    margin: 27px 85px 0 100px
}

.ventilyator table tr td {
    padding: 7px 7px 6px;
    color: #2f2f2f;
    line-height: 17px;
    font-size: 12px;
    border-bottom: 1px solid #d2d2d2;
    border-spacing: 1px
}

.ventilyator table tr {
    width: 200px
}

.ventilyator table td.name {
    text-align: center;
    vertical-align: middle
}

.ventilyator table td.namegoriz {
    text-align: middle;
    text-align: center

}


/* Gallery */
.article .gallery {
    float: left;
    width: 100%;
    margin-top: 46px;
}

.article .gallery .bigImage {
    margin-bottom: 18px;
}

.article .gallery .bigImage a {
    float: left;
    width: 960px;
    height: 470px;
    line-height: 470px;
    position: relative;
}

.article .gallery .bigImage a img {
    vertical-align: middle;
}

.article .gallery .bigImage a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(243, 242, 236, 0.5) url('../images/zoom.png') no-repeat 50% 50%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.article .gallery .bigImage a:hover:after {
    opacity: 1;
}

.article .gallery .bigImage a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    background: rgba(3, 75, 165, 0.7);
    color: white;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article .archive,
.article .gallery .images .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left

}

.article .gallery .bigImage a .title:after {
    content: '';
    display: block;
    position: absolute;
    right: 17px;
    top: 15px;
    width: 22px;
    height: 22px;
    background: url('../images/increase.png');
}

.article .gallery .images {
    float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.article .gallery .images:before,
.article .gallery .images:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 93px;
    background: url('../images/gallery-shadow.png') no-repeat 0 0;
    top: 0;
    left: 0px;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
}

.article .gallery .images:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.article .gallery .images:after {
    left: auto;
    right: 0px;
}

.article .gallery .images .item {
    display: block;
    float: left;
    width: 93px;
    height: 93px;
    margin: 0 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 88px;
    cursor: pointer;
}

.article .gallery .images .item:hover,
.article .gallery .images .item.slick-active {
}

.article .gallery .images .item img {
    vertical-align: middle;
}

/* Archive */
.article .archive {
    float: left;
    width: 100%;
    padding-right: 98px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 58px;
}

.productContent h3 {
    padding-left: 60px;
    color: #1269b9;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.article .archive h3 {
    padding-left: 60px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.article .archive .item {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 7px;
}

.article .archive .item .type {
    float: left;
    width: 54px;
    color: #c5c5c5;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 2px;
    padding-left: 5px;
}

.article .archive .item .info {
    float: left;
    width: 296px;
    color: black;
    font-size: 14px;
    line-height: 17px;
}

.article .archive .item .info span {
    display: block;
    color: #c5c5c5;
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
}

.article .archive .item .info p {
    font-size: 12px;
    line-height: 14px;
}

.article .archive .item a {
    float: right;
    height: 25px;
    padding: 0 32px;
    border: none;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: white;
    font: 400 14px/26px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    margin-top: 2px;


}

.article .archive .item a:hover {
    text-decoration: none;
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

/* Pressroom Page */
.pressroomPage {
    background: none;
    margin-bottom: 9px;
}

.pressroomPage article {
    margin: 14px 0 0 100px;
}

.pressroomPage article p {
    color: #010101;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.pressroomPage article p a {
    font-size: 12px;
}

.pressroomPage .tabsBlock {
    width: 825px;
    margin: 27px 0 0 99px;
    border-top: 1px solid #eaeaea;
}

.pressroomPage .tabs {
    width: 130px;
    float: left;
    margin: 17px 0 0 0px;
    line-height: 18px;
}

.pressroomPage .tabs .tab {
    width: 122px;
    height: auto;
    margin-bottom: 9px;
    padding: 6px 0;
    background-color: #e3e3e3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.2px;
    text-align: center;
}

.pressroomPage .tabs .tab.active,
.pressroomPage .tabs .tab.active:hover {
    background-color: #e3e3e3;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    cursor: default;
}

.pressroomPage .tabs .tab:hover {
    background-color: #eee;
    color: #606060;
}

.pressroomPage .tabs .tab span {
    border: none;
}

.pressroomPage .tabsContent {
    width: 670px;
    margin: 1px 0 0 25px;
}

.pressroomPage .tabsContent .tab .item .descr {
    width: 542px;
}

/* Vacancies Page */
.vacancies .hrDirector {
    margin: 28px 0 43px 100px;
    float: left;
}

.vacancies .hrDirector img {
    float: left;
    margin: 0 27px 0 0;
}

.vacancies .hrDirector p {
    float: left;
    padding-top: 16px;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.vacancies .hrDirector p strong {
    font-weight: 400;
    font-size: 16px;
}

.vacancies .tabsBlock {
    width: 821px;
    float: left;
    margin-left: 40px;
}

.vacancies .tabs {
    margin: 0 0 0 71px;
}

.vacancies .tabs .tab {
    float: left;
    color: #0d5bae;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
}

.vacancies .tabs .tab:hover {
    /* color: #ef0a00; */
}

.vacancies .tabs .tab.active, .vacancies .tabs .tab:hover {
    color: black;
}

.vacancies .tabs .tab.active:before, .vacancies .tabs .tab:hover:before {
    content: '';
    display: block;
    width: calc(100% + 25px);
    height: 26px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: -7px;
    left: -12px;
}

.vacancies .tabs .tab span {
    display: inline-block;
    border-bottom: 1px dotted #0A4588;
}

.vacancies .tabs .tab:hover span {
    border-color: #ef0a00;
}

.vacancies .tabs .tab.active span, .vacancies .tabs .tab:hover span {
    border: none;
}

.vacancies .tabsContent {
    width: 100%;
    float: left;
    margin: 29px 0 0;
}

.vacancies .tabsContent .tab {
    display: none;
}

.vacancies .tabsContent .tab.active {
    display: block
}

.vacancies .tabsContent .tab .item {
    width: 100%;
    float: left;
    padding: 29px 80px 26px 60px;
    border-top: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancies .tabsContent .tab .item:first-of-type {
    padding: 17px 80px 23px 60px;
}

.vacancies .tabsContent .tab .item p {
    margin-bottom: 11px;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.vacancies .tabsContent .tab .item p strong {
    font-size: 12px;
    font-weight: 700;
}

.vacancies .tabsContent .tab .item .title {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.vacancies .tabsContent .tab .item .buttons {
    padding-top: 8px;
}

.vacancies .tabsContent .tab .item button {
    width: 165px;
    height: 27px;
    background-color: #e3e3e3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    color: #616161;
    font: 400 13px/17px 'Tahoma';
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-right: 20px;
}

.vacancies .tabsContent .tab .item button:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: #fff;
}

/* History Page */
.history {
    margin: 33px 0 -14px;
}

.history .historyItem {
    width: 100%;
    height: 267px;
    float: left;
    line-height: 267px;
}

.history .historyItem .year {
    width: 88px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    color: #272727;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.history .historyItem .year:after {
    content: '';
    display: block;
    width: 1px;
    height: 247px;
    background-color: #ededed;
    position: absolute;
    top: 19px;
    left: 50%;
}

.history .historyItem:last-of-type .year:after {
    display: none;
}

.history .historyItem img {
    display: inline-block;
    margin-right: 31px;
    vertical-align: middle;
}

.history .historyItem .descr {
    width: 470px;
    display: inline-block;
    vertical-align: middle;
}

.history .historyItem .year + .descr {
    width: 620px;
    margin: 0 0 0 38px;
}

.history .historyItem .descr p {
    margin-bottom: 21px;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.history .historyItem .descr .title {
    margin: 13px 0 12px;
    font-size: 16px;
    line-height: 24px;
}

.history .historyItem .descr h2 {
    color: black;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
}

/* Designers */
.designers {
    width: 798px;
    margin: 16px 0 0 99px;
}

.designers form {
    width: 294px;
    height: 185px;
    position: relative;
    float: right;
    margin: -110px 0 0 148px;
    padding: 26px 0 0 16px;
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.designers form input {
    width: 263px;
    height: 26px;
    margin-bottom: 8px;
    padding: 0 10px;
    background-color: white;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: #c8c8c8;
    font: 400 13px/17px 'Tahoma', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.designers form input::-webkit-input-placeholder {
    color: #c8c8c8;
}

.designers form input::-moz-placeholder {
    color: #c8c8c8;
}

.designers form input:-moz-placeholder {
    color: #c8c8c8;
}

.designers form input:-ms-input-placeholder {
    color: #c8c8c8;
}

.designers > p:first-of-type {
    margin-bottom: 31px;
    font-size: 15px;
    line-height: 22px;
}

.designers form button {
    float: right;
    margin: 7px 14px 0 30px;
}

.designers form .links {
    font-size: 13px;
    line-height: 30px;
    margin-top: 4px;
}

.designers form a {
    color: #004fa4;
}

.designers > img {
    display: block;
    float: left;
    margin: 4px 30px 0 -99px;
}

.designers h3 {
    padding: 28px 0 14px;
    color: black;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
}

.designers ul {
    margin: 0 0 27px 374px;
}

.designers ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    color: black;
}

.designers ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0061b4;
    position: relative;
    margin: 0 12px 2px -16px;
}

.designers ul li a {
    text-decoration: none;
    border-bottom: 1px dotted #004FA4;
}

.designers ul li a:hover {
    border: none;
}

.designers .designersItem {
    width: 442px;
    float: left;
}

.designers .designersItem img {
    float: left;
}

.designers .designersItem .descr {
    width: 300px;
    float: left;
    margin: 6px 0 0 20px;
}

.designers .designersItem .descr p {
    color: black;
    font-size: 13px;
    line-height: 20px;
}

.designers .designersItem .descr p strong {
    font-size: 16px;
    font-weight: 400;
}

.designers .designersOffers {
    width: 736px;
    float: left;
    margin: 34px 0 27px 32px;
}

.designers .designersOffers h3 {
    border-bottom: 1px solid black;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.designers .designersOffers .designersOffersItem {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    line-height: 59px;
}

.designers .designersOffers .designersOffersItem:last-of-type {
    border: none;
}

.designers .designersOffers .designersOffersItem .image {
    width: 69px;
    height: 69px;
    line-height: 62px;
    float: left;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}

.designers .designersOffers .designersOffersItem img {
    vertical-align: middle;
}

.designers .designersOffers .designersOffersItem .descr {
    width: 422px;
    float: left;
    margin-right: 20px;
    padding: 14px 0 0;
}

.designers .designersOffers .designersOffersItem .descr p {
    margin-bottom: 19px;
    color: black;
    font-size: 13px;
    line-height: 18px;
}

.designers .designersOffers .designersOffersItem .link {
    display: inline-block;
    width: 209px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}

.designers .designersOffers .designersOffersItem .icon {
    display: block;
    width: 38px;
    height: 15px;
    float: left;
    margin: 2px 8px 14px 0;
    background-color: #004fa4;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    line-height: 14px;
}

.designers .designersOffers .designersOffersItem a {
    color: #004fa4;
}

.designers .designersOffers + p {
    margin: 0 0 14px 32px;
    font-size: 13px;
    line-height: 18px;
    color: black;
}

/* Services */
.servicesPage {
    width: 920px;
    margin: 39px 0 15px 40px;
    border-top: 1px solid #EAEAEA;
}

.servicesPage .item {
    width: 880px;
    height: 246px;
    float: left;
    border-bottom: 1px solid #EAEAEA;
    line-height: 248px;
}

.servicesPage .item img {
    width: 248px;
    height: 248px;
    float: left;
    margin: -1px 38px -1px 0;
}

.servicesPage .item:nth-of-type(2n) img {
    float: right;
    margin-right: 0;
    margin-left: 35px;
}

.servicesPage .item .descr {
    width: 556px;
    display: inline-block;
    vertical-align: middle;
}

.servicesPage .item:nth-of-type(2n) .descr {
    width: 500px;
    margin: 0 0 0 60px;
}

.servicesPage .item .descr h4 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.servicesPage .item .descr h4 a {
    color: #004fa4;
}

.servicesPage .item .descr h4 a:hover {
    color: #ef0a00;
    text-decoration: underline;
}

.servicesPage .item .descr p {
    margin-bottom: 18px;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.servicesPage .item .descr p:last-of-type {
    margin-bottom: 10px;
}

.servicesPage .item .descr p a {
    font-size: 12px;
}

.servicesPage .item .descr p .more {
    display: inline-block;
    width: 120px;
    height: 26px;
    margin-top: 7px;
    background-color: #e3e3e3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    color: #606060;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}


.servicesPage .item .descr p .more:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    color: #fff;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

/* 404 */
.page404 {
    margin: 43px 99px 0;
}

.page404 p {
    line-height: 20px;
}

/* Site Map */
.siteMap {
    margin-top: 47px;
    padding: 0 0 0 99px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;


    box-sizing: border-box;
}

.siteMap .leftCol {
    width: 400px;
    float: left;
    margin-right: 50px;
}

.siteMap .rightCol {
    width: 400px;
    float: left;
}

.siteMap ul {

}

.siteMap ul li {
    margin-bottom: 17px;
    color: black;
    font-size: 14px;
    line-height: 17px;
}

.siteMap ul li a {
    text-decoration: none;
    color: black;
}

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

.siteMap ul li ul {
    margin-top: 17px;
    margin-left: 20px;
}

/* Dummy Page */
.blockTop {
    width: 375px;
    height: 117px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    margin-left: -187px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.blockTop .logo {
    display: inline-block;
    width: 269px;
    height: 41px;
    margin: 36px 26px 0 0;
    text-indent: -200000px;
    background: transparent url('../images/logo.png') no-repeat 0 0;
    text-decoration: none;
}

.blockText {
    width: 658px;
    height: 217px;
    position: absolute;
    top: 117px;
    left: 50%;
    margin-left: -329px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.blockText p {
    margin: 69px 0 0;
    font-family: "Myriad Pro";
    font-size: 29px;
    line-height: 48px;
    color: black;
}

.blockText p a {
    color: #0070ce;
}

.blockBottom {
    width: 375px;
    height: calc(100% - 117px - 217px);
    background: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -187px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 22px;
}

.blockBottom p {
    color: #656565;
    font-family: "Myriad Pro";
    font-size: 24px;
    line-height: 30px;
}

.blockBottom ul {
    float: left;
    margin: 41px 42px 64px;
    text-align: left;
}

.blockBottom ul li {
    color: #0070ce;
    font-family: "Myriad Pro";
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    float: left;
    margin-bottom: 31px;
}

.blockBottom ul li span {
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    margin: 4px 26px 0 0;
    line-height: 65px;
}

.blockBottom.blockBottom ul li span img {
    vertical-align: middle;
}

.blockBottom ul li a.linkbtn {
    display: inline-block;
    height: 26px;
    padding: 0 35px;
    border: none;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006cce', endColorstr='#004987', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: white;
    font: 400 14px/26px 'Tahoma', sans-serif;
    letter-spacing: 0.1px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    behavior: url('PIE.htc');
}

.blockBottom ul li a.linkbtn:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017ef0', endColorstr='#015398', GradientType=0); /* IE6-9 */
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

/* Manufacturer Page */
/* Advantages */
.advantages {
    margin: 87px 0 27px;
    text-align: center;
}

.advantages .item {
    display: inline-block;
    width: 211px;
    height: 147px;
    margin: 0 21px 18px;
    color: black;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}

.advantages .item span {
    display: inline-block;
    width: 78px;
    height: 78px;
    margin-bottom: 12px;
    border: 2px solid #007add;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 74px;
}

.advantages .item span img {
    vertical-align: middle;
}

/* Park */
.park {
    float: none;
    width: 764px;
    height: 406px;
    margin: 0 auto 37px;
    text-align: center;
    border: 1px solid transparent;
    clear: both;
    box-sizing: border-box;
    padding-top: 38px;
}

.park:hover {
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 2, 0.1);
}

.park h2 {
    font-size: 20px;
    line-height: 24px;
}

.park .parkItems {
    display: inline-block;
    margin-top: 48px;
    position: relative;
}

.park .parkItems .parkItem {
    position: absolute;
    color: #0d5bae;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.park .parkItems .parkItem:nth-of-type(2n+1) {
    text-align: right;
}

.park .parkItems .parkItem:nth-of-type(2n) {
    text-align: left;
}

.park .parkItems .parkItem span {
    border-bottom: 1px dotted #0D5BAE;
}

.park .parkItems .parkItem:hover span {
    border-bottom: none;
}

.park .parkItems .parkItem:nth-of-type(2n):before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url('../images/park-item.png') no-repeat 0 0;
    position: absolute;
    top: 6px;
    left: -32px;
}

.park .parkItems .parkItem:nth-of-type(2n+1):after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url('../images/park-item.png') no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: -29px;
}

.park .parkItems .parkItem:nth-of-type(2n):hover:before,
.park .parkItems .parkItem:nth-of-type(2n+1):hover:after {
    background-image: url('../images/park-item-hover.png');
}

.park .parkItems .parkItem:nth-of-type(1) {
    top: 15px;
    right: calc(100% + 72px);
}

.park .parkItems .parkItem:nth-of-type(2) {
    top: 14px;
    left: calc(100% + 78px);
}

.park .parkItems .parkItem:nth-of-type(3) {
    top: 168px;
    right: calc(100% + 72px);
}

.park .parkItems .parkItem:nth-of-type(4) {
    top: 168px;
    left: calc(100% + 78px);
}

.park .parkItems .parkItem .info {
    display: none;
    position: absolute;
    width: 317px;
    bottom: 100%;
    margin-bottom: 90px;
    left: 0;
    margin-left: -178px;
    background-color: white;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(1, 18, 32, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 18px 16px 16px;
    color: #000;
}

.park .parkItems .parkItem:nth-of-type(2n+1) .info {
    left: 100%;
    margin-left: -142px;
}

.park .parkItems .parkItem:hover .info {
    display: block;
}

.park .parkItems .parkItem .info:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -89px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 87px;
    background: url('../images/line.png') no-repeat 0 0;
}

.park .parkItems .parkItem .info:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 6px;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    background: url('../images/item-bottom.png') no-repeat 0 0;
}

.park .parkItems .parkItem .info img {
    margin-bottom: -7px;
}

.park .parkItems .parkItem .info p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 9px;
    margin-bottom: 9px;
}

.park .parkItems .parkItem .info ul {
    border-top: 1px solid #eee;
    padding-top: 13px;
    margin-top: 16px;
}

.park .parkItems .parkItem .info ul li {
    font-size: 12px;
    line-height: 24px;
    margin-left: 6px;
    margin-bottom: 2px;
}

.park .parkItems .parkItem .info ul li:before {
    content: '•';
    margin-right: 4px;
}

/* Cycle */
.cycle {
    margin-bottom: -6px;
    padding: 104px 0 60px;
    background: transparent url("../images/cycle-bg.png") repeat 0 0;
    text-align: center;
}

.cycle h2 {
    font-size: 20px;
    line-height: 24px;
}

.cycle .mouse {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff url("../images/mouse.png") no-repeat 50% 50%;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cycle .cycleItems {
    display: inline-block;
    width: 904px;
    height: 833px;
    margin-top: 37px;
    position: relative;
    background: transparent url("../images/cycle-items-bg.png") no-repeat 0 0;
}

.cycle .cycleItems .cycleItem {
    opacity: 0;
    width: 310px;
    height: 200px;
    position: absolute;
    color: #0d5bae;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cycle .cycleItems .cycleItem.active {
    opacity: 1;
}

.cycle .cycleItems .cycleItem:nth-of-type(1) {
    position: absolute;
    top: 19px;
    left: 294px;
}

.cycle .cycleItems .cycleItem:nth-of-type(2) {
    position: absolute;
    top: 266px;
    left: 566px;
}

.cycle .cycleItems .cycleItem:nth-of-type(3) {
    position: absolute;
    top: 557px;
    left: 566px;
}

.cycle .cycleItems .cycleItem:nth-of-type(4) {
    position: absolute;
    top: 557px;
    left: 22px;
}

.cycle .cycleItems .cycleItem:nth-of-type(5) {
    position: absolute;
    top: 266px;
    left: 22px;
}

.cycle .cycleItems .cycleItem h3 {
    margin-bottom: 16px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.cycle .cycleItems .cycleItem:first-of-type h3 {
    color: #0071cd;
    font-weight: 700;
}

.cycle .cycleItems .cycleItem .slides {
    width: 100%;
    height: 145px;
}

.cycle .cycleItems .cycleItem .slides .slide {

}

.cycle .cycleItems .cycleItem .slides .slide a {
    width: 109px;
    height: 145px;
    float: left;
    margin-right: 17px;
    position: relative;
}

.cycle .cycleItems .cycleItem .slides .slide a:before {
    content: '';
    display: none;
    width: 109px;
    height: 145px;
    background: rgba(0, 0, 0, 0.5);
url("../images/zoom-white.png") no-repeat 50 % 50 %;
    position: absolute;
    top: 0;
    left: 0;
}

.cycle .cycleItems .cycleItem .slides .slide a:hover:before {
    display: block;
}

.cycle .cycleItems .cycleItem .slides .slide img {
    width: 109px;
    height: 145px;
    float: left;
}

.cycle .cycleItems .cycleItem .slides .slide p {
    margin: 5px 0 -2px;
    color: black;
    font-size: 12px;
    line-height: 17px;
}

.cycle .cycleItems .cycleItem .slides .slick-dots {
    width: auto;
    right: 0;
    top: -34px;
}

.cycle .cycleItems .cycleItem .slides .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 0 0 5px;
}

.cycle .cycleItems .cycleItem .slides .slick-dots li button {
    width: 9px;
    height: 9px;
    float: left;
    padding: 0;
    background: #EBEBEB;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cycle .cycleItems .cycleItem .slides .slick-dots li.slick-active button {
    background: #007add;
}

.cycle .cycleItems .cycleItem .slides .slick-dots li button:before {
    display: none;
}

/* Geography */
.geography .topButtons {
    margin-top: -48px;
}

.geography article {
    margin: 2px 0 0 98px;
}

.geography article h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 38px 0px;
}

.geography article p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.geography .places {
    float: left;
    width: 100%;
    margin-top: 36px;
}

.geography .places .item {
    float: left;
    width: 318px;
    margin-right: 3px;
}

.geography .places .item:last-of-type {
    margin-right: 0;
}

.geography .places .item img {
    display: block;
}

.geography .places .item .info {
    padding: 11px 18px 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.geography .places .item .info:before {
    content: '';
    display: block;
    border-left: 15px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    top: -10px;
    left: 145px;
}

.geography .places .item .info h3 {
    color: black;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 11px;
}

.geography .places .item .info p {
    color: black;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.geography .places .item:first-of-type {
    width: 100%;
    height: 277px;
    margin-bottom: 2px;
}

.geography .places .item:first-of-type img {
    float: left;
}

.geography .places .item:first-of-type .info {
    float: left;
    width: 320px;
    height: 276px;
    background: #0d58a9;
    padding: 22px 48px 0 26px;
}

.geography .places .item:first-of-type .info:before {
    content: '';
    display: block;
    border-right: 10px solid #0d58a9;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 123px;
    left: -10px;
}

.geography .places .item:first-of-type .info h3 {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}

.geography .places .item:first-of-type .info p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.geography .mapBlock {
    float: left;
    width: 100%;
    margin-bottom: -4px;
}

.geography .mapBlock .map {
    float: left;
    width: 100%;
    height: 406px;
    margin-top: 35px;
}

.geography .mapBlock .countries {
    float: left;
    width: 100%;
    padding: 67px 0 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.geography .mapBlock .countries li {
    float: left;
    height: 32px;
    padding: 0 17px 0 15px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 29px;
    color: black;
    font-weight: 400;
    margin-right: 6px;
    cursor: pointer;
}

.geography .mapBlock .countries li.active, .geography .mapBlock .countries li:hover {
    border: 1px solid #0d58a9;
    color: #0d58a9;
    position: relative;
}

.geography .mapBlock .countries li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 5px;
    background: url('../images/map-arr.jpg') no-repeat 0 0;
    margin-left: -5px;
}

/* Contact */
.contact h1 {
    margin-top: -2px;
}

.contact h1 a {
    color: #005eb0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 21px;
}

.contact .tabsBlock {
    float: left;
    width: 630px;
    margin-top: 46px;
}

.contact .tabsBlock .tabs {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    margin-bottom: 23px;
}

.contact .tabsBlock .tabs .tab {
    float: left;
    cursor: pointer;
    color: #0d5bae;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0 10px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    margin-right: 18px;
}

.contact .tabsBlock .tabs .tab.active, .contact .tabsBlock .tabs .tab:hover {
    color: #000;
    border: 1px solid #c9c9c9;
}

.contact .tabsBlock .tabsContent .tab {
    display: none;
}

.contact .tabsBlock .tabsContent .tab.active {
    display: block;
}

.contact .tabsBlock .tabsContent .tab .scheme {
    max-width: 630px;
}

.contact .map {
    float: left;
    width: 630px;
    height: 479px;
}

.contact .info {
    float: left;
    width: 260px;
    margin-top: 40px;
    margin-left: 20px;
}

.contact .info h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 13px;
}

.contact .info h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

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

.contact .info .msg {
    width: 192px;
    height: 26px;
    background-color: #e3e3e3;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px rgba(0, 0, 2, 0.2);
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    margin-bottom: 14px;
}

.contact .info .msg:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    color: #fff;
}

.contact .info .dealers {
    color: #0d5bae;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

/* Departments */
.contact .departments {
    float: left;
    width: 100%;
    margin-top: 41px;
    margin-bottom: -25px;
    padding: 0 41px 0 99px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact .departments h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    border-bottom: 1px solid #000;
    margin-top: -8px;
    margin-bottom: 41px;
}

.contact .departments .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-right: 14px;
    margin-bottom: 26px;
}

.contact .departments .item:nth-of-type(3n + 2) {
    margin-right: 1px;
}

.contact .departments .item:nth-of-type(3n) {
    margin-right: 0;
    width: 250px;
}

.contact .departments .item h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
}

.contact .departments .item p {
    line-height: 17px;
    margin-bottom: 11px;
}

.contact .departments .item p.note {
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -8px;
    margin-bottom: 9px;
}

/* Dealers page */
.dealersPage h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 21px;
}

.dealersPage .tabsBlock {
    float: left;
    width: 100%;
    margin-top: -20px;
}

.dealersPage .tabsBlock h2 {
    padding-left: 100px;
}

.dealersPage .tabsBlock .tabs {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    margin-bottom: 23px;
}

.dealersPage .tabsBlock .tabs .tab {
    float: left;
    cursor: pointer;
    color: #0d5bae;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0 10px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    margin-right: 18px;
}

.dealersPage .tabsBlock .tabs .tab.active, .dealersPage .tabsBlock .tabs .tab:hover {
    color: #000;
    border: 1px solid #c9c9c9;
}

.dealersPage .tabsBlock .tabsContent .tab {
    display: none;
}

.dealersPage .tabsBlock .tabsContent .tab.active {
    display: block;
}

.dealersPage .map {
    float: left;
    width: 100%;
    height: 479px;
}

.dealersPage .tabsBlock .tabsContent ul {
    float: left;
    width: 100%;
    -webkit-column-width: 210px;
    -moz-column-width: 210px;
    -ms-column-width: 210px;
    column-width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 0 104px;
}

.dealersPage .tabsBlock .tabsContent ul li {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: -1px;
}

.dealersPage .tabsBlock .tabsContent ul li a {
    color: #0d5bae;
    font-size: 16px;
}

.dealersPage .dealersList,
.dealerForm,
.dealersPage__button-wrapper {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px 0 0 98px;
}

.dealerForm {
    display: none;
    font-size: 16px;
    position: fixed;
    z-index: 1002;
    top: 30%;
    max-width: 650px;
}

.dealerForm .dealerForm__row {
    margin-bottom: 12px;
}

.dealerForm__title {
    margin-bottom: 10px;
}

.dealerForm__wrapper {
    border: 1px solid #b2b2b2;
    padding: 35px 15px 10px;
    background-color: #fff;
}

.dealerForm__body {
    max-width: 340px;
    margin-bottom: 20px;
}

.dealerForm input[type="text"] {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1 !important;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    font: 400 13px/14px 'Tahoma', sans-serif;
    padding: 5px;
    height: 25px;
    background-color: #f9fffb;
    margin-left: 5px;
}

.dealerForm input[name="dealer-code"] {
    max-width: 95px;
}

.dealerForm label {
    float: right;
}

.dealerForm span {
    font-size: 14px;
    color: #a7a7a7;
}

.dealerForm button[type="submit"] {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    padding: 0px 30px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.dealerForm__result {
    background-color: #f3f3f3;
    min-height: 100px;
    display: none;
    padding: 23px 20px;
}

.dealerForm__result-icon {
    display: inline-block;
    font-size: 50px;
    padding: 10px 15px;
    color: #0069c5;
    vertical-align: top;
}

.dealerForm__result-body {
    max-width: 80%;
    display: inline-block;
    font-size: 14px;
}

.dealerForm__result-codes span {
    font-size: inherit;
    color: #000;
    margin: 0 10px 0;
}

.dealerForm__cert {
    display: none;
}

.dealerForm__cert .dealerForm__result-icon {
    font-size: 30px;
    color: #de2323;
    vertical-align: middle;
    padding: 10px;
}

.dealerForm__cert a {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.dealerForm__result-icon .fa-thumbs-down {
    display: none;
}

.dealerForm__result-icon.negative {
    color: #FD0C01;
}

.dealerForm__result-body p span {
    color: #000;
}

.dealerForm__close-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 28px;
    right: 10px;
    cursor: pointer;
}

.dealerForm__close-btn::before,
.dealerForm__close-btn::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #000;
    position: absolute;
    transform: rotate(45deg);
    top: 18px;
}

.dealerForm__close-btn::after {
    transform: rotate(135deg);
}

.dark-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.dealersPage .dealersList .dealer {
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 52px;
}

.dealersPage .dealersList .dealer:nth-of-type(3n + 2) {
    margin-right: 17px;
}

.dealersPage .dealersList .dealer:nth-of-type(3n) {
    margin-right: 0;
}

.dealersPage .dealersList .dealer img {
    float: left;
    margin-top: 3px;
    margin-right: 14px;
}

.dealersPage .dealersList .dealer h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    min-height: 40px;
    margin-bottom: 6px;
}

.dealersPage .dealersList .dealer p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}

.dealersPage .dealersList .dealer .detail {
    display: block;
    color: #0d5bae;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 2px;
}


@media print {
    #wrapper {
        width: 960px;
    }

    .infoBlock {
        display: none;
    }

    .topinfoblock {
        display: block;
    }

    header .lang,
    .mainMenu,
    header .headerMenu,
    .topButtons,
    .cardRight button,
    .topinfoblock .orderBtnH,
    .topinfoblock .region,
    .topinfoblock .call,
    .cardRight .links,
    .breadcrumbs,
    .subMenu,
    .topinfoblock .phone {
        display: none;
    }

    .readMore {
        display: block !important;
    }

    .productContent {
        margin-top: -100px;
    }
}


/* Popups */
.popup {
    display: none;
    float: left;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 16px rgba(0, 0, 2, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup.call {
    width: 416px;
    padding: 37px 29px 23px;
}

.popup .title {
    color: black;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 25px;
}

.popup label {
    display: block;
    margin-bottom: 18px;
}

.popup input[type=text] {
    display: block;
    width: 357px;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    font: 400 13px/14px 'Tahoma', sans-serif;
    padding: 0 5px;
}

.popup textarea {
    width: 345px;
    height: 120px;
    margin: 2px 0 0px 1px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    padding: 5px;
    font: 400 13px/17px 'Tahoma', sans-serif;
}

.popup label select {
    display: block;
    width: 357px;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
}

.popup label.time select {
    display: inline-block;
    width: 58px;
    margin: 0 17px 0 8px;
}

.popup input:focus,
.popup textarea:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.popup button[type=submit] {
    width: 120px;
    height: 26px;
    padding: 0;
    float: right;
    margin-top: 36px;
    margin-right: 104px;
}

.popup button[type=submit]:disabled {
    background: #E2E2E2;
    box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.2);
}

.popup .file {
    display: block;
    color: #005eb0;
    font-size: 12px;
    margin-top: -11px;
    margin-bottom: 18px;
}

.popup.feedback {
    width: 416px;
    padding: 37px 29px 23px;
}

.popup.resume {
    width: 416px;
    padding: 37px 29px 23px;
}

.popup.orderList {
    width: 416px;
    padding: 37px 29px 41px;
}

.popup.orderList .title,
.popup.subscribe .title {
    margin-bottom: 5px;
}

.popup .note {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 13px;
}

.popup .icheckbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.15);
    margin-top: -3px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2px;
}

.popup .icheckbox.checked {
    background: url('../images/check.png') no-repeat 50% 50%, linear-gradient(to top, #a5a5a5 0%, #e7e7e7 100%);
    border: 1px solid #989898;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px #fdfefe;
}

.popup .subscribe {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 25px;
}

.popup.subscribe {
    width: 505px;
    padding: 37px 29px 41px;
}

.popup.subscribe label input[type=text] {
    width: 446px;
}

.popup.subscribe .subscribe {
    float: left;
    margin-right: 19px;
}

.popup.subscribe .subscribe:last-of-type {
    margin-right: 0;
}

.popup.dealers {
    width: 416px;
    padding: 37px 29px 19px;
}

.popup.dealers .topButtons {
    float: left;
    margin: -2px 0 7px -5px;
}

.popup.dealers .item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.popup.dealers .item h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: -3px;
}

.popup.dealers .item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 2px;
}

.popup.added {
    position: fixed;
    padding: 12px 28px 0;
    top: 0;
    left: 50%;
    margin-left: 33px;
    width: 320px;
    height: 100px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 16px rgba(0, 0, 2, 0.3);
    z-index: 9001;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9000;
}

.popup.added .listAdded {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.popup.added .listAdded i {
    font-style: normal;
}

.popup.added .go {
    float: left;
    width: 115px;
    height: 26px;
    margin-right: 16px;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 2, 0.2);
    border: none;
    color: white;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.popup.added span {
    float: left;
    width: 131px;
    color: #005eb0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: -3px;
}

.popup.event {
    width: 746px;
    padding: 27px 15px 30px 35px;
}

.popup.event .title {
    margin-bottom: 24px;
}

.popup.event p {
    line-height: 20px;
}

.popup.event .when {
    float: left;
    width: 235px;
    height: 74px;
    line-height: 65px;
    background-color: white;
    border: 2px solid #f3f3f3;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 21px;
    margin-left: 19px;
    padding-left: 64px;
    position: relative;
}

.popup.event .when:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 49px;
    height: 74px;
    line-height: 70px;
    background: #fd0c01 url('../images/clock.png') no-repeat center;
    border-radius: 3px;
}

.popup.event .when span {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    color: #fd0c01;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.popup.event .where {
    float: left;
    width: 374px;
    height: 74px;
    line-height: 68px;
    background-color: white;
    border: 2px solid #f3f3f3;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 21px;
    margin-left: 28px;
    padding-left: 64px;
    position: relative;
}

.popup.event .where:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 49px;
    height: 74px;
    line-height: 70px;
    background: #0064be url('../images/place.png') no-repeat center;
    border-radius: 3px;
}

.popup.event .where span {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    color: #0064be;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

.popup.event .separator {
    float: left;
    width: 746px;
    height: 1px;
    background-color: black;
    margin: 28px -15px 55px -35px;
}

.popup.event .guest {
    float: left;
    width: 672px;
    height: 178px;
    background-color: white;
    border: 3px solid #f3f3f3;
    border-radius: 8px;
    padding: 11px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.popup.event .guest label {
    float: left;
    margin-right: 22px;
}

.popup.event .guest label:first-of-type {
    width: 386px;
}

.popup.event .guest label:first-of-type input {
    width: 386px;
}

.popup.event .guest label:nth-of-type(2) {
    width: 217px;
    margin-right: 0;
}

.popup.event .guest label:nth-of-type(2) input {
    width: 217px;
}

.popup.event .guest label:nth-of-type(3) {
    width: 217px;
}

.popup.event .guest label:nth-of-type(3) input {
    width: 217px;
}

.popup.event .guest label:nth-of-type(4) {
    width: 147px;
}

.popup.event .guest label:nth-of-type(4) input {
    width: 147px;
}

.popup.event .guest label:nth-of-type(5) {
    margin-right: 0;
    width: 217px;
}

.popup.event .guest label:nth-of-type(5) input {
    width: 217px;
}

.popup.event .guest .remove {
    position: absolute;
    right: -9px;
    top: -11px;
    width: 27px;
    height: 27px;
    background: #9f9f9f url('../images/remove.png') no-repeat 50% 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 2, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.popup.event .guest .remove:hover {
    background-color: #fd0c01;
}

.popup.event .amount {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 9px;
}

.popup.event .amount button {
    width: 26px;
    height: 26px;
    background-color: #e3e3e3;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 2, 0.2);
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 8px 0 9px;
    cursor: pointer;
}

.popup.event .amount span {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.popup.event button[type=submit] {

}

input.error {
    border-color: red !important;
}

/* Personal Menu */
.personalMenu {
    width: 138px;
    float: right;
    position: relative;
    margin: -51px 17px 50px 0;
    border: 1px solid #ddd;
}

.personalMenu ul {
    margin: 22px 13px 40px;
}

.personalMenu ul li {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.3px;
    color: #535353;
}

.personalMenu ul li a {
    color: #535353;
    text-decoration: none;
}

.personalMenu ul li a:hover {
    color: #3372b6;
}

.personalMenu ul li a span {
    margin-left: 8px;
    color: #b6b6b6;
}

/* Commercial Offers */
.commercialOffers {

}

.commercialOffers table {
    width: 671px;
    margin: 15px 0 50px 93px;
}

.commercialOffers table td {
    padding: 0 0 0 21px;
    color: black;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

.commercialOffers table td:first-of-type {
    width: 75px;
    padding-left: 21px !important;
    text-align: left !important;
}

.commercialOffers table td:nth-of-type(2) {
    width: 62px;
    text-align: center;
}

.commercialOffers.selection table td:nth-of-type(5) {
    width: 160px;
    text-align: center;
}

.commercialOffers table td:nth-of-type(6) {
    width: 118px;
    text-align: center;
    padding: 0;
}

.commercialOffers table tr:first-of-type td {
    height: 41px;
    background: #0D63B4;
    color: white;
    text-align: center;
}

.commercialOffers table tr:first-of-type td > span {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.commercialOffers table tr:nth-of-type(2n) td {
    background: #FBFBFB;
    color: #373737;
    padding-top: 1px;
}

.commercialOffers table td .tooltip {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    left: 5px;
    background: transparent url('../images/tooltip.png') no-repeat 0 0;
    cursor: pointer;
}

.commercialOffers table td .tip {
    display: none;
    position: absolute;
    max-width: initial;
    top: 23px;
    left: 30px;
    width: 325px !important;
    padding: 9px 0 17px 12px;
    border: 1px solid #9a9a9a;
    background: #fff url('../images/tooltip-lines.png') no-repeat 19px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: left;
}

.commercialOffers table tr:first-of-type td > span:hover .tip {
    display: block;
}

.commercialOffers table td .tip:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: -10px;
    background: none;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.commercialOffers table td .tip span.descr {
    display: block;
    width: 242px;
    float: left;
    margin-top: 18px;
    color: #373737;
    font: 400 12px/15px 'Tahoma';
}

.commercialOffers table td .tip span.name {
    display: block;
    width: 62px;
    float: left;
    color: #373737;
    font: 400 14px/17px 'Tahoma';
}

.checkout {
    color: #0d63b4;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.checkout:hover {
    color: #ef0a00;
}

.ordered {
    display: inline-block;
    width: 20px;
    height: 13px;
    position: relative;
    top: 2px;
    background: transparent url('../images/ordered.png') no-repeat 0 0;
}

/* Form Registration */
.regisrt form {
    margin: 50px 0 120px 160px;
    width: 363px;
}

.regisrt form label {
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.regisrt form input[type=text] {
    display: block;
    width: 206px;
    height: 28px;
    float: right;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 14px/16px 'Tahoma', sans-serif;
    padding: 0 7px;
}

.regisrt form input:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.regisrt form button[type=submit] {
    width: 180px;
    height: 26px;
    padding: 0;
    float: right;
    margin-top: 24px;
    margin-right: 26px;
}

.regisrt form label button[type=submit] {
    position: absolute;
    top: -22px;
    right: -184px;
    width: 142px;
    height: 26px;
    text-align: center;
    border: none;
    background-color: #0d5aac;
    background-image: linear-gradient(to top, #004987 0%, #006cce 100%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font: 400 14px/16px 'Tahoma', sans-serif;
    cursor: pointer;
}

.regisrt form label button[type=submit]:hover {
    background-color: white;
    background-image: linear-gradient(to top, #015398 0%, #017ef0 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0.5px 0.9px 3px rgba(0, 0, 2, 0.2);
}

.regisrt form label button[type=submit]:disabled {
    background: #E2E2E2;
    box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.2);
}


.fancybox-close {
    position: absolute;
    top: 23px;
    right: 22px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 8040;
    background: transparent url('../images/close.png') no-repeat 50% 50%;
}

/* Form Registration Popup */
.registrPopup {
    width: 650px;
    height: 507px;
}

.registrPopup form {
    display: block;
    width: 363px;
    float: left;
    margin: 39px 0 0 62px;
}

.registrPopup form .title {
    margin: 0 0 39px 155px;
    font-size: 25px;
    line-height: 22px;
}

.registrPopup form label {
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.registrPopup form input[type=text] {
    display: block;
    width: 206px;
    height: 28px;
    float: right;
    position: relative;
    top: -2px;
    font: 400 14px/16px 'Tahoma', sans-serif;
    padding: 0 7px;
}

.registrPopup form input:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.registrPopup form button[type=submit] {
    width: 180px;
    height: 26px;
    padding: 0;
    float: right;
    margin-top: 24px;
    margin-right: 26px;
}

.registrPopup form button[type=submit]:disabled {
    background: #E2E2E2;
    box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.2);
}

.registrPopup form label button[type=submit] {
    position: absolute;
    top: -22px;
    right: -184px;
    width: 142px;
}

.registrPopup form label.agree {
    width: 446px;
    margin: 33px -125px 18px 31px;
    color: #717171;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.registrPopup form label .icheckbox {
    float: left;
    display: block;
    margin: 4px 11px 49px 0;
    cursor: pointer;
}

/* Form Offer Popup */
.techOfferPopup {
    width: 609px;
    height: 270px;
}

.techOfferPopup form {
    display: block;
    width: 481px;
    float: left;
    margin: 39px 0 0 62px;
}

.techOfferPopup form .title {
    margin: 0 0 32px -2px;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.techOfferPopup form label {
    margin-bottom: 13px;
    position: relative;
}

.techOfferPopup form input[type=text] {
    display: block;
    width: 413px;
    height: 28px;
    font: 400 14px/16px 'Tahoma', sans-serif;
    padding: 0 7px;
}

.techOfferPopup form input:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.techOfferPopup form button[type=submit] {
    width: 120px;
    height: 26px;
    padding: 0;
    float: left;
    margin: 23px 0 0 2px;
}

/* Form Commercial Offer Popup */
.commercOfferPopup {
    width: 609px;
    /* height: 270px; */
}

.commercOfferPopup form {
    display: block;
    width: 481px;
    float: left;
    margin: 39px 0 0 62px;
}

.commercOfferPopup form .title {
    margin: 0 0 32px -2px;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.commercOfferPopup form label {
    margin-bottom: 6px;
    position: relative;
    letter-spacing: 0.2px;
}

.commercOfferPopup form input[type=text] {
    display: block;
    width: 413px;
    height: 28px;
    font: 400 14px/17px 'Tahoma', sans-serif;
    padding: 0 7px;
}

.commercOfferPopup form input:focus {
    border: 1px solid #7abbf4;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.2), 0 0 6px rgba(74, 154, 225, 0.27);
}

.commercOfferPopup form label:last-of-type input[type=text] {
    width: 61px;
    text-align: right;
    font-size: 16px;
    line-height: 19px;
    padding: 3px 10px 0;
}

.commercOfferPopup form button[type=submit] {
    width: 120px;
    height: 26px;
    padding: 0;
    float: left;
    margin: 20px 0 52px 2px;
}

/* Form Edit Complementary Popup */
.editComplementaryPopup {
    width: 718px;
}

.editComplementaryPopup form {
    margin: 39px 0 0 60px;
}

.editComplementaryPopup form .title {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

/* Edit Complementary Content */
.editComplementaryPopup .editComplementaryContent {
    margin: 0 0 0 -11px;
}

.editComplementaryPopup .editComplementaryContent .item {
    width: 649px;
    height: 63px;
    float: left;
    margin-bottom: -5px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.editComplementaryPopup .editComplementaryContent .item:hover {
    background-color: white;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.editComplementaryPopup .editComplementaryContent .item .image {
    width: 51px;
    height: 51px;
    border: 1px solid #f2f2f2;
    float: left;
    line-height: 51px;
    margin: 6px 11px 0 5px;
    text-align: center;
}

.editComplementaryPopup .editComplementaryContent .item .image img {
    max-width: 48px;
    max-height: 48px;
    vertical-align: middle;
}

.editComplementaryPopup .editComplementaryContent .item .name {
    width: 369px;
    float: left;
    margin: 18px 14px 0 0;
    color: black;
    font-size: 11px;
    line-height: 14px;
    text-indent: -4px;
}

.editComplementaryPopup .editComplementaryContent .item .name .title {
    margin-bottom: 3px;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.1px;
}

.editComplementaryPopup .editComplementaryContent .item .amount {
    width: 100px;
    float: left;
    margin: 16px 0 0;
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.editComplementaryPopup .editComplementaryContent .item .amount span {
    display: inline-block;
    width: 36px;
    color: black;
    font-size: 14px;
    line-height: 24px;
}

.editComplementaryPopup .editComplementaryContent .item .amount button {
    display: none;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1px;
    background-color: #e3e3e3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 2, 0.2);
    color: #5e5e5e;
    font: 400 15px/17px 'Tahoma', sans-serif;
    text-align: center;
    position: relative;
    top: -1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.editComplementaryPopup .editComplementaryContent .item .amount button:disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #b5b5b5;
    padding-left: 0;
}

.editComplementaryPopup .editComplementaryContent .item:hover .amount button {
    display: inline-block;
}

.editComplementaryPopup .editComplementaryContent .item .delete {
    display: none;
    float: left;
    margin: 23px 0 0 14px;
    background: none;
    border: none;
    color: #9a9a9a;
    font: 400 12px/16px 'Tahoma', sans-serif;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.editComplementaryPopup .editComplementaryContent .item:hover .delete {
    display: block;
}

.editComplementaryPopup .editComplementaryContent .item .delete:hover {
    color: #ef0a00;
}

.editComplementaryPopup .editComplementaryContent .item .delete:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #9a9a9a url('../images/delete.png') no-repeat 50% 50%;
    margin-right: 7px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.editComplementaryPopup .editComplementaryContent .item .delete:hover:before {
    background-color: #ef0a00;
}

.editComplementaryPopup button + p {
    width: 100%;
    float: left;
    margin: 32px 0 54px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.editComplementaryPopup .info {
    padding: 0 0 0 24px;
    background: transparent url('../images/info.png') no-repeat 0 0;
    display: inline-block;
    margin-left: 27px;
}

/* Page Result */
.result form {
    width: 100%;
    float: left;
    margin-bottom: 29px;
    text-align: center;
}

.result form .btn {
    width: 120px;
    margin: 0 0px 0 71px;
    padding: 0;
    line-height: 17px;
    text-align: center;
}

.result form .clear {
    margin: 0 0 0 26px;
    color: #919191;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
}

.result form .clear:hover {
    text-decoration: underline;
}

.result .blocks {
    width: 100%;
    float: left;
    margin-top: 24px;
    background: #FBFBFB;
}

.result .blocks .block {
    width: 315px;
    height: 222px;
    float: left;
    padding: 2px 0 0 20px;
    border-right: 1px solid #BCBCBC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.result .blocks .block:first-of-type {
    width: 274px;
    margin-left: 87px;
    border-left: 1px solid #BCBCBC;
}

.result .blocks .block:nth-of-type(2) {
    width: 243px;
}

.result .blocks .block.mainParams {

}

.result .blocks .block.mainParams .item { /* width: 220px; */
}

.result .blocks .block.mainParams .item .name {
    color: #717171;
}

.result .blocks .block.mainParams .item input[type=text] {
    display: inline-block;
    width: 33px;
    height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    background: transparent;
    text-align: right;
    margin: -4px 2px -20px 13px;
    padding: 0 8px;
    position: relative;
    top: -1px;
    color: #000;
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.result .blocks .block.mainParams .item .ui-slider-wrapper.horizontal {
    margin-top: 18px;
}

.result .blocks .block.mainParams .item .horizontal .ui-slider-labels {
    top: -2px;
}

.result .blocks .block.mainParams .item .ui-slider-label-ticks span {
    color: #818181;
    font-size: 11px;
}

.result .blocks .block.mainParams .item .ui-slider-horizontal {
    height: 4px;
    width: 220px;
    border-top: 1px solid #b6b6b6;
    background-image: linear-gradient(to top, #f1f1f1 0%, #e0e0e0 100%);
}

.result .blocks .block.mainParams .temp .ui-slider-horizontal {
    border-top: 1px solid #173e8b;
    background-image: linear-gradient(to top, #9fb0cf 0%, #2e5196 100%);
}

.temp .ui-slider .ui-slider-range {
    border-top: 1px solid #173e8b;
    background-image: linear-gradient(to top, #9fb0cf 0%, #2e5196 100%);
    top: -1px;
}

.result .blocks .block.mainParams .item.installOption {
    margin: 13px 0 5px 37px;
}

.result .blocks .block.mainParams .item.installOption label {
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 11px;
    padding-left: 18px;
}

.result .blocks .block.mainParams .item.installOption label .inline {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.result .blocks .block.mainParams .item.installOption label {
    display: inline-block;
    width: 32px;
    height: 43px;
    background: url('../images/icon-install.png') no-repeat 0 100%;
    margin-right: 5px;
    padding: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url('grayscale.svg#greyscale');
    opacity: 0.35;
}

.result .blocks .block.mainParams .item.installOption label .iradio {
    display: none;
}

.result .blocks .block.mainParams .item.installOption label.checked,
.result .blocks .block.mainParams .item.installOption label:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.result .blocks .block.mainParams .item.installOption .installHorizontal {
    margin-right: 35px;
    background-position: 0 0;
}

.result .blocks .block.mainParams .item.installOption .installVertical {
    width: 50px;
    background-position: 100% 0;
}

.result .blocks .block.mainParams .item.methods {
    margin: 6px 0 17px 25px;
}

.result .blocks .block.mainParams .item.methods label {
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 11px;
    padding-left: 18px;
}

.result .blocks .block.mainParams .item.methods label .inline {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.result .blocks .block.mainParams .item.methods .icheckbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.15);
    margin-top: -3px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -18px;
    margin-right: 2px;
}

.result .blocks .block.mainParams .item.methods .icheckbox.checked {
    background: url('../images/check.png') no-repeat 50% 50%, linear-gradient(to top, #a5a5a5 0%, #e7e7e7 100%);
    border: 1px solid #989898;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px #fdfefe;
}

.result .blocks .block.mainParams .item.methods .iradio {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0.5px 0.9px 3px rgba(0, 0, 2, 0.15);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -18px;
    margin-right: 2px;
}

.result .blocks .block.mainParams .item.methods .iradio.checked:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #686868;
    border-radius: 50%;
    margin: 2px;
}

.result .blocks .block.mainParams .item.methods > label {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('../images/icon-metods.png') no-repeat 0 0;
    margin-right: 7px;
    padding: 0;
    position: relative;
}

.result .blocks .block.mainParams .item.methods label .currentTemp {
    display: none;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.result .blocks .block.mainParams .item.methods label.checked .currentTemp {
    display: block;
}

.result .blocks .block.mainParams .item.methods label .icheckbox {
    display: none !important;
}

.result .blocks .block.mainParams .item.methods label.checked,
.result .blocks .block.mainParams .item.methods label:hover {
    background-position-y: -38px;
}

.result .blocks .block.mainParams .item.methods .electr {
    background-position: 0 0;
}

.result .blocks .block.mainParams .item.methods label.checked.electr,
.result .blocks .block.mainParams .item.methods label.electr:hover {
    background-position: 0 100%;
}

.result .blocks .block.mainParams .item.methods .oil {
    background-position: -42px 0;
}

.result .blocks .block.mainParams .item.methods label.checked.oil,
.result .blocks .block.mainParams .item.methods label.oil:hover {
    background-position: -42px 100%;
}

.result .blocks .block.mainParams .item.methods .gas {
    background-position: -84px 0;
}

.result .blocks .block.mainParams .item.methods label.checked.gas,
.result .blocks .block.mainParams .item.methods label.gas:hover {
    background-position: -84px 100%;
}

.result .blocks .block.mainParams .item.methods .fan {
    background-position: -126px 0;
}

.result .blocks .block.mainParams .item.methods label.checked.fan,
.result .blocks .block.mainParams .item.methods label.fan:hover {
    background-position: -126px 100%;
}

.result .blocks .block.mainParams .item.methods label .temps {
    color: #939393;
    font-size: 12px;
    line-height: 15px;
    display: none;
    position: absolute;
    top: 40px;
    left: -1px;
    width: 140px;
    border: 1px solid #c8c8c8;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 12px 5px;
}

.result .blocks .block.mainParams .item.methods label .temps:before {
    content: '';
    display: block;
    width: 21px;
    height: 16px;
    position: absolute;
    top: -16px;
    left: 16px;
    background: url('../images/arrow.png');
}

.result .blocks .block.mainParams .item.methods label:hover .temps {
    display: block;
}

.result .blocks .block.mainParams .item.methods label .temps label {
    color: #1f3773;
    font-size: 14px;
    margin-bottom: 9px;
    margin-left: 6px;
    margin-top: 6px;
}

.result .blocks .block.mainParams .item.methods label .temps label .iradio {
    margin-right: 7px;
}

.result .blocks .block.mainParams .item.tempInner label {
    display: inline-block;
    margin: 5px 1px 0 6px;
    position: relative;
    color: #ca3431;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.result .blocks .block.mainParams .item.tempInner label:last-of-type {
    margin-left: 9px;
}

.result .blocks .block.mainParams .item.tempInner .icheckbox {
    display: none;
}

.result .blocks .block.mainParams .item.tempInner label .iradio.checked:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #CA3431;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.result .blocks .block.mainParams .item.tempInner .iradio {
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.result .additional {
    margin-top: 8px;
    margin-bottom: 20px;
}

.result .additional .block {
    width: 832px !important;
    height: 124px;
}

.result .additional .title {
    color: #b3b2b2;
    margin-top: 5px;
    line-height: 29px;
}

.result .additional .item {
    display: inline-block;
    width: 355px;
    margin: 7px 0 24px 44px;
    vertical-align: top;
    line-height: 15px;
}

.result .additional .item.inactive {
    opacity: 0.5;
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
}

.result .additional .item:nth-of-type(2n) {
    width: 390px;
    margin-left: 11px;
}

.result .additional .item.ip label {
    display: inline-block;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    background: transparent;
    margin: -19px 2px -20px 7px;
    padding: 0;
    position: relative;
    top: -2px;
    color: #bdbdbd;
    font-family: 'Trebuchet MS', 'Arial';
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -1.2px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.result .additional .item.ip .icheckbox {
    display: none;
}

.result .additional .item.ip label.checked,
.result .additional .item.ip label:hover {
    border: 1px solid #213773;
    color: #00277d;
}

.result .additional .item.pump label {
    margin: 0 0 0 16px;
    position: relative;
    color: #373737;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.result .additional .item.pump label:last-of-type {
    margin-left: 9px;
}

.result .additional .item.pump .icheckbox {
    display: none;
}

.result .additional .item.pump label .iradio.checked:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #CA3431;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.result .additional .item.pump .iradio {
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    top: 2px;
    margin-right: 6px;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.result .additional .item input[type=text] {
    display: inline-block;
    width: 33px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    background: transparent;
    text-align: right;
    margin: -4px 6px -20px 18px;
    padding: 0 8px;
    position: relative;
    top: 3px;
    color: #000;
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.result .additional .item.temp .name {
    display: inline-block;
    width: 293px;
    margin: -12px -22px 0 0;
}

.result .additional .item.temp input[type=text] {
    margin: -1px 0 0 27px;
    top: -5px;
}

.result .additional .item .unit {
    position: relative;
    margin: 0 0 0 3px;
    top: -6px;
}

.variant {
    width: 830px;
    float: left;
    margin-left: 89px;
    border-bottom: 4px solid #f9f9f9;
    background: #F9F9F9 url('../images/variant-bg.png') repeat-y 0 0;
}

.variant .block {
    width: 385px;
    float: left;
    margin-bottom: 7px;
}

.variant .block:first-of-type {
    width: 445px;
}

.variant .block > .title {
    height: 29px;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 1px solid #9A9A9A;
    background: #f9f9f9;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    color: #4a4a4a;
    letter-spacing: 0.2px;
}

.variant .block:first-of-type > .title {
    border: none;
    padding-left: 0;
}

.variant .block .title strong {
    display: inline-block;
    margin-right: 6px;
    padding: 0 11px 1px 20px;
    background: #05BD1D;
    color: white;
    font-weight: 400;
}

.variantContent {
    width: 404px;
    float: left;
    background: #fff;
    position: relative;
}

.variantContent .image {
    width: 147px;
    height: 170px;
    float: left;
    margin: 1px 0 0 7px;
    text-align: center;
}

.variantContent .image img {
    max-width: 130px;
    max-height: 135px;
    line-height: 170px;
    vertical-align: middle;
}

.variantContent .descr {
    width: 245px;
    float: left;
}

.variantContent .descr .title {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.25px;
}

.variantContent .descr .art {
    color: #ababab;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.variantContent .descr .paramsIcons {
    margin-bottom: 3px;
}

.variantContent .descr .paramsIcons span {
    vertical-align: top;
    display: inline-block;
    width: 26px;
    height: 25px;
    background: url('../images/icon-metods.png') no-repeat 0 -38px;
    background-size: auto 54px;
    margin-right: 1px;
    padding: 0;
}

.variantContent .descr .paramsIcons span.electr {
    background-position: 0 100%;
}

.variantContent .descr .paramsIcons span.oil {
    background-position: -32px 100%;
}

.variantContent .descr .paramsIcons span.gas {
    background-position: -63px 100%;
}

.variantContent .descr .paramsIcons span.fan {
    background-position: -94px 100%;
}

.variantContent .descr .paramsIcons .ip {
    width: 24px;
    height: 23px;
    border: 1px solid #00277d;
    border-radius: 3px;
    background: none;
    color: #00277d;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.8px;
    text-align: center;
}

.variantContent .descr .params {
    margin-left: 3px;
    color: #949494;
    font-size: 12px;
    line-height: 15px;
}

.variantContent .descr .params strong {
    margin-left: 5px;
}

.variantContent .count {
    width: 38px;
    position: absolute;
    top: 18px;
    right: -35px;
    color: #676767;
    font-size: 13px;
    line-height: 21px;
    text-align: right;
}

.complementary .variantContent {
    width: 327px;
    padding: 0 0 10px 20px;
}

.complementary .variantContent:first-of-type {
    margin-top: -5px;
}

.complementary .variantContent p {
    margin-bottom: 2px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.complementary .variantContent ul li {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.16px;
}

.complementary .variantContent .edit {
    float: right;
    margin: 7px 12px 0 0;
    color: #878787;
    font-size: 12px;
    line-height: 15px;
}

.complementary .variantContent .count {
    bottom: -2px;
    right: -33px;
    top: auto;
}

.variantButtons {
    width: 830px;
    float: left;
    margin: 25px 0 13px 89px;
    text-align: right;
    color: #444444;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
    letter-spacing: 0.2px;
}

.variantButtons button {
    width: 120px;
    height: 41px;
    margin-top: -14px;
    margin-left: 20px;
    padding: 0px 0 1px;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
}

.variantButtons button:last-of-type {
    margin-left: 10px;
}

/* Page Sorting */
.sortingPage .mainMenu {
    margin-bottom: 29px;
}

.sortingPage h1 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.1px;
}

.sortingPage .sort + .orderBtn {
    width: 161px;
}

/* Description */
.sortingPage .content {
    padding: 16px 85px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.sortingPage .description p {
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.sortingPage .description .icons {
    float: right;
    margin: 39px 0 0 0;
}

.sortingPage .description .icons .icon {
    width: 59px;
    height: 59px;
    float: right;
    border: 1px solid #3056B3;
    border-radius: 3px;
    line-height: 52px;
    text-align: center;
}

.sortingPage .description article .icons .icon img {
    vertical-align: middle;
}

/* Products Table */
.productsTable {
    width: 100%;
    margin: 12px 0 0;
    border: none;
}

.productsTable table {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.productsTable table thead td {
    background: #F5F5F5;
    padding: 1px 7px 0;
    border-bottom: 1px solid #D2D2D2;
    line-height: 29px;
    letter-spacing: 0.3px;
}

.productsTable table thead td:first-of-type {
    width: 67px;
}

.productsTable table tbody td {
    border-bottom: 1px solid #D2D2D2;
    padding: 1px 7px 0px;
    line-height: 29px;
    vertical-align: middle;
}

.productsTable table tbody td.middle {
    vertical-align: middle;
}

.productsTable table tbody td.center {
    text-align: center;
    width: auto;
    margin: 0;
}

.productsTable table .icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: transparent url('../images/icon-metods-big.png') no-repeat 0 100%;
}

.productsTable table .icon.oil {
    background-position: 0 -124px;
}

.productsTable table .icon.gas {
    background-position: 0 0;
}

.productsTable table .icon.electr {
    background-position: 0 0;
}

.productsTable table .icon.fan {
    background-position: 0 -62px;
}

.productsTable table tbody td .btn {
    width: 31px;
    height: 24px;
    margin: 2px 9px 0 -4px;
    border: none;
    background-color: #DADADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    color: #3b3b3b;
    font: 400 14px/23px 'Tahoma', sans-serif;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productsTable table tbody tr td .btn:hover {
    background-color: #005DB1;
    color: white;
}

.productsTable table tbody tr:hover {
    position: relative;
}

.productsTable table tbody tr:hover td:last-of-type {
    position: relative;
}

.productsTable table tbody tr:hover td:last-of-type:after {
    content: '';
    display: block;
    width: 775px;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.productsTable table tbody tr td:first-of-type strong {
    margin-top: 7px;
    width: 100%;
    display: inline-block;
    line-height: 17px;
    text-align: center;
}

.commit {
    margin-left: 25px;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0.05px;
}

/* Page Sorting Main */
.sortingPageMain {

}

.sortingPageMain .mainMenu {
    margin-bottom: 29px;
}

.sortingPageMain h1 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.1px;
}

.sortingPageMain .sort + .orderBtn {
    width: 161px;
}

.sortingPageMain .description {
    position: relative;
}

.sortingPageMain .description img {
    margin: 50px 0 0 43px;
}

.sortingPageMain .description .item {
    display: inline-block;
    position: absolute;
    color: #06578d;
    font-size: 14px;
    line-height: 17px;
}

.sortingPageMain .description .item1 {
    top: 197px;
    left: 97px;
}

.sortingPageMain .description .item2 {
    top: 193px;
    left: 185px;
}

.sortingPageMain .description .item3 {
    top: 184px;
    left: 282px;
}

.sortingPageMain .description .item4 {
    top: 171px;
    left: 379px;
}

.sortingPageMain .description .item5 {
    top: 157px;
    left: 481px;
}

.sortingPageMain .description .item6 {
    top: 117px;
    left: 218px;
}

.sortingPageMain .description .item7 {
    top: 143px;
    left: 585px;
}

.sortingPageMain .description .item8 {
    top: 121px;
    left: 675px;
}

.sortingPageMain .description .item9 {
    top: 88px;
    left: 778px;
}

.sortingPageMain .description .item10 {
    top: 47px;
    left: 840px;
}

.sortingPageMain .description .item11 {
    top: 60px;
    left: 186px;
    color: #02692e;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
}

.sortingPageMain .description .item12 {
    top: 110px;
    left: 355px;
    color: #06578d;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
}

.sortingPageMain .description .item13 {
    top: 62px;
    left: 550px;
    color: #f10a21;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
}

.productsCategories {

    width: 100%;

    margin: 17px 0 0;
}

.productsCategory {

    /* width: 100%; */
}

.productsCategory .title {
    position: relative;
    width: 845px;
    height: 38px;
    margin: 0 0 4px 81px;
    border-radius: 5px;
    color: white;
    text-indent: -15px;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.productsCategory .title.blue {
    background: #0858a4;
    background: -moz-linear-gradient(top, #0858a4 0%, #4487c1 100%);
    background: -webkit-linear-gradient(top, #0858a4 0%, #4487c1 100%);
    background: linear-gradient(to bottom, #0858a4 0%, #4487c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0858a4', endColorstr='#4487c1', GradientType=0);
}

.productsCategory .title.red {
    background: #b00c06;
    background: -moz-linear-gradient(top, #b00c06 0%, #d53c3a 100%);
    background: -webkit-linear-gradient(top, #b00c06 0%, #d53c3a 100%);
    background: linear-gradient(to bottom, #b00c06 0%, #d53c3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b00c06', endColorstr='#d53c3a', GradientType=0);
}

.productsCategory .title.green {
    background: #137530;
    background: -moz-linear-gradient(top, #137530 0%, #408e54 100%);
    background: -webkit-linear-gradient(top, #137530 0%, #408e54 100%);
    background: linear-gradient(to bottom, #137530 0%, #408e54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137530', endColorstr='#408e54', GradientType=0);

}

.productsCategory .title div {
    position: absolute;
    right: 29px;
    top: 10px;
    color: #b8ddff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.productsCategory .title div span {
    margin-left: 10px;
}

.productsCategory .title + p {
    margin-left: 44px;
    text-align: center;
    color: #818181;
    font-size: 14px;
    line-height: 19px;
}

.productsCategory .products {
    width: 863px;
    margin: 21px 0 0 111px;
    padding: 0;
    /* text-align: center; */
}

.productsCategory .products .item {
    display: inline-block;
    width: 245px;
    height: 294px;
    float: none;
    margin: 0 31px 31px 0;
    padding: 0;
    vertical-align: top;
    text-align: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.productsCategory .products .item:hover {
    width: 245px;
    height: 294px;
    margin: 0 31px 0 0;
    padding: 0;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 10px 0.3px rgba(11, 11, 9, 0.33);
    z-index: 2;
}

.productsCategory .products .item .image {
    width: 100%;
    height: 135px;
    line-height: 135px;
    margin: 0;
    text-align: center;
    /* overflow: hidden; */
}

.productsCategory .products .item .image.right {
    width: 88px;
    height: 285px;
    float: right;
    line-height: 282px;
}

.productsCategory .products .item .image img {
    max-width: 245px;
    max-height: 135px;
    vertical-align: middle;
}

.productsCategory .products .item .image.right img {
    max-width: 98px;
    max-height: 263px;
}

.productsCategory .products .item .image.right + .descr {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    padding-bottom: 4px;
    margin-left: 1px;
}

.productsCategory .products .item p {
    margin: 0 5px;
    color: #232323;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.productsCategory .products .item .name {
    margin: 0 3px 14px 0;
    text-align: center;
    color: #036db6;
    font-size: 22px;
    line-height: 25px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}

.productsCategory .products .item:hover .name {
    color: #f10a21;
    text-decoration: none;
}

.productsCategory .products .item .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    float: none;
    margin: 14px 19px 0 -12px;
    background: transparent url('../images/icon-metods.png') no-repeat 0 100%;
    background-size: 486%;
}

.productsCategory .products .item .image.right + .descr .icon {
    margin: 22px 4px 0 3px;
}

.productsCategory .products .item .icon.oil {
    background-position: -33px 100%;
}

.productsCategory .products .item .icon.gas {
    background-position: -67px 100%;
}

.productsCategory .products .item .icon.electr {
    background-position: 0 100%;
}

.productsCategory .products .item .icon.fan {
    background-position: -100px 100%;
}

.agreement {
    padding-left: 34px;
    position: relative;
    line-height: 19px;
    display: block;
    width: 100%;
    float: left;
}

.agreement .icheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 8px;
    border: 2px solid #c5c5c5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}

.agreement .icheckbox.checked {
    background: none;
    border-radius: 8px;
    border: 2px solid #c5c5c5;
}

.agreement .icheckbox.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 1px;
    width: 17px;
    height: 17px;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABiVBMVEVqlsJYjcJQiMJplcKLp8KHpMKJpcKEo8KMp8KIpcKIpMJPiMJhkcKLpsJRicJUisJ+oMJ6nsKAocJSisJKhsJxmsJzmsJymsJ3ncJIhcJ7nsJ/ocKBosJ5ncJTisJEhMJul8KUq8KOqMJEg8Jjk8J3nMJ4ncJZjsJVi8Jtl8J0msJ0m8JwmcJkksJfkMJgkMJdjsJbjsJ1nMJxmcKKp8JumMJkk8KFpMJdj8I6fcIveMIodMIzesJ6ncI0esI+f8KEo8I7fsI1esJrlsJJhcI9f8J+oMJYjsIud8J3nMJ3ncIud8IodMJnlcJEgsJYjcJgkcI2e8JxmsJul8I2e8Imc8JolcJVi8JJhcJEg8JUisJEg8JbjsIrdcIrdsJMh8I5fcIqdcJolMIqdcIvd8JLhsJDgcJCgsIsd8JYjcKHpMI6fsJIhcJ+oMIveMIodMJkk8JgkcI4fcJSisIlc8IndMIrdsJjksIiccIlc8IhccIndMIkcsIlcsImc8IgccImdMIjccL////HdUgEAAAAeHRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaQyOLGG824C8i3DZjFClfgHh3r+j6ohUXOCQXP/DwWPA5koE/k2jrY8yTp6paIp+wXEMaQGeT9L0q4gent0jHLxYRXAAAAAWJLR0SCi7P/RAAAAAd0SU1FB+EJDwgrDttkkXYAAAD7SURBVBjTLcznVsJAFEXha4UoAkYHYmIUg2KJvXfsvffee+9m5g4Ib+5M4Pu511kHICc3L79AKvT0DwwODYMsXkUo8o6MOpTFRSn2lbiTsXGGzsSkKP5AsFRQpxiy6RmPKGXlJBQOa7Mc+dy84pYKXTUqFxYTyaVlwzRFqaqOmJq+wvBvtcayLFmitXWxNZri6xshQghAfSDaENnc4sntHVUXoHF3b9/fdJBG59BuluDomJ6cKmecnl/YRIJLjomra4rpm5bWNgluGWKSI727b+9wwcOjg4Lz1NmVAd3PLxwx9fpGejJAC75z8fLR68sCQ+37/Pr++Y3ZWf/iD0EWIEYwJQAAAABJRU5ErkJggg==");
}

.popup.event .agreement {
    display: inline-block;
}

.cat-desc {
    padding: 20px 35px 0
}

.cat-desc ul {
    list-style-type: disc;
    padding-left: 15px
}

.cat-desc ol {
    list-style-type: decimal;
    padding-left: 15px
}

.cat-desc p {
    margin-bottom: 10px
}

.cat-desc h2 {
    margin-bottom: 5px
}

.other-h1 {
    margin: 0 0 0 35px
}

.section {
    width: 100%;
    float: left;
}

.i {
    font-style: italic;
}

.descr-spec {
    display: inline-block;
    margin: 0 19px;
    vertical-align: middle;
    color: #797979;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .2px;
}

.contactBlock a {
    text-decoration: none
}

.s_map {
}

.s_map ul {
    margin-left: 20px;
}

.s_map ul ul {
}

.s_map ul ul ul {
}

.s_map ul ul ul ul {
}


.com_text_on_main_page {
    padding: 0px 40px 100px;
}

.com_text_on_main_page p {
    margin-top: 20px;
}

.com_text_on_main_page ul {
}

.com_text_on_main_page ul li {
    list-style: disc;
    margin-left: 30px;
}

.com_text_on_main_page h1 {
    margin: 0px 0px 20px 0px;
    text-align: center;
}


.attachment-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    margin-right: 0 !important;
    margin-bottom: 30px;
    width: 100%;
    max-width: 358px;
    cursor: pointer;
    border: 1px solid #004fa4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
}

.attachment-box input[type=file] {
    display: none;
}

.attachment-box__attach {
    color: #004fa4;
    text-decoration: underline;
}

.attachment-box__attach:hover {
    text-decoration: none;
}

.attachment-box__filename {
    display: none;

}

.attachment-box__remove {
    display: none;

}

.attachment-box.picked .attachment-box__attach {
    display: none;
}

.attachment-box.picked .attachment-box__filename {
    display: block;

}

.attachment-box.picked .attachment-box__remove {
    display: block;
    white-space: nowrap;
    margin-left: 30px;
}

.attachment-box.picked .attachment-box__remove:before {
    content: '';


    display: inline-block;
    width: 14px;
    height: 14px;
    background: #9a9a9a url('../images/delete.png') no-repeat 50% 50%;
    margin-right: 7px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.attachment-box.picked .attachment-box__remove:hover:before {
    background-color: #ef0a00;
}

input.error, textarea.error {
    border-color: red !important;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.cat-desc .buttons__container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 15px 0 25px -15px;
    padding: 0;
}
.vent-desc .buttons__container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    margin: 27px 85px 0 85px;
    padding: 0;
}
.buttons__container li{
    flex: none;
    margin: 20px 15px;
}

.buttons__container a{
    display: block;
    height: 40px;
    min-width: 225px;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
.vent-desc .buttons__container a{
    min-width: 220px;
}
.buttons__container a:hover{
    background-color: #E1E1E1;
}

#okno {
        display: none;
        width: 300px;
        height: 150px;
        text-align: center;
        padding: 15px;
        border: 1px solid #0000cc;
        border-radius: 10px;
        color: #0000cc;
        position: absolute;
        top: -46%;
		right: -32%;
        bottom: 0;
        left: 0;
        margin: auto;
		background-color: white;
}

 #okno1 {
        display: none;
        width: 300px;
        height: 150px;
        text-align: center;
        padding: 15px;
        border: 1px solid #0000cc;
        border-radius: 10px;
        color: #0000cc;
        position: absolute;
        top: -36%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
		background-color: white;
}
.deal {
  height: 20px;
  cursor: pointer;
}
.deal:hover #okno {display: block;}

.deal1 {
  height: 20px;
  cursor: pointer;
}
.deal1:hover #okno1 {display: block;}
#okno1:target {display: block;}

