/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 15.05.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic);
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #484848;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #008ecf;
    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;
}

.main_page .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 69px;
}

.h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #433831;
    margin: 0 0 12px;
    line-height: 1.1;
}

.main_page .h2,
.main_page .x2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 9px;
}

.h2, .x2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #433831;
    margin: 0 0 18px;
    line-height: 1.1;
}

.main_page .h3,
.main_page .x3, {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px;
}

.h3,
.x3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #433831;
    margin: 0 0 18px;
    line-height: 1.1;
}

.h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin: 0 0 9px;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.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 {

    background: #fff;
    -moz-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    -webkit-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    border: 1px solid #d3d3d3;
    padding: 7px 8px 8px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.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: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.basket_form .field:-moz-placeholder,
.modal .field:-moz-placeholder {
    opacity: 0;
}

.basket_form .field::-moz-placeholder,
.modal .field::-moz-placeholder {
    opacity: 0;
}

.basket_form .field::-webkit-input-placeholder,
.modal .field::-webkit-input-placeholder {
    opacity: 0;
}

.basket_form .field:-ms-input-placeholder,
.modal .field:-ms-input-placeholder {
    opacity: 0;
}

.basket_form .field.placeholder,
.modal .field.placeholder {
    opacity: 0;
}

.field.invalid {
    border: 1px solid red;
}

.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 15px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #dedede;
}

.hr_2 {
    border: 0;
    margin: 0 0 15px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #dedede;
}

::-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;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main_page .wrapper:before {
    content: '';
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;

}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    position: relative;
}

.logo {
background: url(../images/new/logo.png) no-repeat 0 6px;
    width: 200px;
    height: 75px;
    position: absolute;
    top: 63px;
    left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #4b6687;
    line-height: 0.8;
}

.logo .link {
    display: block;
    width: 200px;
    height: 75px;
    color: #4b6687;
    text-decoration: none;
}

.slogan {
   position: absolute;
    top: 145px;
    left: 0;
    color: #3b3b3b;
    font-weight: bold;
    text-align: center;
}

.phone {
   background: url(../images/new/pic105.png) no-repeat 0 26px;
    padding: 0 0 0 68px;
    position: absolute;
    top: 90px;
    right: 332px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #3b3b3b;
    line-height: 1.2;
}

.mail {
    position: absolute;
    top: 161px;
    right: 365px;
    font-weight: bold;
}

.mail .link {
    background: url(../images/new/pic106.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 30px;
    color: #3b3b3b;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.address {
    background: url(../images/new/pic100.png) no-repeat 0 5px;
    width: 187px;
    padding: 1px 0 0 33px;
    position: absolute;
    top: 13px;
    right: 0;
    color: #fff;
    line-height: 1.2;
    z-index: 12;
}

.feedback {
    position: absolute;
    top: 143px;
    right: 0;
    text-transform: uppercase;
}

.feedback .link {
    background: #c1272d;
    border-radius: 5px;
    display: inline-block;
    height: 39px;
    padding: 0 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.social_networks {
    position: absolute;
    top: 164px;
    left: 301px;
}

.social_networks .item {
    float: left;
    margin: 0 3px 0 0;
}

.nav {
    height: 60px;
    margin: 0 0 152px;
    padding: 0 300px 0 0;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: "";
    background: #c1272d;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 760px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 16px;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 60px;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    background: #008ecf;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
    z-index: 13;
}

.nav .sub_menu {
    background: #334760;
    display: block;
    padding: 7px 0 13px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    font-size: 14px;
}

.nav .sub_menu .link {
    display: block;
    padding: 4px 27px 5px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .link:hover {
    background: #4b6687;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.basket {
    position: absolute;
    top: 87px;
    right: 0;
    overflow: hidden;
    z-index: 12;
}

.basket .link {
    display: inline-block;
    color: #3b3b3b;
    text-decoration: none;

}

.basket .box {
    float: right;
    padding: 3px 0 0;
}

.basket .title {
    float: left;
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.basket .in {
    display: block;
}

.basket_mobile {
    display: none;
}

.carousel_1 {
    width: 1920px;
    height: 453px;
    margin: 0 -470px 29px;
    position: relative;
}

.carousel_1> .main_list> .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;

}

.carousel_1> .main_list> .active {
    visibility: visible;
    z-index: 1;
}

.carousel_1 .fig {
    width: 1920px;
    height: 453px;
    position: relative;
    overflow: hidden;
  background: #e7e7e7;
}

.carousel_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.carousel_1 .active .img {
    opacity: 1;
}

.carousel_1 .text {
        background: rgba(255, 255, 255, 0.81);
    border-radius: 1px;
    width: 392px;
    padding: 32px 33px 35px 43px;
    position: absolute;
    bottom: 102px;
    left: 470px;
    color: #3b3b3b;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
    line-height: 1.2;
}

.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.carousel_1 .title {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #e12d40;
    line-height: 1.2;
}

.carousel_1 .tabs {
    position: absolute;
    right: 471px;
    bottom: 30px;
    z-index: 3;
}



.carousel_1 .tabs .item {
    float: left;
    margin: 0 0 0 5px;
}

.carousel_1 .tabs .link {
    background: #fff;
    border-radius: 8px;
    display: block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
}

.carousel_1 .tabs .active {
    background: #d7eff9;
}

.main_page .header .search {
    width: 320px;
    top: 695px;
    right: 0;
    left: auto;
}

.header .search {
    width: 670px;
    position: absolute;
    top: 215px;
    right: auto;
    left: 1px;
    z-index: 3;
}

.header .search .btn {
    background: url(../images/new/pic107.png) no-repeat 50% 50%;
    border: none;
    width: 30px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.main_page .header .search .field {
    width: 320px;
}

.header .search .field {
    background: #eff3f7;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    width: 670px;
    padding: 8px 30px 10px 10px;
    font-size: 12px;
    color: #3b3b3b;
}

.header .search .field:-moz-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field::-moz-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field.placeholder {
    font-size: 12px;
    color: #3b3b3b;
    font-style: italic;
}

.catalog_box {
    margin: 0 0 25px;
}

.carousel_6 {
    width: 900px;
    margin: 0 40px 50px;
    position: relative;
}

.carousel_6 .next, .carousel_6 .prev {
    background: url(../images/new/pic110.png) no-repeat 100% 73px;
    width: 20px;
    height: 200px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 3;
}

.carousel_6 .prev {
    background: url(../images/new/pic109.png) no-repeat 0 73px;
    right: auto;
    left: -20px;
}

.carousel_6 .in {
    position: relative;
    overflow: hidden;
}

.carousel_6 .main_list:before, .carousel_6 .main_list:after, .carousel_6 .main_list> .item:before, .carousel_6 .main_list> .item:after {
    display: none;
}

.carousel_6 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_6 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_6 .item {
    width: 215px;
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;

}

.carousel_6 .link {
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_6 .link:hover {
    text-decoration: underline;
}

.carousel_6 .fig {
    display: block;
    width: 221px;
    height: 150px;
    margin: 0 0 13px;
    position: relative;
    overflow: hidden;
}

.carousel_6 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_1 {
    display: none;
    margin: 0 0 0 -16px;
    text-align: center;
}

.catalog_list_1 .item {
    width: 181px;
    margin: 0 0 0 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.catalog_list_1 .link {
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_1 .link:hover {
    text-decoration: underline;
}

.catalog_list_1 .fig {
    display: block;
    width: 181px;
    height: 150px;
    margin: 0 0 13px;
    position: relative;
    overflow: hidden;
}

.catalog_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.box_4 {
        background: #f2f6f7;
    border-radius: 5px;
    margin: 0 0 47px;
    padding: 27px 42px 33px;

}

.main_page .promo_fig {
    display: none;
}

.promo_fig {
    margin: 0 -470px 12px;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 268px;
    margin: 55px 0 30px 40px;
    position: relative;
    float: right;
}

.side .search {
    width: 285px;
    margin: 0 0 20px;
    position: relative;
}

.side .search .btn {
    background: url(../images/pic11.png) no-repeat 50% 50%;
    border: none;
    width: 30px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
}

.side .search .field {
    background: #fff;
    -moz-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    -webkit-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    width: 285px;
    padding: 10px 30px 9px 10px;
    font-size: 12px;
    color: #8d8d8d;
}

.side .search .field:-moz-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic;
}

.side .search .field::-moz-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic;
}

.side .search .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic;
}

.side .search .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic;
}

.side .search .field.placeholder {
    font-size: 12px;
    color: #8d8d8d;
    font-style: italic;
}

.catalog_list_2 {
    margin: 0 0 33px;
}

.catalog_list_2> .item {
    background: #e9eff4;
    border-radius: 5px;
    padding: 16px 16px 13px 11px;
    margin: 0 0 2px;
}

.catalog_list_2> .item> .link {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_2> .item> .link:hover .text {
    text-decoration: underline;
}

.catalog_list_2 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 59px;
    height: 59px;
    margin: 0 9px 0 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_2 .act a {
    color: #4b6687;
  font-weight: bold;
  text-decoration: none;
}
.catalog_list_2> .item .active .act a {
    color: #4b6687;
  font-weight: bold;
  text-decoration: none;
}

.catalog_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_2 .text {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
}

.catalog_list_2 .sub {
    display: none;
    margin: 4px 0 0 0;
}

.catalog_list_2 .active .sub {
    display: block;
}

.catalog_list_2 .active .link {
    color: #c1272d;
  font-weight: bold;
  text-decoration: none;
}

.catalog_list_2 .sub .item {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.2;
}

.catalog_list_2 .sub .link {
    background: url(../images/new/pic144.png) no-repeat 0 7px;
    display: inline-block;
    padding: 0 0 0 21px;
    color: #433831;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_2 .sub .item:hover .link, .catalog_list_2 .sub .active .link {
    text-decoration: underline;
}

.carousel_3 {
    background: #e9eff4;
    width: 212px;
    margin: 0 0 21px;
    padding: 8px 28px 24px;
    position: relative;
    z-index: 3;
}

.carousel_3 p {
    margin: 0 0 14px;
}

.carousel_3 .next, .carousel_3 .prev {
    background: url(../images/new/pic117.png) no-repeat;
    display: block;
    width: 21px;
    height: 34px;
    position: absolute;
    top: -48px;
    right: 0;
}

.carousel_3 .prev {
    background: url(../images/new/pic116.png) no-repeat;
    right: 41px;
}

.carousel_3 .in {
    width: 212px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_3 .main_list {
    border-spacing: 45px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -45px;
}

.carousel_3 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .item:before, .carousel_3 .item:after {
    display: none;
}

.carousel_3 .item {
    background: #fff;
    border-radius: 5px;
    display: table-cell;
    width: 176px;
    padding: 21px 18px 70px;
    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    line-height: 1.2;
}

.carousel_3 .title {
    margin: 0 0 16px;
}

.carousel_3 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_3 .link:hover {
    text-decoration: underline;
}

.carousel_3 .fig {
    display: block;
    width: 189px;
    height: 189px;
    margin: 0 -6px 16px;
    position: relative;
    overflow: hidden;
}

.carousel_3 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;

    left: -1000em;
    vertical-align: top;
}

.carousel_3 .info {
    min-height: 79px;
}

.carousel_3 .article {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #484848;
}

.carousel_3 hr {
    border-top: 1px solid #dddddd;
    width: auto;
    margin: 0 -18px 13px;
}

.carousel_3 .box {
    margin: 0;
    overflow: hidden;
}

.carousel_3 .number {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 6px 0 0;
    padding: 0 13px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel_3 .number .field {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.carousel_3 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_3 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_3 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_3 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_3 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_3 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_3 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.carousel_3 .price {
    height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #4b6687;
    line-height: 1;
}

.carousel_3 .button_box {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 19px;
}

.akcii_box_2 {
    background: #f0f3f7;
    border-radius: 5px;

    width: 218px;
    margin: 0 0 25px;
    padding: 19px 25px 26px;
    line-height: 1.2;
}

.akcii_box_2 p {
    margin: 0 0 17px;
}

.akcii_box_2 .title {
    margin: 0 0 19px;
}

.akcii_box_2 .link {
    font-size: 16px;
    color: #916aae;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.akcii_box_2 .more {
    background: #4b6687;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    padding: 0 11px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.akcii_box_2 .fig {
    border-radius: 5px;
    width: 202px;
    height: 147px;
    position: relative;
    overflow: hidden;
}

.akcii_box_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.side .carousel_7 {
    width: 268px;
}

.side .carousel_7 .item {
    width: 268px;
}

.news_box_2 {
    background: #fff;
    padding: 19px 14px 16px;
    position: relative;
}

.news_box_2 .h3,
.news_box_2 .x3 {
    font-size: 30px;
}

.news_list_2 {
    margin: 0 0 12px;
}

.news_list_2 .item {
    color: #393939;
    line-height: 1.4;
}

.news_list_2 .title {
    margin: 0 0 5px;
}

.news_list_2 .link {
    color: #9fc54d;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_2 .link:hover {
    color: #d37146;
}

.news_list_2 .date {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 0 0 9px;
    color: #484848;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0;
}

.content {
    padding: 0 0 30px;
    position: relative;
	font-size: 15px;
}

.side + .content {
    float: right;
    width: 672px;
}

.why_we_list_1 {
    margin: 0 -69px 0 -119px;
    text-align: center;
}

.why_we_list_1 .item {
    width: 212px;
    margin: 30px 0 40px 30px;
    font-size: 12px;
    color: #474747;
    text-align: center;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.why_we_list_1 .animateIn, .why_we_list_1 .animateIn:nth-child(3), .why_we_list_1 .animateIn:nth-child(4), .why_we_list_1 .animateIn:nth-child(6), .why_we_list_1 .animateIn:nth-child(7) {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    visibility: visible;
}

.why_we_list_1 .fig {
    width: 206px;
    height: 61px;
    margin: 0 0 21px;
    position: relative;
    overflow: hidden;
}

.why_we_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.why_we_list_1 .text {
    display: block;
    margin: 0 0 14px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 0.9;
}

.carousel_list_1 {
    display: table;
    width: 409px;
    height: 63px;
    position: relative;
    z-index: 1;
}

.carousel_list_1:before, .carousel_list_1:after, .carousel_list_1 .item:before, .carousel_list_1 .item:after {
    display: none;
}

.carousel_list_1 .item {
    padding: 0 3px 0 0;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
}

.carousel_list_1 .item .link {
    background: #4b6687;
    border-bottom: 2px solid #4b6687;
    border-radius: 5px 5px 0 0;
    display: table;
    width: 100%;
    height: 61px;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_list_1 .item:hover .link, .carousel_list_1 .item .active {
    background: #d7eff9;
    color: #4b6687;
}

.carousel_list_1 .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.carousel_sale_box {
    display: none;
}

.box_5 {
    background: #d7eff9;
    margin: 0 0 44px;
    padding: 35px 38px 32px;
}

.carousel_2 {
    width: 904px;
    margin: 0 -38px 21px;
    padding: 0 38px;
    position: relative;
    z-index: 3;
}

.carousel_2 p {
    margin: 0 0 14px;
}

.carousel_2 .next, .carousel_2 .prev {
    background: url(../images/new/pic117.png) no-repeat 50% 193px;
    display: block;
    width: 38px;
    height: 395px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_2 .prev {
    background: url(../images/new/pic116.png) no-repeat 50% 193px;
    right: auto;
    left: 0;
}

.carousel_2 .in {
    width: 904px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_2 .main_list {
    border-spacing: 17px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -17px;
}

.carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .item:before, .carousel_2 .item:after {
    display: none;
}

.carousel_2 .item {
    background: #fff;
    border-radius: 5px;
    display: table-cell;
    width: 177px;
    padding: 21px 18px 70px;
    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    line-height: 1.2;
}

.carousel_2 .title {
    margin: 0 0 16px;
    height: 235px;

}

.carousel_2 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_2 .link:hover {
    text-decoration: underline;
}

.carousel_2 .fig {
    display: block;
    width: 189px;
    height: 189px;
    margin: 0 -6px 16px;
    position: relative;
    overflow: hidden;
}

.carousel_2 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;

    left: -1000em;
    vertical-align: top;
}

.carousel_2 .info {
    min-height: 79px;
}

.carousel_2 .article {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #484848;
}

.carousel_2 hr {
    border-top: 1px solid #dddddd;
    width: auto;
    margin: 0 -18px 13px;
}

.carousel_2 .box {
    margin: 0 0 19px;
    overflow: hidden;
}

.carousel_2 .number {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 6px 0 0;
    padding: 0 13px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel_2 .number .field {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.carousel_2 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_2 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_2 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_2 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_2 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_2 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_2 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.carousel_2 .price {
    height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4b6687;
    line-height: 1;
}

.carousel_2 .button_box {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 19px;
}

.btn_1 {
    background: #e12d40;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.btn_2 {
    background: #c1272d;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.btn_3 {
    background: #f18993;
    border-radius: 5px;
    display: none;
    height: 30px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.all {
    background: #008ecf;
    border-radius: 5px;
    display: inline-block;
    height: 43px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    line-height: 43px;
}

.box_6 {
    float: left;
    width: 255px;
}

.akcii_box {
        background: #d7eff9;
    border-radius: 5px;

    width: 205px;
    margin: 0 0 25px;
    padding: 19px 25px 26px;
    line-height: 1.2;
}

.akcii_box p {
    margin: 0 0 17px;
}

.akcii_box .title {
    margin: 0 0 19px;
}

.akcii_box .link {
    font-size: 16px;
    color: #916aae;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.akcii_box .more {
    background: #008ecf;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    padding: 0 11px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.akcii_box .fig {
    border-radius: 5px;
    width: 202px;
    height: 202px;
    position: relative;
    overflow: hidden;
}

.akcii_box .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.w-640 {
    width: 640px;
}

.w-660 {
    width: 660px;
}

.main_page .subscription {
    width: 613px;
    padding: 19px 31px 19px 40px;
    margin: 0 -26px 20px 0;
}

.subscription {
    background: #e9eff4;
    border-radius: 5px;
    width: 614px;
    margin: 0 0 20px 0;
    padding: 19px 28px 19px 28px;
    position: relative;
}

.subscription .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #433831;
    font-style: normal;
    line-height: 1.2;
}

.subscription .btn {
    background: #008ecf;
    border-radius: 6px;
    border: none;
    width: 44px;
    height: 29px;
    position: absolute;
    top: 29px;
    right: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

.main_page .subscription .field {
    width: 316px;
}

.subscription .field {
    background: #fff;
    border-radius: 6px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    width: 316px;
    padding: 10px 58px 11px 16px;
    font-size: 15px;
    color: #3b3b3b;
}

.subscription .field:-moz-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field.placeholder {
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.news_box {
    padding: 25px 0 2px;
    position: relative;
}

.news_box:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.news_box .h3,
.news_box .x3 {
    font-size: 30px;
}

.carousel_7 {
    width: 255px;
    margin: 0 0 20px;
    position: relative;
}

.carousel_7 .next, .carousel_7 .prev {
    background: url(../images/new/pic110.png) no-repeat;
    width: 20px;
    height: 200px;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 3;
}

.carousel_7 .prev {
    background: url(../images/new/pic109.png) no-repeat;
    right: 33px;
}

.carousel_7 .in {
    position: relative;
    overflow: hidden;
}

.carousel_7 .main_list:before, .carousel_7 .main_list:after, .carousel_7 .main_list> .item:before, .carousel_7 .main_list> .item:after {
    display: none;
}

.carousel_7 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_7 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_7 .item {
    width: 255px;
    display: table-cell;
    padding: 0 16px 0 0;
    vertical-align: top;
    color: #393939;

}

.carousel_7 .title {
    margin: 0 0 5px;
}

.carousel_7 .link {
    color: #916aae;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_7 .date {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 0 0 9px;
    color: #484848;
}

.news_list_1 {
    margin: 0 0 0 -64px;
}

.news_list_1 .item {
    width: 281px;
    margin: 0 0 0 64px;
    color: #393939;
    line-height: 1.4;
}

.news_list_1 .title {
    margin: 0 0 5px;
}

.news_list_1 .link {
    color: #9fc54d;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_1 .link:hover {
    color: #d37146;
}

.news_list_1 .date {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 0 0 9px;
    color: #484848;
}

.crumbs {
    margin: 0 0 12px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/new/pic135.png) no-repeat 3px 7px;
    display: inline;
    padding: 0 0 0 14px;
    color: #3b3b3b;
    line-height: 1.6;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.table_1 {
    border-spacing: 15px 13px;
    border-collapse: separate;
    table-layout: fixed;

    margin: -13px 0 13px -15px;
}

.table_1 td {
    background: #e9eff4;
    width: 198px;
    padding: 6px 9px 9px;
    position: relative;
}

.table_1 .delete {
    background: url(../images/new/pic136.png) no-repeat 50% 50%;
    display: block;
    width: 34px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_1 .title {
    margin: 0 0 23px;
}

.table_1 .link {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #008ecf;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.table_1 .link:hover {
    text-decoration: underline;
}

.table_1 .article {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #484848;
}

.table_1 .box {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 0 -3px;
    padding: 10px 3px 9px;
}

.table_1 .fig {
    display: block;
    width: 55px;
    height: 50px;
    float: left;
    margin: 0 8px 0 0;
    position: relative;
    overflow: hidden;
}

.table_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.table_1 .number {
    display: block;
    width: 54px;
    padding: 0 13px 0 0;
    position: relative;
}

.table_1 .number .field {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.table_1 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.table_1 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.table_1 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.table_1 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.table_1 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.table_1 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_1 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.table_1 .price {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #e12d40;
}

.box_1 {
    border-top: 3px solid #008ecf;
    border-bottom: 3px solid #008ecf;
    margin: 0 0 16px;
    padding: 9px 0 8px;
    overflow: hidden;
}

.btn_4 {
    background: #008ecf;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.captcha {
    display: inline-block;
    padding-left: 73px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    width: 73px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.button {
    background: #e12d40;
    border: none;
    border-radius: 6px;
    height: 38px;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
}

.star {
    background: url(../images/new/pic137.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 7px;
    margin: 12px 0 0;
}

.label {
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0;
    line-height: 1.2;
}

.h-100 {
    height: 100px;
}

.ml-226 {
    margin-left: 226px;
}

.box_7 {
    background: #e9eff4;
    border-radius: 5px;
    margin: 0 0 5px;
    padding: 5px 10px 1px;
}

.radio {
    cursor: pointer;
    background: #fff;
    -moz-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    -webkit-box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    box-shadow: 0 1px 3px rgba(5, 6, 6, .23);
    border-radius: 11px;
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    vertical-align: middle;
}

.radio .bg {
    background: #000;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.radio input:checked + .bg {
    opacity: 1;
}

.label_2 {
    font-weight: bold;
}

.label_3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.promo {
    margin: 0 0 22px;
}

.catalog_list_3 {
    text-align: center;
    margin: 0 0 0 -10px;
}

.catalog_list_3 .item {
    width: 170px;
    margin: 0 0 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.catalog_list_3 .link {
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_3 .link:hover {
    text-decoration: underline;
}

.catalog_list_3 .fig {
    display: block;
    width: 171px;
    height: 143px;
    margin: 0 0 13px;
    position: relative;
    overflow: hidden;
}

.catalog_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.box_2 {
    border-bottom: 1px solid #bbb8b3;
    float: left;
    width: 389px;
    margin: 0 11px 10px 0;
    padding: 0 0 9px;
}

.fig_1 {
    border-radius: 8px;
    float: left;
    width: 311px;
    min-height: 300px;
    margin: 0 9px 10px 0;
    position: relative;
    overflow: hidden;
}

.fig_1 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;
    left: -1000em;
    vertical-align: top;
}

.box_8 {
    background: #f0f3f7;
    border-radius: 3px;
    display: block;
    width: 336px;
    margin: 0 0 13px;
    padding: 9px 8px;
    overflow: hidden;
}

.price_1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #4b6687;
    line-height: 1;
padding: 9px 8px;
}

.old_price_1 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: normal;
    color: #9d9d9d;
    text-decoration: line-through;
}

.number_1 {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 0 13px 0 0;
    position: relative;
}

.number_1 .field {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.number_1 .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.number_1 .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.number_1 .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.number_1 .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.number_1 .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.number_1 .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.number_1 .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.carousel_3 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_3 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.article_1 {
    margin: 0 0 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
}

.carousel_4 {
    width: 336px;
    padding: 0 16px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.carousel_4 .next, .carousel_4 .prev {
    background: url(../images/new/pic110.png) no-repeat 4px 50%;
    display: block;
    width: 16px;
    height: 59px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_4 .prev {
    background: url(../images/new/pic109.png) no-repeat 4px 50%;
    top: 63px;
}

.carousel_4> .in {
    width: 336px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_4 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_4 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_4 .main_list:before, .carousel_4 .main_list:after, .carousel_4 .item:before, .carousel_4 .item:after {
    display: none;
}

.carousel_4> .in> .main_list> .item {
    display: table-cell;
    width: 81px;
    padding: 0 4px 0 0;
    position: relative;
}

.carousel_4 .main_list .list .item {
    margin: 0 0 4px;
}

.carousel_4 .fig {
    display: block;
    width: 81px;
    height: 59px;
    position: relative;
    overflow: hidden;
}

.carousel_4 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;
    left: -1000em;
    vertical-align: top;
}

.back {
    background: #008ecf;
    border-radius: 5px;
    display: inline-block;
    height: 43px;
    padding: 0 42px;
    color: #fff;
    text-decoration: none;
    line-height: 43px;
}

.carousel_5 {
    background: #e9eff4;
    border-radius: 5px;
    width: 662px;
    margin: 0 0 23px;
    padding: 5px;
    position: relative;
    z-index: 3;
}

.carousel_5 p {
    margin: 0 0 24px;
}

.carousel_5 .next, .carousel_5 .prev {
    background: url(../images/new/pic117.png) no-repeat;
    display: block;
    width: 21px;
    height: 34px;
    position: absolute;
    top: -48px;
    right: 0;
}

.carousel_5 .prev {
    background: url(../images/new/pic116.png) no-repeat;
    right: 41px;
}

.carousel_5 .in {
    width: 662px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_5 .main_list {
    border-spacing: 11px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -11px;
}

.carousel_5 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_5 .main_list:before, .carousel_5 .main_list:after, .carousel_5 .item:before, .carousel_5 .item:after {
    display: none;
}

.carousel_5 .item {
    background: #fff;
    border-radius: 5px;
    display: table-cell;
    width: 176px;
    padding: 21px 18px 70px;
    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    border: 1px solid #E7E7E7;
    line-height: 1.2;
}

.carousel_5 .title {
    margin: 0 0 16px;
}

.carousel_5 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #008ecf;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_5 .link:hover {
    text-decoration: underline;
}

.carousel_5 .fig {
    display: block;
    width: 189px;
    height: 189px;
    margin: 0 -6px 16px;
    position: relative;
    overflow: hidden;
}

.carousel_5 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;

    left: -1000em;
    vertical-align: top;
}

.carousel_5 .info {
    min-height: 79px;
}

.carousel_5 .article {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #484848;
}

.carousel_5 hr {
    border-top: 1px solid #dddddd;
    width: auto;
    margin: 0 -18px 13px;
}

.carousel_5 .box {
    margin: 0 0 19px;
    overflow: hidden;
}

.carousel_5 .number {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 6px 0 0;
    padding: 0 13px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel_5 .number .field {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.carousel_5 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_5 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_5 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_5 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_5 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.carousel_5 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_5 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.carousel_5 .price {
    height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4b6687;
    line-height: 1;
}

.carousel_5 .old_price {
    color: #9d9d9d;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: line-through;
}

.carousel_5 .button_box {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 19px;
}

.btn_5 {
    background: #9fc54d url(../images/pic43.png) no-repeat 16px 12px;
    display: inline-block;
    height: 39px;
    padding: 0 22px 0 44px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.btn_6 {
    background: #c5e976 url(../images/pic43.png) no-repeat 16px 12px;
    display: none;
    height: 39px;
    padding: 0 22px 0 44px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.btn_7 {
    background: #9fc54d;
    display: inline-block;
    height: 39px;
    padding: 0 38px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.catalog_list_4 {
    margin: 0 0 0 -32px;
}

.catalog_list_4 p {
    margin: 0 0 14px;
}

.catalog_list_4 .item {
    background: #fff;
    border-radius: 5px;
    width: 202px;
    margin: 0 0 27px 32px;

    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    line-height: 1.2;
}

.catalog_list_4 .in {
        background: rgba(233, 239, 244, 0.49);
    border-radius: 3px;
    padding: 5px 9px 77px;
}

.catalog_list_4 .title {
    margin: 0 0 7px;
    min-height: 70px;
}

.catalog_list_4 .link {
    display: block;
    font-size: 16px;
    color: #008ecf;
    text-decoration: none;
    line-height: 1.1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_4 .link:hover {
    text-decoration: underline;
}

.catalog_list_4 .fig {
    border-radius: 3px;
    display: block;
    width: 194px;
    height: 179px;
    margin: 0 -5px 7px;
    position: relative;
    overflow: hidden;
}

.catalog_list_4 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;

    left: -1000em;
    vertical-align: top;
}

.catalog_list_4 .info {
    min-height: 79px;
}

.catalog_list_4 .article {
    margin: 0 0 12px;
    font-size: 13px;
    color: #484848;
}

.catalog_list_4 hr {
    border-top: 1px solid #dddddd;
    width: auto;
    margin: 0 -9px 4px;
}

.catalog_list_4 .box {
    margin: 0 0 19px;
    overflow: hidden;
}

.catalog_list_4 .number {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 6px 0 0;
    padding: 0 13px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog_list_4 .number .field {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.catalog_list_4 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_4 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_4 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_4 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_4 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_4 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_4 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.catalog_list_4 .price {
    height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4b6687;
    line-height: 1;
}

.carousel_3 .old_price,
.carousel_2 .old_price,
.catalog_list_4 .old_price {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #9d9d9d;
    text-decoration: line-through;
    text-align: left;
}

.catalog_list_4 .button_box {
    position: absolute;
    right: 9px;
    left: 9px;
    bottom: 17px;
}

.sort_list_2 {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 60px;
    height: 28px;
    float: right;
    margin: 0 0 18px -8px;
    padding: 7px 0 5px;
}

.sort_list_2 .item {
    margin: 0 0 0 8px;
    float: left;
}

.sort_list_2 .fig {
    display: block;
    width: 22px;
    height: 21px;
    position: relative;
    overflow: hidden;
}

.sort_list_2 .fig_green {
    opacity: 1;
    visibility: visible;
}

.sort_list_2 .fig_bej {
    opacity: 0;
    visibility: hidden;
}

.sort_list_2 .active .fig_bej {
    opacity: 1;
    visibility: visible;
}

.sort_list_2 .active .fig_green {
    opacity: 0;
    visibility: hidden;
}

.sort_list_2 .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 {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 612px;
    height: 23px;
    float: left;
    margin: 0 0 18px;
    padding: 9px 0 8px;
}

.sort_list_1 .item {
    margin: 0 9px 0 0;
    line-height: 1;
}

.sort_list_1 .item:first-child {
    padding: 5px 0;
}

.sort_list_1 .link {
    background: #e9eff4;
    display: inline-block;
    padding: 5px 9px;
    color: #008ecf;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sort_list_1 .item:hover .link, .sort_list_1 .active .link {
    color: #484848;
}

.pages {
    margin: 0 0 27px;
}

.pages .item {
    background: url(../images/new/pic135.png) no-repeat 0 50%;
    margin: 0 3px 0 0;
    padding: 0 0 0 5px;
    font-size: 18px;
    color: #5a5a5b;
    text-align: center;
}

.pages .item:first-child {
    background: none;
}

.pages .link {
    display: block;
    min-width: 10px;
    height: 32px;
    padding: 0 5px;
    position: relative;
    color: #916aae;
    text-decoration: none;
    line-height: 32px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    min-width: 10px;
    height: 32px;
    padding: 0 5px;
    color: #5a5a5b;
    line-height: 32px;
}

.pages .dot {
    margin: 0 6px 0 4px;
}

.catalog_list_5 {
    margin: 0 0 87px;
}

.catalog_list_5 p {
    margin: 0 0 18px;
}

.catalog_list_5 .item {
    background: #fff;
    border-bottom: 1px solid #dedede;
    margin: 0 0 15px;
    padding: 0 0 7px;
    position: relative;
    line-height: 1.2;
}

.catalog_list_5 .title {
    margin: 0 0 6px;
}

.catalog_list_5 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #916aae;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_5 .link:hover {
    text-decoration: underline;
}

.catalog_list_5 .fig {
    border: 5px solid #f4f0f7;
    display: block;
    float: left;
    width: 194px;
    height: 157px;
    margin: 0 14px 0 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_5 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_5 .article {
    margin: 0 0 16px;
    font-size: 13px;
    color: #484848;
}

.catalog_list_5 .number {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    margin: 0 24px 0 0;
    padding: 0 13px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog_list_5 .number .field {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    padding: 5px 5px 6px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.catalog_list_5 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_5 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_5 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_5 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_5 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #484848;
}

.catalog_list_5 .number .up {
    background: url(../images/new/pic119.png) no-repeat 100% 9px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_5 .number .down {
    background: url(../images/new/pic120.png) no-repeat 100% 4px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 0;
}

.catalog_list_5 .price {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #916aae;
    line-height: 1;
}

.catalog_list_5 .old_price {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #9d9d9d;
    text-decoration: line-through;
}

.catalog_list_5 .button_box {
    float: right;
    margin: 0 0 0 87px;
}

.fig_2 {
    -moz-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    -webkit-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    border: 6px solid #fff;
    float: left;
    width: 376px;
    height: 243px;
    margin: 0 11px 0 0;
    position: relative;
    overflow: hidden;
}

.fig_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.date_1 {
    margin: 0 0 14px;
}

.news_list_3 .item {
    border-top: 1px solid #dedede;
    margin: 0 0 14px;
    padding: 16px 0 0;
}

.news_list_3 .fig {
    border: 5px solid #f4f0f7;
    border-radius: 5px;
    float: left;
    width: 194px;
    height: 157px;
    margin: 0 13px 0 0;
    position: relative;
    overflow: hidden;
}

.news_list_3 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;
    left: -1000em;
    vertical-align: top;
}

.news_list_3 .date {
    margin: 0 0 12px;
}

.news_list_3 .title {
    margin: 0 0 11px;
    line-height: 1.1;
}

.news_list_3 .link {
    font-size: 18px;
    text-decoration: none;
    color: #916aae;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_3 .link:hover {
    text-decoration: underline;
}

.ml-209 {
    margin-left: 209px;
}

.checkbox {
    cursor: pointer;
    background: #f9f5ef;
    -moz-box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    -webkit-box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    display: inline-block;
    width: 22px;
    height: 23px;
    position: relative;
    vertical-align: middle;
}

.checkbox .bg {
    background: url(../images/pic59.png) no-repeat;
    width: 17px;
    height: 17px;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.checkbox input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.checkbox input:checked + .bg {
    opacity: 1;
}

.box_3 {
    background: #fff;
    padding: 10px;
}

.btn_8 {
    background: #008ecf;
    border-radius: 5px;
    display: inline-block;
    height: 43px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    line-height: 43px;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.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;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #201b18;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.modal__content {
    background: #f0f3f7;
    border-radius: 3px;
    padding: 24px;
    position: relative;
}

.modal__content .h3,
.modal__content .x3 {
    margin: 0 0 13px;
    font-weight: normal;
}

.modal_box_form .modal__content {
    padding: 11px 14px 11px;
}

.box_modal_basket .modal__content {
    width: 321px;
    padding: 11px 13px 22px;
}

.box_modal_basket .modal__content .h3,
.box_modal_basket .modal__content .x3 {
    margin: 0 0 16px;
}

.box_modal_basket .link {
    color: #916aae;
}

.box_thanks .modal__content {
    width: 219px;
    padding: 10px 13px 17px;
}

.box_thanks .modal__content .h3,
.box_thanks .modal__content .x3 {
    margin: 0 0 17px;
}

.box_fig .modal__content {
    padding: 11px 10px 5px;
}

.modal__close_btn {
    background: url(../images/new/pic159.png) no-repeat 50% 50%;
    width: 26px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
    z-index: 2;
}

.modal_lightbox__title {
    padding: 5px 0 0;
    font-size: 12px;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: url(../images/pic57.png) no-repeat;
    width: 40px;
    height: 63px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
    left: 26px;
}

.modal_lightbox__next:before {
    background: url(../images/pic56.png) no-repeat;
    left: auto;
    right: 26px;
}

.hide {
    display: none;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 180px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer .link {
    text-decoration: none
}

.footer .link:hover {
    text-decoration: underline;
}

.footer:before {
    content: "";
    background: #11709b;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav_footer {
    border-bottom: 1px solid #554a44;
    height: 64px;
    padding: 0 265px 0 0;
    position: relative;
    z-index: 10;
}

.nav_footer> .list {
    display: table;
    width: 715px;
    position: relative;
    z-index: 1;
}

.nav_footer> .list:before, .nav_footer> .list:after, .nav_footer> .list> .item:before, .nav_footer> .list> .item:after {
    display: none;
}

.nav_footer> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 16px;
}

.nav_footer> .list> .item> .link {
    display: table;
    width: 100%;
    height: 64px;
    position: relative;
    color: #FFF;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav_footer> .list> .item:hover> .link, .nav_footer> .list> .active> .link {
    color: #aaddff;
}

.nav_footer .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.social_networks_footer {
    position: absolute;
    top: 20px;
    right: -2px;
    z-index: 11;
}

.social_networks_footer .item {
    float: left;
    margin: 0 0 0 3px;
}

.social_networks_footer .link {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    overflow: hidden;
}

.social_networks_footer .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.company_footer {
    position: absolute;
    top: 86px;
    left: 0;
    color: #fff;
    line-height: 1.2;
}

.developer {
    position: absolute;
    top: 147px;
    left: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.address_footer {
    position: absolute;
    top: 105px;
    left: 326px;
    color: #fff;
    line-height: 1.3;
}

.mail_footer {
    position: absolute;
    top: 137px;
    left: 326px;
}

.mail_footer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 92px;
    right: 0;
}

.counter .item {
    margin: 0 0 6px;
}

.counter .img {
    vertical-align: top;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .wrapper:before {
        display: none;
    }

    .inner {
        width: auto;
    }

    .main_page .h1 {
        margin: 0 0 26px;
        font-size: 26px;
    }

    .header {
        min-height: 252px;
        padding: 0 9px;
    }

    .logo {
background: url(../images/new/logo2.png) no-repeat 0 6px;
        top: 55px;
    left: 80px;
    right: 10px;
    font-size: 24px;
    text-align: left;
    }

    .slogan {
       top: 121px;
    left: 50px;
    font-size: 12px;
    line-height: 1.4;
    }

    .phone {
            background: none;
    padding: 0;
    top: 158px;
    left: 80px;
    right: 10px;
    font-size: 16px;
    font-weight: normal;

    }

    .mail {
        top: 192px;
    left: 80px;
    right: 10px;
    }

    .mail .link {
        background: none;
        padding: 0;
        font-size: 16px;
    }

    .address {
        display: none;
    }

    .feedback {

        top: 8px;
        right: 3px;
        z-index: 12;
    }

    .feedback .link {
        background: #008ecf url(../images/new/pic124.png) no-repeat 50% 50%;
        border-radius: 5px;
        display: block;
        width: 27px;
        height: 39px;
        padding: 0 9px;
        line-height: 39px;
        text-indent: -1000em;

    }

    .feedback .in {
        display: none;
    }

    .social_networks {
        display: none;
    }

    .basket {
        background: #c1272d url("../images/touch/pic1.png") no-repeat 9px 50%;
        border-radius: 5px;
        height: 39px;

        top: 8px;
        right: 54px;
        line-height: 39px;
    }

    .basket .link {
        display: block;
        padding: 0 8px 0 44px;
    }

    .basket .price,
    .basket .head {
        display: none;
    }

    .basket .count {
        color: #fff;
        font-size: 14px;
    }

    .basket .box {
        padding: 0;
        display: block;
        float: none;
    }

    .basket .title {
        display: none;
    }

    .basket_mobile {
        display: block;
        position: absolute;
        top: 9px;
        right: 54px;
        left: 177px;
        text-align: left;
        z-index: 12;
    }

    .basket_mobile .link {
        background: #c1272d  url(../images/new/pic125.png) no-repeat 6px 9px;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        padding: 10px 5px 10px 45px;
        color: #fff;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main_page .nav {

        margin: 0 -9px 214px;
        padding: 0;

    }

    .price_1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #916aae;
        line-height: 1;
    }

    .nav {
        background: #334760;
        margin: 0 -9px;
        height: 57px;
        padding: 0;
    }

    .nav:before {
        background: #c1272d;
        content: 'МЕНЮ';
        left: 8px;
        right: auto;
        top: 0;
        bottom: 0;
        display: block;
        padding: 8px 19px 0 39px;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
    }

    .nav:after {
        content: '';
        background: #f4f0f7;
        box-shadow: 0 8px 0 #f4f0f7, 0 16px 0 #f4f0f7;
        width: 22px;
        height: 5px;
        position: absolute;
        top: 16px;
        left: 16px;
    }

    .nav> .list {
        background: #008ecf;
        display: none;
        width: auto;
        padding: 0 5px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav> .list> .item {

        display: block;
        font-size: 18px;
        text-align: left;

    }

    .nav> .list> .item:hover> .link,
    .nav> .list> .item> .link {
        border: 0;
        border-top: 1px solid #f7b8a0;
        text-align: left;
    }

    .nav .text {
        text-align: left;
    }

    .nav_active> .list {
        display: block;
    }

    .nav .sub {
        width: auto;
        position: relative;
    }

    .nav .sub_menu {
        background: none;
        border: 0;
        float: none;
    }

    .nav .sub_menu .link {
        padding: 6px 24px;
    }

    .nav> .list> .item:hover .sub {
        display: none;

    }

    .nav> .list> .item_active .sub {
        display: block!important;
    }

    .nav .sub_menu .item {
        font-size: 18px;
    }

    .main_page .promo_fig {
        display: block;
    }

    .promo_fig {
        display: block;
        position: absolute;
        top: 216px;
        left: 0;
        right: 0;
    }

    .main_page .header .search, .main_page .search {
        top: 220px;
        left: 6px;
        right: 6px;
        width: auto;
    }

    .search,
    .header .search,
    .search {
        top: 220px;
        left: 6px;
        right: 6px;
        width: auto;
    }

    .side .search {
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
    }

    .main_page .header .search .field {
        width: 100%;
    }

    .header .search .field {
        width: 100%;
    }

    .side .search .field {
        width: 100%;
    }

    .carousel_1 {
        display: none;
    }

    .carousel_6 {
        width: auto;
        margin-bottom: 22px;
margin: 0 0 50px;
    }

    .carousel_6 .next, .carousel_6 .prev {
        display: none;
    }

    .carousel_6 .main_list {
        display: block;
        width: auto;
        font-size: 0;
    }

    .carousel_6 .item {
        display: inline-block;
        width: 50%;
        margin-bottom: 15px;
        padding: 0;
        vertical-align: top;
    }

    .carousel_6 .text {
        font-size: 14px;
    }

    .carousel_6 .fig {
        width: auto;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .carousel_list_1 {
        width: auto;
        height: auto
    }

    .carousel_list_1 .item {

        font-size: 20px;
        font-weight: normal
    }

    .carousel_list_1 .item .link {
        height: 45px;
    }

    .catalog_list_1 {
        display: block;
        margin: 0;
    }

    .catalog_list_1 .fig {
        width: 144px;
        height: 109px;
        margin: 0 0 17px;
    }

    .catalog_list_1 .item {
        width: 144px;
        margin: 0;
        padding: 0 0 22px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .catalog_list_1 .link {
        font-weight: normal;
    }

    .box_4 {
        margin: 0 0 16px;
        padding: 12px 15px 21px;
    }

    .box_4 .h4 {
        margin: 0 0 13px;
        line-height: 1.1;
    }

.why_we_list_1 {
        margin: 0;
    text-align: center;
}

.why_we_list_1 .item {
    width: auto;
    margin: 0 0 20px;
    opacity: 1;
    -webkit-transform: none!important;
    transform: none!important;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
}

.why_we_list_1 .fig {
    margin: 0 auto 10px;
}

    .main_page .content,
    .content {
        padding: 9px;
    }

    .side + .content {
        float: none;
        width: auto;
    }

    .box_5 {
        border-radius: 0 0 5px 5px;
        margin: 0 0 14px;
        padding: 12px 9px 1px;
    }

    .carousel_2 {
        width: 283px;
        margin: 0 0 21px;
        padding: 0;
    }

    .carousel_2 .next, .carousel_2 .prev {
        background: url(../images/new/pic117.png) no-repeat 50% 78px;
        width: 45px;
        height: 194px;
        right: 0;
        z-index: 3;
    }

    .carousel_2 .prev {
        background: url(../images/new/pic116.png) no-repeat 50% 78px;
        right: auto;
        left: 0;
    }

    .carousel_2 .item {
        width: calc(100vw - 62px);
        padding: 32px 12px 70px;
    }

    .carousel_2 .fig {
        width: 283px;
        margin: 0 -12px 31px;
    }

    .carousel_2 .article {
        font-size: 16px;
    }

    .carousel_2 hr {
        width: 100%;
        margin: 0 0 13px;
    }

    .fr.w-660 {
        float: none;
        width: auto;
    }

    .box_6 {
        float: none;
        width: auto;
    }

    .w-660 .h3,
    .w-660 .x3 {
        font-size: 20px;
    }

    .main_page .subscription,
    .subscription {
        width: auto;
        margin: 0 0 12px;
        padding: 10px 10px 21px;
    }

    .subscription .label {
        display: block;
        width: auto;
        margin: 0 0 10px !important;
    }

    .main_page .subscription .field,
    .subscription .field {
        width: 100%;
    }

    .subscription .btn {

        width: 20%;
        height: 34px;
        position: absolute;
        top: auto;
        bottom: 24px;
        right: 13px;
    }

    .akcii_box {
        width: auto;
        padding: 21px 12px;
    }

    .akcii_box .fig {
        height: 198px;
        width: 273px;
    }

    .carousel_7 {
        width: 297px;
        margin: 0 0 15px;
    }

    .carousel_7 .next, .carousel_7 .prev {
        background: url(../images/new/pic129.png) no-repeat;
        width: 16px;
        height: 26px;
        top: -38px;
    }

    .carousel_7 .prev {
        background: url(../images/new/pic128.png) no-repeat;
        right: 49px;
    }

    .carousel_7 .item {
        width: 297px;
    }

    .news_list_1 .item {
        display: block;
        width: auto;
        font-size: 16px;
    }

    .main_page .news_list_1 .item {
        display: none;
    }

    .main_page .news_list_1 .item:first-child {
        display: block;
    }

    .news_list_1 .title {
        font-size: 18px;
    }

    .footer {
        width: auto;
        height: 310px;
        margin: 0;
        left: 0;
        right: 0;
    }

    .nav_footer {
        display: none;
    }

    .social_networks_footer {
        top: 181px;
        left: 10px;
        right: auto;
    }

    .social_networks_footer .link {
        display: block;
        width: 36px;
        height: 37px;
        position: relative;
        overflow: hidden;
    }

    .social_networks_footer .img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        vertical-align: top;
    }

    .address_footer {
        border-top: 1px solid #554a44;
        padding: 11px 0 0;
        top: 84px;
        left: 10px;
        font-size: 16px;
    }

    .company_footer {
        top: 19px;
        left: 10px;
        font-size: 16px;
    }

    .counter {
        top: 233px;
        left: 10px;
        right: 10px;
    }

    .counter .item {
        display: inline-block;
        vertical-align: top;
    }

    .mail_footer {
        top: 153px;
        left: 10px;
        right: 10px;
        font-size: 16px;
    }

    .developer {
        top: 280px;
        left: 10px;
        font-size: 16px;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px 5px;
    }

    .catalog_box .h2,
    .catalog_box .x2 {
        background: none;
        height: auto;
        margin: 0 0 18px;
        padding: 0;
        font-size: 20px;
        line-height: 1;

    }

    .catalog_list_2 {

    }

    .active + .catalog_list_2 {
        display: block;
    }

    .carousel_3 {
        width: auto;
        padding: 8px 5px 24px;
    }

    .carousel_3 .in {
        width: auto;
    }

    .carousel_3 .item {
        width: calc(100vw - 10px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .carousel_3 .fig {
        width: auto;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
    }

    .carousel_3 .fig .img {
        width: 100%;
    }

    .table_1 {
        border-spacing: 0 5px;
        margin: 0 0 13px;
    }

    .table_1 tr {
        display: block;
    }

    .table_1 td {
        display: block;
        margin-bottom: 15px;
        width: auto;
        vertical-align: top;
    }

    .table_1 .text {
        display: block;
        overflow: hidden;
        padding-right: 20px;
        font-size: 18px;
    }

    .field.w-370 {
        width: 90%;
    }

    .label {
        display: none;
    }

    .label_3 {
        width: 80%;
    }

    .catalog_list_3 {
        margin: 0;
        font-size: 0;
    }

    .catalog_list_3 .fig {
        display: block;
        float: none;
        width: auto;
        height: 0;
        padding-bottom: 100%;
        margin-right: 15px;
        position: relative;
    }

    .catalog_list_3 .item {
        display: inline-block;
        width: 50%;
        margin: 0 0 21px;
    }

    .catalog_list_3 .text {
        display: block;
        height: auto;
        font-size: 11px;
    }

    .catalog_list_3 .link {
        display: block;
    }

    .subscription {
        width: auto;
    }

    .subscription .field {
        width: 75%;
    }

    .sort_list_2 {
        display: none;
    }

    .sort_list_1 {
        border: 0;
        float: none;
        width: auto;
        height: auto;
    }

    .sort_list_1 .item {

        display: inline-block;
        margin-right: 4px;
        margin-bottom: 4px;
        overflow: hidden;
        font-size: 15px;
        line-height: 29px;
    }

    .sort_list_1 .item:first-child {
        float: left;
        height: 50px;
        padding: 0 5px 0 0;
    }

    .sort_list_1 .link {
        border-bottom: 0;
        display: block;
        padding: 0 14px;
        line-height: 29px;
    }

    .catalog_list_4 {
        margin: 0;
    }

    .catalog_list_4 .item {
        display: block;
        width: auto;
        margin: 0 0 11px;
    }

    .catalog_list_4 .fig {
        width: auto;
        height: auto;
    }

    .catalog_list_4 .fig .img {
        width: 100%;
        max-height: none;
        position: static;
    }

    .side .new_box {

    }

    .main_page .side .new_box {
        display: block;
    }

    .new_box .h3,
    .new_box .x3 {
        background: #eff3f7;
        border-bottom: 2px solid #3a6689;
        border-radius: 5px 5px 0 0;
        display: inline-block;
        margin: 0;
        padding: 12px 15px;
        color: #3a6689;
        font-size: 20px;
    }

    .new_box .carousel_3 {
        background: #eff3f7;
    }

    .box_2 {
        float: none;
        width: auto;
        margin: 0 0 12px;
    }

    .fig_1 {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 20px;
    }

    .fig_1 .img {
        width: 100%;

        position: static;
    }

    .fig_2 {
        width: auto;
        height: auto;
        float: none;
        margin: 0 0 10px;
    }

    .fig_2 .img {
        position: static;
    }

    .news_list_3 .fig {
        width: 114px;
        height: auto;
    }

    .news_list_3 .fig .img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
        left: 0;
        right: 0;
    }

    .small_blk {
        display: block;
    }

    .small_mr-0 {
        margin-right: 0 !important;
    }

    .small_ml-0 {
        margin-left: 0 !important;
    }

    .captcha.w-370 {
        width: 90%;
    }

    .ml-226 {
        margin-left: 0 !important;
    }

    .box_modal_basket .modal__content {
        width: auto;
    }

    .modal__vertical_inner {
        padding: 20px;
    }

    .modal .h3,
    .modal .x3 {
        padding-right: 20px;
    }

    .small_mb-10 {
        margin-bottom: 10px !important;
    }

    .modal .w-350 {
        width: 90%;
    }

    .ml-209 {
        margin-left: 0 !important;
        padding-right: 23px;
        text-align: right;
    }

    .catalog_page .catalog_box {
        display: none;
    }

    .carousel_5 {
        width: auto;
    }

    .carousel_5 .in {
        width: auto;
    }

    .carousel_5 .main_list .item {
        background: #f4f0f7;
        width: calc(100vw - 64px);
    }

    .carousel_5 .box {
        margin: 0;
    }

    .carousel_4 {
        width: auto;
        padding: 0 32px;
    }

    .carousel_4 .in {
        width: auto;
    }

    .carousel_4 .prev {
        background: url("../images/new/pic116.png") no-repeat 50% 50%;
        width: 32px;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .carousel_4 .next {
        background: url("../images/new/pic117.png") no-repeat 50% 50%;
        width: 32px;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .basket_form .field:-moz-placeholder,
    .modal .field:-moz-placeholder {
        opacity: 1;
    }

    .basket_form .field::-moz-placeholder,
    .modal .field::-moz-placeholder {
        opacity: 1;
    }

    .basket_form .field::-webkit-input-placeholder,
    .modal .field::-webkit-input-placeholder {
        opacity: 1;
    }

    .basket_form .field:-ms-input-placeholder,
    .modal .field:-ms-input-placeholder {
        opacity: 1;
    }

    .basket_form .field.placeholder,
    .modal .field.placeholder {
        opacity: 1;
    }

    .box_modal_basket .box_3 {
        background: none;
        padding: 0;
    }

    .modal_lightbox__image img {
        width: 100%;
    }

    .carousel_5 .fig {
        width: auto;
    }

    .fl.pt-7 {
        width: 50%;
    }

    .ml-226.mb-26 {
        padding-right: 30px;
        text-align: right;
    }

    .article_1 {
        text-align: left;
    }

    .news_list_3 .item p:last-child {
        display: none;
    }
    .number_1,
    .carousel_3 .number,
    .carousel_2 .number,
    .carousel_5 .number
    {
        float: left;
        width: 105px;
        margin-top: 5px;
        padding-right: 33px;
    }

    .number_1 {
        width: 54px;
    }
    .number_1 .up,
    .carousel_3 .number .up,
    .carousel_2 .number .up,
    .carousel_5 .number .up
    {
        background: url("../images/touch/pic2.png") no-repeat 50% 50%;
        width: 33px;
        height: 50%;
    }
    .number_1 .down,
    .carousel_3 .number .down,
    .carousel_2 .number .down,
    .carousel_5 .number .down
    {
        background: url("../images/touch/pic3.png") no-repeat 50% 50%;
        width: 33px;
        height: 50%;
    }
    .number_2 .field,
    .carousel_3 .number .field,
    .carousel_2 .number .field,
    .carousel_5 .number .field
    {
        width: 100%;
        padding: 8px 5px;
    }

    .table_1 .number .field {
        padding: 8px 5px;
    }



    .carousel_3 .number + .btn_2,
    .carousel_2 .number + .btn_1 {
        float: right;
    }

    .btn_2,
    .all,
    .btn_1 {
        height: 39px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 39px;
    }

    .akcii_box .more {
        height: 36px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 36px;
    }

    .akcii_box .fig {
        background: #fff;
    }

    .crumbs .item {
        font-size: 16px;
    }

    .box_8 {
        width: auto;
    }

    .box_8 .btn_3 {
        background: #4b6687 url("../images/touch/pic1.png") no-repeat 50% 50%;
        border-radius: 5px;
        width: 41px;
        height: 39px;
        padding: 0;
        text-indent: -1000em;
    }

    .pages .item {
        font-size: 22px;
    }

    .table_1 {
        width: 100%;
    }

    .table_1 .title {
        margin-bottom: 14px;
    }

    .table_1 .title .link {

        font-size: 18px;
    }

    .table_1 .number {
        float: right;
        padding-right: 24px;
    }

    .table_1 .number .up {
        background-image: url("../images/touch/pic2.png");
        background-position: 50% 0;
        width: 24px;
    }

    .table_1 .number .down {
        background-image: url("../images/touch/pic3.png");
        background-position: 50% 100%;
        width: 24px;
    }
    .table_1 .box {
        border-bottom: 0;
        padding-bottom: 0;
    }


    .table_1 .box:after {
        content: '';
        display: table;
        clear: both;
    }

    .small_pt-0 {
        padding-top: 0!important;
    }

    .small_fl_none {
        float: none;
    }

    .small_w-auto {
        width: auto;
    }

    .small_show {
        display: block;
    }

    .small_mr-24 {
        margin-right: 24px;
    }

    .small_mb-0 {
        margin-bottom: 0!important;
    }

    .catalog_list_2 .text {
        width: 205px;
    }

    .small_mb-3 {
        margin-bottom: 3px!important;
    }


    .modal__horisontal_inner {
        width: 100%;
    }

    .modal__vertical_inner {
        padding: 0;
    }

}

/* 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;
    }
}


.header .phone a {
	text-decoration: none;
	color: #3b3b3b;
}

.content table td,
.content table {
	border: 1px solid #444;
}

.content table tr:nth-child(2n +1) {
	background: #f7f6f6;
}

