/*!
Theme Name:   	daloka.ru
Author:         Ivan Kozlov
Author URI:     http://ivan-kozlov.ru
Version:      	1.0
*/
/*
--blue1: #2454a4
--blue2: #2354a5
--blue3: #285092
--blue4: #1d59bc
--blue5: #2355a7
--blue6: #1755bb
--blue7: #2c69cf
--blue8: #2b569e
--blue9: #26539c
--blue10: #26529c
--blue11: rgba(37, 83, 159, 0.7)
 */
:root {
    --blue1: #2454a4;
    --blue2: #2354a5;
    --blue3: #285092;
    --blue4: #1d59bc;
    --blue5: #2355a7;
    --blue6: #1755bb;
    --blue7: #2c69cf;
    --blue8: #2b569e;
    --blue9: #26539c;
    --blue10: #26529c;
    --blue11: rgba(37, 83, 159, 0.7);
}

.holiday_work {
    display: none
}

@media (min-width: 1180px) {
    .holiday_work {
        display: block;
        position: absolute;
        left: 528px;
        bottom: 15px;
        color: var(--blue2);
    }

    .holiday_work a {
        color: var(--blue2)
    }
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: var(--blue2);
}

::-webkit-scrollbar-track {
    background: #91aad2;
}

body {
    scrollbar-face-color: var(--blue2);
    scrollbar-track-color: #91aad2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font-family: "Avenir Next Cyr";
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-y: scroll;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
}

q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.mobileOnly {
    display: none;
}

.containerWrap {
    display: block;
    width: 100%;
    min-width: 1230px;
}

.containerWrap .wrap {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.containerWrap .twoWrap {
    display: block;
}

.containerWrap .twoWrap:after, .containerWrap .twoWrap:before {
    display: block;
    content: '';
    clear: both;
}

.containerWrap .twoWrap .leftWrap {
    display: block;
    float: left;
    width: 285px;
}

.containerWrap .twoWrap .rightWrap {
    display: block;
    float: right;
    width: calc(100% - 305px);
}

.formatBlock {
    display: block;
    max-width: 100%;
    overflow: auto;
}

.formatBlock:after {
    display: block;
    content: '';
    clear: both;
}

.formatBlock:before {
    display: block;
    content: '';
    clear: both;
}

.formatBlock h1 {
    color: #2d2a33;
    font-size: 32px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock h2 {
    color: #2d2a33;
    font-size: 28px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock h3 {
    color: #2d2a33;
    font-size: 24px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock h4 {
    color: #2d2a33;
    font-size: 22px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock h5 {
    color: #2d2a33;
    font-size: 18px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock h6 {
    color: #2d2a33;
    font-size: 16px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
}

.formatBlock p {
    color: #2d2a33;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
}

.formatBlock ol {
    list-style-type: decimal;
    padding: 0;
    margin: 0 0 1rem 1rem;
    color: #2d2a33;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.formatBlock ol li {
    margin-bottom: .5rem;
}

.formatBlock ul {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #2d2a33;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.formatBlock ul li {
    margin-bottom: .5rem;
}

.formatBlock ul li:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--blue2);
    margin: 8px 8px 0 0;
}

.formatBlock a {
    color: var(--blue2);
    text-decoration: underline;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.formatBlock a:hover {
    text-decoration: none;
}

.formatBlock a:active {
    opacity: .7;
}

.formatBlock a.fancybox {
    text-decoration: none;
}

.formatBlock strong, .formatBlock b {
    font-weight: 700;
}

.formatBlock em {
    font-style: italic;
}

.formatBlock .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.formatBlock .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.formatBlock .aligncenter {
    display: block;
    margin: 1em auto;
}

.formatBlock img {
    max-width: 100%;
    height: auto;
}

.formatBlock table {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
}

.formatBlock table tr td, .formatBlock table tr th {
    color: #2d2a33;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    padding: .5rem;
    vertical-align: top;
}

.formatBlock table.strip tr td, .formatBlock table.strip tr th {
    border: 1px solid #f3f3f3;
}

.formatBlock table.nice tr td, .formatBlock table.nice tr th {
    background-color: #f3f3f3;
}

.formatBlock table.nice tr td:nth-child(2n), .formatBlock table.nice tr th:nth-child(2n) {
    background-color: #f0f0f0;
}

.formatBlock table.nice tr:nth-child(2n) td, .formatBlock table.nice tr:nth-child(2n) th {
    background-color: #f8f8f8;
}

.formatBlock table.nice tr:nth-child(2n) td:nth-child(2n), .formatBlock table.nice tr:nth-child(2n) th:nth-child(2n) {
    background-color: #f6f6f6;
}

.formatBlock table.nice tr.head td, .formatBlock table.nice tr.head th {
    font-weight: bold;
    border: 1px solid var(--blue2);
}

.formatBlock table.price_table tr td, .formatBlock table.price_table tr th {
    background-color: #f1f3f6;
    border: 4px solid #ffffff;
    padding: 15px 20px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.formatBlock table.price_table tr:first-child td, .formatBlock table.price_table tr:first-child th {
    background-color: #d7dbe0;
    border: 4px solid #ffffff;
    padding: 15px 20px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.formatBlock table.price_table tr:first-child td:first-letter, .formatBlock table.price_table tr:first-child th:first-letter {
    text-transform: uppercase;
}

.formatBlock table.price_table tr:hover td, .formatBlock table.price_table tr:hover th {
    background-color: #f4f5f6;
}

.formatBlock table.price_table tr:hover:first-child td, .formatBlock table.price_table tr:hover:first-child th {
    background-color: #d7dbe0;
}

.formatBlock .gallery {
    display: block;
    margin: 0 0 0 -30px !important;
    padding: 0;
}

.formatBlock .gallery:after, .formatBlock .gallery:before {
    display: block;
    content: '';
    clear: both;
}

.formatBlock .gallery.gallery-columns-1 .gallery-item {
    width: calc(100% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.3% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.6% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.2% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 30px) !important;
}

.formatBlock .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.1% - 30px) !important;
}

.formatBlock .gallery .gallery-item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    margin: 30px 0 0 30px !important;
    position: relative !important;
    border: 1px dotted #d9d9d9;
    padding: 0 !important;
    overflow: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.formatBlock .gallery .gallery-item:before {
    display: block;
    content: '';
    padding-top: 100%;
}

.formatBlock .gallery .gallery-item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none !important;
    object-fit: cover;
    -o-object-fit: cover;
}

.formatBlock .gallery .gallery-item .wp-caption-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--blue2);
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 20px;
}

.formatBlock .gallery .gallery-item:hover {
    box-shadow: 0 5px 10px -7px #000000;
    border: 1px solid var(--blue2);
}

.breadcrumbs {
    display: block;
    background-color: #ffffff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.01) 60%, rgba(6, 6, 6, 0.09) 99%, rgba(0, 0, 0, 0.09) 100%);
    padding: 15px 0 20px;
}

.breadcrumbs a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 5px 0 0;
    color: var(--blue2);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .sep {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 5px 0 0;
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.breadcrumbs .breadcrumb_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 0 0 0;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.pagination {
    display: block;
    padding-top: 30px;
    text-align: center;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 5px 0;
    width: 35px;
    height: 35px;
    border: 1px solid var(--blue2);
    background-color: var(--blue2);
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.pagination a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 5px 0;
    width: 35px;
    height: 35px;
    border: 1px solid #dee4e4;
    background-color: #dee4e4;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    color: #a7acad;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pagination a:hover {
    border: 1px solid var(--blue2);
}

.pagination a:active {
    color: var(--blue2);
}

.popup-mask {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.popup-mask.active {
    visibility: visible;
    opacity: 1;
}

.popup-form {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 50%;
    margin: 0 0 0 -240px;
    width: 480px;
    max-height: calc(100% - 120px);
    z-index: 11000;
    background: #ffffff;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    visibility: hidden;
    opacity: 0;
}

.popup-form.active {
    visibility: visible;
    opacity: 1;
}

.popup-form .topLine {
    display: block;
    position: relative;
    height: 30px;
    background: var(--blue2);
}

.popup-form .bottomLine {
    display: block;
    position: relative;
    overflow: auto;
    max-height: 100%;
}

.popup-form .close {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
}

.popup-form .close:before {
    display: block;
    position: absolute;
    content: '';
    left: 7px;
    top: 0;
    height: 100%;
    border-right: 2px solid #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.popup-form .close:after {
    display: block;
    position: absolute;
    content: '';
    right: 7px;
    top: 0;
    height: 100%;
    border-left: 2px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.popup-form .close:hover:before {
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}

.popup-form .close:hover:after {
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

.popup-form .wpcf7 {
    display: block;
    padding: 35px 60px;
}

.popup-form .wpcf7 br, .popup-form .wpcf7 .wpcf7-not-valid-tip, .popup-form .wpcf7 .popup-action {
    display: none !important;
}

.popup-form .wpcf7 .title {
    display: block;
    color: #303030;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 12px;
}

.popup-form .wpcf7 .product, .popup-form .wpcf7 .madein {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px auto 0;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #cfcfcf;
    font-family: "Avenir Next Cyr";
    color: #303030;
    font-size: 15px;
    line-height: 20px;
    border-radius: 18px;
}

.popup-form .wpcf7 .product .label, .popup-form .wpcf7 .madein .label {
    font-weight: 300;
}

.popup-form .wpcf7 .product .value, .popup-form .wpcf7 .madein .value {
    font-weight: 700;
}

.popup-form .wpcf7 input[type=text], .popup-form .wpcf7 input[type=tel], .popup-form .wpcf7 input[type=email], .popup-form .wpcf7 input[type=number] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px auto 0;
    width: 100%;
    height: 40px;
    border-radius: 18px;
    background-color: #ffffff;
    padding: 0 20px;
    border: 1px solid #cfcfcf;
    font-family: "Avenir Next Cyr";
    color: #303030;
    font-size: 15px;
}

.popup-form .wpcf7 input[type=text]:focus, .popup-form .wpcf7 input[type=tel]:focus, .popup-form .wpcf7 input[type=email]:focus, .popup-form .wpcf7 input[type=number]:focus {
    outline: none;
}

.popup-form .wpcf7 input[type=text].wpcf7-not-valid, .popup-form .wpcf7 input[type=tel].wpcf7-not-valid, .popup-form .wpcf7 input[type=email].wpcf7-not-valid, .popup-form .wpcf7 input[type=number].wpcf7-not-valid {
    border: 1px solid #f44336;
}

.popup-form .wpcf7 textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px auto 0;
    width: 100%;
    height: 120px;
    border-radius: 18px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #cfcfcf;
    resize: none;
    font-family: "Avenir Next Cyr";
    color: #303030;
    font-size: 15px;
}

.popup-form .wpcf7 textarea:focus {
    outline: none;
}

.popup-form .wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #f44336;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item {
    margin: 12px auto 0;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #303030;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    color: #303030;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    background-color: #ffffff;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .checkmark:after, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #83af43;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label:hover input ~ .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label:hover input ~ .checkmark {
    background-color: #f2f2f2;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark {
    background-color: #ffffff;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark:after, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark:after {
    display: block;
}

.popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 24px;
}

.popup-form .wpcf7 .wpcf7-submit {
    display: block;
    margin: 24px auto 0;
    width: 50%;
    max-width: 100%;
    min-width: 200px;
    height: 50px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 17px rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    background-color: var(--blue2);
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.popup-form .wpcf7 .wpcf7-submit:hover {
    opacity: .7;
}

.popup-form .wpcf7 .wpcf7-submit:focus {
    outline: none;
}

.popup-form .wpcf7 .ajax-loader {
    display: block;
    position: absolute;
    z-index: 0;
    left: calc(50% + 65px);
    bottom: 50px;
}

.popup-form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center;
}

.popup-form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336;
}

.preHeader {
    display: block;
    background-color: #e9eeef;
    background-image: linear-gradient(to top, #f6f6f6 0%, #ffffff 100%);
}

.preHeader .wrap {
    height: 55px; /*100px;*/
}

.preHeader .line {
    display: block;
    position: absolute;
    top: 10px;
    height: calc(100% - 20px);
    border-right: 1px dotted #7d8283;
}

.preHeader .line-2 {
    right: 230px;
}

.preHeader .line-1 {
    left: 200px;
}

.preHeader .phoneBlock {
    display: block;
    position: absolute;
    top: 35%;
    left: 260px;
    /*margin-top: -20px;*/
    color: #525252;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
}

.preHeader .phoneBlock strong {
    font-weight: 400;
}

.preHeader .phoneBlock .label {
    display: block;
    color: #525252;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.preHeader .phoneBlock a {
    color: #525252;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.preHeader .phoneBlock a span {
    font-weight: 400;
}

.preHeader .labelBlock {
    display: block;
    position: absolute;
    top: 35%;
    left: 235px;
    color: #525252;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
}

.preHeader .modeBlock {
    display: block;
    position: absolute;
    top: 35%;
    left: 15px;
    /*margin-top: -20px;*/
    color: #525252;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
}

.preHeader .modeBlock a {
    color: #525252;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.preHeader .modeBlock strong {
    font-weight: 400;
}

.preHeader .modeBlock .label {
    display: block;
    color: #525252;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.preHeader .btn {
    display: block;
    position: absolute;
    right: 370px;
    top: 50%;
    margin-top: -20px;
    width: 220px;
    height: 40px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    background-color: #dee4e4;
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.preHeader .btn i {
    font-size: 15px;
    margin-right: 5px;
}

.preHeader .btn:hover {
    opacity: .7;
}

.preHeader .regionChange {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    color: #090909;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.preHeader .regionChange i {
    color: var(--blue5);
    font-size: 18px;
    margin-right: 6px;
}

.headerMenu .personalBlock {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.headerMenu .personalBlock i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin-right: 8px;
    color: var(--blue6);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.headerMenu .personalBlock a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    color: #64696a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerMenu .personalBlock a:hover {
    text-decoration: underline;
}

.headerMenu .personalBlock .sep {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin: 0 5px;
    color: #64696a;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerMenu .personalBlock .sep:hover {
    text-decoration: underline;
}

header {
    display: block;
}

header .wrap {
    height: 125px;
}

header .logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

header .logo img {
    display: block;
    width: 235px;
    height: auto;
}

header .slogan {
    display: block;
    position: absolute;
    left: 270px;
    top: 50%;
    color: #303030;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

header .searchform {
    display: block;
    position: absolute;
    left: 505px;
    top: 50%;
    margin-top: -22.5px;
    width: 441px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f6f6f6 0%, #f9f9f9 100%);
}

header .searchform #s {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 45px);
    height: 100%;
    border: none;
    padding: 0 23px;
    border-radius: 23px 0 0 23px;
    background: none;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
}

header .searchform #s:focus {
    outline: none;
}

header .searchform #searchsubmit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    color: var(--blue5);
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 0 23px 23px 0;
    background: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

header .searchform #searchsubmit:focus {
    outline: none;
}

header .searchform #searchsubmit:hover {
    color: #000000;
}

header .searchform #searchsubmit:active {
    opacity: 0.7;
}

header .searchBtn {
    display: none;
}

header .btnCart {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    width: 205px;
    padding-left: 55px;
    background: url("images/minicart.png") no-repeat left center;
    background-size: 36px;
    height: 40px;
}

header .btnCart .info {
    display: block;
    position: absolute;
    left: 55px;
    top: 50%;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

header .btnCart .info span {
    font-weight: 500;
}

header .btnCart .mobile_count {
    display: none;
}

.mobileMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.mobileMenu.active {
    display: block;
}

.mobileMenu .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}

.mobileMenu ul.menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    padding: 0;
}

.mobileMenu ul.menu > li {
    display: block;
    position: relative;
    border-bottom: 1px solid #e1e2e2;
}

.mobileMenu ul.menu > li > a {
    display: block;
    padding: 15px 20px 15px 20px;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.mobileMenu ul.menu > li > a:hover {
    background-color: var(--blue6);
    color: #ffffff;
}

.mobileMenu ul.menu > li.current-menu-item > a {
    background-color: var(--blue6);
    color: #ffffff;
}

.mobileMenu ul.menu > li > ul {
    display: block;
}

.mobileMenu ul.menu > li > ul > li {
    display: block;
}

.mobileMenu ul.menu > li > ul > li > a {
    display: block;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
}

.mobileMenu ul.menu > li > ul > li > a:hover {
    color: var(--blue6);
}

.mobileMenu ul.menu > li > ul > li.current-menu-item > a {
    color: var(--blue6);
}

.mobileMenu ul.menu > li > ul > li.active > ul {
    display: block;
}

.mobileMenu ul.menu > li > ul > li > ul {
    display: none;
}

.mobileMenu ul.menu > li > ul > li > ul > li {
    display: block;
}

.mobileMenu ul.menu > li > ul > li > ul > li > a {
    display: block;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px 10px 40px;
}

.mobileMenu ul.menu > li > ul > li > ul > li > a:hover {
    color: var(--blue6);
}

.mobileMenu ul.menu > li > ul > li > ul > li.current-menu-item > a {
    color: var(--blue6);
}

.headerMenu {
    display: block;
    border-top: 1px solid #cdd3d3;
}

.headerMenu ul.menu {
    display: block;
}

.headerMenu ul.menu:after, .headerMenu ul.menu:before {
    content: '';
    display: block;
    clear: both;
}

.headerMenu ul.menu > li {
    display: block;
    position: relative;
    float: left;
    border-left: 1px solid #cdd3d3;
}

.headerMenu ul.menu > li > a {
    display: block;
    padding: 15px 25px;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerMenu ul.menu > li:first-child > a:before {
    content: '\f0c9';
    font-size: 17px;
    margin-right: 15px;
    font-family: FontAwesome;
}

.headerMenu ul.menu > li.current-menu-item > a {
    color: var(--blue2);
    font-weight: 500;
}

.headerMenu ul.menu > li:hover {
    border-left: 1px solid var(--blue2);
}

.headerMenu ul.menu > li:hover > a {
    background-color: var(--blue2);
    color: #ffffff;
}

.headerMenu ul.menu > li:hover > ul {
    display: block;
}

.headerMenu ul.menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 265px;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 100;
}

.headerMenu ul.menu > li > ul > li {
    display: block;
}

.headerMenu ul.menu > li > ul > li > a {
    display: block;
    padding: 10px 25px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerMenu ul.menu > li > ul > li:hover > a {
    background-color: #f0f2f6;
    color: #2d2a33;
}

.headerMenu ul.menu > li > ul > li.current-menu-item > a {
    font-weight: 600;
}

.headerMenu ul.menu > li > ul > li > ul {
    display: none;
}

.frontSlider {
    display: block;
    height: 500px;
    overflow: hidden;
}

.frontSlider .item {
    display: block;
    position: relative;
    height: 500px;
    text-decoration: none;
}

.frontSlider .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.frontSlider .item .mask {
    display: none;
}

.frontSlider .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    width: 14px;
    height: 24px;
    z-index: 80;
}

.frontSlider .bx-wrapper .bx-prev {
    left: 20px;
    background: url("images/prev.png") no-repeat center;
}

.frontSlider .bx-wrapper .bx-next {
    right: 20px;
    background: url("images/next.png") no-repeat center;
}

.frontSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, .frontSlider .bx-wrapper .bx-pager.bx-default-pager a.active, .frontSlider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffffff;
    border: 2px solid var(--blue2);
}

.frontSlider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    display: block;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    border: 2px solid #ffffff;
}

.frontSlider .bx-wrapper .bx-pager, .frontSlider .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}

.frontPluses {
    display: block;
    padding: 50px 0 80px;
}

.frontPluses .title {
    display: block;
    color: #2d2a33;
    font-size: 32px;
    font-weight: 700;
}

.frontPluses .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -20px;
}

.frontPluses .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: calc(20% - 20px);
    margin: 20px 0 0 20px;
    border-radius: 11px;
    border: 1px solid #cdd3d3;
    background-color: #ffffff;
}

.frontPluses .items .item:after {
    content: '';
    display: block;
    padding-top: 120%;
}

.frontPluses .items .item .icon {
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.frontPluses .items .item .icon img {
    display: block;
    margin: 0 auto;
    max-height: 90px;
    width: auto;
}

.frontPluses .items .item .desc {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    padding: 0 10px;
    color: #2d2a33;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    z-index: 20;
}

.frontPluses .items .item .desc .heading {
    display: block;
    color: #2d2a33;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}

.frontTerms {
    display: block;
}

.frontTerms .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
}

.frontTerms .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: 25%;
    margin: 0;
    text-decoration: none;
    overflow: hidden;
}

.frontTerms .items .item:after {
    content: '';
    display: block;
    padding-top: 70%;
}

.frontTerms .items .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: var(--blue11);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.frontTerms .items .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 20;
}

.frontTerms .items .item .name {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    margin-bottom: -15px;
    padding: 0 20px;
    bottom: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    z-index: 40;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.frontTerms .items .item:hover:before {
    opacity: 0;
}

.frontTerms .items .item:hover .name {
    bottom: 35px;
}

.frontTopProducts {
    display: block;
    margin-top: 10px;
    padding: 50px 0 70px;
    background-color: #e4e9ec;
    /*background: url("images/podlogka.jpg") repeat center;*/
}

.frontTopProducts .title {
    display: block;
    color: #2d2a33;
    font-size: 32px;
    font-weight: 700;
}

.frontTopProducts .tabsTopProducts {
    display: block;
    padding-top: 20px;
}

.frontTopProducts .tabsTopProducts .btns {
    display: block;
    text-align: left;
    font-size: 1px;
    line-height: 0;
    margin: 0 0 0 -10px;
}

.frontTopProducts .tabsTopProducts .btns .btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 0 0 10px;
    height: 40px;
    border-radius: 20px;
    background-color: #d5dfe1;
    padding: 0 22px;
    color: #6b7475;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.frontTopProducts .tabsTopProducts .btns .btn:hover {
    color: #feffff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
}

.frontTopProducts .tabsTopProducts .btns .btn.active {
    color: #feffff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
}

.frontTopProducts .tabsTopProducts .outs {
    display: block;
}

.frontTopProducts .tabsTopProducts .outs .out {
    display: none;
}

.frontTopProducts .tabsTopProducts .outs .out.active {
    display: block;
}

.frontTopProducts .tabsTopProducts .outs .out .productsArchiveBlock .productItems .productItem {
    width: calc(25% - 20px);
}

.frontAbout {
    display: block;
    padding: 50px 0 0;
}

.frontAbout .title {
    display: block;
    color: #2d2a33;
    font-size: 32px;
    font-weight: 700;
}

.frontAbout .textBlock {
    display: block;
    margin-top: 30px;
}

.frontAbout .textBlock .formatBlock.two_column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.frontBlog {
    display: block;
    padding: 30px 0 50px;
}

.frontBlog .title {
    display: block;
    color: #2d2a33;
    font-size: 32px;
    font-weight: 500;
}

.frontBlog .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 10px 0 0 -20px;
}

.frontBlog .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 0 20px;
    width: calc(50% - 20px);
    border-radius: 7px;
    border: 1px solid #cdd3d3;
    background-color: #ffffff;
    padding: 30px 30px 30px 170px;
}

.frontBlog .items .item .img {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -55px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.frontBlog .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.frontBlog .items .item .heading {
    display: block;
    color: #2d2a33;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    height: 50px;
    overflow: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.frontBlog .items .item .heading:hover {
    color: var(--blue1);
}

.frontBlog .items .item .date {
    display: block;
    color: #979c9d;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.frontBlog .items .item .desc {
    display: block;
    color: #2d2a33;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.frontBlog .items .item .desc a {
    color: var(--blue1);
    font-weight: 400;
}

.frontBlog .items .item .more {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: var(--blue1);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: underline;
}

.frontBlog .items .item .more:hover {
    text-decoration: none;
}

footer {
    display: block;
    padding: 50px 0;
    background-color: var(--blue8);
    /*background: url("images/pattern_2.png") repeat center;*/
}

footer .block-rows {
    display: block;
}

footer .block-rows:after, footer .block-rows:before {
    content: '';
    display: block;
    clear: both;
}

footer .block-rows .block-row {
    display: block;
    float: left;
}

footer .block-rows .block-row-1 {
    width: 280px;
}

footer .block-rows .block-row-2 {
    width: 225px;
}

footer .block-rows .block-row-3 {
    width: 225px;
}

footer .block-rows .block-row-4 {
    width: 225px;
}

footer .block-rows .block-row-5 {
    float: right;
    width: 200px;
}

footer .block-rows .block-row-6 {
    float: none;
    padding-top: 50px;
    clear: both;
    width: 100%;
}

footer .logo {
    display: block;
}

footer .logo img {
    display: block;
    width: 240px;
    height: auto;
}

footer .slogan {
    display: block;
    margin-top: 18px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

footer .adress {
    display: block;
    margin-top: 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

footer nav {
    display: block;
    padding-left: 50px;
}

footer nav ul {
    display: block;
}

footer nav ul li {
    display: block;
    margin-top: 10px;
}

footer nav ul li:first-child {
    margin-top: 0;
}

footer nav ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

footer .phoneBlock {
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
}

footer .phoneBlock strong {
    font-weight: 400;
}

footer .phoneBlock .label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

footer .phoneBlock a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

footer .phoneBlock a span {
    font-weight: 400;
}

footer .modeBlock {
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

footer .modeBlock strong {
    font-weight: 400;
}

footer .modeBlock .label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

footer .btn {
    display: block;
    margin-top: 20px;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    color: var(--blue1);
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

footer .btn:hover {
    opacity: .7;
}

footer .madeby {
    display: block;
    margin: 0 auto 0;
    width: 260px;
    text-align: left;
}

footer .madeby .madeLogo {
    display: block;
    height: 32px;
    float: left;
    margin-right: 15px;
}

footer .madeby .madeLogo img {
    display: block;
    width: 100px;
    height: auto;
    margin-top: 6px;
}

footer .madeby .madeLink {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

footer .madeby .madeLink:hover {
    text-decoration: underline;
}

.archive_page, .default_page, .product_page {
    display: block;
    padding: 0 0 80px;
}

.archive_page .title, .default_page .title, .product_page .title {
    display: block;
    color: #2d2a33;
    font-size: 32px;
    font-weight: 700;
}

.archive_page .textBlock, .default_page .textBlock, .product_page .textBlock {
    margin-top: 30px;
}

.breadcrumbs a {
    padding: 5px 0;
}

.breadcrumbs .sep {
    padding: 5px 0;
}

.breadcrumbs .breadcrumb_last {
    padding: 5px 0;
}

.breadcrumbs .dropdown {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 10px;
}

.breadcrumbs .dropdown:hover:after {
    color: var(--blue2);
}

.breadcrumbs .dropdown:hover > .sublist {
    display: block;
}

.breadcrumbs .dropdown:after {
    content: "\f0dd";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    font-family: FontAwesome;
    color: #2d2a33;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs .dropdown > .sublist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 150px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    z-index: 20;
    padding: 5px 0;
}

.breadcrumbs .dropdown > .sublist > span {
    display: block;
}

.breadcrumbs .dropdown > .sublist > span > a {
    display: block;
    padding: 2px 20px;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.breadcrumbs .dropdown > .sublist > span > a:hover {
    color: var(--blue2);
}

.page_404 {
    display: block;
    position: relative;
}

.page_404 .img {
    display: block;
    position: relative;
}

.page_404 .img:before {
    content: '';
    display: block;
    padding-top: 66%;
}

.page_404 .img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.page_404 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 10;
}

.page_404 .text {
    display: block;
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    top: 150px;
    z-index: 30;
}

.page_404 .text .formatBlock h1, .page_404 .text .formatBlock h2, .page_404 .text .formatBlock h3, .page_404 .text .formatBlock h4, .page_404 .text .formatBlock h5, .page_404 .text .formatBlock h6, .page_404 .text .formatBlock p, .page_404 .text .formatBlock li, .page_404 .text .formatBlock td {
    color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.archive_block {
    display: block;
}

.archive_block .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 20px 0 0 -20px;
}

.archive_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 0 20px;
    width: calc(50% - 20px);
    border-radius: 7px;
    border: 1px solid #cdd3d3;
    background-color: #ffffff;
    padding: 30px 30px 30px 170px;
}

.archive_block .items .item .img {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -55px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.archive_block .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.archive_block .items .item .heading {
    display: block;
    color: #2d2a33;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    height: 50px;
    overflow: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.archive_block .items .item .heading:hover {
    color: var(--blue1);
}

.archive_block .items .item .date {
    display: block;
    color: #979c9d;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.archive_block .items .item .desc {
    display: block;
    color: #2d2a33;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.archive_block .items .item .desc a {
    color: var(--blue1);
    font-weight: 400;
}

.archive_block .items .item .more {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    color: var(--blue1);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: underline;
}

.archive_block .items .item .more:hover {
    text-decoration: none;
}

.productsArchiveBlock {
    display: block;
}

.productsArchiveBlock .productItems {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -20px;
}

.productsArchiveBlock .productItems .productItem {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    width: calc(33.33% - 20px);
    margin: 20px 0 0 20px;
    border-radius: 11px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f6f6f6 0%, #f9f9f9 100%);
}

.productsArchiveBlock .productItems .productItem .img {
    display: block;
    position: relative;
    border-radius: 11px 11px 0 0;
    overflow: hidden;
}

.productsArchiveBlock .productItems .productItem .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.productsArchiveBlock .productItems .productItem .img:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.productsArchiveBlock .productItems .productItem .tags {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    height: auto;
    z-index: 200;
    text-align: right;
}

.productsArchiveBlock .productItems .productItem .tags .label_sale {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-top: 5px;
    height: 24px;
    background-color: #ff183e;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.productsArchiveBlock .productItems .productItem .tags .label_sale:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #ff183e;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_sale:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #ff183e;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_lux {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-top: 5px;
    height: 24px;
    background-color: #000000;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.productsArchiveBlock .productItems .productItem .tags .label_lux:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #000000;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_lux:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #000000;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_new {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-top: 5px;
    height: 24px;
    background-color: #06aae0;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.productsArchiveBlock .productItems .productItem .tags .label_new:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #06aae0;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_new:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #06aae0;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_profit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-top: 5px;
    height: 24px;
    background-color: #7db132;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.productsArchiveBlock .productItems .productItem .tags .label_profit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #7db132;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .tags .label_profit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #7db132;
    border-left: 8px solid transparent;
}

.productsArchiveBlock .productItems .productItem .info {
    display: block;
    position: relative;
    padding: 15px 20px 70px;
}

.productsArchiveBlock .productItems .productItem .info .heading {
    display: block;
    color: #2d2a33;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.productsArchiveBlock .productItems .productItem .info .heading h2 {
    color: #2d2a33;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.productsArchiveBlock .productItems .productItem .info .heading:hover {
    color: var(--blue1);
}

.productsArchiveBlock .productItems .productItem .info .heading:hover h2 {
    color: var(--blue1);
}

.productsArchiveBlock .productItems .productItem .info .sku {
    display: block;
    color: #a6a6a6;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
}

.productsArchiveBlock .productItems .productItem .info .availability {
    display: block;
    margin-top: 10px;
    color: #7db132;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.productsArchiveBlock .productItems .productItem .info .availability.availability-1 {
    color: #7db132;
}

.productsArchiveBlock .productItems .productItem .info .availability.availability-2 {
    color: #ebac13;
}

.productsArchiveBlock .productItems .productItem .info .availability.availability-3 {
    color: #59c5eb;
}

.productsArchiveBlock .productItems .productItem .info .price {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #2d2a33;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
}

.productsArchiveBlock .productItems .productItem .info .price span {
    font-size: 17px;
}

.productsArchiveBlock .productItems .productItem .info .old_price {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: line-through;
}

.productsArchiveBlock .productItems .productItem .info .add_to_cart_btn, .productsArchiveBlock .productItems .productItem .info .add_to_cart_btn2 {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: var(--blue1);
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.productsArchiveBlock .productItems .productItem .info .add_to_cart_btn:hover, .productsArchiveBlock .productItems .productItem .info .add_to_cart_btn2:hover {
    opacity: .7;
}

.productsArchiveBlock .productItems .productItem .info .add_to_cart_btn i, .productsArchiveBlock .productItems .productItem .info .add_to_cart_btn2 i {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
}

.productsArchiveBlock .productItems .productItem .info .add_to_cart_btn.success, .productsArchiveBlock .productItems .productItem .info .add_to_cart_btn2.success {
    color: #2d2a33;
}

.productsArchiveBlock .productItems .productItem .info .add_to_cart_btn.success i, .productsArchiveBlock .productItems .productItem .info .add_to_cart_btn2.success i {
    color: #7db132;
    margin-right: 5px;
}

.subterms_block {
    display: block;
    margin-top: 20px;
}

.subterms_block .items {
    display: block;
    text-align: left;
    font-size: 1px;
    line-height: 0;
    margin: 0 0 0 -10px;
}

.subterms_block .items.j {
    text-align: justify;
}

.subterms_block .items:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.subterms_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 0 0 10px;
    height: 40px;
    border-radius: 20px;
    background-color: #d5dfe1;
    padding: 0 22px;
    color: #6b7475;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.subterms_block .items .item:hover {
    color: #feffff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
}

.sortBlock {
    display: block;
    padding: 25px 0 0;
}

.sortBlock .label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.sortBlock .ordering_link {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    text-decoration: none;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sortBlock .ordering_link:hover {
    opacity: .7;
}

.sortBlock .ordering_link:before {
    content: "\f0de";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    font-family: FontAwesome;
    color: #525252;
    font-size: 12px;
}

.sortBlock .ordering_link:after {
    content: "\f0dd";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: FontAwesome;
    color: #525252;
    font-size: 12px;
}

.sortBlock .ordering_link.up:before {
    color: var(--blue9);
}

.sortBlock .ordering_link.down:after {
    color: var(--blue9);
}

.sortBlock .ordering_link span {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.all_terms_block .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -20px;
}

.all_terms_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: calc(25% - 20px);
    margin: 20px 0 0 20px;
    text-decoration: none;
}

.all_terms_block .items .item:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.all_terms_block .items .item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.all_terms_block .items .item .img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: var(--blue11);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.all_terms_block .items .item .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 20;
}

.all_terms_block .items .item .name {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    margin-bottom: -15px;
    padding: 0 20px;
    bottom: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    z-index: 40;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.all_terms_block .items .item:hover .img:before {
    opacity: 0;
    visibility: hidden;
}

.all_terms_block .items .item:hover .name {
    bottom: 35px;
}

.all_terms_block .items .item:hover .subitems {
    opacity: 1;
    visibility: visible;
}

.all_terms_block .items .item .subitems {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 200;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 11px 11px;
    background-color: #ffffff;
    padding: 5px 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.all_terms_block .items .item .subitems .subitem {
    display: block;
    position: relative;
    padding: 15px 25px;
    text-decoration: none;
}

.all_terms_block .items .item .subitems .subitem:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #cdd3d3;
}

.all_terms_block .items .item .subitems .subitem .subname {
    display: block;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.all_terms_block .items .item .subitems .subitem:last-child:before {
    display: none;
}

.all_terms_block .items .item .subitems .subitem:hover .subname {
    color: #2d2a33;
    font-weight: 600;
}

.singleProductBlock {
    display: block;
}

.singleProductBlock:after, .singleProductBlock:before {
    content: '';
    display: block;
    clear: both;
}

.singleProductBlock .tags {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    text-align: right;
}

.singleProductBlock .tags .label_sale {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
    height: 24px;
    background-color: #ff183e;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.singleProductBlock .tags .label_sale:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #ff183e;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_sale:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #ff183e;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_lux {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
    height: 24px;
    background-color: #000000;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.singleProductBlock .tags .label_lux:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #000000;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_lux:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #000000;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_new {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
    height: 24px;
    background-color: #06aae0;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.singleProductBlock .tags .label_new:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #06aae0;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_new:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #06aae0;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_profit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
    height: 24px;
    background-color: #7db132;
    padding: 0 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.singleProductBlock .tags .label_profit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 24px solid #7db132;
    border-left: 8px solid transparent;
}

.singleProductBlock .tags .label_profit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 24px solid #7db132;
    border-left: 8px solid transparent;
}

.singleProductBlock .singleProductGallery {
    display: block;
    position: relative;
    float: left;
    width: 600px;
    margin-top: 40px;
}

.singleProductBlock .singleProductGallery .mainPhoto {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #cdd3d3;
}

.singleProductBlock .singleProductGallery .mainPhoto:after {
    content: '';
    display: block;
    padding-top: 78%;
}

.singleProductBlock .singleProductGallery .mainPhoto .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.singleProductBlock .singleProductGallery .mainPhoto .img.active {
    visibility: visible;
    opacity: 1;
}

.singleProductBlock .singleProductGallery .mainPhoto .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.singleProductBlock .singleProductGallery .thumbnailPhotos {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -6px;
}

.singleProductBlock .singleProductGallery .thumbnailPhotos .img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    width: calc(16.6% - 6px);
    margin: 6px 0 0 6px;
    border: 1px solid #cdd3d3;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.singleProductBlock .singleProductGallery .thumbnailPhotos .img:hover {
    opacity: .7;
}

.singleProductBlock .singleProductGallery .thumbnailPhotos .img.active {
    border: 2px solid var(--blue2);
}

.singleProductBlock .singleProductGallery .thumbnailPhotos .img:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.singleProductBlock .singleProductGallery .thumbnailPhotos .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.singleProductBlock .productSummary {
    display: block;
    position: relative;
    margin-top: 40px;
    width: calc(100% - 640px);
    float: right;
}

.singleProductBlock .productSummary .sku {
    display: block;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.singleProductBlock .productSummary .availability {
    display: block;
    color: #7db132;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.singleProductBlock .productSummary .availability.availability-1 {
    color: #7db132;
}

.singleProductBlock .productSummary .availability.availability-2 {
    color: #ebac13;
}

.singleProductBlock .productSummary .availability.availability-3 {
    color: #59c5eb;
}

.singleProductBlock .productSummary .productTabs {
    display: block;
    margin-top: 35px;
    border-bottom: 1px solid #cdd3d3;
}

.singleProductBlock .productSummary .productTabs .btns {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -10px;
}

.singleProductBlock .productSummary .productTabs .btns .btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
    background-color: #f7f7f7;
    height: 45px;
    color: #59575d;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.singleProductBlock .productSummary .productTabs .btns .btn:hover {
    color: var(--blue10);
}

.singleProductBlock .productSummary .productTabs .btns .btn.active {
    box-shadow: 0 -11px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    color: #59575d;
}

.singleProductBlock .productSummary .productTabs .outs {
    display: block;
    padding: 20px;
}

.singleProductBlock .productSummary .productTabs .outs .out {
    display: none;
}

.singleProductBlock .productSummary .productTabs .outs .out.active {
    display: block;
}

.singleProductBlock .productSummary .price {
    display: block;
    margin-top: 35px;
    color: #2d2a33;
    font-size: 42px;
    font-weight: 400;
}

.singleProductBlock .productSummary .price span {
    font-size: 27px;
}

.singleProductBlock .productSummary .price .amount {
    font-size: 42px;
}

.singleProductBlock .productSummary .price .amount span {
    font-size: 27px;
}

.singleProductBlock .productSummary .price > del {
    text-decoration: none;
}

.singleProductBlock .productSummary .price > del .amount {
    display: block;
    color: #a4a4a4;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: line-through;
}

.singleProductBlock .productSummary .price > ins {
    text-decoration: none;
}

.singleProductBlock .productSummary .price > ins .amount {
    color: #2d2a33;
    font-size: 42px;
    font-weight: 400;
}

.singleProductBlock .productSummary .price > ins .amount span {
    font-size: 27px;
}

.singleProductBlock .productSummary .old_price {
    display: block;
    color: #a4a4a4;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: line-through;
}

.singleProductBlock .productSummary .count {
    display: block;
    margin-top: 30px;
}

.singleProductBlock .productSummary .count .label {
    display: block;
    color: #2d2a33;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.singleProductBlock .productSummary .count .value {
    display: block;
    position: relative;
    width: 170px;
    height: 44px;
    border-radius: 22px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f6f6f6 0%, #f9f9f9 100%);
}

.singleProductBlock .productSummary .count .value .input {
    display: block;
    position: absolute;
    left: 40px;
    width: calc(100% - 80px);
    text-align: center;
    color: #2d2a33;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
}

.singleProductBlock .productSummary .count .value .plus, .singleProductBlock .productSummary .count .value .minus {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 28px;
    height: 28px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    background-color: #ffffff;
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.singleProductBlock .productSummary .count .value .plus:hover, .singleProductBlock .productSummary .count .value .minus:hover {
    opacity: .7;
}

.singleProductBlock .productSummary .count .value .minus {
    right: auto;
    left: 10px;
}

.singleProductBlock .productSummary .add_to_cart_btn, .singleProductBlock .productSummary .add_to_cart_btn2 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    width: 220px;
    height: 54px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 27px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.singleProductBlock .productSummary .add_to_cart_btn i, .singleProductBlock .productSummary .add_to_cart_btn2 i {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}

.singleProductBlock .productSummary .add_to_cart_btn:hover, .singleProductBlock .productSummary .add_to_cart_btn2:hover {
    opacity: .7;
}

.singleProductBlock .productSummary .add_to_cart_btn.success, .singleProductBlock .productSummary .add_to_cart_btn2.success {
    color: #2d2a33;
    font-size: 15px;
    font-weight: 400;
    line-height: 48px;
    background: #ffffff;
    text-transform: uppercase;
    border: 3px solid #7db132;
}

.singleProductBlock .productSummary .add_to_cart_btn.success i, .singleProductBlock .productSummary .add_to_cart_btn2.success i {
    color: #7db132;
}

.singleProductBlock .productSummary .btn_to_cart {
    display: block;
    margin-top: 15px;
    width: 220px;
    text-align: center;
    color: var(--blue1);
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
}

.singleProductBlock .productSummary .btn_to_cart:hover {
    text-decoration: none;
}

.singleProductBlock .productSummary .delivery_link {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 250px;
    color: var(--blue2);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.singleProductBlock .productSummary .delivery_link i {
    margin-right: 10px;
}

.singleProductBlock .productSummary .delivery_link span {
    border-bottom: 1px dashed var(--blue2);
}

.singleProductBlock .productSummary .delivery_link:hover span {
    border-color: #ffffff;
}

.singleProductBlock .productSummary .variable {
    display: block;
    margin-top: 30px;
}

.singleProductBlock .productSummary .variable > .price {
    font-size: 28px;
}

.singleProductBlock .productSummary .variable > .price span {
    font-size: 20px;
}

.singleProductBlock .productSummary .variable > .price .amount {
    font-size: 28px;
}

.singleProductBlock .productSummary .variable > .price .amount span {
    font-size: 20px;
}

.singleProductBlock .productSummary .variable > .price > del .amount {
    font-size: 28px;
}

.singleProductBlock .productSummary .variable > .price > ins .amount {
    font-size: 28px;
}

.singleProductBlock .productSummary .variable > .price > ins .amount span {
    font-size: 20px;
}

.singleProductBlock .productSummary .variable table.variations td {
    padding: 10px 15px;
}

.singleProductBlock .productSummary .variable table.variations label {
    display: block;
    font-size: 15px;
    line-height: 44px;
    font-weight: 600;
}

.singleProductBlock .productSummary .variable table.variations select {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    height: 44px;
    border-radius: 22px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f6f6f6 0%, #f9f9f9 100%);
    padding: 0 15px;
    font-size: 16px;
    font-family: "Avenir Next Cyr";
    border: none;
}

.singleProductBlock .productSummary .variable table.variations select:focus {
    outline: none;
}

.singleProductBlock .productSummary .variable table.variations .reset_variations {
    display: none !important;
    position: absolute;
    opacity: 0;
}

.singleProductBlock .productSummary .variable .single_add_to_cart_button {
    display: none !important;
}

.singleProductBlock .productSummary .variable .price {
    margin-top: 15px;
}

.singleProductBlock .relatedProducts {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 50px;
}

.singleProductBlock .relatedProducts .subtitle {
    display: block;
    color: #2d2a33;
    font-size: 27px;
    font-weight: 700;
}

.singleProductBlock .relatedProducts .productsArchiveBlock {
    padding-top: 10px;
}

.singleProductBlock .relatedProducts .productsArchiveBlock .productItems .productItem {
    width: calc(25% - 20px);
}

.sidebarMenu {
    display: block;
    margin-top: 30px;
    border-radius: 11px;
    border: 1px solid #cdd3d3;
    background-color: #ffffff;
}

.sidebarMenu ul.menu {
    display: block;
    position: relative;
}

.sidebarMenu ul.menu > li {
    display: block;
}

.sidebarMenu ul.menu > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 15px 30px;
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebarMenu ul.menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #cdd3d3;
}

.sidebarMenu ul.menu > li:last-child > a:before {
    display: none;
}

.sidebarMenu ul.menu > li.current-menu-item > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li.current-menu-parent > ul {
    display: block;
}

.sidebarMenu ul.menu > li.current-menu-ancestor > ul {
    display: block;
}

.sidebarMenu ul.menu > li.menu-item-has-children > a:after {
    content: '\f0dd';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    font-size: 16px;
    font-family: FontAwesome;
}

.sidebarMenu ul.menu > li:hover > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li.current-menu-item > ul {
    display: block;
}

.sidebarMenu ul.menu > li.current-menu-parent > ul {
    display: block;
}

.sidebarMenu ul.menu > li.active > ul {
    display: block;
}

.sidebarMenu ul.menu > li > ul {
    display: none;
}

.sidebarMenu ul.menu > li > ul > li {
    display: block;
    position: relative;
}

.sidebarMenu ul.menu > li > ul > li > a {
    display: block;
    position: relative;
    padding: 12px 30px 12px 45px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebarMenu ul.menu > li > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px dashed #cdd3d3;
}

.sidebarMenu ul.menu > li > ul > li:last-child > a:before {
    display: none;
}

.sidebarMenu ul.menu > li > ul > li.current-menu-item > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li > ul > li.menu-item-has-children > a:after {
    content: '\f0da';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 13px;
    font-family: FontAwesome;
}

.sidebarMenu ul.menu > li > ul > li:hover > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.sidebarMenu ul.menu > li > ul > li > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 285px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 11px 11px 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.sidebarMenu ul.menu > li > ul > li > ul > li {
    display: block;
}

.sidebarMenu ul.menu > li > ul > li > ul > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 10px 20px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebarMenu ul.menu > li > ul > li > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #cdd3d3;
}

.sidebarMenu ul.menu > li > ul > li > ul > li:last-child > a:before {
    display: none;
}

.sidebarMenu ul.menu > li > ul > li > ul > li.current-menu-item > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li > ul > li > ul > li:hover > a {
    color: var(--blue2);
}

.sidebarMenu ul.menu > li > ul > li > ul > li > ul {
    display: none;
}

.woocommerce-MyAccount-navigation {
    display: block;
    float: left;
    width: 285px !important;
    border-radius: 11px;
    border: 1px solid #cdd3d3;
    background-color: #ffffff;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
    position: relative;
    margin: 0;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #cdd3d3;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 25px;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:last-child:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #2d2a33;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--blue2);
}

.woocommerce-MyAccount-navigation ul li.is-active:before {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff;
}

#billing_country_field {
    display: none !important;
}

.woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: none !important;
}

.woocommerce-MyAccount-content {
    display: block;
    float: right;
    width: calc(100% - 305px) !important;
}

.woocommerce .input-text:not(.qty) {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 45px;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    border-radius: 23px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.woocommerce .input-text:not(.qty).qty {
    border-radius: 5px;
    height: 30px;
}

.woocommerce .input-text:not(.qty):focus {
    outline: none;
}

.woocommerce textarea.input-text {
    padding: 20px !important;
    height: 180px !important;
    resize: none;
}

.woocommerce #order_review_heading {
    display: block;
    margin-top: 35px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--blue2);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--blue7);
    color: #fff;
}

.woocommerce-shipping-methods:before, .payment_methods:before, .woocommerce-error:before, .woocommerce-order-overview:before {
    display: none !important;
}

.woocommerce-shipping-methods li:before, .payment_methods li:before, .woocommerce-error li:before, .woocommerce-order-overview li:before {
    display: none !important;
}

.woocommerce-customer-details address {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
}

.woocommerce-customer-details address p {
    padding-left: 0 !important;
}

.woocommerce-customer-details address p:before {
    display: none !important;
}

.woocommerce-error {
    display: block;
    padding: 15px !important;
}

.big_btn_to_shop {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 2px solid var(--blue2);
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    font-weight: 900;
    color: var(--blue2);
    text-decoration: none !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.big_btn_to_shop:hover {
    background: var(--blue2);
    color: #ffffff;
}

.big_btn_to_shop:active {
    opacity: .7;
}

.beauty_form {
    display: block;
    margin: 2em 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 35px;
    border-radius: 4px;
    background: #ffffff url("images/beauty_form.jpg") repeat center;
}

.beauty_form .heading {
    display: block;
    color: #525252;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.beauty_form .desc {
    display: block;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.beauty_form .desc strong {
    font-weight: 600;
}

.salePopupBack {
    display: block;
    position: fixed;
    z-index: 9000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}

.salePopup {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border-radius: 11px;
    background-color: #ffffff;
    z-index: 10000;
    padding: 34px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.salePopup .close {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url("images/close123.png") no-repeat center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.salePopup .close:hover {
    opacity: .7;
}

.salePopup .heading {
    display: block;
    color: #525252;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.salePopup .desc {
    display: block;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.salePopup .desc strong {
    font-weight: 600;
}

.salePopup .yes {
    display: block;
    margin-top: 20px;
    width: 120px;
    height: 44px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 22px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, var(--blue3) 0%, var(--blue4) 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.salePopup .yes:hover {
    opacity: .7;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .containerWrap {
        min-width: 1024px;
    }

    .containerWrap .wrap {
        width: 1000px;
        padding: 0 12px;
    }

    .preHeader .line-2 {
        right: 224px;
    }

    .preHeader .line-1 {
        left: 222px;
    }

    .preHeader .phoneBlock {
        left: 12px;
    }

    .preHeader .modeBlock {
        left: 270px;
    }

    .preHeader .btn {
        display: none;
    }

    .preHeader .labelBlock {
        display: none;
    }

    .preHeader .personalBlock {
        right: 12px;
    }

    header .logo {
        left: 12px;
    }

    header .slogan {
        left: 265px;
    }

    header .searchform {
        left: 420px;
        width: 360px;
    }

    header .btnCart {
        right: 12px;
    }

    .frontSlider {
        height: 415px;
    }

    .frontSlider .item {
        height: 415px;
    }

    .frontPluses .items .item .icon {
        top: 25px;
    }

    .frontPluses .items .item .desc {
        bottom: 25px;
    }

    .frontTerms .items .item:after {
        padding-top: 100%;
    }

    .frontTopProducts .tabsTopProducts .outs .out .productsArchiveBlock .productItems .productItem {
        width: calc(33.33% - 20px);
    }

    footer .block-rows .block-row-4 {
        display: none;
    }

    .productsArchiveBlock .productItems .productItem {
        width: calc(50% - 20px);
    }

    .singleProductBlock .singleProductGallery {
        width: 485px;
    }

    .singleProductBlock .productSummary {
        width: calc(100% - 515px);
    }

    .singleProductBlock .relatedProducts .productsArchiveBlock .productItems .productItem {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .popup-form {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .popup-form .topLine {
        border-radius: 0;
    }

    .popup-form .bottomLine {
        display: block;
        position: relative;
        overflow: auto;
        max-height: 100%;
    }

    .containerWrap {
        min-width: 768px;
    }

    .containerWrap .wrap {
        width: 750px;
        padding: 0 9px;
    }

    .containerWrap .twoWrap .leftWrap {
        width: 100%;
    }

    .containerWrap .twoWrap .rightWrap {
        width: 100%;
    }

    .preHeader .line-2 {
        display: none;
    }

    .preHeader .line-1 {
        display: none;
    }

    .preHeader .phoneBlock {
        left: 9px;
        display: none;
    }

    .preHeader .modeBlock {
        display: none;
        left: 9px;
        font-size: 16px;
    }

    .preHeader .labelBlock {
        left: 9px;
        font-size: 17px;
    }

    .preHeader .btn {
        right: 140px;
        margin-top: -17.5px;
        width: 200px;
        height: 35px;
        line-height: 35px;
    }

    .preHeader .personalBlock {
        display: none;
    }

    .preHeader .regionChange {
        right: 9px;
        font-size: 16px;
    }

    .preHeader .regionChange i {
        font-size: 18px;
        margin-right: 4px;
    }


    header {
        display: block;
    }

    header .wrap {
        height: 80px;
    }

    header .burgerBtn {
        display: block;
        position: absolute;
        left: 9px;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background: url("images/burger.png") no-repeat center;
        cursor: pointer;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    header .burgerBtn:hover {
        opacity: .7;
    }

    header .logo {
        left: 45px;
    }

    header .logo img {
        width: 150px;
    }

    header .slogan {
        display: none;
    }

    header .searchform {
        left: 215px;
        width: 320px;
    }

    header .searchBtn {
        display: none;
    }

    header .btnCart {
        right: 9px;
    }

    .fixed_menu header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: 400;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    }

    .mobileMenu {
        display: none;
    }

    .headerMenu {
        display: none;
    }

    .frontSlider {
        height: 312.5px;
    }

    .frontSlider .item {
        height: 312.5px;
    }

    .frontSlider .bx-wrapper .bx-prev {
        left: 5px;
    }

    .frontSlider .bx-wrapper .bx-next {
        right: 5px;
    }

    .frontSlider .bx-wrapper .bx-pager, .frontSlider .bx-wrapper .bx-controls-auto {
        bottom: 20px;
    }

    .frontPluses {
        display: block;
        padding: 50px 0 80px;
    }

    .frontPluses .title {
        display: block;
        color: #2d2a33;
        font-size: 32px;
        font-weight: 700;
    }

    .frontPluses .items {
        text-align: center;
    }

    .frontPluses .items .item {
        width: calc(30% - 20px);
    }

    .frontPluses .items .item .icon {
        top: 35px;
    }

    .frontTerms {
        display: block;
    }

    .frontTerms .items {
        text-align: center;
    }

    .frontTerms .items .item {
        width: 50%;
    }

    .frontTopProducts .tabsTopProducts .outs .out .productsArchiveBlock .productItems .productItem {
        width: calc(40% - 20px);
    }

    .frontAbout .textBlock .formatBlock.two_column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .frontBlog .items .item {
        width: calc(100% - 20px);
        padding: 30px 30px 30px 170px;
    }

    footer .block-rows .block-row-1 {
        width: 280px;
    }

    footer .block-rows .block-row-2 {
        width: 225px;
    }

    footer .block-rows .block-row-3 {
        display: none;
    }

    footer .block-rows .block-row-4 {
        display: none;
    }

    footer .block-rows .block-row-5 {
        float: right;
        width: 200px;
    }

    footer .block-rows .block-row-6 {
        float: none;
        padding-top: 50px;
        clear: both;
        width: 100%;
    }

    .archive_page, .default_page, .product_page {
        display: block;
    }

    .page_404 {
        display: block;
    }

    .archive_block {
        display: block;
    }

    .archive_block .items .item {
        width: calc(100% - 20px);
    }

    .productsArchiveBlock .productItems {
        text-align: center;
    }

    .productsArchiveBlock .productItems .productItem {
        width: calc(40% - 20px);
    }

    .subterms_block {
        display: block;
    }

    .subterms_block .items {
        text-align: center;
    }

    .sortBlock {
        display: block;
    }

    .all_terms_block .items .item {
        width: calc(33.33% - 20px);
    }

    .singleProductBlock .singleProductGallery {
        width: 360px;
    }

    .singleProductBlock .productSummary {
        width: calc(100% - 380px);
    }

    .singleProductBlock .relatedProducts .productsArchiveBlock .productItems .productItem {
        width: calc(40% - 20px);
    }

    .sidebarMenu {
        display: none;
    }

    .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        margin-top: 20px;
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    footer .phoneBlock {

        margin: 12px 0;
    }

    .popup-form {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .popup-form .topLine {
        border-radius: 0;
    }

    .popup-form .bottomLine {
        display: block;
        position: relative;
        overflow: auto;
        max-height: 100%;
    }

    .popup-form .wpcf7 {
        display: block;
        padding: 20px 20px;
    }

    .containerWrap {
        width: 100%;
        min-width: 100%;
    }

    .containerWrap .wrap {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .containerWrap .wrap .twoWrap .leftWrap {
        float: none;
        width: 100%;
    }

    .containerWrap .wrap .twoWrap .rightWrap {
        float: none;
        width: 100%;
    }


    .preHeader .wrap {
        height: 60px;
    }

    .preHeader .line {
        display: none;
        position: absolute;
        top: 10px;
        height: calc(100% - 20px);
        border-right: 1px dotted #7d8283;
    }

    .preHeader .phoneBlock {
        left: 10px;
    }

    .preHeader .modeBlock {
        display: none;
    }

    .preHeader .labelBlock {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 60px;
        font-size: 14px;
        top: 0;
        width: 50%;
        left: 10px;
    }

    .preHeader .regionChange {
        right: 10px;
        font-size: 14px;
    }

    .preHeader .regionChange i {
        font-size: 16px;
        margin-right: 4px;
    }

    .preHeader .btn {
        display: none;
    }

    .preHeader .personalBlock {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    header .wrap {
        height: 80px;
    }

    header .burgerBtn {
        display: block;
        position: absolute;
        left: 9px;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background: url("images/burger.png") no-repeat center;
        cursor: pointer;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    header .burgerBtn:hover {
        opacity: .7;
    }

    header .logo {
        left: 45px;
    }

    header .logo img {
        width: 150px;
    }

    header .slogan {
        display: none;
    }

    header .searchform {
        display: none;
        position: absolute;
        left: 10px;
        width: calc(100% - 20px);
        height: 45px;
        border-radius: 4px;
        background-image: linear-gradient(to top, #f6f6f6 0%, #f9f9f9 100%);
        z-index: 100;
    }

    header .searchform.active {
        display: block;
    }

    header .searchBtn {
        display: block;
        position: absolute;
        top: 50%;
        right: 55px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background: url("images/search.png") no-repeat center;
        cursor: pointer;
    }

    header .btnCart {
        margin-top: -15px;
        right: 15px;
        width: 32px;
        height: 32px;
        padding-left: 0;
        background: url("images/cart.png") no-repeat center;
        background-size: 27px;
    }

    header .btnCart .info {
        display: none;
    }

    header .btnCart .mobile_count {
        display: block;
        position: absolute;
        top: -5px;
        right: -5px;
        width: 20px;
        height: 20px;
        color: #000000;
        font-size: 11px;
        font-weight: 700;
        background-color: #ffd200;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
    }

    .fixed_menu header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: 400;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    }

    .headerMenu {
        display: none;
    }

    .frontSlider {
        height: 280px;
    }

    .frontSlider .item {
        height: 280px;
    }

    .frontSlider .item img {
        display: none;
    }

    .frontSlider .item .mask {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .frontSlider .bx-wrapper .bx-prev {
        left: 5px;
    }

    .frontSlider .bx-wrapper .bx-next {
        right: 5px;
    }

    .frontSlider .bx-wrapper .bx-pager, .frontSlider .bx-wrapper .bx-controls-auto {
        display: none !important;
    }

    .frontPluses {
        display: none;
        padding: 30px 0 30px;
    }

    .frontPluses .title {
        font-size: 28px;
    }

    .frontPluses .items {
        text-align: center;
        margin: 10px 0 0 -20px;
    }

    .frontPluses .items .item {
        width: 165px;
    }

    .frontPluses .items .item:after {
        padding-top: 120%;
    }

    .frontPluses .items .item .icon {
        top: 20px;
    }

    .frontPluses .items .item .desc {
        bottom: 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .frontPluses .items .item .desc .heading {
        font-size: 18px;
        line-height: 20px;
    }

    .frontTerms .items .item {
        width: 50%;
    }

    .frontTerms .items .item:after {
        padding-top: 70%;
    }

    .frontTerms .items .item .name {
        padding: 0 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .frontTerms .items .item:hover .name {
        bottom: 35px;
    }

    .frontTopProducts {
        padding: 30px 0 30px;
    }

    .frontTopProducts .title {
        font-size: 28px;
    }

    .frontTopProducts .tabsTopProducts .btns .btn {
        height: 30px;
        border-radius: 15px;
        padding: 0 10px;
        font-size: 11px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .frontTopProducts .tabsTopProducts .outs .out .productsArchiveBlock .productItems .productItem {
        width: 280px;
    }

    .frontAbout {
        padding: 30px 0 0;
    }

    .frontAbout .title {
        font-size: 28px;
    }

    .frontAbout .textBlock .formatBlock.two_column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .frontBlog {
        padding: 20px 0 30px;
    }

    .frontBlog .title {
        font-size: 28px;
    }

    .frontBlog .items .item {
        width: calc(100% - 20px);
        padding: 15px 15px 15px 110px;
    }

    .frontBlog .items .item .img {
        left: 15px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
    }

    .frontBlog .items .item .heading {
        height: auto;
    }

    .frontBlog .items .item .desc {
        line-height: 20px;
        height: auto;
    }

    .frontBlog .items .item .more {
        font-size: 15px;
        line-height: 20px;
    }

    footer {
        padding: 30px 0;
    }

    footer .block-rows .block-row-1 {
        width: 100%;
        text-align: center;
    }

    footer .block-rows .block-row-2 {
        display: none;
    }

    footer .block-rows .block-row-3 {
        display: none;
    }

    footer .block-rows .block-row-4 {
        display: none;
    }

    footer .block-rows .block-row-5 {
        width: 100%;
        text-align: center;
    }

    footer .block-rows .block-row-6 {
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }

    footer .logo img {
        width: 160px;
        margin: 0 auto;
    }

    footer .slogan {
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
    }

    footer .btn {
        margin: 20px auto 0;
    }

    .archive_page, .default_page, .product_page {
        display: block;
        padding: 0 0 30px;
    }

    .archive_page .title, .default_page .title, .product_page .title {
        font-size: 28px;
    }

    .archive_page .textBlock, .default_page .textBlock, .product_page .textBlock {
        margin-top: 30px;
    }

    .breadcrumbs .dropdown:hover:after {
        display: none;
    }

    .breadcrumbs .dropdown:hover > .sublist {
        display: none;
    }

    .breadcrumbs .dropdown:after {
        display: none;
    }

    .page_404 {
        display: block;
    }

    .page_404 .img:before {
        padding-top: 100%;
    }

    .page_404 .text {
        left: 20px;
        width: calc(100% - 40px);
        top: 50px;
    }

    .page_404 .text .formatBlock h1, .page_404 .text .formatBlock h2, .page_404 .text .formatBlock h3, .page_404 .text .formatBlock h4, .page_404 .text .formatBlock h5, .page_404 .text .formatBlock h6, .page_404 .text .formatBlock p, .page_404 .text .formatBlock li, .page_404 .text .formatBlock td {
        font-size: 28px;
    }

    .archive_block .items {
        margin: 0 0 0 -20px;
    }

    .archive_block .items .item {
        width: calc(100% - 20px);
        padding: 15px 15px 15px 110px;
    }

    .archive_block .items .item .img {
        left: 15px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
    }

    .archive_block .items .item .heading {
        height: auto;
    }

    .archive_block .items .item .desc {
        line-height: 20px;
        height: auto;
    }

    .archive_block .items .item .more {
        line-height: 20px;
    }

    .productsArchiveBlock .productItems {
        text-align: center;
    }

    .productsArchiveBlock .productItems .productItem {
        width: 280px;
        text-align: left;
    }

    .subterms_block {
        display: block;
    }

    .subterms_block .items .item {
        height: 30px;
        border-radius: 15px;
        padding: 0 6px;
        font-size: 12px;
        line-height: 30px;
    }

    .sortBlock {
        display: block;
        padding: 20px 0 0;
    }

    .all_terms_block .items {
        margin: 0 0 0 0;
    }

    .all_terms_block .items .item {
        width: 50%;
        margin: 0;
    }

    .all_terms_block .items .item .name {
        padding: 0 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .all_terms_block .items .item:hover .img:before {
        opacity: 0;
        visibility: hidden;
    }

    .all_terms_block .items .item:hover .name {
        bottom: 35px;
    }

    .all_terms_block .items .item:hover .subitems {
        opacity: 0;
        visibility: hidden;
    }

    .all_terms_block .items .item.active .subitems {
        opacity: 1;
        visibility: visible;
    }

    .all_terms_block .items .item .subitems {
        padding: 5px 0 15px;
    }

    .all_terms_block .items .item .subitems .subitem {
        padding: 15px 15px;
        text-decoration: none;
    }

    .singleProductBlock .singleProductGallery {
        float: none;
        width: calc(100% - 40px);
        margin: 20px auto 0;
    }

    .singleProductBlock .productSummary {
        margin-top: 30px;
        width: 100%;
        float: none;
    }

    .singleProductBlock .productSummary .delivery_link {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 15px;
    }

    .singleProductBlock .relatedProducts {
        padding-top: 30px;
    }

    .singleProductBlock .relatedProducts .subtitle {
        font-size: 25px;
    }

    .singleProductBlock .relatedProducts .productsArchiveBlock .productItems .productItem {
        width: 280px;
    }

    .sidebarMenu {
        display: none;
    }

    .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content {
        margin-top: 20px;
        width: 100% !important;
    }

    .breadcrumbs a {
        padding: 0;
    }

    .breadcrumbs .sep {
        padding: 0;
    }

    .breadcrumbs .breadcrumb_last {
        padding: 0;
    }

    .breadcrumbs .dropdown {
        padding-left: 0;
    }

    .shop_table.shop_table_responsive #shipping_method {
        display: block;
        clear: both;
        text-align: left;
    }

    .shop_table.shop_table_responsive .woocommerce-shipping-destination {
        text-align: left;
    }
}

.my-block {
    background-color: #91aad259;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.socials {
    display: block;
    margin-top: 14px;
}

.socials a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 0 4px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.title .fas {
    display: inline-block;
    color: #666;
    width: 30px;
    height: 30px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 24px;
    border-radius: 25px;
    background: #e9eeef;
    transition: 0.6s;
}

.title .fas:hover {
    color: #fff;
    background: var(--blue6);
}

.archive-description {
    display: none;
}