/*====================================================*/
/*================= normalize v3.0.3 =================*/
/*====================================================*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    display: inline-block;
    color: inherit;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: normal;
    vertical-align: baseline;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*=========================================*/
/*================= fonts =================*/
/*=========================================*/
@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara.eot');
    src: local('☺'), url('../fonts/Candara.woff') format('woff'), url('../fonts/Candara.ttf') format('truetype'), url('../fonts/Candara.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*=========================================*/
/*================= basic =================*/
/*=========================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
body {
    font: 300 16px 'Open Sans';
    background: #fff;
    height: 100%;
    min-width: 300px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.wrapper {
    display: table-row;
    height: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 10px;
}
.container:before,
.container:after {
    content: '';
    clear: both;
    display: table;
}
input:focus,
textarea:focus {
    outline: none;
}
select:focus {
    outline: none;
    border: none;
}
.clr:before,
.clr:after {
    content: '';
    clear: both;
    display: table;
}
.upcase {
    text-transform: uppercase;
}
a {
    color: #007670;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: none;
}
/*================================================================================*/
/*================= ========= Базовые типовые элементы ========= =================*/
/*================================================================================*/
/*==========================================*/
/*================= Кнопки =================*/
/*==========================================*/
.btn {
    border: 2px solid #037771;
    color: #000;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
    white-space: nowrap;
    padding: 9px 32px;
    font-weight: 700;
    transition: all 200ms;
}
.btn:hover {
    text-decoration: none;
    background: #037771;
    color: #fff;
}
.btn-sm {
    padding: 7px 34px;
    font-size: 12px;
}
.btn-view-all {
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 0;
}
.btn_2 {
    border-radius: 15px;
    background: #077671;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 10px 22px;
    transition: all 200ms;
}
.btn_2:hover {
    text-decoration: none;
    background: #075f5b;
}
.btn-transparent {
    min-width: 232px;
    height: 58px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 17px 0 0;
    transition: all 200ms;
}
.btn-transparent:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
}
.btn-white {
    min-width: 241px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 25px;
    height: 43px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0 0;
    transition: all 200ms;
}
.btn-white:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.btn--lg {
    padding: 10px 46px;
}
/*=================================================*/
/*================= Элементы форм =================*/
/*=================================================*/
.jq-selectbox {
    width: 100%;
    vertical-align: top;
    cursor: pointer;
    font-size: 14px;
}
.jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(-180deg);
}
.jq-selectbox__select {
    width: 100%;
    height: 35px;
    border: 1px solid #318380;
    border-radius: 10px;
    background: #fff;
    padding: 10px 14px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
}
.jq-selectbox__select-text {
    width: 100%;
}
.jq-selectbox__trigger {
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(../img/ico/ico-sprite.png) 0 -40px;
    width: 36px;
    height: 35px;
}
.jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    border: 1px solid #318380;
    border-radius: 10px;
    overflow: hidden;
}
.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
}
.jq-selectbox__dropdown ul li {
    line-height: 1em;
    list-style: none;
    padding: 9px;
}
.jq-selectbox__dropdown ul li:nth-child(even) {
    background: #F1F1F1;
}
.jq-selectbox__dropdown ul li:hover {
    background: #318380;
    color: #fff;
}
.jq-selectbox__dropdown ul li.sel {
    background: #6d8e8d;
    color: #fff;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    padding: 0 22px;
    border: 1px solid #B2B2B2;
    font-size: 14px;
    font-weight: 400;
}
textarea {
    padding: 10px 22px;
    border-radius: 10px;
    border: 1px solid #B2B2B2;
    width: 100%;
    height: 102px;
    resize: none;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width:530px){
    main .container .calc-form input[type=text] {
        padding: 0 3px;
        text-align: center;
    }
.advantages{

}
}

.bx-core-window input[type=text],
.bx-core-window input[type=tel],
.bx-core-window input[type=email],
.bx-core-window input[type=password],
.bx-core-window textarea {
    width: auto;
}
input[type=submit],
.button2 {
    border: 2px solid #fff;
    text-align: center;
    border-radius: 25px;
    height: 37px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    padding: 0 30px;
    transition: all 200ms;
    margin: 13px 0 0;
}
.notouch input[type=submit]:hover,
.sale_order_full_table form[action*="tinkoff"] input[type=submit] {
    border: solid;
    text-decoration: none;
    background: #fff;
    color: #000;
}
.notouch .button2:hover {
    border: solid;
    text-decoration: none;
    background: #fff;
    color: #000;
}
input.input-submit-green {
    border: 2px solid #077671;
    color: #000;
    font-size: 16px;
    height: 49px;
    padding: 11px 49px;
    transition: all 200ms;
}
input.input-submit-green:hover {
    background: #077671;
    color: #fff;
}
.search-form {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 76%;
    font-weight: 400;
}
.search-form input[type=text] {
    border-radius: 20px;
    background: #ECECEC;
    height: 39px;
    border: none;
    padding: 0 46px 0 22px;
    font-style: italic;
}
.search-form button[type=submit],
.search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 7px 12px;
}
/*===============================================*/
/*================= Типографика =================*/
/*===============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
h1 {
    margin: 0 0 20px;
}
h2 {
    font-size: 1.8em;
    margin: 0 0 20px;
}
h3 {
    font-size: 1.625em;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.25em;
    margin: 0 0 10px;
}
h5 {
    font-size: 1em;
    margin: 0 0 10px;
}
h6 {
    font-size: 0.875em;
    margin: 0 0 16px;
}
span {
    display: inline-block;
}
i {
    display: inline-block;
}
p {
    margin: 0 0 10px;
}
/*=============================================*/
/*================= top block =================*/
/*=============================================*/
.top-block {
    background: #EBEBEB;
    height: 48px;
    padding: 6px 0 5px;
}
.top-block__contacts {
    font-size: 0.875em;
    font-weight: 400;
    float: left;
    width: 75%;
    padding: 6px 0 0;
}
.top-block__search {
    float: right;
    width: 22%;
}
.top-block__phone {
    margin: 0 2.7% 0 0;
}
    .top-block__phone a {
        color: black;
    }
    .notouch .top-block__phone a:hover {
        color: #007670;
        text-decoration: none;
    }
.top-block__mail {
    margin: 0 10.3% 0 0;
    color: #000;
}
.top-block__mail:hover {
    color: #007670;
}
.main-header {
    /*background: url(../img/optimist-bg.jpg) center top no-repeat;*/
    padding: 35px 0 26px;
}
.main-header__search {
    float: left;
    width: 30%;
    min-height: 1px;
    padding: 30px 0 0;
}
.main-header__logo {
    float: left;
    width: 40%;
    min-height: 1px;
    text-align: center;
}
.main-header__logo a {
    max-width: 100%;
}
.main-header__logo img {
    max-width: 100%;
    max-height: 100%;
}
.main-header__links {
    float: right;
    padding: 29px 0 0;
    min-height: 1px;
}
.main-header__links a {
    margin: 0 0 0 5px;
    font-weight: 400;
    color: black;
}
.main-header__links a:hover {
    text-decoration: none;
    color: #007670;
}
.main-header__links a.empty_cart:hover,
.main-header__links a.empty_favorites:hover {
    color: black;
}
.primary-menu-trigger {
    width: 44px;
    height: 40px;
    background: #037771;
    border-radius: 5px;
    padding: 10px 6px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 13px 0 0;
}
.primary-menu-trigger span {
    display: block;
    background: #fff;
    height: 4px;
    border-radius: 5px;
    margin: 0 0 4px;
}
.nav-wrp {
    height: 49px;
}
nav {
    background: #2D2D2D;
    height: 49px;
}
nav .primary-menu-trigger {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
}
nav .btn-white {
    display: inline-block;
    font-size: 12px;
    height: 33px;
    margin: 0 0 0 10px;
    min-height: 0;
    min-width: 0;
    /*opacity: 0;*/
    padding: 7px 20px;
    /*visibility: hidden;*/
}
.nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.nav--fixed .primary-menu-trigger {
    opacity: 1;
    visibility: visible;
}
.nav--fixed .btn-white {
    opacity: 1;
    visibility: visible;
}
.nav__ins {
    padding: 0 50px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.secondary-menu {
    padding: 0;
    margin: 0;
    height: 49px;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.secondary-menu > li {
    list-style: none;
    display: inline-block;
    height: 100%;
}
.secondary-menu > li:hover .secondary-menu__link {
    background: #494949;
}
.secondary-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.secondary-menu > li > a {
    color: #fff;
    height: 100%;
    padding: 14px 27px;
    transition: all 200ms;
    position: relative;
}
.secondary-menu > li.root > a:after {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -248px -4px;
    width: 8px;
    height: 5px;
    top: 50%;
    right: 12px;
    margin: -2.5px 0 0;
    transition: all 200ms;
}
.secondary-menu > li > a:hover {
    text-decoration: none;
    background: #494949;
}
.secondary-menu > li > a:hover:after {
    transform: rotate(-180deg);
}
.secondary-menu > li > ul {
    position: absolute;
    top: 49px;
    background: #484848;
    text-align: left;
    padding: 0;
    margin: 0;
    transition: all 200ms;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
}
.secondary-menu > li > ul.scroll {
    overflow-y: scroll;
}
.secondary-menu > li > ul > li > a {
    white-space: nowrap;
}
.secondary-menu > li > ul > li {
    list-style: none;
}
.secondary-menu > li > ul > li:hover {
    background: #000;
}
.secondary-menu > li > ul > li:hover .dropdown-level-2 {
    display: block;
}
.secondary-menu > li > ul > li > a {
    color: #fff;
    font-size: 17px;
    border-left: 1px solid #5C5C5C;
    border-right: 1px solid #5C5C5C;
    border-bottom: 1px solid #5C5C5C;
    padding: 5px 20px;
    display: block;
    transition: color 200ms;
    width: 100%;
}
.secondary-menu > li > ul > li > a:hover {
    text-decoration: none;
    background: #000;
}
.dropdown-level-1--full-width {
    width: 100%!important;
}
.dropdown-level-2 {
    background: #0E0E0E;
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}
.dropdown-level-2 a {
    color: rgba(255, 255, 255, 0.2);
    font-size: 17px;
    font-weight: 400;
    padding: 3px 20px;
    display: block;
    transition: all 200ms;
}
.dropdown-level-2 a:hover {
    text-decoration: none;
    color: #fff;
}
.img-zoom {
    overflow: hidden;
    display: inline-block;
}
.img-zoom img {
    transition: all 200ms;
    max-width: 100%;
    max-height: 100%;
}
.img-zoom:hover img {
    transform: scale(1.1);
}
.primary-menu {
    position: fixed;
    top: 0;
    left: -100%;
    background: #047671;
    z-index: 102;
    width: 100%;
    height: 100%;
    max-width: 430px;
    transition: all 500ms;
    opacity: 0;
    overflow: auto;
}
.primary-menu.open {
    left: 0;
    opacity: 1;
}
.primary-menu .primary-menu__list ul {
    padding: 0;
    margin: 0;
}
.primary-menu .primary-menu__list ul li {
    list-style: none;
}
.primary-menu .primary-menu__list ul li:nth-child(odd) a {
    background: #007F7A;
}
.primary-menu .primary-menu__list ul li:nth-child(odd) a:hover,
.primary-menu .primary-menu__list ul li:nth-child(odd) a.active {
    background: #4D9592;
}
.primary-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
    transition: all 200ms;
}
.primary-menu a:hover,
.primary-menu a.active {
    text-decoration: none;
    background: #4D9592;
}
.primary-menu .primary-menu__close {
    display: inline-block;
}
.primary-menu .primary-menu__close:hover {
    background: none;
}
.secondary-menu-mobile {
    display: none;
    padding: 0;
    margin: 40px 0 0;
}
.secondary-menu-mobile li {
    list-style: none;
}
.secondary-menu-mobile li:nth-child(odd) a {
    background: #007F7A;
}
.secondary-menu-mobile li:nth-child(odd) a:hover {
    background: #4D9592;
}
.secondary-menu-mobile li > ul {
    padding: 0;
    display: none;
}
.secondary-menu-mobile li > ul li a {
    padding: 5px 0 5px 20px;
}
.secondary-menu-mobile li > ul li:nth-child(odd) a {
    background: #007F7A;
}
.secondary-menu-mobile li > ul li:nth-child(odd) a:hover {
    background: #4D9592;
}
.img-slider-wrp {
    position: relative;
    margin: 0 0 30px;
}
.img-slider {
    padding: 0;
    margin: 0;
}
.img-slider li {
    list-style: none;
    position: relative;
}
.img-slider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-slider__content .container {
    height: 100%;
}
.img-slider__content__ins {
    float: right;
    width: 52%;
    height: 100%;
}
.img-slider__text {
    font: 50px/1 'Candara';
    color: #2c3b49;
    margin: 0 0 26px;
}
.img-slider__control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -29.5px 0 0;
    z-index: 51;
}
.img-slider__control .container {
    position: relative;
}
.img-slider__control .prev-slide,
.img-slider__control .next-slide {
    position: absolute;
    top: 0;
    width: 58px;
    height: 59px;
    border-radius: 100%;
    background: #939393;
    cursor: pointer;
    transition: all 200ms;
}
.img-slider__control .prev-slide:hover,
.img-slider__control .next-slide:hover {
    background: #007771;
}
.img-slider__control .prev-slide:before,
.img-slider__control .next-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: url(../img/ico/ico-sprite.png) -8px -94px;
    width: 32px;
    height: 14px;
    margin: -6px 0 0 -15px;
}
.img-slider__control .prev-slide {
    left: 0;
}
.img-slider__control .next-slide {
    right: 0;
}
.img-slider__control .next-slide:before {
    background: url(../img/ico/ico-sprite.png) -39px -94px;
}
.subscription {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 38px;
}
.subscription--border {
    margin: 31px 0;
    padding: 33px 0;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}
.subscription__left {
    display: table-cell;
    vertical-align: top;
    width: 143px;
}
.subscription__right {
    display: table-cell;
    vertical-align: top;
    font-size: 1.5em;
    padding: 0 0 0 53px;
    position: relative;
}
.subscription__right:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -199px -55px;
    width: 28px;
    height: 20px;
    top: 8px;
    left: 8px;
}
.advantages {
    margin: 0 -20px 42px;
    overflow: hidden;
}
.advantages-item {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    max-width: 382px;
}
.advantages-item__ins {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.advantages-item__ico {
    display: table-cell;
    vertical-align: top;
    width: 81px;
    padding: 0 10px 0 17px;
    text-align: center;
    border-left: 1px solid #EBEBEB;
}
.advantages-item__desc {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.1;
    padding: 5px 0 0;
}
.advantages-item__title {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 767px){
	.advantages {
	    margin: 0 0px !important;
	}
}
.h-block {
    overflow: hidden;
}
.title-block {
    float: left;
    position: relative;
    font-weight: 400;
    padding: 0 0 21px;
}
.title-block:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -71px -46px;
    width: 58px;
    height: 10px;
    bottom: 0;
    left: 0;
}
.tab-control {
    float: right;
    margin: 17px 0 0;
}
.tab-control a {
    vertical-align: top;
    border: 2px solid #C0C0C0;
    border-radius: 15px;
    padding: 7px 23px;
    margin: 0 2px 10px;
    font-weight: 700;
    font-size: 0.68em;
    color: #000;
    transition: all 200ms;
}
.tab-control a:hover,
.tab-control a.active {
    text-decoration: none;
    border-color: #1B7E7A;
}
.items-wrp {
    overflow: hidden;
}
.item {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 285px;
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.notouch .item:hover .item__desc {
    top: 23px;
}
.touch .item .item__desc {
    min-height: inherit;
    bottom: 0;
    top: initial;
}
.item .hover_container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 248px;
    width: 100%;
    height: 100%;
}
.item .hover_container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.item--lg {
    float: left;
    padding: 0 25px;
    width: 25%;
    height: auto;
    box-shadow: none;
}
.item--lg .hover_container {
    width: auto;
    height: auto;
}
.item--lg img {
    position: static;
}
.notouch .item__desc {
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 130, 119, 0.5);
    padding: 18px 19px 10px;
    line-height: 1.2;
    transition: all 500ms;
}
.item__desc,
.item__desc a {
    color: #fff;
}
.item__desc:before,
.item__desc:after {
    position: absolute;
    content: '';
    top: -23px;
    border: 10px solid transparent;
}
.item__desc:before {
    left: 0;
    border-left: 10px solid rgba(0, 130, 119, 0.5);
    border-width: 23px 100px 0;
}
.item__desc:after {
    right: 0;
    border-right: 10px solid rgba(0, 130, 119, 0.5);
    border-width: 23px 100px 0 0;
}
.item__title {
    font-size: 0.75em;
    font-weight: 400;
    margin: 0;
}
.item__price {
    font-size: 1.81em;
    margin: 0 0 6px;
}
.item__country {
    font-size: 0.71em;
}
.item__desc--lg:before,
.item__desc--lg:after {
    border-width: 23px 120px 0;
}
.item__desc--lg .item__title {
    font-size: 0.81em;
}
.item__desc--lg .item__price {
    font-size: 1.93em;
}
.item__desc--lg .item__country {
    font-size: 0.75em;
}
.items-news {
    margin: 5px 0 46px;
}
.list-items-news {
    margin: 0 -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.item-news {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.item-news img {
    display: block;
}
.item-news__preview {
    margin: 0 0 5px;
}
.item-news__date {
    margin: 0 0 15px;
    display: block;
}
.item-news__title {
    font-weight: 700;
    border-bottom: 1px solid #ADADAD;
    padding: 0 0 20px;
    font-size: 1.125em;
    margin: 0 0 17px;
    line-height: 1.1;
}
.item-news__title a {
    color: inherit;
    transition: all 200ms;
}
.notouch .item-news__title a:hover {
    color: #007670;
    text-decoration: none;
}
.item-news__text {
    font-size: 0.875em;
    line-height: 1.2;
}
.carousel-wrp {
    margin: 0 0 22px;
}
.carousel {
    margin: 0 -6px 20px;
}
/*
.carousel .item {
    margin: 0 auto;
    width: 214px;
    display: block;
}*/
.carousel .item {
    margin: 0 auto;
    width: 100%;
    display: block;
    height: 230px;
}
.carousel .item .hover_container {
    width: 100%;    
    height: 100%;
    display: flex;
    margin: 0 auto;
}
.carousel .item .hover_container img.item__preview {
    width: 100%;
    object-fit: none;
}
.carousel .owl-wrapper {
    display: flex !important;
}


.carousel-sub {
    font-size: 0.93em;
    line-height: 1.2;
}
.promo-block {
    background-position: center;
    background-size: cover;
    margin: 3px 0 31px;
    text-align: center;
    padding: 51px 0 114px;
}
.promo-block-2 {
    background: url(../img/promo-block-2-bg.jpg) center;
    background-size: cover;
    padding: 64px 0 114px;
}
.promo-block-3 {
    background: url(../img/promo-block-3-bg.jpg) center;
    background-size: cover;
    padding: 64px 0 114px;
}
.promo-block--no-margin {
    margin: 3px 0 0;
}
.promo-block__ins {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 792px;
    height: 425px;
    width: 100%;
    font-size: 2.75em;
    line-height: 1.2;
    padding: 222px 0 35px;
    position: relative;
}
.promo-block__ins .btn-transparent {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin: 0 0 0 -115px;
}
.promo-block__ins-2 {
    background: url(../img/promo__ins-2.png) no-repeat;
    background-size: 100%;
    padding: 206px 0 35px;
}
.promo-block__ins-2 .btn-transparent {
    bottom: -11px;
}
.promo-block__ins-3 {
    background: url(../img/promo__ins-3.png) no-repeat;
    background-size: 100%;
    padding: 197px 0 35px;
}
.promo-block__ins-3 .btn-transparent {
    bottom: -4px;
}
.promo-block__ins-3 .btn-transparent:hover {
    color: #fff;
    background: #000;
}
.gallery {
    margin: 0 0 75px;
}
iframe {
    border: none;
    width: 100%;
    height: 576px;
    display: block;
}
.gallery-slider-wrp {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    counter-reset: num;
}
.gallery-slider-wrp .bx-wrapper .bx-pager,
.gallery-slider-wrp .bx-wrapper .bx-controls-auto {
    bottom: -42px;
}
.gallery-slider-wrp .bx-wrapper .bx-pager-item {
    width: 45px;
    height: 45px;
    padding: 3px 5px 3px 2px;
    transform: rotate(-45deg);
    margin: 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.gallery-slider-wrp .bx-wrapper .bx-pager-item a {
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: relative;
    text-indent: 0;
    font-size: 0;
}
.gallery-slider-wrp .bx-wrapper .bx-pager-item a:before {
    position: absolute;
    top: 2px;
    left: -4px;
    width: 100%;
    height: 100%;
    counter-increment: num;
    content: counter(num);
    font-size: 26px;
    color: #000;
    text-align: center;
    font-weight: 400;
    transform: rotate(45deg);
}
.gallery-slider-wrp .bx-wrapper .bx-pager-item a.active,
.gallery-slider-wrp .bx-wrapper .bx-pager-item a:hover {
    background: #000;
}
.gallery-slider-wrp .bx-wrapper .bx-pager-item a.active:before,
.gallery-slider-wrp .bx-wrapper .bx-pager-item a:hover:before {
    color: #fff;
}
.gallery-slider {
    padding: 0;
    margin: 0;
}
.gallery-slider li {
    list-style: none;
}
.gallery-slider__desc {
    font-size: 0.93em;
    margin: 15px 0 0;
    line-height: 1.2;
    padding: 0 0 70px;
}
.gallery-slider-item__title {
    font-weight: 400;
    margin: 0 0 8px;
}
.gallery--video {
    margin: 36px 0 109px;
}
.gallery--video .gallery-slider-wrp {
    padding: 10px;
    max-width: 942px;
    margin: 0 auto;
}
.gallery--video .gallery-slider-wrp .bx-wrapper .bx-pager,
.gallery--video .gallery-slider-wrp .gallery-slider-wrp .bx-wrapper .bx-controls-auto {
    bottom: -83px;
}
.gallery--video .bx-wrapper .bx-prev {
    left: -150px;
}
.gallery--video .bx-wrapper .bx-next {
    right: -150px;
}
.learning__ins {
    overflow: hidden;
}
.learning__img {
    float: left;
    width: 45%;
    min-height: 1px;
}
.learning__img img {
    max-width: 100%;
    height: auto;
}
.learning__desc {
    float: left;
    width: 55%;
    min-height: 1px;
    font-size: 1.125em;
    padding: 0 0 0 9px;
}
.img-border {
    display: inline-block;
    position: relative;
}
.img-border:before {
    position: absolute;
    content: '';
    border: 1px solid #000;
    top: 2.5%;
    left: 3.5%;
    width: 93.6%;
    height: 93.4%;
}
.learning__text {
    min-height: 282px;
}
.learning__title {
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 8px;
}
footer {
    margin: 59px 0 0;
}
.footer--no-margin {
    margin: 0;
}
.question {
    background: url(../img/question-bg.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    font: 400 1.93em 'Candara';
    padding: 23px 0 27px;
}
.question span {
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.question .btn-white {
    vertical-align: middle;
}
.main-footer {
    background: url(../img/footer-bg.jpg) center top;
    background-size: cover;
    color: #fff;
    font-size: 0.875em;
    padding: 38px 0 20px;
}
.main-footer a {
    color: #fff;
}
.main-footer__top {
    overflow: hidden;
    margin: 0 0 9px;
}
.footer__nav {
    float: left;
    width: 53%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 -15px;
}
.footer__column {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.footer__column ul {
    padding: 0;
    margin: 0;
}
.footer__column li {
    list-style: none;
    margin: 0 0 4px;
}
.footer__h {
    font: 700 20px 'Candara';
    position: relative;
    padding: 0 0 20px;
}
.footer__h:after {
    background: url(../img/ico/ico-sprite.png) -79px -73px;
    content: '';
    width: 35px;
    height: 7px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.footer-social-link {
    padding: 0;
    margin: 0;
}
.footer-social-link li {
    list-style: none;
    margin: 0 2px 5px 0;
    display: inline-block;
    vertical-align: top;
}
.footer-social-link li:last-child {
    margin: 0;
}
.footer-social-link a {
    border-radius: 100%;
}
.footer__column__time {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.footer__column__num {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: block;
}
small {
    font-size: 9px;
}
.footer__form {
    float: left;
    width: 49%;
    min-height: 1px;
    overflow: hidden;
}
.footer__maps {
    float: left;
    width: 48%;
   /* padding: 8px 0 0 30px;*/
    padding: 8px 10px 0 10px;
    min-height: 1px;
}
.footer__maps img {
    max-width: 100%;
    height: auto;
}
.footer__form__field {
    float: left;
    width: 52%;
    min-height: 1px;
    padding: 0 0 0 3px;
}
.footer__form__field input[type="text"],
.footer__form__field input[type="tel"],
.footer__form__field input[type="email"],
.footer__form__field input[type="password"] {
    height: 35px;
    color: #000;
    padding: 0 5px;
    border-radius: 0;
}
.footer__form__field input[type="submit"] {
    text-transform: uppercase;
}
label {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}
.main-footer__bottom {
    overflow: hidden;
}
.main-footer__bottom__logo {
    float: left;
    width: 21%;
    min-height: 1px;
    padding: 0 10px 0 0;
}
.main-footer__bottom__logo a,
.main-footer__bottom__logo img {
    max-width: 100%;
}
.main-footer__bottom__desc {
    float: left;
    width: 79%;
    min-height: 1px;
    margin: 30px 0 0;
    border-top: 2px solid #9B9996;
    padding: 19px 0 0;
    font-size: 0.875em;
}
.h-page {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 13px;
    margin: 46px 0 14px;
    overflow: hidden;
}
.order .h-page {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.h-page--no-border {
    border: none;
    padding: 0 0 10px;
    margin: 46px 0 0;
}
.road-link {
    padding: 0;
    margin: 0;
}
.road-link li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75em;
    font-weight: 400;
    margin: 0 30px 0 0;
    position: relative;
}
.road-link li:after {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -31px -122px;
    width: 11px;
    height: 9px;
    top: 5px;
    right: -21px;
}
.road-link li:last-child:after {
    display: none;
}
.road-link li a {
    color: #000;
}
.road-link li:last-child a {
    color: #007670;
}
.group-img-2 {
    overflow: hidden;
    margin: 0 -12.5px 19px;
}
.group-img-2-item {
    float: left;
    width: 50%;
    padding: 0 12.5px;
    margin: 0 0 10px;
}
.group-img-2-item img {
    max-width: 100%;
    height: auto;
}
.text-content {
    color: #646464;
    line-height: 1.2;
    margin: 0 0 56px;
}
.text-content__title {
    font: 400 2.06em 'Candara';
    border-bottom: 1px solid #E5E5E5;
    color: #000;
    padding: 0 0 6px;
    margin: 0 0 10px;
}
.news-inline-items-wrp {
    margin: 29px 0 0;
}
.news-inline-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 55px;
}
.news-inline-item__preview {
    display: table-cell;
    vertical-align: top;
    width: 300px;
}
.news-inline-item__desc {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 5px;
}
.news-inline-item__header {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 17px;
}
.news-inline-item__date {
    display: table-cell;
    vertical-align: top;
    width: 65px;
}
.news-inline-item__date-ins {
    border: 1px solid #1E7B78;
    font: 400 12px/0.8 'Candara';
    text-align: center;
    padding: 0 0 8px;
}
.news-inline-item__date-ins span {
    font-size: 36px;
    display: block;
    line-height: 0.9;
}
.news-inline-item__title {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 16px;
    color: #000;
    font: 400 26px 'Candara';
}
.news-inline-item__title a {
    color: inherit;
    transition: all 200ms;
}
.news-inline-item__title a:hover {
    color: #007670;
    text-decoration: none;
}
.news-inline-item__text {
    padding: 11px 4px 4px;
    line-height: 1.2;
}
.contacts {
    overflow: hidden;
    margin: 0 0 54px;
}
.contacts__form {
    float: left;
    width: 42%;
    min-height: 1px;
}
.contacts__info {
    float: left;
    width: 58%;
    min-height: 1px;
    padding: 0 0 0 55px;
}
.contacts_h {
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.contacts__info-list {
    padding: 0;
    margin: 0;
}
.contacts__info-list .ico {
    margin: 0 16px 0 0;
}
.contacts__info-list li {
    list-style: none;
    margin: 0 0 12px;
}
.contacts__info-list a {
    color: #000;
    transition: all 200ms;
}
.contacts__info-list a:hover {
    color: #077671;
    text-decoration: none;
}
.contacts__info__phone {
    font-size: 1.875em;
}
.maps {
    height: 470px;
}
.goods {
    overflow: hidden;
    margin: 0 0 32px;
}
.goods__preview {
    float: left;
    width: 30%;
    min-height: 1px;
    padding: 0 20px 0 0;
}
.goods__desc {
    float: left;
    width: 70%;
    min-height: 1px;
}
.goods__zoom {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.goods__zoom:before {
    position: absolute;
    content: '';
    border: 10px solid rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods__zoom:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background: url(../img/ico/ico-sprite.png) -320px -175px;
    width: 72px;
    height: 72px;
    cursor: pointer;
    z-index: 2;
}
.goods__zoom img {
    display: block;
    max-width: 100%;
}
.goods__title {
    font: 400 2.135em 'Candara';
    color: #4b4b4b;
    margin: 0;
}
.goods__short-info {
    font-size: 1.125em;
    line-height: 1.2;
    margin: 0 0 39px;
}
.goods__price-block {
    background: #ECF2F2;
    color: #434343;
    font-size: 3.25em;
    padding: 5px 21px 14px;
}
.goods-rating {
    color: #434343;
    font-size: 1.06em;
    border-bottom: 1px solid #F2F2F2;
    padding: 4px 0 6px 22px;
    margin: 0 0 20px;
}
.goods-rating > span {
    vertical-align: middle;
}
.btn-black {
    border: 2px solid #000;
    height: 43px;
    border-radius: 25px;
    color: #434343;
    font-size: 1.06em;
    padding: 7px 27px 5px;
    font-weight: 700;
    transition: all 200ms;
}
.btn-black:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.tab {
    margin: 0 0 43px;
}
.tab-trigger {
    border-bottom: 2px solid #067671;
    padding: 0 8px;
}
.tab-trigger a {
    color: #545454;
    font-size: 1.06em;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #DCDCDC;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 11px 10px;
    font-weight: 700;
    min-width: 194px;
    text-align: center;
    margin: 0 5px 0 0;
}
.tab-trigger a.active {
    border-color: #067671;
    color: #000;
}
.tab-trigger a:hover {
    text-decoration: none;
    color: #000;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content .text-content {
    padding: 10px 10px 0;
    color: #000;
}
.tab-content .text-content p {
    margin: 0 0 20px;
}
hr {
    color: #E7E7E7;
    display: block;
    margin: 15px 0;
}
.bg-green {
    background: #EDF3F2;
    padding: 19px 0 11px;
}
.goods-parametrs {
    float: left;
    width: 50%;
}
.goods-parametrs small {
    padding: 0 0 0 39%;
}
.goods-parametrs__ins {
    position: relative;
}
.goods-parametrs__ins:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 109px;
    background: #454545;
    top: -19px;
    right: -18px;
}
.goods-parametrs__title {
    font-weight: 400;
    font-size: 1.19em;
    float: left;
    width: 37%;
    padding: 11px 0 0 25px;
    min-height: 1px;
}
.goods-parametrs__val {
    float: left;
    width: 63%;
    min-height: 1px;
    padding: 6px 1px 0 2px;
}
.goods-parametrs__size {
    float: left;
    width: 52%;
    min-height: 1px;
}
.goods-parametrs__size input {
    max-width: 148px;
    margin: 0 3px 0 0;
    text-align: center;
}
.goods-parametrs__size span {
    font-size: 1.19em;
}
.goods-parametrs__work {
    float: left;
    width: 48%;
    min-height: 1px;
    padding: 0 0 0 34px;
    font-size: 1.19em;
}
.change-color {
    position: relative;
}
.change-color__trigger {
    height: 41px;
    border: 1px solid #454545;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}
.goods-price {
    font: 400 1.875em 'Candara';
    position: relative;
    float: left;
    width: 29%;
    padding: 28px 0 0 35px;
}
.goods-price:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 109px;
    background: #454545;
    top: 21px;
    right: -4px;
}
.goods-price__val {
    color: #437671;
    font: 300 1.6em/1.1 "Open Sans";
}
.small-green {
    font-size: 0.875em;
    color: #437671;
    font-style: italic;
    font-weight: 400;
    display: block;
}
.goods-added {
    float: left;
    width: 21%;
    padding: 42px 0 0 16px;
}
.btn-add-basket {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    border-radius: 30px;
    background: #007671;
    padding: 20px 39px;
    transition: all 200ms;
}
.btn-add-basket:hover {
    text-decoration: none;
    background: #026964;
}
.inline-info {
    color: #6e6e6e;
    font-size: 1.4em;
    font-style: italic;
    margin: 0 0 34px;
}
.all-goods-variant {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}
.all-goods-variant__group:nth-child(even) {
    background: #EDF3F2;
}
.all-goods-variant__item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: 22px;
    color: #454545;
    padding: 0 0 0 21px;
}
.all-goods-variant__item label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 7px 0 0;
}
.all-goods-variant__price {
    font-size: 30px;
    float: right;
    line-height: 0.9;
    width: 59%;
}
input.submit-green {
    font-size: 1.375em;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    background: #067671;
    text-align: center;
    border: none;
    transition: all 200ms;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    max-width: 315px;
    height: 50px;
}
input.submit-green:hover {
    background: #046964;
    color: #fff;
    text-decoration: none;
}
.filter {
    margin: 0 0 26px;
}
.filter__title {
    font-weight: 400;
    font-size: 0.97em;
    margin: 0 5px 0 0;
}
.sort {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
}
.sort-down {
    display: inline-block;
    vertical-align: top;
}
.sort-down .jq-radio {
    width: 47px;
    height: 25px;
    background-position: -322px -8px;
}
.sort-down .jq-radio.checked {
    background-position: -322px -37px;
}
.sort-up {
    display: inline-block;
    vertical-align: top;
}
.sort-up .jq-radio {
    width: 47px;
    height: 25px;
    background-position: -370px -8px;
}
.sort-up .jq-radio.checked {
    background-position: -370px -37px;
}
.filter-type-goods {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.filter-type-goods label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    cursor: pointer;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.filter-type-goods label:last-child {
    margin: 0;
}
.filter-type-goods .jq-checkbox {
    width: 19px;
    height: 18px;
    background-position: -327px -80px;
}
.filter-type-goods .jq-checkbox.checked {
    background-position: -347px -80px;
}
.filter-type-goods .jq-checkbox.checked + span {
    color: #3e726e;
}
.view-count {
    display: inline-block;
    vertical-align: top;
    width: 17.7%;
}
.view-count label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    cursor: pointer;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.view-count label:last-child {
    margin: 0;
}
.view-count .jq-radio {
    display: none!important;
}
.view-count .jq-radio.checked {
    background-position: -347px -80px;
}
.view-count .jq-radio.checked + span {
    color: #3e726e;
    border: 1px solid #3e726e;
    border-radius: 5px;
}
.view-count span {
    border: 1px solid transparent;
    font-size: 15px;
    padding: 0 5px;
}
.view-count > span {
    padding: 0;
}
.catalog-items {
    margin: 0 -17px;
    overflow: hidden;
}
.catalog-items .item {
    padding: 0 17px;
    float: left;
    width: 20%;
    box-shadow: none;
    height: 270px;
    display: inline-block;
}
.catalog-items .item a {
    position: relative;
}
.catalog-items .item a:before {
    z-index: 2;
}
.basket-header {
    background: url(../img/basket-header-bg.jpg);
    height: 177px;
    margin: -67px 0 3px;
    padding: 132px 0 0;
}
.basket-header .tab-trigger {
    padding: 0 12px;
}
.basket-header .tab-trigger a {
    min-width: 180px;
    font-size: 0.81em;
}
.basket-item {
    padding: 9px 0;
    border-bottom: 1px solid #CBCBCB;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.basket-item > div {
    position: relative;
}
.basket-item > div:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #CFD0D0;
}
.basket-item > div:first-child:after {
    display: none;
}
.basket-item_h {
    font: 400 1.375em 'Candara';
}
.basket-item__desc {
    display: table-cell;
    vertical-align: top;
    width: 24.5%;
    min-height: 1px;
}
.basket-item__preview {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.basket-item__preview:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.basket-item__preview img {
    display: block;
}
.basket-item__title {
    font-size: 1.375em;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0 0 0 16px;
    transition: all 200ms;
}
.basket-item__title:hover {
    color: #007670;
    text-decoration: none;
}
.basket-item__parametrs {
    display: table-cell;
    vertical-align: top;
    min-height: 1px;
    width: 40%;
    padding: 0 0 0 22px;
}
.goods-parametrs__ins--small {
    padding: 27px 0 0;
}
.goods-parametrs__ins--small:after {
    display: none;
}
.goods-parametrs__ins--small .goods-parametrs__title {
    padding: 10px 0 0;
    font-size: 0.93em;
    font-weight: 400;
    width: 31%;
}
.goods-parametrs__ins--small .change-color__trigger {
    height: 32px;
}
.goods-parametrs__ins--small .goods-parametrs__val {
    width: 62%;
}
.goods-parametrs__ins--small .goods-parametrs__size {
    font-size: 0.93em;
}
.goods-parametrs__ins--small .goods-parametrs__size input {
    height: 31px;
    max-width: 112px;
}
.goods-parametrs__ins--small .goods-parametrs__work {
    padding: 0 0 0 25px;
    font-size: 0.93em;
}
.goods-parametrs__ins--small .jq-checkbox {
    width: 31px;
    height: 32px;
    background-position: -277px -176px;
}
.goods-parametrs__ins--small .jq-checkbox.checked {
    background-position: -277px -211px;
}
.basket-item__sum {
    display: table-cell;
    vertical-align: top;
    min-height: 1px;
    width: 17.5%;
    padding: 0 0 0 22px;
}
.basket-item__sum > span {
    font-size: 1.75em;
    margin: 40px 0 0;
}
.basket-item__del {
    display: table-cell;
    vertical-align: top;
    min-height: 1px;
    width: 12%;
    padding: 0 0 0 18px;
    text-align: center;
}
.basket-item__del-ins {
    padding: 43px 0 0;
}
.total-sum {
    overflow: hidden;
    margin: 18px 0 43px;
}
.total-sum__title {
    float: left;
    color: #5b5b5b;
    font-size: 2.3em;
    font-weight: 400;
    margin: 35px 0 0;
    position: relative;
}
.total-sum__title:after {
    position: absolute;
    content: '';
    top: 27px;
    right: -158%;
    width: 142%;
    height: 1px;
    border-bottom: 1px dotted #474747;
}
.total-sum__count {
    float: right;
    border: 2px dotted #474747;
    color: #474747;
    font-size: 2.6em;
    font-weight: 400;
    padding: 31px 38px;
}
.type-delivery-trigger {
    border-bottom: 1px solid #CDCECE;
    padding: 0 0 26px;
    margin: 0 0 20px;
}
.type-delivery-trigger a {
    border-color: #5b5b59;
    padding: 11px 39px;
    margin: 0 9px 0 0;
    width: 100%;
    max-width: 302px;
}
.type-delivery-trigger a.active,
.type-delivery-trigger a:hover {
    border-color: #1B817C;
}
.type-delivery-content {
    overflow: hidden;
    margin: 0 -10px;
    display: none;
    padding: 0 0 30px;
}
.type-delivery-content.active {
    display: block;
}
.type-delivery-content .form-callback {
    padding: 0 10px;
}
.items-group {
    margin: 0 -25px;
}
.delivery__column {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.delivery__column .inline-text {
    font-weight: 400;
    font-size: 1.25em;
    vertical-align: bottom;
    margin: 0 17px 0 0;
}
.order-action {
    margin: 34px 0 0;
}
.total-price {
    font-size: 2.6em;
    line-height: 1.1;
}
.delivery__column__h {
    font: 400 2.06em 'Candara';
    margin: 0 0 23px;
}
button.submit-order {
    background: #047671;
    max-width: 514px;
    width: 100%;
    border-radius: 55px;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    margin: 31px 0 0;
    height: 67px;
    border: none;
    transition: all 200ms;
    padding: 0 0 0 50px;
}
button.submit-order span {
    position: relative;
}
button.submit-order span:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -332px -353px;
    width: 45px;
    height: 40px;
    top: 0;
    left: -50px;
}
button.submit-order:hover {
    background: #036561;
    color: #fff;
}
.rules {
    font-weight: 400;
    font-size: 1.06em;
    margin: 12px 0 0;
}
.rules a {
    text-decoration: underline;
    color: #ff0000;
}
.rules a:hover {
    text-decoration: none;
}
.input-row {
    margin: 0 0 6px;
}
.input-row__title {
    display: inline-block;
    vertical-align: top;
    color: #5b5b59;
    font-size: 0.875em;
    font-weight: 400;
    width: 30%;
    padding: 11px 0 0;
}
.input-row__val {
    display: inline-block;
    vertical-align: top;
    width: 61.5%;
}
.input-row__val textarea {
    height: 202px;
}
.delivery__group {
    border-bottom: 1px solid #474747;
    margin: 0 0 21px;
    padding: 0 0 30px;
}
.delivery__group:last-child {
    border-bottom: none;
}
.delivery__group label {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 400;
    padding: 0 0 0 38px;
}
.delivery__group .input-row {
    margin: 0 0 33px;
}
.delivery__group .input-row:last-child {
    margin: 0;
}
.delivery__group.payment .input-row {
    margin: 0 0 15px;
}
.input-row {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.input-row .jq-radio {
    display: table-cell;
    vertical-align: top;
    margin: 3px 0 0;
}
.delivery__time {
    color: #5b5b59;
    font-size: 0.75em;
}
.delivery__price {
    font-size: 1.8em;
}
.form-callback span {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    color: #5b5b59;
    font-weight: 400;
    font-size: 0.875em;
}
.form-callback input {
    width: auto;
    width: 78%;
    vertical-align: middle;
}
.form-callback input.error,
.form-callback textarea.error,
.footer__form__field input.error,
.footer__form__field textarea.error,
.contacts__form input.error,
.contacts__form textarea.error {
    border-color: red;
}
.form-callback input[type=submit],
.button2 {
    background: #047671;
    color: #fff;
    min-width: 0;
    max-width: 190px;
    width: 100%;
    font-weight: 700;
    height: 42px;
    font-size: 14px;
    border-color: #047671;
}
.button2 {
    border-color: #606060;
    display: inline-block;
    line-height: 1.2em;
    height: auto;
    padding: 14px 40px;
    text-transform: uppercase;
}
.button2.button-active {
    border-color: #047671;
}
.tab-block .button2 {
    margin-right: 1em;
    min-width: 305px;
}
.notouch .form-callback input[type=submit]:hover,
.notouch .button2:hover {
    background: #02645f;
}
.form-callback__ins {
    max-width: 413px;
}
.form-callback__title {
    font: 400 34px 'Candara';
}
.modal {
    max-width: 683px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 40px 22px;
}
.modal.hide {
    display: none;
}
.modal__header {
    position: relative;
    padding: 4px 0 0;
}
.modal__title {
    font: 400 2em 'Candara';
    text-align: center;
    margin: 0 0 30px;
}
.modal__close {
    position: absolute;
    top: -27px;
    right: -11px;
    cursor: pointer;
}
.modal__body .form-callback__ins {
    margin: 0 auto;
    overflow: hidden;
}
.modal__body input[type="submit"],
.button2 {
    background: #fff;
    color: #000;
}
.modal__body input[type="submit"] {
    float: right;
}
.button2 {
    display: inline-block;
    max-width: none;
    width: auto;
}
.notouch .modal__body input[type="submit"]:hover,
.notouch .button2:hover {
    color: #fff;
}
.num-order {
    color: #3f746c;
    font-weight: 700;
    font-size: 22px;
    margin: -18px 0 13px;
}
.num-order strong {
    font-size: 36px;
}
.modal-thanks-info {
    color: #3d3d3d;
    font-size: 1.375em;
    line-height: 1.2;
    margin: 0 0 24px;
}
.modal__close-btn {
    font-size: 1.125em;
    font-weight: 700;
    padding: 9px 44px;
}
/*================================================*/
/*================= Прочие стили =================*/
/*================================================*/
i.ico {
    background: url(../img/ico/ico-sprite.png);
    vertical-align: middle;
}
i.ico-phone {
    width: 27px;
    height: 27px;
    margin: 0 10px 0 0;
    background-position: 0 -1px;
}
i.ico-mail {
    background-position: -38px 1px;
    width: 23px;
    height: 16px;
    margin: 0 11px 0 0;
}
i.ico-whatsapp {
    background-position: -42px 68px;
    width: 27px;
    height: 27px;
}
i.ico-telegram {
    background-position: -3px -331px;
    width: 27px;
    height: 27px;
}
i.ico-adress {
    background-position: -68px 0;
    width: 22px;
    height: 28px;
    margin: 0 12px 0 0;
}
i.ico-search {
    background-position: -99px 0;
    width: 22px;
    height: 22px;
}
i.ico-heart {
    background-position: -123px 0;
    width: 32px;
    height: 28px;
    margin: 0 6px 0 0;
}
.empty_favorites i.ico-heart {
    background-position: -404px -366px;
}
i.ico-basket {
    background-position: -160px 0;
    width: 32px;
    height: 37px;
}
.empty_cart i.ico-basket {
    background-position: -404px -329px;
}
i.ico-close {
    background-position: -196px -2px;
    width: 45px;
    height: 40px;
}
i.ico-arrow {
    background-position: -199px -55px;
    width: 28px;
    height: 20px;
    margin: 0 11px 0 0;
}
i.ico-service {
    background-position: -1px -267px;
    width: 52px;
    height: 52px;
}
i.ico-delivery {
    background-position: -60px -267px;
    width: 52px;
    height: 52px;
}
i.ico-procent {
    background-position: -125px -263px;
    width: 52px;
    height: 52px;
}
i.ico-date {
    background-position: -43px -41px;
    width: 20px;
    height: 21px;
}
i.ico-fc {
    background-position: -128px -91px;
    width: 32px;
    height: 32px;
}
i.ico-youtube {
    background-position: -80px -329px;
    width: 32px;
    height: 32px;
}
i.ico-youtube:hover {
    background-position: -80px -364px;
}
i.ico-fc:hover {
    background-position: -324px -116px;
}
i.ico-tw {
    background-position: -161px -91px;
    width: 32px;
    height: 32px;
}
i.ico-tw:hover {
    background-position: -361px -116px;
}
i.ico-vk {
    background-position: -193px -91px;
    width: 32px;
    height: 32px;
}
i.ico-vk:hover {
    background-position: -398px -116px;
}
i.ico-insta {
    background-position: -225px -91px;
    width: 32px;
    height: 32px;
}
i.ico-insta:hover {
    background-position: -398px -160px;
}
i.ico-home {
    background-position: -75px -98px;
    width: 19px;
    height: 17px;
}
i.ico-contact-adress {
    background-position: -265px -22px;
    width: 54px;
    height: 48px;
}
i.ico-contact-phone {
    background-position: -265px -71px;
    width: 54px;
    height: 48px;
}
i.ico-contact-mail {
    background-position: -265px -120px;
    width: 54px;
    height: 48px;
}
i.ico-del {
    background-position: -404px -206px;
    width: 37px;
    height: 37px;
}
i.ico-del:hover {
    background-position: -404px -247px;
}
i.ico-modal-close {
    background-position: -280px -354px;
    width: 36px;
    height: 37px;
}
.f-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.f-cell {
    display: table-cell;
    vertical-align: middle;
}
.rating {
    height: 15px;
    width: 85px;
    margin: 0 0 10px;
    background: url(../img/ico/rating.png) 0 -15px repeat-x;
}
.rating__ins {
    height: 100%;
    background: url(../img/ico/rating.png) repeat-x;
}

.product-wrapper .rating {
    background: url(../img/ico/rating_select.png) repeat-x;
    height: 27px;
    width: 160px;
}
.product-wrapper .rating__ins {
    background: url(../img/ico/rating_select.png) 0 -27px repeat-x;
}

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
}
.pagination li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.pagination a {
    display: block;
    color: #5f5f5f;
    font-size: 1.18em;
    font-weight: 700;
    margin: 0 0 0 11px;
}
.pagination a:hover,
.pagination a.active {
    color: #427570;
    text-decoration: underline;
}
.pagination .pagination__prev {
    margin: 0 13px 0 0;
}
.pagination .pagination__next {
    margin: 0 0 0 23px;
}
.pagination__prev,
.pagination__next {
    background: url(../img/ico/ico-sprite.png) -130px -142px;
    width: 52px;
    height: 44px;
}
.pagination__prev:hover {
    background-position: -130px -186px;
}
.pagination__next {
    background-position: -182px -142px;
}
.pagination__next:hover {
    background-position: -182px -186px;
}
.pagination--right {
    text-align: right;
}
.pagination--border-top {
    border-top: 1px solid #E5E5E5;
    margin: 0 0 45px;
    padding: 21px 0 0;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 55px;
    height: 56px;
    background: url(../img/ico/ico-sprite.png);
    margin: -22.5px 0 0;
}
.owl-prev {
    left: -70px;
    background-position: -1px -150px;
}
.owl-prev:hover {
    background-position: -1px -206px;
}
.owl-next {
    right: -70px;
    background-position: -58px -150px;
}
.owl-next:hover {
    background-position: -58px -206px;
}
.jq-checkbox {
    width: 40px;
    height: 41px;
    background: url(../img/ico/ico-sprite.png) -281px -254px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.jq-checkbox.checked {
    background: url(../img/ico/ico-sprite.png) -281px -295px;
}
.jq-radio {
    width: 28px;
    height: 27px;
    background: url(../img/ico/ico-sprite.png) -327px -281px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.jq-radio.checked {
    background: url(../img/ico/ico-sprite.png) -327px -309px;
}
table {
    font-size: 16px;
    table-layout: fixed;
    margin: 0 0 14px;
}
tr {
    border-bottom: 1px solid #F0F0F0;
}
tr:first-child {
    border-bottom: none;
}
tr:first-child td {
    padding: 0;
}
tr td:nth-child(1) {
    width: 11%;
}
tr td:nth-child(2) {
    width: 32%;
}
tr td:nth-child(3) {
    width: 19%;
}
tr td:nth-child(4) {
    width: 40%;
}
th {
    font-weight: 400;
    font-size: 1.43em;
    text-align: left;
    padding: 0 0 22px;
    vertical-align: top;
    padding: 0 0 0 27px;
}
th:nth-child(1) {
    padding: 0 0 22px;
}
td {
    font-size: 1.475em;
    color: #6e6e6e;
    line-height: 1.2;
    padding: 0 0 0 27px;
    position: relative;
}
td:first-child:before {
    display: none;
}
td:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: #D6D6D6;
}
td:nth-child(1) {
    padding: 8px 0;
}
td:nth-child(3),
td:nth-child(4) {
    font-size: 1.7em;
}
td a,
td img {
    max-width: 100%;
}
td img {
    min-width: 60px;
}
.bx-core-window td img {
    margin-left: 0;
    min-width: 0;
}
.rating-select {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
    position: relative;
    font-size: 0;
}
.rating-select span {
    cursor: pointer;
    width: 32px;
    height: 27px;
    vertical-align: middle;
    background: url(../img/ico/rating_select.png);
    position: relative;
    z-index: 2;
}
.rating-select span:nth-child(1):hover ~ .rating-select__overlay {
    width: 20%!important;
}
.rating-select span:nth-child(2):hover ~ .rating-select__overlay {
    width: 40%!important;
}
.rating-select span:nth-child(3):hover ~ .rating-select__overlay {
    width: 60%!important;
}
.rating-select span:nth-child(4):hover ~ .rating-select__overlay {
    width: 80%!important;
}
.rating-select span:nth-child(5):hover ~ .rating-select__overlay {
    width: 100%!important;
}
.rating-select__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    background: url(../img/ico/rating_select.png) 0 -27px;
}
.love {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 37px;
    height: 37px;
    background: url(../img/ico/ico-sprite.png) -363px -258px;
    cursor: pointer;
    z-index: 3;
}
.love.active {
    background-position: -363px -305px;
}
.love-lg {
    width: 52px;
    height: 52px;
    background-position: -117px -337px;
}
.love-lg.active {
    background-position: -179px -337px;
}
.text-center {
    text-align: center;
}


.product-wrapper,
.calc-form-block {
    box-shadow: none;
    display: block;
    height: auto;
    width: auto;
}
    .product-wrapper img {
        position: relative;
    }
    .product-wrapper .img-block {
        line-height: 0;
        position: relative;
    }
    .product-wrapper .img-block:after {
        box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.8);
        content: '';
        display: inline-block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15;
    }
    .product-wrapper .img-block .picture:before {
        content: '';
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 16;
    }
    .product-wrapper .img-block .picture:after {
        background: url(../img/ico/ico-sprite.png) no-repeat -320px -175px;
        bottom: 0;
        content: '';
        display: block;
        height: 72px;
        position: absolute;
        right: 0;
        width: 72px;
        z-index: 17;
    }
        .product-wrapper button.bxr-indicator-item-favor{
            position: absolute;
            right: 26px;
            top: 26px;
            z-index: 20;
            border: none;
            background-color: transparent;
        }
        .product-wrapper button.bxr-indicator-item-favor,
        .product-wrapper button.bxr-indicator-item-favor:hover,
        .product-wrapper button.bxr-indicator-item-favor:active,
        .product-wrapper button.bxr-indicator-item-favor:focus,
        .product-wrapper button.bxr-indicator-item-favor:visited{
            outline: none;
        }
        .product-wrapper .favorites_icon {
            background: url(../img/ico/ico-sprite.png) no-repeat -117px -337px;
            display: block;
            height: 52px;
            width: 52px;
        }
        .product-wrapper .favorites_icon:hover {
            opacity: 0.8;
        }
        .product-wrapper .bxr-indicator-item-active .favorites_icon {
            background-position: -179px -337px;
        }

.tabs-block{margin-bottom: 25px;font-size: 16px;}
.tabs-block .tabs {/*height:55px;*/}
.tabs-block .tabs li {display: inline-block; margin-left: 9px; border: 2px solid #d5d5d5; border-bottom-width: 0; background: white; border-radius: 8px 8px 0 0;}
.tabs-block .tabs li a{display:block; color: #545454; padding: 15px; text-decoration: none; font-size: 17px; text-transform: uppercase;}
.tabs-block .tabs a.active{color: #000000; background: #fff;}
.tabs-block .item_text{background: #fff;}
.tabs-block .tabs li.ui-state-active {
    background: white;
    border-color: #6c938f;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
    background: white;
    border: 0 none;
    border-bottom: 2px solid #6c938f;
    border-radius: 0;
    padding: 0 0 0 2px;
}
.ui-widget.ui-widget-content {
    border: 0 none;
    padding: 38px 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 12px 62px 11px;
}
.ui-tabs .ui-tabs-panel {
    padding: 0;
}
.calc-form-block {
    background: #edf2f1;
    font-family: 'Open Sans';
    overflow: visible;
}
    .calc-form-block .calc-form {
        display: inline-block;
        width: 48%;
    }
    .calc-form-block .row {
        font-size: 19px;
        line-height: 40px;
        padding-bottom: 7px;
    }
        .notetext {
            color: #437671;
            font-size: 14px;
            font-style: italic;
            line-height: 17px;
            margin: 0 0 8px 32%;
        }
        .calc-form-block label {
            display: inline-block;
            margin: 0;
            width: 30%;
        }
        .checkbox-row label {
            cursor: pointer;
        }
        .calc-form-block .jqselect,
        .calc-form-block .area {
            display: inline-block;
            width: 69%;
        }
        .calc-form-block .area {
            border: 1px solid #949696;
            font-family: 'Open Sans';
            font-size: 19px;
            height: 40px;
            margin-right: 7px;
            width: 146px;
        }
        .calc-form-block .jq-selectbox__select {
            border: 1px solid #949696;
            font-size: 17px;
            height: 40px;
            padding: 12px 14px;
        }
        .calc-form-block .jq-selectbox__trigger {
            background-position: 0 -37px;
            background-color: #107a71;
            height: 40px;
        }
        .calc-form-block .checkbox-row {
            display: inline-block;
            padding-left: 34px;
        }
            .calc-form-block .checkbox-row label {
                width: auto;
            }
        .info-block {
            border-left: 1px solid #5f5f5f;
            display: inline-block;
            margin-left: 14px;
            padding: 0 0 0 18px;
            white-space: nowrap;
            width: 49%;
        }
            .info-block .price-block {
                border-right: 1px solid #6c6d6d;
                display: inline-block;
                padding-right: 18px;
            }
            .info-block .price-block .title {
                color: black;
                font-family: 'Candara';
                font-size: 30px;
            }
            .info-block .price-block .price {
                color: #437671;
                font-size: 48px;
                font-weight: 300;
            }
            .info-block .button_basket {
                margin-left: 7px;
            }


.tabs-block p{margin-bottom: 20px;}
.tabs-block b{font-family: "Square-Bold";}
.tabs-block .description table{border-spacing: 0;margin: 10px 0 20px 0;width:100%;}
.tabs-block .description table tr td{padding: 20px 15px 20px 25px; border: none;}
.tabs-block .description table tr td:first-child{border-right: 1px solid #cdcdcd; width: 33%;}
.tabs-block .description table tr:nth-child(odd){background: #f0f2ed;}




.item .img-block {
    display: block;
    float: left;
    vertical-align: top;
    width: 28%;
}
.item .text {
    display: block;
    float: left;
    padding-left: 26px;
    vertical-align: top;
    width: 72%;
}
    .item .text .title {
        color: #4b4b4b;
        font-family: 'Candara';
        font-size: 34px;
        margin-bottom: 3px;
    }
    .item .text .descr {
        font-size: 18px;
        font-weight: normal;
        line-height: 21px;
    }
    .item .text .price-block {
        background: #eef2f2;
        border: 1px solid #ebebeb;
        border-left-color: #f6f8f8;
        border-right-color: #f6f8f8;
        font-size: 52px;
        margin-top: 38px;
        padding: 0 19px;
    }
.item .tabs-block {
    clear: both;
}

.manufacturer-block {
    border-bottom: 2px solid #f2f2f2;
    clear: both;
    font-size: 17px;
    line-height: 20px;
    padding: 8px 0 9px;
    margin-bottom: 20px;
}
    .manufacturer-block .rating {
        margin: 5px 21px 4px 0;
    }
.calculate-table {
    color: #6e6e6e;
    font-family: 'Open Sans';
    font-size: 23px;
    font-weight: 300;
}
    .calculate-table th {
        color: black;
        font-size: 1em;
        font-weight: normal;
    }
    .calculate-table td {
        font-size: 1em;
        padding: 8px 5px 8px 26px;
    }
    .calculate-table td:first-child {
        padding-left: 0;
    }
    .calculate-table td.consuption,
    .calculate-table td.need {
        font-size: 1.3em;
    }
.required_text {
    color: #6e6e6e;
    font-family: 'Open Sans';
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
}

.product-wrapper .bx-wrapper .bx-controls-direction a {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    margin: 0;
    top: 0;
    width: 87px;
}
.product-wrapper .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.8;
}
.product-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}
.product-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}
.product-wrapper .bx-wrapper .bx-controls-direction a:after {
    background: url(../img/ico/ico-sprite.png) -222px -231px;
    content: '';
    display: block;
    height: 89px;
    margin-top: -44.5px;
    position: absolute;
    top: 50%;
    width: 48px;
}
.product-wrapper .bx-wrapper .bx-controls-direction a.bx-prev:after {
    background-position: -175px -231px;
    right: 19px;
}
.product-wrapper .bx-wrapper .bx-controls-direction a.bx-next:after {
    left: 19px;
}
.gallery {
    padding-top: 2em;
}

.product-wrapper .description {
    font-family: 'Open Sans';
    font-size: 18px;
    padding-top: 1em;
}
.product-wrapper .description b {
    font-family: 'Open Sans';
    font-weight: bold;
}

.price_table {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #f9f9f9;
}
.price_table .row {
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #efefef;
    overflow: hidden;
}
.price_table .row:nth-child(2n) {
    background: #edf2f1;
}
.price_table .item {
    box-shadow: none;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 300;
    min-height: 47px;
    height: auto;
    line-height: 47px;
    margin: 0;
    padding: 0 0 0 33px;
    position: relative;
    text-align: left;
    width: 50%;
}
.price_table .item:first-child:after {
    border-right: 1px solid #d5d5d5;
    content: '';
    display: inline-block;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 0;
}
.price_table .row:last-child .item:last-child:after {
    display: none;
}
    .price_table .item label {
        margin: 0;
    }
    .price_table .item .val {
        padding-left: 8px;
    }
    .price_table .item .price {
        font-size: 1.36em;
        margin-left: 2em;
    }

.button {
    border-radius: 19px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 26px 8px;
    text-transform: uppercase;
}
.button:hover {
    opacity: 0.8;
}
.button_favorites {
    border: 2px solid black;
    color: #434343;
    padding: 7px 26px 8px;
}
.button_basket,
.info-block .button_basket {
    background: #427571;
    border-radius: 34px;
    color: white;
    font-size: 20px;
    margin-top: 12px;
    padding: 13px 90px 12px;
    vertical-align: top;
}
.info-block .button_basket {
    padding: 23px 39px;
}
.button_basket:hover {
    text-decoration: none;
}

.button_basket_loading,
.info-block .button_basket_loading {
    position: relative;
    padding-left: 57px;
}
.text .button_basket_loading {
    position: relative;
    padding-left: 90px;
}
.button_basket_loading:before {
    background: url(../img/ajax_loader.gif) no-repeat;
    content: '';
    display: inline-block;
    height: 28px;
    left: 24px;
    position: absolute;
    width: 28px;
}
.text .button_basket_loading:before {
    left: 59px;
}

.color_select {
    display: inline-block;
    width: 69%;
}
    .color_select .select {
        background: white;
        border: 1px solid #959796;
        border-radius: 7px;
        cursor: pointer;
        position: relative;
    }
    .color_select.opened .select {
        border-radius: 7px 7px 0 0;
    }
        .color_select .select .color {
            display: inline-block;
            height: 19px;
            left: 13px;
            position: absolute;
            top: 9px;
            width: 19px;
        }
        .color_select .select .name {
            color: black;
            font-size: 19px;
            height: 40px;
            overflow: hidden;
            padding: 0 38px 0 41px;
        }
        .color_select .select .arrow {
            background: #007a71;
            border-radius: 0 7px 7px 0;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0;
            width: 37px;
        }
        .color_select.opened .select .arrow {
            border-radius: 0 7px 0 0;
        }
        .color_select .select .arrow:after {
            background: url(../img/ico/ico-sprite.png) -8px -52px;
            content: '';
            display: block;
            height: 11px;
            left: 50%;
            margin: -5px 0 0 -9px;
            position: absolute;
            top: 50%;
            width: 19px;
        }
    .color_select .popup {
        background: white;
        border: 1px solid #959796;
        border-top-width: 0;
        border-radius: 0 0 7px 7px;
        display: none;
        padding: 0 40px 0 0;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .color_select.opened .popup {
        display: block;
    }
        .color_select tr {
            border: 0 none;
        }
        .color_select th,
        .color_select td {
            color: #676767;
            font-size: 15px;
            font-weight: normal;
            padding: 0;
            text-align: center;
            vertical-align: middle;
        }
        .color_select .name {
            padding: 0 6px;
        }
        .color_select td:before {
            display: none;
        }
        .color_select .item {
            box-shadow: none;
            display: table-cell;
            height: auto;
            margin: 0;
            overflow: normal;
            padding: 3px 8px 3px 1px;
            position: relative;
            text-align: center;
            width: auto;
        }
        .color_select .value {
            cursor: pointer;
            display: inline-block;
            height: 28px;
            position: relative;
            width: 38px;
        }
            .color_select .value span {
                border: 3px solid transparent;
                display: block;
                height: 100%;
                margin: 3px 4px;
                width: 100%;
            }
            .color_select .item i {
                box-shadow: 2px 2px 3px #000;
                display: block;
                height: 100%;
                left: 4px;
                position: absolute;
                top: 3px;
                width: 100%;
            }
            .color_select .item:hover i,
            .color_select .active i {
                border: 3px solid black;
                box-shadow: none;
                height: 120%;
                left: 1px;
                top: 0px;
                width: 116%;
            }

            .color_select td:nth-child(3) .value span {
                opacity: 0.74;
            }
            .color_select td:nth-child(4) .value span {
                opacity: 0.45;
            }
            .color_select td:nth-child(5) .value span {
                opacity: 0.35;
            }
            .color_select td:nth-child(6) .value span {
                opacity: 0.26;
            }
            .color_select td:nth-child(7) .value span {
                opacity: 0.18;
            }

.bx_order_make .tab-block {
    border-bottom: 1px solid #c9caca;
    clear: both;
    padding: 32px 0 26px;
}
.bx_order_make .tab-block_basket {
    background: url(../img/basket_header_back.png) repeat-x top;
    border-bottom: 2px solid #437571;
    padding: 70px 0 0 0;
    position: relative;
    width: 100%;
}
    .bx_order_make .tab-block_basket:after {
        background: url(../img/basket_header_back_img.png);
        content: '';
        display: block;
        height: 177px;
        left: 50%;
        margin-left: -117px;
        position: absolute;
        top: -64px;
        width: 234px;
    }
.order .order_form_top {
    display: block;
    height: 0;
    line-height: 0;
}
.button3 {
    color: #5e5e5e;
    border: 2px solid #d5d5d5;
    border-bottom-width: 0;
    border-radius: 6px 6px 0 0;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 13px 13px;
    text-transform: uppercase;
}
.button3:hover,
.button3.button-active {
    border-color: #437571;
    color: #000;
    text-decoration: none;
}
.button3:hover {
    opacity: 0.8;
}
.bx_order_make .row {
    clear: both;
    padding-bottom: 2em;
}
.bx_order_make .row:after {
    clear: both;
    content: '';
    display: block;
    height: 2em;
}
    .bx_order_make .row .col-left {
        float: left;
        padding-top: 24px;
        width: 48%;
    }
    .bx_order_make .row .col-right {
        float: right;
        padding-top: 24px;
        width: 48%;
    }
    .bx_order_make .col-left .bottom_container {
        display: block;
    }
    .bx_order_make .col-right .bottom_container {
        display: none;
    }

    .bx_order_make h4 {
        font-family: Candara;
        font-size: 33px;
        font-weight: normal;
    }

    .bx_order_make .r1x3 {
        display: inline-block;
        width: 30%;
    }
    .bx_order_make .r3x1 {
        display: inline-block;
        width: 69%;
    }
    .bx_order_make .label {
        font-size: 14px;
        color: #5b5b59;
        line-height: 42px;
        vertical-align: top;
    }
    .bx_order_make label {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }
    .bx_order_make input.search-suggest {
        margin-top: 0;
    }
    .bx_order_make .field {
        padding-bottom: 7px;
    }
    .bx_order_make .bx_delivery .bx_element {
        padding-bottom: 36px;
    }

    .bx_order_make .name {
        font-size: 20px;
        padding-left: 7px;
    }
    .bx_order_make .bx_description {
        padding-left: 39px;
    }
        .bx_order_make .bx_description p {
            color: #5b5b59;
            font-size: 14px;
        }
        .bx_order_make .bx_result_price {
            font-size: 33px;
        }
    .bx_order_make .bx_paysystem {
        border-top: 1px solid #cacaca;
        margin-top: -9px;
        padding-top: 26px;
    }
        .bx_order_make .bx_paysystem .jq-radio {
            float: left;
        }
        .bx_order_make .bx_paysystem span {
            max-width: 94%;
        }
        .bx_order_make .bx_paysystem .bx_element {
            padding-bottom: 16px;
        }
        .bx_order_make .bx_paysystem .name {
            padding-left: 11px;
        }
    .bx_order_make .total_price {
        padding-top: 23px;
    }
        .bx_order_make .total_price .title {
            font-size: 20px;
            padding-right: 13px;
        }
        .bx_order_make .total_price .value {
            font-size: 42px;
        }

    .bx_ordercart_order_pay_center .checkout {
        background: #437671;
        border: 1px solid #cfdcdb;
        border-radius: 32px;
        color: #fff;
        display: inline-block;
        font-size: 30px;
        margin-top: 24px;
        padding: 0.4em 3.2em 0.33em 3.1em;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
    }
    .bx_ordercart_order_pay_center .checkout:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .bx_ordercart_order_pay_center .checkout:before {
        background: url(../img/ico/ico-sprite.png) no-repeat -404px -294px;
        content: '';
        display: inline-block;
        height: 35px;
        margin-right: 11px;
        vertical-align: middle;
        width: 40px;
    }
    .bx_order_make .agreement {
        font-size: 17px;
        line-height: 20px;
        padding-top: 17px;
    }
        .bx_order_make .agreement a {
            color: #ff0000;
            text-decoration: underline;
        }
        .bx_order_make .agreement a:hover {
            text-decoration: none;
        }

.bx_ordercart_order_table_container {
    padding-top: 23px;
}
    .bx_ordercart_header {
        width: 100%;
    }
        .bx_ordercart_header th {
            border-left: 1px solid #d6d6d6;
            font-family: Candara;
            font-size: 22px;
            font-weight: normal;
            line-height: 40px;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle;
        }
        .bx_ordercart_header th:first-child {
            border-left: 0 none;
        }
        .bx_ordercart_header .bx_ordercart_header_name {
            text-align: left;
            width: 29.9%;
        }
        .bx_ordercart_header .bx_ordercart_header_params {
            padding-left: 1.3em;
            text-align: left;
            width: 52%;
        }
        .bx_ordercart_header_summ {
            width: 17.5%;
        }
        .bx_ordercart_header_delete {
            width: 12.5%;
        }
    .bx_ordercart_item {
        border-top: 1px solid #c9c9c9;
    }
    .bx_ordercart_item:last-child {
        border-bottom: 1px solid #c9c9c9;
    }
    .bx_ordercart_item:after {
        clear: both;
        content: '';
        display: block;
        height: 0;
    }
        .bx_ordercart_item .name_block {
            float: left;
            padding: 9px 0 11px;
            position: relative;
            white-space: nowrap;
            width: 26.8%;
        }
        .bx_ordercart_item .name_block:after {
            border-right: 1px solid #d6d6d6;
            content: '';
            display: block;
            height: 70%;
            position: absolute;
            right: 0;
            top: 15%;
            width: 0;
        }
            .bx_ordercart_item .name_block .picture {
                display: inline-block;
                margin-right: 21px;
                line-height: 1em;
                vertical-align: middle;
            }
            .bx_ordercart_item .name_block .name {
                display: inline-block;
                font-size: 22px;
                font-weight: 300;
                line-height: 26px;
                width: 55%;
                white-space: normal;
                vertical-align: middle;
            }
        .bx_ordercart_item .properties {
            float: left;
            padding: 9px 0 11px 1.3em;
            width: 45.5%;
        }
            .bx_ordercart_item .properties .rows {
                display: inline-block;
                vertical-align: middle;
                width: 100%;
            }
                .bx_ordercart_item .properties .row {
                    font-size: 15px;
                    line-height: 1.2em;
                    padding: 10px 0 0;
                }
                .bx_ordercart_item .properties .row:after {
                    display: none;
                }
                    .bx_ordercart_item .properties .row label {
                        float: left;
                        width: 147px;
                    }
                    .bx_ordercart_item .properties .row .unit {
                        margin: 0 1em 0 5px;
                    }

                    .bx_ordercart_item .properties .color_select {
                        width: 70%;
                    }
                        .bx_ordercart_item .properties .color_select .select .name {
                            font-size: 14px;
                            height: 29px;
                            line-height: 29px;
                            padding: 0 29px 0 30px;
                            vertical-align: middle;
                        }
                        .bx_ordercart_item .properties .color_select.opened .select .name {
                            -webkit-user-select: none;
                            -moz-user-select: none;
                            -ms-user-select: none;
                            user-select: none;
                        }
                        .bx_ordercart_item .properties .color_select .select .color {
                            height: 16px;
                            left: 9px;
                            top: 6px;
                            width: 16px;
                        }
                        .bx_ordercart_item .properties .color_select .select .arrow {
                            height: 29px;
                            width: 29px;
                        }

                    #order_form_div .bx_ordercart_item .properties .row input[type="text"] {
                        border-radius: 7px;
                        border: 1px solid #959796;
                        box-shadow: none;
                        height: 29px;
                    }
                    .bx_ordercart_item .properties .area {
                        width: 98px;
                    }
                    .bx_ordercart_item .properties .checkbox-row {
                        display: inline-block;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }
                        .bx_ordercart_item .properties .jq-checkbox {
                            background: none;
                            border: 1px solid #959796;
                            border-radius: 5px;
                            height: 29px;
                            text-align: center;
                            width: 29px;
                        }
                            .bx_ordercart_item .properties .jq-checkbox.checked .jq-checkbox__div {
                                background: url(../img/ico/ico-sprite.png) no-repeat -288px -222px;
                                display: inline-block;
                                height: 10px;
                                margin-left: 1px;
                                margin-bottom: -3px;
                                vertical-align: middle;
                                width: 11px;
                            }
                        .bx_ordercart_item .properties .checkbox-row label {
                            cursor: pointer;
                            display: inline-block;
                            float: none;
                            width: auto;
                        }
        .bx_ordercart_item .summ {
            font-size: 28px;
            float: right;
            padding: 9px 0 11px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            width: 15.6%;
        }
            .bx_ordercart_item .summ .value {
                line-height: 1.2em;
                vertical-align: middle;
                text-align: left;
            }
                #order_form_div .summ .title,
                .bx_ordercart_item .summ .title {
                    border: 0 none;
                    display: none;
                    font-family: Candara;
                    font-size: 29px;
                    font-weight: normal;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                    width: auto;
                }
        .bx_ordercart_item .summ:after,
        .bx_ordercart_item .delete:after {
            border-right: 1px solid #d6d6d6;
            content: '';
            display: block;
            height: 70%;
            position: absolute;
            left: 0;
            top: 15%;
            width: 0;
        }
        .bx_ordercart_item .delete {
            float: right;
            height: 100%;
            padding: 9px 0 11px;
            position: relative;
            text-align: center;
            width: 11.2%;
        }
            .bx_ordercart_item .delete a {
                background: url(../img/ico/ico-sprite.png) -404px -206px;
                display: inline-block;
                height: 37px;
                line-height: 1em;
                width: 37px;
                vertical-align: middle;
            }
            .bx_ordercart_item .delete a:hover {
                background-position: -404px -247px;
            }

    .products_summ {
        color: #5b5b5b;
        font: 400 38px/1em 'Open Sans';
        padding-top: 2.1em;
    }
    .products_summ:before,
    .products_summ:after {
        clear: both;
        content: '';
        display: block;
    }
        .products_summ .name {
            background: white;
            overflow: hidden;
            float: left;
            margin-top: -32px;
            padding: 10px 33px 10px 10px;
            text-transform: uppercase;
        }
        .products_summ .space {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAGklEQVQImWNIS6r4DwO/f//+z/Dr16//yAAA5I4eCU6CTKwAAAAASUVORK5CYII=) center bottom repeat-x;
            display: block;
            height: 2px;
            content: '';
            margin-bottom: -62px;
        }
        .products_summ .value {
            background: white;
            border: 2px dotted #919191;
            border-radius: 5px;
            color: #474747;
            float: right;
            font-size: 1.1em;
            margin-top: -62px;
            /*overflow: hidden;*/
            padding: 38px 42px 45px 29px;
            position: relative;
        }
        .products_summ .value:before {
            background: white;
            content: '';
            display: block;
            width: 27px;
            height: 50px;
            position: absolute;
            left: -29px;
        }

.catalog-section {
    clear: both;
    margin-bottom: 1em;
}
.catalog-section .items {
    overflow: hidden;
}
.catalog-section h2 .count {
    font-size: 0.6em;
    float: right;
}

.fast_order_block {
    padding-top: 24px;
}
    .fast_order_fields_container {
        width: 431px;
    }

.sale_order_full_table td {
    font-size: 1em;
}

.color_value .name {
    font-size: 15px;
    padding-left: 0;
}
.color_value .value {
    display: inline-block;
    height: 19px;
    margin-top: -2px;
    vertical-align: middle;
    width: 19px;
}

.bx_order_make input.error {
    border: 1px solid red;
}

.bx-wrapper .img-slider img {
    max-height: 443px;
}

#favorites {
    padding-top: 20px;
    padding-bottom: 20px;
}

#favorites > div {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
}

#favorites .basket-image {
    text-align: center;
    width: 11%;
    float: left;
    display: inline-block;
}
#favorites .basket-name {
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 1.475em;
    color: #6e6e6e;
    line-height: 1.2;
    padding: 10px 0 0 27px;
}
#favorites .basket-price {
    display: inline-block;
    float: left;
    width: 19%;
    font-size: 1.7em;
    padding-top: 10px;
}
#favorites .basket-action {
    display: inline-block;
    float: left;
    width: 20%;
    padding-top: 10px;
}
#favorites .basket-image a{
    display: inline-block;
    width: 102px;
    height: 136px;
}
#favorites .basket-action button{
    border: none;
    background: transparent;
    margin-left: 20px;
}

#favorites .basket-action button.favor-delete{
    background: url(../img/ico/ico-sprite.png) -404px -247px;
    display: inline-block;
    height: 37px;
    line-height: 1em;
    width: 37px;
    vertical-align: middle;
}

.factures-block .factura .button_favorites.bxr-indicator-item-active {
    background: #007771;
    border-color: #007771;
    color: #fff;
}
#favorites .basket-action button,
#favorites .basket-action button:hover,
#favorites .basket-action button:active,
#favorites .basket-action button:focus,
#favorites .basket-action button:visited{
    outline: none;
}

.location-block-wrapper .bx-sls .bx-ui-sls-container {
    min-height: 33px;
}

.carousel .owl-controls{display:block !important;visibility: visible;}