/*
CSS Framework Lisena
Author:   hmelii
Version:  6.01 28.12.15 e
Num:      870
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("../css/bases.css");
@import url("modals/blur.css");

@font-face {
    font-family: "helveticaneuecyr-bold";
    src: url("../fonts/helveticaneuecyr-bold.eot");
    src: url("../fonts/helveticaneuecyr-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold.woff") format("woff"), url("../fonts/helveticaneuecyr-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "helveticaneuecyr-light";
    src: url("../fonts/helveticaneuecyr-light.eot");
    src: url("../fonts/helveticaneuecyr-light.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light.woff") format("woff"), url("../fonts/helveticaneuecyr-light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "helveticaneuecyr-medium";
    src: url("../fonts/helveticaneuecyr-medium.eot");
    src: url("../fonts/helveticaneuecyr-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-medium.woff") format("woff"), url("../fonts/helveticaneuecyr-medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "helveticaneuecyr-roman";
    src: url("../fonts/helveticaneuecyr-roman.eot");
    src: url("../fonts/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/helveticaneuecyr-roman.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "helveticaneuecyr-thin";
    src: url("../fonts/helveticaneuecyr-thin.eot");
    src: url("../fonts/helveticaneuecyr-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-thin.woff") format("woff"), url("../fonts/helveticaneuecyr-thin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: 'helveticaneuecyr-roman', sans-serif;
}

a {
    color: #536c89;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    margin: 0 0 26px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    margin: 0 0 45px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1;
    text-transform: uppercase;
}

.h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 200;
}

.h5 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 200;
    color: #343434;
    margin: 0 0 23px;
    line-height: 1.1;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    border: 1px solid #ddd;
    padding: 12px;
    color: #343434;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #343434;
    font-style: normal;
    text-overflow: ellipsis;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #343434;
    font-style: normal;
    text-overflow: ellipsis;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #343434;
    font-style: normal;
    text-overflow: ellipsis;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #343434;
    font-style: normal;
    text-overflow: ellipsis;
}

.field.placeholder {
    color: #343434;
    font-style: normal;
    text-overflow: ellipsis;
}

.field[required] {
    background: #fff url(../images/pic74.png) no-repeat 100% 50%;
    padding-right: 30px;
}

.field.invalid {
    background-color: #fff2f2;
    border-color: #ed1c24;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

.w-480 {
    width: 480px;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    max-width: 1366px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 154px 0 0;
    position: relative;
}

.header:before {
    content: '';
    background: #f4f6f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.logo {
    background: url(../images/pic1.png) no-repeat;
    width: 230px;
    height: 121px;
    position: absolute;
    top: 15px;
    left: 6px;
}

.logo .link {
    display: block;
    width: 230px;
    height: 121px;
}

.nav {
    padding-left: 310px;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: '';
    background: #20202a;
    position: absolute;
    top: 0;
    left: 0;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 100%;
}

.nav> .list:before, .nav> .list:after {
    display: none;
}

.nav .item {
    display: table-cell;
    position: relative;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.nav .item:before, .nav .item:after {
    display: none;
}

.nav .item:hover .sub {
    opacity: 1;
    visibility: visible;
}

.nav .item:hover .link {
    background: #53545d;
}

.nav .link {
    display: block;
    padding: 22px 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .sub {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .sub .list {
    float: left;
}

.nav .sub .item {
    background: #53545d;
    display: block;
    margin-top: 1px;
    text-align: left;
}

.nav .sub .item:first-child {
    margin: 0;
}

.nav .sub .link {
    display: block;
    padding: 14px 24px;
}

.catalog {
    display: none;
    width: 310px;
    height: 63px;
    padding: 22px 0 0;
    position: absolute;
    top: 152px;
    left: 0;
    z-index: 12;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main_page .catalog {
    display: block;
}

.side .catalog {
    display: block;
    width: auto;
    height: auto;
    margin-top: -143px;
    position: relative;
    top: 0;
}

.catalog:before {
    content: '';
    background: #fff;
    border-top: 1px solid #ebeded;
    border-bottom: 1px solid #ebeded;
    position: absolute;
    top: 0;
    right: 0;
    left: -1000em;
    bottom: 0;
    z-index: -1;
}

.side .catalog:before {
    top: 15px;
}

.catalog:hover> .list {
    opacity: 1;
    visibility: visible;
}

.catalog> .link {
    background: url(../images/pic4.png) no-repeat 100% 50%;
    display: inline-block;
    padding-right: 32px;
    padding-left: 10px;
    color: #19b1e0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.side .catalog> .link {
    padding: 16px 32px 16px 0;
}

.catalog .list {
    background: #f4f6f6;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side .catalog .list {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.side .catalog .list .list {
    background: #f4f6f6;
    width: auto;
    padding: 0 12px;
    position: relative;
    top: 0;
    left: 0;
}

.side .catalog .list .list .link {
    margin: -1px -12px;
    padding: 13px 22px 13px 52px;
}

.side .catalog .list .active> .link, .side .catalog .list .list .active> .link, .side .catalog .list .list .item:hover> .link {
    background: #cfd5dc;
}

.side .catalog .list .list .item:hover .list {
    opacity: 1;
    visibility: visible;
}

.side .catalog .list .list .list {
    background: #dde2e9;
    width: 310px;
    margin-left: 12px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.side .catalog .list .list .list .item {
    border-color: #c9cdd2;
}

.side .catalog .list .list .list .item:first-child {
    border-color: transparent;
}

.side .catalog .list .list .list .active> .link, .side .catalog .list .list .list .item:hover .link {
    background: #cfd5dc;
}

.side .catalog .list .list .list .link {
    margin: 0;
    padding: 12px 18px;
}

.catalog .list .link {
    display: block;
    padding: 12px 12px 12px 53px;
    position: relative;
    color: #737474;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalog .list .list {
    background: #dde2e9;
    width: 310px;
    top: -1px;
    left: 100%;
}

.catalog .list .list .item {
    border-color: #c9cdd2;
}

.catalog .list .list .item:first-child {
    border-color: transparent;
}

.catalog .list .list .item:hover> .link {
    background: #f4f6f6;
}

.catalog .list .list .link {
    padding: 12px 18px;
}

.catalog .item {
    border-top: 1px solid #d9dbdb;
    position: relative;
    font-family: "Arial Narrow", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.catalog .item:hover .list {
    opacity: 1;
    visibility: visible;
}

.catalog .item:hover> .link {
    background: #e6eaef;
}

.catalog .item:first-child {
    border-color: transparent;
}

.catalog .fig {
    width: 54px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.catalog .img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slogan {
    padding-left: 24px;
    position: absolute;
    top: 55px;
    left: 310px;
    color: #777;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.slogan:before {
    content: '';
    background: #777;
    width: 15px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.header__order {
    position: absolute;
    top: 39px;
    right: 416px;
}

.header__order .link {
    background: #d32821;
    border-bottom: 2px solid #990202;
    border-radius: 3px;
    display: inline-block;
    height: 39px;
    padding: 0 17px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
}

.header__phones {
    background: url(../images/pic20.png) no-repeat 0 3px;
    padding-left: 27px;
    position: absolute;
    top: 42px;
    right: 175px;
    line-height: 1;
}

.header__phones p {
    margin-bottom: 10px;
}

.header__phones .code {
    color: #a4a2a2;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

.header__phones .number {
    color: #343434;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.calculator_btn {
    position: fixed;
    margin-top: -200px;
    top: 50%;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.calculator_btn.active {
    margin: 0;
    z-index: 13;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.calculator_btn.active .toggle {
    top: 0;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.calculator_btn .toggle {
    background: #d32821 url(../images/pic23.png) no-repeat 50% 50%;
    border-radius: 3px 0 0 3px;
    display: block;
    width: 42px;
    height: 232px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.calculator_btn .in {
    background: #fff;
    border: 9px solid #d32821;
    border-right: 0;
    padding: 18px 28px;
}

.calculator_list .fig {
    background: url(../images/pic87.png) no-repeat;
    display: inline-block;
    width: 60px;
    height: 67px;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
}

.calculator_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.calculator_list .link {
    display: block;
    text-decoration: none;
}

.calculator_list .link:hover .text {
    text-decoration: none;
}

.calculator_list .text {
    display: inline-block;
    width: 175px;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: underline;
}

.calculator_list .item {
    margin-top: 3px;
}

.calculator_list .item:first-child {
    margin: 0;
}

.promo {
    height: 323px;
    position: relative;
}

.promo:before {
    content: '';
    background: #04a0d8 url(../images/pic22.jpg) no-repeat 50% 0;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.promo:after {
    content: '';
    background: #035582;
    margin-left: 640px;
    position: absolute;
    top: 0;
    left: 50%;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.promo .prev, .promo .next {
    background: url(../images/pic25.png) no-repeat 50% 50%;
    width: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.promo .next {
    background-image: url(../images/pic26.png);
    left: auto;
    right: 0;
}

.promo .main_list .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
}

.promo .main_list .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.promo .fig {
    width: 375px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.promo .fig:before {
    content: '';
    background: url(../images/pic21.png) no-repeat 100% 0;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -143px;
    bottom: 0;
    z-index: -1;
}

.promo .fig:after {
    content: '';
    background: #0688b8;
    position: absolute;
    top: 0;
    left: -1000em;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.promo .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto 0 auto auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo .tabs {
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.promo .tabs x:-o-prefocus, .promo .tabs {
    word-spacing: -0.3em;
}

.promo .tabs> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.promo .tabs .item {
    margin: 0 5px;
}

.promo .tabs .link {
    background: url(../images/pic28.png) no-repeat;
    display: block;
    width: 20px;
    height: 23px;
    position: relative;
}

.promo .tabs .active:before {
    content: '';
    background: url(../images/pic27.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo .context {
    border: 3px solid #fff;
    border-radius: 4px;
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    left: 420px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.promo .context .text_1 {
    margin-bottom: 6px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.promo .context .text_2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    text-transform: uppercase;
}

.ask_question_popup {
    position: fixed;
    margin-top: 200px;
    top: 50%;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ask_question_popup.active {
    margin: 0;
    z-index: 13;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.ask_question_popup .toggle {
    background: #d32821 url(../images/pic88.png) no-repeat 10px 23px;
    border-radius: 3px 0 0 3px;
    width: 43px;
    height: 281px;
    position: absolute;
    top: 0;
    right: 100%;
}

.ask_question_popup .in {
    background: #fff;
    border: 9px solid #d32821;
    padding: 27px;
}

.ask_question_btn {
    display: none;
    position: absolute;
    top: 223px;
    left: 7px;
    right: 7px;
}

.ask_question_btn .btn {
    background: #d32821;
    border-bottom: 2px solid #990202;
    border-radius: 4px;
    display: block;
    height: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.card {
    background: #53545d;
    border-radius: 4px;
    padding: 12px 14px;
    position: absolute;
    top: 26px;
    right: 0;
}

.card__caption {
    border-bottom: 1px solid #a7a8ad;
    margin-bottom: 10px;
    padding: 0 14px 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.card__number {
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
}

.card__price {
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
}

.header__search {
    padding-right: 40px;
    position: absolute;
    top: 91px;
    left: 310px;
    right: 375px;
}

.header__search .field {
    border-color: #eceeee;
    border-radius: 3px;
    width: 100%;
}

.header__search .btn {
    background: url(../images/pic19.png) no-repeat 50% 50%;
    border: 0;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side -------------------------------------*/
.side {
    float: left;
    width: 280px;
    padding: 65px 0;
    position: relative;
    z-index: 10;
}

.side + .content {
    overflow: hidden;
    padding: 0 57px 0 27px;
    width: calc(100% - 364px);
}

.carousel_1 {
    background: #f4f6f6;
    margin-bottom: 60px;
    padding: 0 0 22px;
    position: relative;
}

.carousel_1 .in {
    margin-bottom: 16px;
    padding: 0 32px;
    overflow: hidden;
    position: relative;
}

.carousel_1 .date {
    background: #d32821;
    height: 39px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    right: 35px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 39px;
}

.carousel_1 .list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before, .carousel_1 .list:after {
    display: none;
}

.carousel_1 .list .item {
    display: table-cell;
    width: 216px;
    padding: 24px 67px 0 0;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
}

.carousel_1 .list .item:before, .carousel_1 .list .item:after {
    display: none;
}

.carousel_1 .fig {
    margin-bottom: 12px;
    text-align: center;
}

.carousel_1 .img {
    max-width: 100%;
    vertical-align: top;
}

.carousel_1 .title {
    margin-bottom: 16px;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.carousel_1 .prev, .carousel_1 .next {
    background: url(../images/pic69.png) no-repeat 50% 96px;
    width: 33px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.carousel_1 .next {
    background-image: url(../images/pic70.png);
    left: auto;
    right: 0;
}

.carousel_1 .btns {
    padding-left: 32px;
}

.info_list_2 .item {
    margin-top: 3px;
    position: relative;
}

.info_list_2 .item:first-child {
    margin: 0;
}

.info_list_2 .fig {
    width: 59px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
}

.info_list_2 .fig .img {
    width: 59px;
}

.info_list_2 .text {
    display: table-cell;
    height: 67px;
    padding: 0 0 0 74px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
}

.info_list_2 .link {
    display: block;
    text-decoration: none;
}

.info_list_2 .link:hover .text {
    text-decoration: none;
}

/*---------------------- end side -------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 30px 0;
    position: relative;
}

.content:before, .content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.main_page .content {
    padding: 0;
}

.catalog_box {
    padding: 78px 20px 50px;
    position: relative;
}

.catalog_box:before {
    content: '';
    background: url(../images/pic29.jpg) no-repeat 100% 50%;
    width: 100vw;
    min-width: 1280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.catalog_list {
    margin: -35px 0 50px -50px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.catalog_box .catalog_list {
    margin: -10px 0 0 -10px;
}

.catalog_list x:-o-prefocus, .catalog_list {
    word-spacing: -0.3em;
}

.catalog_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.catalog_list .item {
    width: 190px;
    margin: 35px 0 0 50px;
}

.catalog_box .catalog_list .item {
    margin: 10px 0 0 10px;
}

.catalog_list .img {
    vertical-align: top;
    border: 1px solid #ddd;
    border-bottom: 1px solid #020202;
}

.catalog_list .text {
    background: #d32821;
    max-width: 148px;
    padding: 5px;
    position: absolute;
    bottom: -10px;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_list .h3 .text {
    position: relative;
}

.catalog_list .h3 .text:before {
    content: '';
    background: #19b1e0;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.info_box {
    padding: 50px 20px 60px;
    position: relative;
}

.info_box .h3 {
    text-align: center;
}

.info_box:before {
    content: '';
    background: #f4f6f6;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.info_list {
    overflow: visible;
    line-height: 0;
    text-align: justify;
}

.info_list> .item {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}

.info_list:after {
    content: '';
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}

.ie8 .info_list {
    text-justify: newspaper;
    text-align-last: justify;
}

.info_list .item {
    width: 130px;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.info_list .animateIn {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.info_list .fig {
    margin-bottom: 15px;
}

.info_list .fig .img {
    vertical-align: top;
}

.info_list .link {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
}

.compnay_box {
    padding: 90px 0 40px 35%;
    position: relative;
}

.compnay_box:before {
    content: '';
    background: url(../images/pic51.jpg) no-repeat;
    width: 100vw;
    min-width: 1366px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.btn_1 {
    border: 2px solid #19b1e0;
    display: inline-block;
    height: 39px;
    padding: 0 16px;
    color: #343434;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 39px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.action_box {
    padding: 115px 0 95px;
    position: relative;
    z-index: 1;
}

.action_box:before {
    content: '';
    background: #565660;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.action_box:after {
    content: '';
    background: url(../images/pic52.jpg) no-repeat 50% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.action_box .h1 {
    margin-bottom: 52px;
    padding-left: 340px;
    position: relative;
    color: #fff;
}

.action_box .h1:before {
    content: '';
    background: url(../images/pic54.png) no-repeat;
    width: 71px;
    height: 82px;
    position: absolute;
    top: -27px;
    left: 248px;
}

.action_list {
    background: #f4f6f6;
}

.action_list .item {
    border-top: 1px solid #e2e4e5;
    margin-top: 12px;
    position: relative;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.action_list .item:first-child {
    margin: 0;
}

.action_list .item:first-child {
    border: 0;
}

.action_list .animateIn {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.action_list .date {
    background: #d32821;
    height: 39px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 39px;
}

.action_list .fig {
    float: left;
}

.action_list .context {
    overflow: hidden;
    padding: 35px 110px 35px 24px;
}

.action_list .title {
    margin-bottom: 6px;
    padding-right: 140px;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.partners_box {
    padding: 80px 20px 75px;
    position: relative;
}

.partners_box .h3 {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.partners_box .h3 .text {
    display: inline-block;
    padding: 0 42px;
    position: relative;
}

.partners_box .h3 .text:before, .partners_box .h3 .text:after {
    content: '';
    background: #08abe3;
    height: 5px;
    position: absolute;
    top: 12px;
    left: -1000em;
    right: 100%;
}

.partners_box .h3 .text:after {
    left: 100%;
    right: -1000em;
}

.partners_box .btns {
    margin-bottom: 20px;
    text-align: center;
}

.partners_list {
    margin: 0 0 0 -25px;
    overflow: visible;
    line-height: 0;
    text-align: justify;
}

.partners_list> .item {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}

.partners_list:after {
    content: '';
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}

.ie8 .partners_list {
    text-justify: newspaper;
    text-align-last: justify;
}

.partners_list .item {
    width: 155px;
    margin: 0 0 0 25px;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.partners_list .fig {
    border-bottom: 1px solid #c6c6c6;
    height: 90px;
    margin-bottom: 16px;
    position: relative;
}

.partners_list .img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo_box {
    margin-bottom: -30px;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.main_page .promo_box {
    margin: 0;
}

.promo_box:before {
    content: '';
    background: #f4f6f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.crumbs {
    margin-bottom: 18px;
}

.crumbs .list:before, .crumbs .list:after {
    display: none;
}

.crumbs .item {
    background: url(../images/pic67.png) no-repeat 6px 50%;
    display: inline;
    padding-left: 18px;
    color: #aeaeae;
    font-size: 12px;
    font-size: 1.2rem;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #aeaeae;
}

.catalog_list_2 {
    border-bottom: 1px solid #ececed;
    margin-bottom: 23px;
}

.catalog_list_2 .item {
    border-top: 1px solid #ececed;
    padding: 22px 0;
}

.catalog_list_2 .fig {
    float: left;
    margin: 0 24px 0 0;
}

.catalog_list_2 .context {
    overflow: hidden;
}

.catalog_list_2 .title {
    margin-bottom: 9px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.catalog_list_2 .title .link {
    color: #343434;
}

.catalog_list_2 .article {
    margin-bottom: 8px;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_list_2 .text {
    margin-bottom: 16px;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_list_2 .price {
    margin-bottom: 14px;
}

.catalog_list_2 .price .number {
    width: auto;
    color: #19b1e0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
}

.catalog_list_2 .price .unit {
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn_2 {
    background: #d32821;
    border: 0;
    border-bottom: 2px solid #990202;
    border-radius: 3px;
    display: inline-block;
    height: 39px;
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 39px;
    font-weight: 500;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog_list_2 .price .number {
    color: #19b1e0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
}

.catalog_list_2 .price .unit {
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_list_2 .number {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    margin: 0 14px 0 0;
    position: relative;
}

.catalog_list_2 .number .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    padding: 11px 25px 9px 5px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.catalog_list_2 .number .up {
    background: url(../images/new/pic101.png) no-repeat 50% 10px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_2 .number .down {
    background: url(../images/new/pic102.png) no-repeat 50% 3px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 0;
}

.btn_2 {
    background: #d32821;
    border: 0;
    border-bottom: 2px solid #990202;
    border-radius: 3px;
    display: inline-block;
    height: 39px;
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 39px;
    font-weight: 500;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_3 {
    background: #d32821;
    border: 0;
    border-bottom: 2px solid #990202;
    border-radius: 3px;
    display: inline-block;
    height: 41px;
    padding: 0 21px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 41px;
    font-weight: 500;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_4 {
    background: #d32821;
    border: 0;
    border-bottom: 2px solid #990202;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    padding: 0 11px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pages {
    margin: 0 -7px 22px;
}

.pages .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.pages .list x:-o-prefocus, .pages .list {
    word-spacing: -0.3em;
}

.pages .list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 39px;
    vertical-align: top;
    z-index: 1;
}

.pages .item {
    margin: 0 7px;
    color: #343434;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.pages .active {
    border: 2px solid #d32821;
    width: 42px;
    height: 39px;
    line-height: 39px;
}

.pages .link {
    border: 2px solid #19b1e0;
    display: block;
    width: 42px;
    height: 39px;
    color: #343434;
    text-decoration: none;
    line-height: 39px;
}

.fig_1 {
    float: left;
    margin: 0 22px 22px 0;
}

.catalog_table {
    border-bottom: 1px solid #ececed;
    table-layout: fixed;
    display: table;
    width: 100%;
    margin-bottom: 24px;
}

.catalog_table p {
    margin: 0;
}

.catalog_table:before, .catalog_table:after {
    display: none;
}

.catalog_table .td {
    border-top: 1px solid #ececed;
    display: table-cell;
    padding: 30px 16px;
    vertical-align: top;
}

.catalog_table .item {
    display: table-row;
}

.catalog_table .item:before, .catalog_table .item:after {
    display: none;
}

.catalog_table .item .td:first-child {
    padding-left: 0;
}

.catalog_table .item .td:last-child {
    padding-right: 0;
}

.catalog_table .title {
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.catalog_table .title .link {
    display: inline-block;
    color: #343434;
    text-decoration: none;
}

.catalog_table .title .link:hover {
    text-decoration: underline;
}

.catalog_table .article {
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_table .number {
    color: #19b1e0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

.catalog_table .unit {
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_table .btn_2 {
    padding: 0 16px;
}

.catalog_table .btns {
    width: 200px;
}

.catalog_table .number {
    display: inline-block;
    width: 79px;
    position: relative;
}

.catalog_table .number .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    padding: 11px 25px 9px 5px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.catalog_table .number .up {
    background: url(../images/new/pic101.png) no-repeat 50% 10px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_table .number .down {
    background: url(../images/new/pic102.png) no-repeat 50% 3px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 0;
}

.price_1 {
    margin-bottom: 20px;
}

.price_1 .number {
    color: #343434;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
}

.price_1 .unit {
    color: #777;
}

.article_1 {
    margin-bottom: 18px;
    color: #777;
}

.table_1 {
    border: 1px solid #ececed;
    width: 100%;
    margin-bottom: 40px;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
}

.table_1 tr:hover th, .table_1 tr:hover td {
}

.table_1 th, .table_1 td {
    border: 1px solid #ececed;
    padding: 1px 7px;
    position: relative;
    vertical-align: top;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table_1 th:hover:after, .table_1 th:hover:before, .table_1 td:hover:after, .table_1 td:hover:before {
    content: '';
    background: #f4f6f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.table_1 th:hover:before, .table_1 td:hover:before {
    top: -1000em;
    bottom: -1000em;
    left: 0;
    right: 0;
}

.search {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 480px;
    padding: 0 40px 0 14px;
    margin-bottom: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search .field {
    background-image: none !important;
    border: 0;
    width: 100%;
    padding: 13px 0;
}

.search .field:focus {
    box-shadow: none;
}

.search .btn {
    background: url(../images/pic19.png) no-repeat 50% 50%;
    border: 0;
    width: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.search p {
    margin: 0;
}

.captcha {
    border: 1px solid #c4ced2;
    display: inline-block;
    padding: 0 0 0 130px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    border-right: 1px solid #c4ced2;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .field {
    border: 0;
    width: 100%;
}

.captcha .field.invalid + .bg {
    opacity: 1;
}

.captcha .bg {
    border: 1px solid #ed1c24;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.captcha img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.opisanie_list_1 {
    margin: 0 0 12px -11px;
}

.opisanie_list_1 .item {
    margin: 0 0 0 11px;
    font-size: 16px;
}

.opisanie_list_1 .link {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    color: #959595;
    line-height: 30px;
}

.opisanie_list_1 .item:hover .link, .opisanie_list_1 .active {
    background: #f4f6f6;
    color: #53545d;
    text-decoration: none;
}

.table_2 p {
    margin: 0 0 5px;
}

.table_2 th {
    background: #dcdcdc;
    padding: 16px 0 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #777777;
    line-height: 1.1;
}

.table_2 th:first-child {
    padding: 14px 0 14px 6px;
}

.table_2 td {
    border-bottom: 1px solid #ececed;
    padding: 19px 0 6px;
    font-size: 14px;
    color: #777777;
}

.table_2 .link {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
}

.table_2 .link:hover {
    text-decoration: underline;
}

.table_2 .number {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    margin: 0 14px 0 0;
    position: relative;
}

.table_2 .number .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    padding: 7px 25px 7px 5px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.table_2 .number .up {
    background: url(../images/new/pic101.png) no-repeat 0 7px;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_2 .number .down {
    background: url(../images/new/pic102.png) no-repeat 0 4px;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 0;
}

.table_2 .price {
    font-size: 18px;
    font-weight: bold;
    color: #00b3e3;
}

.number_1 {
    display: inline-block;
    width: 79px;
    margin: 0 0 17px 0;
    position: relative;
}

.number_1 .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    padding: 11px 25px 9px 5px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.number_1 .up {
    background: url(../images/new/pic101.png) no-repeat 50% 10px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.number_1 .down {
    background: url(../images/new/pic102.png) no-repeat 50% 3px;
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 0;
}

.table_3 {
    border: 1px solid #e1e1e1;
    table-layout: fixed;
    width: 687px;
    margin: 0 0 20px;
    position: relative;
}

.table_3 p {
    margin: 0 0 2px;
}

.table_3 td {
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
    padding: 9px 0 9px 9px;
    position: relative;
    font-size: 14px;
    color: #777777;
}

.table_3 .title {
    margin: 0 0 4px;
}

.table_3 .link {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
}

.table_3 .img {
    vertical-align: top;
}

.table_3 .price_2 {
    font-size: 16px;
    font-weight: bold;
    color: #00b3e3;
}

.table_3 .price_3 {
    font-size: 18px;
    font-weight: 500;
    color: #d32821;
}

.table_3 .delete {
    background: url(../images/new/pic104.png) no-repeat 50% 50%;
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_3 .number {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    margin: 0 3px 0 0;
    position: relative;
}

.table_3 .number .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding: 9px 5px 11px 5px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.table_3 .number .up {
    background: url(../images/new/pic101.png) no-repeat 100% 10px;
    display: block;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_3 .number .down {
    background: url(../images/new/pic102.png) no-repeat 100% 4px;
    display: block;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.table_3 .select {
    background: #fff;
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_3 .select:before {
    content: '';
    background: url(../images/new/pic105.png) no-repeat 0 50%;
    width: 17px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.table_3 .select__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.table_3 .select__radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.table_3 .select__radio_hide:checked ~ .select__sub {
    visibility: hidden;
}

.table_3 .select__radio:checked + .select__label {
    z-index: 0;
}

.table_3 .select__radio_show:checked:focus ~ .select__sub {
    visibility: visible;
}

.table_3 .select__sub {
    background: #f4f4f4;
    border: 1px solid #c2c1a1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    list-style: none;
    overflow: visible;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.table_3 .select__list-label {
    display: block;
}

.table_3 .select__list-radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.table_3 .select__list-text {
    display: block;
    padding: 5px;
}

.table_3 .select__list-radio:checked + .select__list-text {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    visibility: visible;
}

.table_3 .select__list-label {
    display: block;
}

.table_3 .select__list-item {
    margin: 0;
    padding: 0;
}

.table_3 .select__list {
    margin: 0 0 16px 6px;
}

.table_3 .select__list> .item {
    font-size: 12px;
    color: #3b2822;
}

.box_2 {
    width: 687px;
    margin: 0 0 89px;
    overflow: hidden;
    font-size: 14px;
    color: #777777;
}

.box_2 .link {
    background: #d32821;
    border-radius: 4px;
    display: inline-block;
    height: 23px;
    padding: 0 11px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 23px;
}

.box_2 .price {
    float: right;
    font-size: 24px;
    font-weight: 500;
    color: #d32821;
    line-height: 1;
}

.file {
    border: 1px solid #dedcda;
    display: inline-block;
    padding: 0 29px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.file .value {
    display: block;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.file .btn {
    background: url(../images/new/pic105.png) no-repeat 50% 50%;
    width: 29px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.h-60 {
    height: 60px;
}

.box_3 {
    background: #f6f8fa;
    margin: 0 0 18px;
    padding: 18px 26px 14px;
}

.catalog_list_3 {
    margin: 0 0 12px -24px;
}

.catalog_list_3 .item {
    width: calc(50% - 24px);
    margin: 0 0 7px 24px;
    font-size: 14px;
}

.catalog_list_3 .link {
    background: url(../images/new/pic300.png) no-repeat 0 5px;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #323c52;
}

.sort_list_1 {
    margin: 0 0 14px -12px;
}

.sort_list_1 .item {
    width: 72px;
    margin: 0 0 0 12px;
    font-size: 12px;
    font-family: "helveticaneuecyr-medium", sans-serif;
    font-weight: 500;
}

.sort_list_1 .link {
    color: #c4cbd3;
    text-decoration: none;
}

.sort_list_1 .active {
    color: #00b3e3;
}

.sort_list_1 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 3px 0 0;
    position: relative;
    overflow: hidden;
}

.sort_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.sort_list_1 .text {
    display: inline-block;
    vertical-align: middle;
    width: 49px;
}

.sort_list_1 .fig_blue {
    display: none;
}

.sort_list_1 .active .fig_blue {
    display: inline-block;
}

.sort_list_1 .active .fig_grey {
    display: none;
}

.catalog_list_4 {
    margin: 0 0 18px -10px;
    display: block;
}

.catalog_list_4_type_table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 30px;
}

.catalog_list_4 td {
    display: block;
}

.catalog_list_4_type_table td {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ececed;
    display: table-cell;
    padding: 15px 7px;
    text-align: left;
    line-height: 1;
}

.catalog_list_4 th {
    display: none;
}

.catalog_list_4_type_table th {
    background: #f4f6f6;
    display: table-cell;
    padding: 13px 7px 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
}

.catalog_list_4 .item {
    border: 1px solid #ebebed;
    display: inline-block;
/*    width: calc(33% - 42px);  */
    margin: 0 0 12px 10px;
    padding: 16px 15px 20px;
    text-align: center;
    line-height: 1;
 width: 288px;
}

.catalog_list_4_type_table .item {
    display: table-row;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.catalog_list_4 .fig {
    display: block;
    width: 100%;
    height: 0;
    margin: 0 0 15px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.catalog_list_4_type_table .fig {
    display: block;
    width: 89px;
    height: 89px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_4_type_table .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_4 .link {
    font-size: 13px;
    font-family: "helveticaneuecyr-roman", sans-serif;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
}

.catalog_list_4_type_table .link {
    font-size: 14px;
    font-family: "helveticaneuecyr-medium", sans-serif;
    font-weight: 500;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
}

.catalog_list_4 .price {
    margin: 0 0 12px;
    font-size: 24px;
    font-family: "helveticaneuecyr-medium", sans-serif;
    font-weight: 500;
    color: #00b3e3;
}

.catalog_list_4_type_table .price {
    font-size: 18px;
    font-family: "helveticaneuecyr-medium", sans-serif;
    font-weight: 500;
    color: #00b3e3;
}

.catalog_list_4_type_table .number {
    display: none;
}

.catalog_list_4 .article {
    margin: 0 0 15px;
    font-size: 12px;
    color: #8b8c8c;
}

.catalog_list_4_type_table .article {
    margin: 0 0 10px;
    font-size: 12px;
    color: #8b8c8c;
}

.catalog_list_4 .manufacturer {
    margin: 0 0 8px;
    font-size: 12px;
    color: #98a4b3;
}

.catalog_list_4_type_table .manufacturer {
    margin: 0 0 10px;
    font-size: 12px;
    color: #98a4b3;
}

.catalog_list_4 .title {
    display: block;
    height: 55px;
    margin: 0 0 7px;
}

.catalog_list_4_type_table .title {
    height: auto;
    margin: 0 0 9px;
}

.catalog_list_4 .number {
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    margin: 0 8px 0 0;
    position: relative;
}

.catalog_list_4_type_table .number {
    display: none;
}

.catalog_list_4 .number .field {
    border: 1px solid #dedcda;
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    padding: 6px 25px 5px 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.catalog_list_4 .number .up {
    background: url(../images/new/pic101.png) no-repeat 0 7px;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_4 .number .down {
    background: url(../images/new/pic102.png) no-repeat 0 4px;
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 0;
}

.promo_2 {
    padding: 50px 55px 50px 10px;
    position: relative;
    clear: both;
    font-size: 14px;
    color: #777777;
}

.promo_2:before {
    content: "";
    background: #f4f6f6;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal .h3 {
    margin-bottom: 14px;
    font-size: 30px;
    font-size: 3rem;
    text-transform: none;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    padding: 30px 0;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: rgba(32, 32, 42, 0);
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    background: rgba(32, 32, 42, .8);
}

.modal__content {
    background: #fff;
    padding: 34px;
    position: relative;
}

.box_modal_basket .modal__content {
    padding: 37px 48px 39px;
}

.box_modal_basket .modal__content .h3 {
    margin: 0 0 23px;
    font-size: 24px;
}

.box_modal_basket .link {
    font-size: 14px;
    color: #0c0c0c;
    text-transform: uppercase;
}

.modal__close_btn {
    background: #d32821 url(../images/pic75.png) no-repeat 50% 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -33px;
    right: 0;
    text-indent: -1000em;
    z-index: 2;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: '';
    background: url(../images/pic76.png) no-repeat;
    width: 26px;
    height: 44px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -46px;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__next:before {
    background-image: url(../images/pic77.png);
    left: auto;
    right: -46px;
}

.modal_lightbox__image {
    margin: -34px -34px 14px;
}

.modal_lightbox__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 200;
    text-align: center;
}

#modal_promo .modal__content {
    background: none;
    padding: 0;
    width: 990px;
    height: 660px;
}

.promo_list .item {
    background: #000;
    width: 190px;
    height: 159px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.promo_list .item:nth-child(2) {
    left: 200px;
}

.promo_list .item:nth-child(3) {
    left: 400px;
}

.promo_list .item:nth-child(4) {
    left: 600px;
}

.promo_list .item:nth-child(5) {
    left: 800px;
}

.promo_list .item:nth-child(6) {
    top: 167px;
    left: 800px;
}

.promo_list .item:nth-child(7) {
    top: 332px;
    left: 800px;
}

.promo_list .item:nth-child(8) {
    top: 501px;
    left: 800px;
}

.promo_list .item:nth-child(9) {
    top: 501px;
    left: 600px;
}

.promo_list .item:nth-child(10) {
    top: 501px;
    left: 400px;
}

.promo_list .item:nth-child(11) {
    top: 501px;
    left: 200px;
}

.promo_list .item:nth-child(12) {
    top: 501px;
    left: 0;
}

.promo_list .item:nth-child(13) {
    top: 332px;
    left: 0;
}

.promo_list .item:nth-child(14) {
    top: 167px;
    left: 0;
}

.promo_list .img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.promo_list .active .img {
    opacity: .6;
}

.promo_list .text {
    background: #20202a;
    max-width: 118px;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.promo__photo {
    background: #000;
    width: 591px;
    height: 326px;
    position: absolute;
    top: 166px;
    left: 199px;
}

.promo__photo .item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.promo__photo .item + .item {
    z-index: 1;
}

.promo__photo .active {
    opacity: 1;
}

.promo__photo .img {
    max-width: 100%;
}

.promo__photo .text {
    background: #ffffff;
    padding: 14px 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #398ca7;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    max-width: 1366px;
    height: 295px;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer:before {
    content: '';
    background: #42424c;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.developer {
    position: absolute;
    top: 146px;
    left: 20px;
    font-size: 12px;
}

.developer .link {
    color: #a3a2a2;
}

.copyright {
    position: absolute;
    top: 90px;
    left: 20px;
    color: #a3a2a2;
    font-size: 14px;
    font-size: 1.4rem;
}

.subscribe {
    position: absolute;
    top: 0;
}

.footer__phones {
    background: url(../images/pic20.png) no-repeat 0 3px;
    padding-left: 27px;
    position: absolute;
    left: 20%;
    line-height: 1;
    top: 80px;
}

.footer__phones p {
    margin-bottom: 10px;
}

.footer__phones .code {
    color: #a4a2a2;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

.footer__phones .number {
    color: #fdfdfd;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.footer__position {
    background: url(../images/pic63.png) no-repeat;
    padding-left: 35px;
    position: absolute;
    top: 82px;
    left: 45%;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
}

.subscribe {
    position: absolute;
    top: 95px;
    right: 20px;
}

.subscribe .link {
    background: #19b1e0 url(../images/pic64.png) no-repeat 12px 50%;
    border-bottom: 3px solid #036786;
    border-radius: 3px;
    display: inline-block;
    height: 39px;
    padding: 0 12px 0 35px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 39px;
    text-decoration: none;
}

.counters {
    border-top: 1px solid #6a6a72;
    padding: 17px 0 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* medium small screens */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
    }

    .header {
        min-height: 115px;
        padding: 153px 0 0;
    }

    .main_page .header {
        padding-top: 621px;
    }

    .ask_question_btn {
        display: block;
    }

    .main_page .ask_question_btn {
        top: 436px;
    }

    .ask_question_popup {
        display: none;
    }

    .logo {
        background-size: 100% auto;
        width: 144px;
        height: 75px;
        top: 9px;
        left: 3px;
    }

    .logo .link {
        width: inherit;
        height: inherit;
    }

    .main_page .logo {
        height: 121px;
        width: 230px;
        margin: auto;
        top: 15px;
        left: 0;
        right: 0;
    }

    .slogan {
        display: none;
        top: 156px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        white-space: nowrap;
        word-wrap: normal;
    }

    .main_page .slogan {
        display: block;
    }

    .header__order {
        top: 100px;
        left: 3px;
        right: auto;
    }

    .header__order .span {
        display: none;
    }

    .header__order .link {
        padding: 0 9px;
    }

    .main_page .header__order {
        top: 189px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .header__phones {
        top: 7px;
        right: 3px;
        left: auto;
        white-space: nowrap;
    }

    .main_page .header__phones {
        right: auto;
        top: 245px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    .header__search {
        background: #d2d2d4;
        border-radius: 2px;
        top: 159px;
        right: 6px;
        left: 81px;
        z-index: 21;
    }

    .header__search .field {
        background: none;
        border: 0;
        padding: 10px;
    }

    .main_page .header__search {
        background: none;
        top: 335px;
        left: 10px;
        right: 10px;
        z-index: 1;
    }

    .main_page .header__search .field {
        background: #eceeee;
        border: 1px solid #ddd;
        padding: 12px;
    }

    .catalog {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        top: 0;
        position: relative;
        left: 0;
        right: 0;
    }

    .main_page .catalog {
        display: block;
    }

    .catalog> .link {
        background: none;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .catalog> .link:after {
        content: '';
        background: url(../images/pic4.png) no-repeat;
        display: inline-block;
        width: 12px;
        height: 7px;
        margin-left: 16px;
        vertical-align: middle;
    }

    .catalog.show .list {
        opacity: 1;
        visibility: visible;
    }

    .nav {
        height: 48px;
        margin-bottom: 230px;
        z-index: 20;
    }

    .main_page .nav {
        margin-bottom: 0;
    }

    .nav:before {
        content: 'Μενώ';
        background: #20202a;
        display: block;
        height: 48px;
        position: absolute;
        right: 0;
        z-index: 1;
        color: #fff;
        font-size: 12px;
        line-height: 48px;
        text-align: center;
    }

    .nav:after {
        content: '';
        background: #53545d url(../images/small/pic1.png) no-repeat 50%;
        width: 72px;
        height: 48px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .nav .list {
        display: none;
        background: #000;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav .list .item {
        display: block;
        text-align: left;
    }

    .nav.show> .list {
        display: block;
    }

    .promo {
        height: 146px;
    }

    .promo .tabs {
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .promo .tabs .link {
        background-size: 100%;
        width: 11px;
        height: 12px;
    }

    .promo .tabs .active:before {
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin: auto;
    }

    .promo .prev, .promo .next {
        background-position: 50% 120px;
        background-size: 11px 19px;
    }

    .promo .fig {
        width: 140px;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
    }

    .promo .fig:before {
        right: -30px;
    }

    .promo .fig:after {
        display: none;
    }

    .promo .fig .img {
        max-height: 70%;
        max-width: 70%;
        margin: auto;
    }

    .promo .context {
        border: 3px solid #fff;
        padding: 6px 16px 6px 30px;
        position: absolute;
        left: 120px;
        right: 0;
    }

    .promo .context .text_1 {
        font-size: 12px;
    }

    .promo .context .text_2 {
        font-size: 22px;
    }

    .calculator_btn {
        position: absolute;
        top: 100px;
        right: 3px;
    }

    .calculator_btn .toggle {
        background: url(../images/small/pic2.png) no-repeat;
        width: 165px;
        height: 41px;
        top: 0;
        right: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .main_page .calculator_btn {
        display: none;
    }

    .catalog_box {
        padding: 18px 0;
    }

    .catalog_box .h3 {
        margin-bottom: 14px;
        text-align: center;
    }

    .catalog_box:before {
        display: none;
    }

    .h3 {
        font-size: 24px;
    }

    .catalog_list {
        margin: -8px -8px 0 -16px;
        padding: 9px;
    }

    .catalog_list .item {
        width: 138px;
        height: 138px;
        margin: 8px 0 0 8px;
    }

    .catalog_list .img {
        width: 100%;
        height: 100%;
    }

    .catalog_list .text {
        font-size: 12px;
    }

    .info_list> .item {
        display: block;
        width: auto;
        height: 67px;
        margin-top: 3px;
        padding-left: 75px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        transition: none;
    }

    .info_list .text {
        display: table-cell;
        height: 67px;
        padding-right: 40px;
        text-align: left;
        vertical-align: middle;
    }

    .info_list .fig {
        width: 59px;
        height: 67px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .info_list .fig img {
        max-width: 100%;
    }

    .info_box {
        padding: 25px 10px;
    }

    .info_box .h3 {
        margin-bottom: 16px;
    }

    .compnay_box {
        padding: 28px 10px;
    }

    .compnay_box:before {
        background-size: 112px auto;
        width: 112px;
        left: 0;
        top: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .compnay_box .h1 {
        padding-left: 130px;
    }

    .action_box {
        padding: 30px 10px;
    }

    .action_box .h1 {
        margin-bottom: 24px;
        padding-left: 67px;
    }

    .action_box .h1:before {
        background-size: 100% auto;
        width: 53px;
        top: 0;
        left: 0;
    }

    .action_list .item {
        padding: 20px;
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: none;
        transition: none;
    }

    .action_list .fig {
        float: none;
    }

    .action_list .fig .img {
        width: 100%;
    }

    .action_list .title {
        padding-right: 0;
    }

    .action_list .context {
        padding: 8px 0;
    }

    .action_list .date {
        height: 38px;
        right: 20px;
        top: 20px;
        font-size: 15px;
        line-height: 38px;
    }

    .partners_box {
        padding: 30px 0;
    }

    .promo_box {
        padding: 20px 10px;
    }

    .footer {
        width: auto;
        height: 360px;
    }

    .copyright {
        top: 15px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .developer {
        top: 55px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .footer__phones {
        padding: 35px 0 0;
        left: 10px;
    }

    .footer__position {
        padding: 35px 0 0;
        right: 10px;
        left: auto;
    }

    .subscribe {
        top: 235px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .side {
        display: none;
    }

    .side + .content {
        float: none;
        width: auto;
        padding: 15px 10px;
    }

    .crumbs .item {
        font-size: 16px;
    }

    .fig_1 {
        float: none;
        margin: 0 0 10px;
    }

    .fig_1 .img {
        width: 100%;
    }

    .small-c-100 {
        width: 100%;
    }

    .search {
        width: 100%;
    }

    .catalog_table {
        display: block;
    }

    .catalog_table .item {
        border-top: 1px solid #ececed;
        display: block;
        padding: 10px 0;
    }

    .catalog_table .item:after, .catalog_table .item:before {
        display: table;
    }

    .catalog_table .title {
        border: 0;
        padding: 0;
        display: block;
        font-size: 14px;
    }

    .catalog_table .btn_2, .btn_2 {
        padding: 0 9px;
        font-size: 14px;
    }

    .catalog_table .article {
        border: 0;
        padding: 0;
        display: block;
    }

    .catalog_table .col {
        float: left;
        width: 45%;
    }

    .catalog_table .col + .col {
        width: 55%;
    }

    .calculator_btn .in {
        display: none;
    }

    .catalog_table .price {
        border: 0;
        padding: 0;
        display: block;
    }

    .catalog_table .btns {
        border: 0;
        padding: 0;
        width: auto;
        display: block;
    }

    .catalog_list_2 .fig {
        width: 145px;
        margin: 0 10px 10px 0;
    }

    .catalog_list_2 .fig .img {
        width: 100%;
    }

    .catalog_list_2 .context {
        overflow: visible;
    }

    .catalog_list_2 .btn_2 {
        width: 100%;
    }

    .modal .w-340 {
        width: 100%;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal_lightbox__image .img {
        width: 100%;
    }

    .partners_list {
        margin-left: -2%;
    }

    .partners_list .item {
        width: 47%;
        margin-left: 2%;
    }

    .promo__photo {
        width: 100%;
        height: 0;
        margin-bottom: 3%;
        padding-bottom: 66.25%;
        position: relative;
        top: 0;
        left: 0;
    }

    .promo__photo .item {
    }

    .promo__photo img {
        width: 100%;
    }

    .promo__photo .active {
    }

    .promo_list {
        margin: -3% 0 0 -3%;
        font-size: 0;
    }

    .promo_list .item {
        display: inline-block;
        width: 47%;
        height: 0;
        margin: 3% 0 0 3%;
        padding-bottom: 50%;
        vertical-align: top;
        overflow: hidden;
        position: relative;
        left: 0 !important;
        top: 0 !important;
    }

    .promo_list .img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #modal_promo .modal__vertical_inner {
        padding-bottom: 75px;
    }

    #modal_promo .modal__bg:before {
        content: 'ΠΠ΅ΡΠ΅ΠΉΡΠΈ Π½Π° ΡΠ°ΠΉΡ';
        background: #19b1e0;
        border-bottom: 3px solid #036786;
        border-radius: 3px;
        width: 232px;
        height: 39px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 24px;
        color: #fff;
        font-size: 15px;
        line-height: 39px;
        text-align: center;
        text-indent: 0;
        text-transform: uppercase;
    }

    #modal_promo .modal__content {
        width: auto;
        height: auto;
        padding: 93px 9px 0;
    }

    #modal_promo .modal__close_btn {
        background: #19b1e0;
        border-bottom: 3px solid #036786;
        border-radius: 3px;
        width: 232px;
        height: 39px;
        margin: auto;
        top: 45px;
        left: 0;
        right: 0;
    }

    #modal_promo .modal__close_btn:before {
        content: 'Οεπειςθ νΰ ρΰις';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 39px;
        color: #fff;
        font-size: 15px;
        line-height: 39px;
        text-align: center;
        text-indent: 0;
        text-transform: uppercase;
    }

    .promo__photo .text {
        width: auto;
        padding: 12px;
        left: 0;
        text-align: center;
    }

    .w-340 {
        width: 100%;
    }

    .opisanie_list_1:before {
        content: '';
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 3;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .opisanie_list_1.tabs_active:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 10px;
    }

    .opisanie_list_1 {
        max-height: 0;
        overflow: hidden;
        position: relative;
        margin: 0 0 20px;
        padding-top: 30px;
    }

    .opisanie_list_1.tabs_active {
        max-height: none;
    }

    .opisanie_list_1 .item {
        display: block;
        margin: 0;
        position: static;
    }

    .opisanie_list_1 .link {
        display: block;
    }

    .opisanie_list_1 .active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .table_2 {
        min-width: 700px;
        table-layout: fixed;
    }

    .tab {
        position: relative;
        overflow: hidden;
        overflow-x: scroll;
    }

    .card {
        width: auto;
        top: 295px;
        left: 10px;
        right: 10px;
    }

    .main_page .card {
        top: 495px;
    }

    .w-380 {
        width: 100%;
    }

    .table_3 {
        width: 100%;
    }

    .table_3 col {
        display: none
    }

    .table_3 td {
        display: block;
        position: static;
        border-bottom: 1px solid #fff;
    }

    .table_3 tr {
        border-bottom: 1px solid #e1e1e1;
        vertical-align: middle;
        padding: 9px 0 9px 9px;
    }

    .table_3 td:empty {
        display: none;
    }

    .table_3 .price_3 {
        /*   display: none;  */
    }

    .table_3 td:last-child {
        height: 30px;
    }

    .catalog_list_3 {
        margin: 0 0 12px;
    }

    .catalog_list_3 .item {
        width: 100%;
        margin: 0 0 7px;
        font-size: 14px;
    }

    .box_4 {
        overflow-x: scroll;
    }

    .catalog_list_4 {
        margin: 0 0 18px;
    }

    .catalog_list_4 .item {
      width: calc(100% - 52px);  
    
        margin: 0 0 12px;
    }

    .catalog_list_4_type_table th {
        padding: 13px 7px 14px;
        font-size: 11px;
    }

    .catalog_list_4_type_table .link {

        font-size: 11px;

    }
}

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
