a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    border: 0;
}

embed {
    vertical-align: top;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

:focus,
:active,
:hover {
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    overflow-x: hidden;
    color: #0b0b0b;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

div {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Heavy.woff2') format('woff2'), url('fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}






















































































/*--------------------------------------------------------------
For iPhone clear
--------------------------------------------------------------*/

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}






















































































/*------------------------------------------------------------
Wrapper
------------------------------------------------------------*/

.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}

.wrapper:after {
    clear: both;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}






















































































/*------------------------------------------------------------
Grid
------------------------------------------------------------*/

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    margin: 0 -15px;
}

.content-col-1,
.content-col-2,
.content-col-3,
.content-col-4,
.content-col-5,
.content-col-6,
.content-col-7,
.content-col-8,
.content-col-9,
.content-col-10,
.content-col-11,
.content-col-12 {
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}

.content-col-12 {
    width: 100%;
}

.content-col-11 {
    width: 91.66666667%;
}

.content-col-10 {
    width: 83.33333333%;
}

.content-col-9 {
    width: 75%;
}

.content-col-8 {
    width: 66.66666667%;
}

.content-col-7 {
    width: 58.33333333%;
}

.content-col-6 {
    width: 50%;
}

.content-col-5 {
    width: 41.66666667%;
}

.content-col-4 {
    width: 33.33333333%;
}

.content-col-3 {
    width: 25%;
}

.content-col-2 {
    width: 16.66666667%;
}

.content-col-1 {
    width: 8.33333333%;
}

svg {
    width: 100%;
    height: auto;
}






















































































/*------------------------------------------------------------
Buttons
------------------------------------------------------------*/

.btn {
    border: none;
    background: #ffd933;
    padding: 20px 30px;
    font-size: 16px;
    color: #0b0b0b;
    letter-spacing: 1.6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none!important;
    text-align: center;
    border: none!important;
}

.btn:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border: none;
}

a.done {
    background-color: #00a651;
    border: none;

    padding: 20px 30px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none;
    text-align: center;
    cursor: normal;
    border: none;
}



.btn:hover {
    background: #4454ff;
    color: #ffffff!important;
    border: none;
}

.outline-btn {
    padding: 15px 50px;
    color: #391f25;
    border: 1px solid #391f25;
}

.outline-btn:hover {
    color: #ffffff;
    border: 1px solid #846157;
    background: #846157;
}



.outline-btn:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}






















































































/*------------------------------------------------------------
type
------------------------------------------------------------*/

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    color: #0b0b0b;
}

h1 {
    font-family: 'Futura PT';
    font-size: 36px;
    line-height: 45px;
}

h2 {
    font-family: 'Futura PT';
    font-size: 30px;
    line-height: 40px;
}

.text a {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
}

.text a:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}

.slideshow {
    position: absolute;
    top: 0;
}

.slideshow .owl-item {
    overflow: hidden;
    min-height: 880px;
}

.slideshow .item img {
    display: block;
    width: 100%;
}

.slideshow .owl-stage-outer .item {
    background-size: cover!important;
}

.slideshow .slideshow-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slideshow .info-block {
    height: 100%;
    position: relative;
    top: 450px;
}

.slideshow .info-block .title {
    font-family: 'Futura PT';
    font-size: 48px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.slideshow .info-block .desc {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    max-width: 500px;
    margin-bottom: 30px;
}

.slideshow-cont {
    position: relative;
}

.slideshow .nav-dots {
    position: absolute;
    z-index: 1;
    top: 800px;
    left: 49%;
}

.nav-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    float: left;
    margin-right: 15px;
}

.nav-dot.active {
    background-color: #ffffff;
}

.slideshow-image {
    -moz-transition: all 9s;
    -webkit-transition: all 9s;
    transition: all 9s;
}

.slideshow .active .slideshow-image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

























































































/*------------------------------------------------------------
Header top menu
------------------------------------------------------------*/

.head {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
}

.header-menu ul {
    text-align: left;
    font-size: 0;
    line-height: 0;
    float: left;
}

.header-menu ul li,
.tools ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.min-cart {
    padding-right: 0!important;
}

.main-page .header-menu ul li a,
.main-page .tools ul li a {
    color: #fff;
}

.header-menu ul li a,
.tools ul li a {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 90px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-menu ul li a:hover,
.tools ul li a:hover {
    color: #7f7f7f;
}

.main-page .header-menu ul li a:hover,
.main-page .tools ul li a:hover {
    color: #ffd933;
}

.header-menu-toggle-btn {
    display: none;
}

.tools {
    float: right;
}

.tools i {
    line-height: 90px;
    margin-right: 5px;
}






















































































/*------------------------------------------------------------
middle-top
------------------------------------------------------------*/

.middle-block {
    min-height: 160px;
    padding-top: 40px;
}

.logo-block {
    float: left;
    width: 30%;
}

.logo-block a {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    width: 100%;
}

.slogan {
    float: left;
    width: 30%;
    color: #7f7f7f;
    line-height: 30px;
    font-size: 14px;
}

.main-page .slogan {
    color: #fff;
}

.top-contacts {
    float: right;
    width: 40%;
    text-align: right;
}

.top-contacts .phone {
    font-size: 29px;
}

.top-contacts .email {
    font-size: 14px;
    margin-top: 15px;
}

.top-contacts .phone a,
.top-contacts .email a {
    text-decoration: none;
    color: #0b0b0b;
}

.top-contacts .phone a:hover,
.top-contacts .email a:hover {
    color: #7f7f7f;
}

.main-page .top-contacts .phone a,
.main-page .top-contacts .email a {
    text-decoration: none;
    color: #fff;
}

.main-page .top-contacts .phone a:hover,
.main-page .top-contacts .email a:hover {
    color: #ffd933;
}






















































































/*------------------------------------------------------------
cat-menu
------------------------------------------------------------*/

.cat-menu-block {
    min-height: 75px;
}

.cat-menu>ul {
    text-align: justify;

    font-size: 0.1px;
    /* IE 9/10 fix */
    position: relative;
}

.cat-menu>ul:after {
    content: '';
    width: 100%;
    /* Ensures justification for single lines */
    display: inline-block;
}

.cat-menu>ul li {
    display: inline-block;
    position: static;
}

.cat-menu>ul>li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.cat-menu>ul li:last-child {
    padding-right: 0;
}

.main-page .cat-menu>ul>li>a {
    color: #fff;
}



.cat-menu>ul>li>a {
    color: #0b0b0b;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    position: relative;
}

.cat-menu>ul>li>a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffd933;
    position: absolute;
    left: 0;
    bottom: -18px;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transition: all 0.35s ease-in-out 0s;
    transform: scaleX(0);
    visiblity: hidden;
    z-index: 10;
}

.cat-menu>ul>li>a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}

.cat-menu-toggle-btn {
    display: none;
}

.cat-line {
    height: 1px;
    width: 100%;
    background-color: #e0e1e2;
    position: relative;
    bottom: -8px;
}

.main-page .cat-line {
    background-color: #7f7f7f;
}

.dropdown {
    background-color: #fff;
    width: 100%;
    min-height: 300px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0!important;
    -webkit-box-shadow: 0px 50px 80px -16px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 50px 80px -16px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 50px 80px -16px rgba(0, 0, 0, 0.25);


    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.dropdown ul li a {
    color: #0b0b0b;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
}

.dropdown ul li {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.dropdown ul li a {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.dropdown ul li a:hover {
    color: #7f7f7f;
}

.menu-section {
    padding: 30px 20px;
}

.select-product {
    background-color: #f6f8fd;
    /*height: 100%;*/
    min-height: 200px;
    padding: 30px 20px;
    float: right;
}

.product-image {
    text-align: center;
    position: relative;
    width: 180px;
    display: block;
    margin: 0 auto;
}

.menu-product-link {
    margin: 20px 0;
    word-break: break-all;
}

.menu-product-link a {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

.menu-product-link a:hover {
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.menu-product-price {
    margin-top: 20px;
}

.menu-product-price .menu-current-price {
    color: #0b0b0b;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    background-color: #ffd933;
    font-weight: bold;
    float: left;
    min-width: 50px;
}

.menu-product-price .menu-old-price {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    text-decoration: line-through;
    font-weight: bold;
    float: left;
}

.level2 {
    margin: 20px 0;
}

.level2 li {
    margin: 15px 0!important;
}

.level2 li a {
    font-size: 14px!important;
    line-height: 25px!important;
    text-transform: none!important;
    font-weight: 400!important;
    text-decoration: none!important;
}

.level2 li a:hover {
    color: #0b0b0b!important;
    border-bottom: 1px solid #0b0b0b!important;
    text-decoration: none!important;
}






















































































/*------------------------------------------------------------
main-page
------------------------------------------------------------*/


/*------------------------------------------------------------
icons block
------------------------------------------------------------*/

.icons-block .icon {
    width: 33.33333333%;
    float: left;
    position: relative;
}

.icons-block {
    padding-top: 650px;
    padding-bottom: 150px;
}

.svg-icon1 {
    height: 100px;
    width: 100%;
    background-image: url(../images/1.svg);
    background-repeat: no-repeat;
    padding: 0;
    /* reset */
    margin-bottom: 20px;
}

.svg-icon2 {
    height: 100px;
    width: 100%;
    background-image: url(../images/2.svg);
    background-repeat: no-repeat;
    padding: 0;
    /* reset */
    margin-bottom: 20px;
}

.svg-icon3 {
    height: 100px;
    width: 100%;
    background-image: url(../images/3.svg);
    background-repeat: no-repeat;
    padding: 0;
    /* reset */
    margin-bottom: 20px;
}

.svg-desc {
    font-family: 'Futura PT';
    font-size: 32px;
    line-height: 40px;
    color: #0b0b0b;
}

.svg-desc span {
    position: relative;
    z-index: 1;
}

.svg-desc span:before {
    background: #ffd933;
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}






















































































/*------------------------------------------------------------
actions
------------------------------------------------------------*/

.actions {
    padding: 100px 0;
    background-color: #f6f8fd;
}

.section-title {
    font-size: 40px;
    line-height: 45px;
    color: #0b0b0b;
    font-family: 'Futura PT';
}

.section-title a {
    text-decoration: none;
    color: #0b0b0b;
}

.section-title a:hover {
    color: #7f7f7f;
}

.arrows-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.arr {
    float: left;
    width: 50px;
    height: 50px;
    color: #0b0b0b;
    text-align: center;
}

.arr i {
    line-height: 50px;
    font-size: 30px;
}

.left-arr {
    margin-right: 10px;
}

.arr:hover {
    color: #ffd933;
    background-color: #0b0b0b;
}

.arr-active {
    color: #0b0b0b;
    background-color: #ffd933;
}

.action-item {
    background-repeat: no-repeat;
}

.action-item,
.action-item a {
    width: 400px;
    height: 320px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.action-item:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.actions-items {
    margin-top: 90px;
}

.actions-items .owl-stage-outer {
    overflow: visible;
}

.action-item a {
    display: block;
    position: relative;
}

.action-item-desc {
    background-color: #ffd933;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #0b0b0b;
    padding: 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.action-item-desc:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.action-item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.action-item-text {
    font-size: 14px;
    line-height: 25px;
}






















































































/*------------------------------------------------------------
news
------------------------------------------------------------*/

.news {
    padding: 100px 0;
}

.news-list {
    margin-top: 60px;
}

.news-item {
    width: 33.33333333%;
    float: left;
    min-height: 450px;
}

.news-item a {
    text-decoration: none;
}

.news-date {
    margin: 20px 0;
    background-color: #ffd933;
    color: #0b0b0b;
    padding: 5px 9px;
    width: 100px;
}

.news-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.news-link span {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
}

.news-link span:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}

.news-item a:hover .thumbnail-card__button {
    opacity: 1;
}

.news-image {
    position: relative;
}






















































































/*------------------------------------------------------------
about
------------------------------------------------------------*/

.about {
    margin: 50px 0;
    position: relative;
    background-color: #f6f8fd;
    margin-bottom: 160px;
}

.about-text {
    padding: 30px
}

.about-img {

    background: url('../images/about-new.jpg') no-repeat;
    height: 330px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}








































/*.left-about {
    position: absolute;
    background: url('../images/about-new.jpg') no-repeat;
    width: 46%;
    height: 680px;
    left: 0;
    top: 10%;
    background-size: cover;
}*/

.about h1 {
    margin-bottom: 40px;
}

.about .btn {
    margin: 20px 0;
}























































































/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.footer-line {
    background-color: #7f7f7f;
    height: 1px;
}

.footer {
    padding: 50px 0 100px 0;
}

.polit a {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
    font-size: 14px;
}

.polit a:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}

.copy {
    font-size: 14px;
    color: #0b0b0b;
    margin-bottom: 20px;
}

.footer-menu {
    text-align: right;
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-menu ul li a {
    color: #0b0b0b;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #7f7f7f;
}






















































































/*------------------------------------------------------------
location
------------------------------------------------------------*/

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 10;
    display: none;
}

.cd-panel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.is-visible:after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.location-title {
    font-family: 'Futura PT';
    font-size: 30px;
    line-height: 40px;
    padding-top: 50px;
    padding-left: 60px;
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 80px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-size: 25px;
    z-index: 10;
    color: #0b0b0b;
    text-decoration: none;
    text-align: center;
}

.cd-panel-close i {
    line-height: 60px;
    vertical-align: middle;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.cd-panel-close i:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cd-panel-container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 100%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 40%;
    }
}

.cd-panel-content {
    padding-top: 30px;
    padding-bottom: 200px;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

.location-section {
    padding: 25px 0 25px 60px;
}

.location-section:hover {
    background-color: #f6f8fd;
}

.location-section-title {
    font-family: 'Futura PT';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.location-cities ul li {
    display: inline-block;
    margin-right: 10px;
}

.location-cities ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    color: #0b0b0b;
    padding: 5px;
}

.location-cities ul li a:hover {
    background-color: #ffd933;
}






















































































/*------------------------------------------------------------
title-block
------------------------------------------------------------*/

.title-block {
    height: 230px;
    overflow: hidden;
}

.cover {
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.cover h1 {
    color: #ffffff;
}

.title-inner {
    padding: 65px 0;
}






















































































/*------------------------------------------------------------
breadcrubs
------------------------------------------------------------*/

.bread ul li {
    display: inline-block;
    color: #0b0b0b;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    padding-right: 20px;
}

.cover .bread ul li,
.cover .bread ul li a {
    color: #fff;
}

.bread ul li a {
    text-decoration: none;
    color: #0b0b0b;
}

.bread ul li a:hover {
    color: #7f7f7f;
}

.cover .bread ul li a:hover {
    color: #ffd933;
}

.bread ul li a:after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #0b0b0b;
    display: inline-block;
    position: relative;
    left: 13px;
    top: -2px;
}

.cover .bread ul li a:after {
    background-color: #ffffff;
}

.content {
    margin-bottom: 100px;
}






















































































/*------------------------------------------------------------
category
------------------------------------------------------------*/

.categories {
    padding: 50px 0;
}

.categories a {
    display: inline-block;
    margin: 0 20px 20px 0;
    line-height: 45px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold!important;
    transition: all .2s;
    color: #0b0b0b;
    font-weight: 500;
    background: #ffffff;
    border: 2px solid #ffd933;
    text-decoration: none;
}

.categories a:hover {
    background: #4454ff;
    border: 2px solid #4454ff;
    color: #ffffff;
}

.categories a:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}






















































































/*------------------------------------------------------------
sort
------------------------------------------------------------*/

.sort {
    text-align: right;
    line-height: 30px;
}

.sort a {
    font-weight: bold;
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
    margin-left: 10px;
}

.sort a:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}






















































































/*------------------------------------------------------------
product-list
------------------------------------------------------------*/

.product-list {
    margin: 50px 0 50px 0;
    min-height: 600px;
}

.product-item {
    width: 25%;
    border: 2px solid #f6f8fd;
    /*float: left;*/
    background-color: #ffffff;
    height: 336px;
}

.product-item.small-item:hover {
    z-index: 1;
    -webkit-box-shadow: 0px 0px 62px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 62px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 62px -2px rgba(0, 0, 0, 0.2);
}

.small-item {
    width: 25%;
}

.product-item a {
    display: block;
    padding: 30px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.product-item-image {
    text-align: center;
    padding: 20px 0;
}

.small-item .product-item-image img {
    height: 160px;
}

.product-item-name span {
    font-size: 14px;
    line-height: 25px;
    color: #0b0b0b;
    text-decoration: none;
}

.product-item-name span:hover {
    border-bottom: 1px solid #0b0b0b;
}

.product-item-price {
    position: absolute;
    bottom: 20px;
}

.product-item-price span {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    color: #0b0b0b;
}

.product-item-price .oldPrice {

    font-size: 16px;
    color: #7f7f7f;
    line-height: 35px;
    text-decoration: line-through;
}


.tree ul li:before {
    display: none!important;
}

.tree ul li {
    padding-left: 10px!important;
    margin: 0!important;
}

.tree ul li.price-item {
    padding: 20px 10px;
}

.tree ul li.price-item:hover {

    background-color: #f2f6f8;
}



.tree ul li span {

    color: #0b0b0b;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 10px;
    background-color: #ffd933;
    font-weight: bold;
    float: right;
    min-width: 50px;
    margin-top: -4px;
}



















































































/*.product-item:nth-child(4n+1) {
border-left:2px solid #f6f8fd;
}

.product-item:nth-child(-n+4) {
border-top:2px solid #f6f8fd;
}*/

.big-item-blue {
    width: 50%;
    background-color: #4454ff;
    border: 2px solid #4454ff;
    height: 672px;
}

.big-item-blue .product-item-name {
    margin-bottom: 20px;
    margin-top: 10px;
}

.big-item-blue .product-item-name span {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 22px;
    line-height: 30px;
}

.big-item-blue .product-item-name span:hover {
    border-bottom: none;
}

.big-item-yellow.product-item-name span:hover {
    border-bottom: none;
}

.big-item-yellow {
    width: 50%;
    background-color: #ffd933;
    border: 2px solid #ffd933;
    height: 672px;
}


.product-carousel-item {
    height: 320px;
    text-align: center;
}

.product-carousel-item img {
    width: auto!important;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.product-carousel .nav-dots {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
}

.big-item-blue .product-item-desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
}

.big-item-blue a {
    padding: 30px 60px;
}

.big-item-blue .product-item-image {
    padding-bottom: 30px;
    padding-top: 30px;
}


.big-item-blue .menu-current-price {
    font-size: 22px;
    line-height: 35px;
}

.big-item-blue .menu-old-price {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    margin-left: 10px;
}



.big-item-yellow .product-item-name span {
    color: #0b0b0b;
    border-bottom: 1px solid #0b0b0b;
    font-size: 22px;
    line-height: 30px;
}

.big-item-yellow .product-item-desc {
    color: #0b0b0b;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
}

.big-item-yellow a {
    padding: 30px 60px;
}

.big-item-yellow .product-item-image {
    padding-bottom: 30px;
    padding-top: 30px;
}


.big-item-yellow .menu-current-price {
    font-size: 22px;
    line-height: 35px;
    background-color: #4454ff;
    color: #ffffff;
}

.big-item-yellow .menu-old-price {
    font-size: 18px;
    line-height: 35px;
    color: #0b0b0b;
    margin-left: 10px;
}
























































































/*------------------------------------------------------------
category-text
------------------------------------------------------------*/

.type ul {
    margin: 30px 0;
}

.type ul li {
    display: block;
    position: relative;
    padding-left: 75px;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    color: #0b0b0b;
}

.type ul li:before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 30px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 40%;
    background: #0b0b0b;
}

.type a {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
}

.type a:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}






















































































/*------------------------------------------------------------
pagination
------------------------------------------------------------*/

.pagination {
    margin: 20px 0 100px 0;
}

.pagination a {
    display: inline-block;
    line-height: 45px;
    color: #0b0b0b;
    font-size: 18px;
    text-align: center;
    text-decoration: none;

    min-width: 45px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    font-weight: bold;
}

.pagination a.active {
    border: 2px solid #ffd933;
}

.pagination i {
    font-size: 26px;
    line-height: 45px;
}

.pagination a:hover {
    background: #ffd933;
    border: 2px solid #ffd933;
}






















































































/*------------------------------------------------------------
detail
------------------------------------------------------------*/

.thumbnail-card__button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #ffd933;
    color: #0b0b0b;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image a:hover .thumbnail-card__button {
    opacity: 1;
}

.nal {
    margin: 30px 0;
    line-height: 30px;
}

.nal-icon {
    color: #00a651;
    font-size: 25px;
    margin-right: 10px;
}

.nal-icon.red {
    color: red;
}

.nal-text {
    color: #0b0b0b;
    ;
    font-size: 14px;
}

.price {
    margin: 30px 0 50px 0;
}


.current-price {
    color: #0b0b0b;
    font-size: 35px;
    line-height: 30px;


    font-weight: bold;
    float: left;
}

.old-price {
    color: #7f7f7f;
    font-size: 30px;
    line-height: 30px;
    margin-left: 20px;
    text-decoration: line-through;
    font-weight: normal;
    float: left;
}

.delivery-link {
    margin: 30px 0;
}

.delivery-link a {
    text-decoration: none;
    color: #0b0b0b;
    border-bottom: 1px solid #0b0b0b;
    font-size: 16px;
}

.delivery-link a:hover {
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.small-text {
    font-size: 16px;
    line-height: 30px;
    margin: 60px 0 10px 0;
    color: #0b0b0b;
}

.props-text {
    margin-top: 30px;
}

.props-text ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    color: #0b0b0b;
}

.product-image-thumbs {
    margin: 50px 0;
}

.image-thumb {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 10px;
    padding: 10px 0;
    border: 2px solid #ffffff;
}

.image-thumb.active,
.image-thumb:hover {
    border: 2px solid #ffd933;
}

.image-thumb img {
    text-align: center;
    height: 100px;
}

.image-thumb a {
    text-align: center;
    display: block;
}

.tabs-wrap {
    margin-top: 50px;
}

.tabs-wrap .type {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    color: #0b0b0b;
}

.tabs-list {
    background: #f6f8fd;
}

.tabs-list a {
    display: block;
    float: left;
    padding: 20px 0;
    color: #0b0b0b;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    margin: 0 25px;
}

.tabs-list a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visiblity: visible;
}


.tabs-list a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #0b0b0b;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transition: all 0.35s ease-in-out 0s;
    transform: scaleX(0);
    visiblity: hidden;
    z-index: 10;
}

.tabs-content {
    margin: 50px 0 0 0;
}






















































































/*.ttx-section {
    display: inline-block;
        width: 50%;
}*/

.ttx-section-title {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.right {
    text-align: right;
}

.ttx-section-props {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #f6f8fd;
}

.option {
    background: #f6f8fd;
    padding: 40px 25px;
    margin-bottom: 30px;
}

.option-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}

.option-price {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}

.option-add i {
    font-size: 22px;
}




.file-item {
    margin: 20px 0;
}

.file-item a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
}

.file-item a {
    text-decoration: none;
    border-bottom: none;
}

.file-item a:hover {
    border-bottom: none;
}

.file-item span {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
}


.root .news-item {
    text-align: center;
}















































































/*------------------------------------------------------------
Content table
------------------------------------------------------------*/

.content-table {
    width: 100%;
}

.content-table thead th {
    background: #ffffff;
    padding: 30px 5px;
    color: #0b0b0b;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
}

.content-table thead th {
    border-bottom: 2px solid #f6f8fd;
}

.content-table tbody tr {
    background: #ffffff;
}

.type .content-table tbody tr:nth-child(even) {
    background: #f6f8fd;
}

.content-table tbody tr td {
    padding: 25px 10px;
    color: #0b0b0b;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
}

.content-table.comp tbody tr td:first-child {
    text-align: center;
}


.content-table tbody tr td a {
    text-decoration: none;
    color: #0b0b0b;
    border-bottom: 1px solid #0b0b0b;
    font-size: 16px;
    line-height: 30px;
}

.content-table tbody tr td a:hover {
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.type blockquote {

    background: #f6f8fd;
    margin: 80px 0;
    padding: 60px 100px;
    position: relative;
    color: #0b0b0b;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
}

.type blockquote:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 30px;
    top: -13px;
    content: "\f10d";
    font-size: 52px;
    color: #ffd933;
}






















































































/*------------------------------------------------------------
order from
------------------------------------------------------------*/

.form-row {
    margin: 50px 0 50px 0;
    position: relative;
}

.form-row .form-input {
    height: 60px;
    width: 100%;
    border: 2px solid #e0e1e2;
    padding: 0 20px;

    color: #0b0b0b;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 60px;
}

.form-row .form-label {
    position: absolute;
    top: 30px;

    color: #e0e1e2;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 60px;

    transition: all .2s cubic-bezier(0, .25, .5, 1);
    -webkit-transform: translate(1.25rem, -50%);
    transform: translate(1.25rem, -50%);
    pointer-events: none;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.form-row .form-input:focus,
.form-row .form-input:hover {
    color: #0b0b0b;
    border: 2px solid #0b0b0b;
}

.form-row.input--filled .form-label {
    color: #0b0b0b;
    -webkit-transform: translate3d(0, -80%, 0) scale3d(.85, .85, 1);
    transform: translate3d(0, -80%, 0) scale3d(.85, .85, 1);

    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    top: 0
}

.form-row .form-input:focus+.form-label {
    color: #0b0b0b;
    -webkit-transform: translate3d(0, -80%, 0) scale3d(.85, .85, 1);
    transform: translate3d(0, -80%, 0) scale3d(.85, .85, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    top: 0
}

.form-row.input--filled .form-label span,
.form-row .form-input:focus+.form-label span {
    color: red;
}


.form-row .form-select {

    -ms-appearance: none;
    appearance: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*color: #e0e1e2;*/
    background: transparent;
    cursor: pointer;
}

.form-row .form-select option {
    margin: 3px 0;
    padding: 0 10px;
    font-weight: normal;
    color: #0b0b0b;
}



.select:after {
    content: "\f0dc";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #0b0b0b;
    right: 25px;
    top: 20px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.form-input.file {
    width: 60%!important
}

#form-input-file {
    position: absolute;
    width: 60%!important;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #0b0b0b;
    vertical-align: top;
    cursor: pointer;
    padding: 0 0 0 50px;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #e0e1e2;
}

input[type="checkbox"]:checked+label:before {

    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    text-align: center;
    border: 2px solid #0b0b0b;
}




label a {
    border-bottom: 1px solid #0b0b0b;
    color: #0b0b0b;
    text-decoration: none;
}

label a:hover {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
}

.order-items {
    margin: 50px 0;
}


.input-qty {
    height: 40px;
    width: 40px;
    border: 2px solid #e0e1e2;
    padding: 0 10px;
    float: left;
    color: #0b0b0b;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}

.plus,
.minus {

    float: left;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #0b0b0b;
    padding: 10px 15px;
}

.plus:hover,
.minus:hover {
    color: #7f7f7f;
}

.itog {
    background: #f6f8fd;
    padding: 40px 70px;
    margin-bottom: 100px;
}

.sale-price {
    font-size: 18px;
}

.itog-price {
    margin-top: 30px;
    font-size: 24px;
}

.itog-price span {

    background: #ffd933;
    font-weight: bold;

    display: inline-block;
    padding: 8px 20px;
    margin-left: 5px;
}

.remove-item {
    font-size: 20px!important;
    text-decoration: none!important;
    border: none!important;
}

.remove-item i {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.remove-item i:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}




.errorsOrder p {
    color: red;
}

.rowZakaz {
    margin: 40px 0;
}

.itogWrap div {
    margin: 20px;
}

/*.detail_picture {
    float: left;
}
*/
.cd-panel-container {
    overflow-y: auto;
}

.ttx-section.UPLOAD_FILES,
.TTX_KIT,
.ttx-section.OPTIONS,
.ttx-section.SOPUT,
.ttx-section.COMPLEX,
.ttx-section.SELECT {
    display: none;
}









































































/*------------------------------------------------------------
adaptive
------------------------------------------------------------*/

@media only screen and (max-width: 1030px) {

    .wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .slogan {
        font-size: 12px;
    }

    .cat-menu>ul>li>a {
        padding: 0;
    }

    .menu-product-price .menu-old-price {
        padding: 5px;
    }

    .arrows-nav {
        right: 10px;
    }

    .footer-menu ul li {
        padding-left: 10px;
    }
    .action-item,
    .action-item a {
        width: 450px;
    }

    .option-price {
        font-size: 20px;
    }

    .image-thumb img {
        height: 80px;
    }

    .image-thumb {
        width: 100px;
        height: 100px;
    }
    .qty-box {
        min-width: 140px;
    }
}

@media only screen and (max-width: 980px) {

    .row,
    .content-form .form-row {
        margin: 0;
    }
    .content-col-1,
    .content-col-2,
    .content-col-3,
    .content-col-4,
    .content-col-5,
    .content-col-6,
    .content-col-7,
    .content-col-8,
    .content-col-9,
    .content-col-10,
    .content-col-11,
    .content-col-12,
    .form-col-12,
    .form-col-6,
    .icons-block .icon {
        float: none;
        padding: 0;
        width: 100%;
    }

    .slogan {
        display: none;
    }


    .product-item,
    .big-item-yellow,
    .big-item-blue {
        width: 100%;
    }
    .header .header-menu {
        display: none;
    }

    .main-page .header-menu-toggle-btn {
        color: #ffffff;
    }


    .header-menu-toggle-btn {
        font-size: 25px;
        color: #0b0b0b;
        display: inline-block;
        float: left;
        text-decoration: none;
        /* width: 50px; */
        /* height: 50px; */
        line-height: 90px;
        /* text-align: center; */
    }

    .cd-panel-container {
        width: 100%;
    }

    .location-title {
        padding-left: 30px;
    }

    .location-section {
        padding: 25px 0 25px 30px;
    }

    .location-cities ul li {
        margin: 10px;
    }

    .header-menu ul li {
        display: block;
    }
    .main-page .header-menu ul li a {
        color: #0b0b0b;
        line-height: 60px;
    }

    .header-menu {
        margin-left: 30px;
        margin-top: 30px;
    }

    .logo-block {
        float: none;
        width: 100%;
    }

    .top-contacts {
        float: none;
        width: 100%;
        text-align: center;
        margin: 40px 0 30px 0;
    }

    .cat-menu-block .cat-menu {
        display: none;
    }

    .middle-block {
        padding-top: 20px;
    }

    .cat-menu-toggle-btn {
        display: block;
        margin-top: 20px;
    }
    .cat-line {
        display: none;
    }

    .tools ul li {
        padding-left: 30px;
        padding-right: 0;
    }

    .logo-block a {
        background-position: center;
    }

    .slideshow .info-block .title {
        font-size: 36px;
    }

    .slideshow .info-block .desc {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }

    .slideshow .nav-dots {
        top: 830px;
        left: 45%;
    }

    .icons-block {
        padding-top: 550px;
        padding-bottom: 50px;
    }

    .icons-block .icon {
        margin-bottom: 40px;
    }

    .arrows-nav {
        display: none;
    }

    .actions-items {
        display: block;
        margin-top: 50px;
    }

    .actions {
        padding: 50px 0;
    }


    .action-item,
    .action-item a {
        width: 100%;
        margin-bottom: 40px;
    }


    .news {
        padding: 50px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .news-item {
        min-height: 380px;
    }


    .left-about {
        display: none;
    }



    .footer-menu {
        text-align: left;
        margin-top: 30px;
    }
    .footer-menu ul li {

        display: block;
        margin: 30px 0;
        padding-left: 0;
    }

    .list-items {
        height: auto;
    }

    .about-img,
    .cover {
        background-size: cover;

        background-attachment: inherit;
    }


    .catmenu .cat-menu {
        display: block;
        margin-top: 40px;
    }

    .cat-menu>ul li {
        display: block;
        margin: 20px 0;
    }

    .main-page .cat-menu>ul>li>a {
        color: #0b0b0b;
    }

    .dropdown-mobile {
        display: block;
        margin: 15px 0 15px 20px;
    }

    .mobile-catalog {
        padding-left: 20px;
    }

    .dropdown-mobile {
        display: none;
    }

    .dropdown-mobile a {
        color: #0b0b0b;
        padding: 0 20px;
        font-size: 16px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }


    /*  .cat-menu>ul>li:hover .dropdown-mobile {
      display: block;
  }*/
    .title-inner {
        padding: 50px 0;
    }

    .title-block {
        height: 280px;
    }

    .big-item-blue a {
        padding: 10px;
    }

    .big-item-yellow a {
        padding: 10px;
    }

    .big-item-blue .product-item-name span,
    .big-item-blue .product-item-name span {
        font-size: 18px;
        line-height: 30px;
    }


    .current-price,
    .old-price {
        float: none;
    }

    .old-price {
        margin-top: 20px;
        margin-left: 0px;
    }

    .right {
        text-align: left;
    }

    .option-price {
        margin: 20px 0;
    }

    .order-items {
        margin: 0;
        overflow: auto;
    }

    .order-items table {
        min-width: 900px;
    }

    .itog {
        padding: 20px 20px;
        margin-bottom: 80px;
    }

    input[type="checkbox"]+label,
    input[type="radio"]+label {
        line-height: 30px;
    }

    .type blockquote {
        padding: 40px 30px;
    }
}